-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
124 lines (124 loc) · 3.48 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@openzeppelin/contracts": "^4.3.2",
"@smartpy/originator": "^0.6.6",
"@smartpy/timelock": "^0.0.9",
"@taquito/rpc": "14.0.0",
"@taquito/signer": "14.0.0",
"@taquito/taquito": "14.0.0",
"@taquito/tzip16": "14.0.0",
"@truffle/hdwallet-provider": "1.5.1",
"any-promise": "1.3.0",
"bignumber.js": "^9.0.1",
"blakejs": "^1.1.1",
"bn.js": "5.1.0",
"bs58check": "^2.1.2",
"chai": "^4.2.0",
"chalk": "^4.1.2",
"delay": "^5.0.0",
"esm": "3.2.25",
"ethereumjs-util": "^7.1.3",
"faker": "^5.5.3",
"hex-to-uuid": "^1.1.1",
"js-sha3": "^0.8.0",
"keccak256": "^1.0.2",
"libsodium-wrappers-sumo": "^0.7.9",
"lodash": "4.17.15",
"log4js": "^6.2.1",
"ramda": "^0.28.0",
"rxjs": "^6.6.7",
"tezos-bls12-381": "^1.1.1",
"truffle": "5.4.14",
"truffle-privatekey-provider": "1.5.0",
"typescript": "^4.2.4",
"web3": "^1.3.1",
"web3-core": "1.8.0",
"web3-core-helpers": "1.8.0",
"web3-core-subscriptions": "1.8.0",
"web3-eth": "1.8.0",
"web3-eth-accounts": "1.8.0",
"web3-eth-contract": "1.8.0",
"web3-parse-receipt-events": "^1.0.2",
"web3-utils": "1.8.0",
"wtfnode": "^0.8.1"
},
"devDependencies": {
"lerna": "^3.22.1",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@nestjs/common": "^7.1.3",
"@nestjs/core": "^7.1.3",
"@typechain/truffle-v5": "5.1.0",
"@types/chai": "^4.2.12",
"@types/eth-sig-util": "^2.1.0",
"@types/expect": "^24.3.0",
"@types/js-base64": "^3.0.0",
"@types/mocha": "^8.2.0",
"@types/node": "^14.6.4",
"@types/ramda": "^0.28.15",
"@types/shelljs": "^0.8.8",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"chai-as-promised": "^7.1.1",
"class-transformer": "^0.3.1",
"commitizen": "^4.1.2",
"coveralls": "3.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eth-gas-reporter": "0.2.20",
"husky": "4.2.5",
"jq.node": "^2.2.0",
"json-property-filter": "^1.3.1",
"kubernetes-client": "^9.0.0",
"lint-staged": "^10.5.3",
"minimist": "^1.2.5",
"mocha": "^8.2.1",
"mocha-junit-reporter": "^2.0.0",
"mocha-multi-reporters": "^1.5.1",
"mocha-sonarqube-reporter": "^1.0.2",
"nodemon": "^2.0.7",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "1.0.0-beta.2",
"remap-istanbul": "^0.13.0",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4",
"sinon": "^11.1.2",
"solhint": "3.3.2",
"solhint-plugin-prettier": "0.0.5",
"solidity-coverage": "0.7.13",
"sonarqube-scanner": "^2.8.0",
"truffle-security": "1.7.3",
"ts-mocha": "^8.0.0",
"ts-node": "^9.0.0",
"typechain": "5.2.0"
},
"overrides": {
"@types/keyv": "3.1.4"
},
"husky": {
"hooks": {
"commit-msg": "npx --no commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "npx --no lerna run --concurrency 1 pre-commit"
}
},
"name": "root",
"private": true,
"scripts": {
"commit": "npx --no git-cz"
},
"engines": {
"npm": "^7.24.0"
}
}