forked from shipstone-labs/vetkd-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "vetkey-utils",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"doc": "turbo doc && cp index.html docs/index.html && mv docs/ic_vetkd_notes_client/sitemap.xml docs/ic_vetkd_notes_client/.nojekyll docs/ && rm -rf docs/.lock",
"build:release": "cross-env NODE_ENV=production turbo build:release",
"watch": "cargo watch --why --ignore packages/wasm-client/tsup.config.bundled* --ignore packages/wasm-client/pkg --ignore packages/wasm-client/dist -x 'build' -s 'cd packages/wasm-client && wasm-pack build && mv pkg/wasm_client.js pkg/wasm_client.mjs && pnpm tsup'",
"prune": "turbo prune",
"clean": "turbo prune && rm -rf node_modules",
"deploy": "dotenv run turbo deploy",
"print-dfx-ii": "echo local Internet Identity: http://$(dfx canister id internet_identity).localhost:8000",
"print-dfx-www": "echo local dfx frontend server: http://$(dfx canister id vetkd_www).localhost:8000",
"print-local-www": "echo local frontend server: http://localhost:3000"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@dfinity/agent": "^2.2.0",
"@dfinity/auth-client": "^2.2.0",
"@dfinity/candid": "^2.2.0",
"@dfinity/identity": "^2.2.0",
"@dfinity/principal": "^2.2.0",
"typedoc": "^0.27.6"
},
"devDependencies": {
"cross-env": "^7.0.3",
"tsup": "^8.3.6",
"turbo": "^2.4.0",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@9.12.3"
}