forked from hyperledger-iroha/iroha-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 802 Bytes
/
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
{
"name": "@iroha2/monorepo-crypto",
"private": true,
"scripts": {
"build": "pnpm jake build",
"build:wasm": "pnpm jake build-wasm",
"build:entries": "pnpm jake build-entries",
"build:entries:dts": "pnpm --parallel --filter crypto-target-web --filter crypto-target-bundler run dts",
"rollup-types": "rollup -c rollup.dts.config.js",
"test": "pnpm --parallel --filter \"@iroha2/crypto-test-*\" run test"
},
"devDependencies": {
"@iroha2/crypto-target-web": "workspace:^0.4.0",
"@types/jake": "^0.0.33",
"chalk": "4.1.2",
"consola": "^2.15.3",
"del": "^6.0.0",
"esbuild": "^0.14.27",
"jake": "^10.8.5",
"make-dir": "^3.1.0",
"rollup": "^2.70.1",
"rollup-plugin-dts": "^4.2.0",
"typescript": "^4.6.4",
"zx": "^4.2.0"
}
}