-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
64 lines (64 loc) · 1.75 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
61
62
63
64
{
"name": "root",
"private": false,
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"build": "lerna run build --ignore=cita-web-debugger",
"test": "lerna run test",
"cm": "git-cz",
"precommit": "yarn run test",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "lerna version --conventional-commits",
"publish": "lerna publish from-package"
},
"jest": {
"verbose": true,
"testURL": "http://localhost/"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"postinstall": "rm -f node_modules/web3/index.d.ts",
"devDependencies": {
"@types/google-protobuf": "^3.2.7",
"@types/node": "^12.0.3",
"@types/underscore": "^1.8.8",
"@types/web3": "^1.0.12",
"babel-minify": "^0.5.0",
"browserify": "^16.2.2",
"chalk": "^2.4.1",
"commitizen": "^3.0.5",
"cross-env": "^5.2.0",
"cz-conventional-changelog": "2.1.0",
"dotenv": "^8.0.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-typescript": "^0.14.0",
"husky": "^3.0.0",
"jest": "^23.6.0",
"lerna": "^3.0.0-rc.0",
"lint-staged": "^8.1.7",
"nodemon": "^1.18.6",
"prettier": "^1.13.3",
"protoc": "^1.0.3",
"terser": "^4.4.6",
"ts-node": "^8.2.0",
"ts-protoc-gen": "^0.12.0",
"typedoc": "^0.15.0",
"types-bn": "^0.0.1",
"typescript": "^3.1.4",
"typescript-eslint-parser": "^22.0.0",
"utf8": "^3.0.0"
},
"dependencies": {
"axios": "^0.19.0",
"crypto-js": "^3.1.9-1",
"elliptic": "^6.4.0",
"google-protobuf": "^3.5.0"
}
}