-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
60 lines (60 loc) · 2 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "herajs",
"private": true,
"scripts": {
"postinstall": "lerna bootstrap",
"test": "lerna run test --ignore @herajs/ledger-hw-app-aergo --stream",
"lint": "lerna run lint",
"build": "lerna run build",
"build-publish": "lerna run build && lerna publish",
"clean": "yarn cache clean && rm -rf packages/@herajs/client/dist && rm -rf packages/@herajs/wallet/dist && rm -rf packages/@herajs/crypto/dist"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "7.7.4",
"@babel/node": "^7.7.4",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "7.7.4",
"@babel/preset-typescript": "7.7.4",
"@babel/register": "^7.7.4",
"@rollup/plugin-alias": "^3.0.0",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-typescript": "^2.1.0",
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "^7.1.0",
"@types/mocha": "^7.0.0",
"@types/node": "^17.0.18",
"@types/rollup-plugin-json": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"async-sema": "^3.0.0",
"babel-register-ts": "^7.0.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"crypto-js": "^3.1.9-1",
"eslint": "^8.9.0",
"grpc-tools": "^1.12.4",
"lerna": "^3.20.0",
"mocha": "^7.1.0",
"nyc": "^15.0.0",
"regenerator-runtime": "^0.13.1",
"rollup": "^1.29.0",
"rollup-plugin-analyzer": "^3.0.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-visualizer": "^3.3.0",
"ts-protoc-gen": "^0.15.0",
"typescript": "^4.2.4",
"uglify-js": "^3.4.5"
}
}