40 lines
934 B
JSON
40 lines
934 B
JSON
{
|
|
"canisters": {
|
|
"tetris_backend": {
|
|
"declarations": {
|
|
"node_compatibility": true
|
|
},
|
|
"main": "src/tetris_backend/main.mo",
|
|
"type": "motoko"
|
|
},
|
|
"tetris_frontend": {
|
|
"dependencies": [
|
|
"tetris_backend"
|
|
],
|
|
"source": [
|
|
"src/tetris_frontend/dist"
|
|
],
|
|
"type": "assets",
|
|
"workspace": "tetris_frontend"
|
|
},
|
|
"internet_identity": {
|
|
"type": "custom",
|
|
"candid": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did",
|
|
"wasm": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity_dev.wasm.gz",
|
|
"remote": {
|
|
"id": {
|
|
"ic": "rdmx6-jaaaa-aaaaa-aaadq-cai"
|
|
}
|
|
},
|
|
"frontend": {}
|
|
}
|
|
},
|
|
"defaults": {
|
|
"build": {
|
|
"args": "",
|
|
"packtool": ""
|
|
}
|
|
},
|
|
"output_env_file": ".env",
|
|
"version": 1
|
|
} |