-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
182 lines (182 loc) · 5.49 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@castframework/blockchain-driver-eth": "1.0.2-alpha.3",
"@castframework/blockchain-driver-tz": "1.0.2-alpha.3",
"@castframework/smartpy-cli": "1.0.2-alpha.3",
"@castframework/transaction-manager": "1.0.2-alpha.3",
"@nestjs/common": "^8.2.3",
"@nestjs/core": "^8.2.3",
"@nestjs/graphql": "9.1.2",
"@nestjs/platform-express": "8.2.3",
"@nestjs/schedule": "^1.0.2",
"@nestjs/typeorm": "^8.0.2",
"@nrwl/cli": "^13.9.6",
"@nrwl/tao": "^13.9.6",
"@nrwl/workspace": "^13.9.6",
"@openzeppelin/contracts": "4.4.0",
"@taquito/signer": "^11.0.2",
"@taquito/taquito": "^11.0.2",
"@taquito/utils": "^11.0.2",
"@truffle/hdwallet-provider": "2.0.0",
"@types/minimist": "1.2.2",
"@types/qs": "^6.9.7",
"@types/supertest": "2.0.11",
"@types/uuid": "^8.3.3",
"any-promise": "1.3.0",
"apollo-link-scalars": "^3.0.0",
"apollo-server-express": "^3.5.0",
"apollo-server-plugin-base": "^3.4.0",
"apollo-utilities": "1.3.4",
"async-mutex": "0.3.2",
"bcrypt": "5.0.1",
"bignumber.js": "^9.0.2",
"blakejs": "^1.1.1",
"bn.js": "5.2.0",
"bs58check": "^2.1.2",
"chai": "^4.3.4",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"compression": "1.7.4",
"convict": "^6.2.1",
"cron": "^1.8.2",
"cross-env": "^7.0.3",
"dateformat": "^4.6.2",
"dd-trace": "^1.5.1",
"delay": "^5.0.0",
"env-cmd": "^10.1.0",
"esm": "3.2.25",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.3",
"ethereumjs-wallet": "^1.0.2",
"express": "4.17.1",
"faker": "^5.5.3",
"get-port": "^5.1.1",
"graphql": "^15.8.0",
"graphql-subscriptions": "^2.0.0",
"helmet": "^4.6.0",
"isomorphic-fetch": "3.0.0",
"js-base64": "^3.7.2",
"keccak256": "^1.0.6",
"lerna": "^4.0.0",
"lodash": "4.17.21",
"log4js": "^6.3.0",
"mocha-steps": "^1.3.0",
"object-hash": "^2.2.0",
"pg": "^8.7.1",
"prom-client": "^14.0.1",
"qs": "^6.10.2",
"request-context": "2.0.0",
"rxjs": "7.2.0",
"subscriptions-transport-ws": "0.11.0",
"truffle": "5.4.24",
"truffle-privatekey-provider": "1.5.0",
"ts-convict": "^1.1.0",
"tweetnacl": "1.0.3",
"typeorm": "^0.2.41",
"typeorm-transactional-cls-hooked": "0.1.21",
"typescript": "^4.5.3",
"uuid": "^8.3.2",
"uuid-to-hex": "1.1.1",
"web3": "^1.6.1",
"web3-utils": "1.6.1",
"wtfnode": "^0.9.1"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@graphql-codegen/cli": "^2.5.0",
"@graphql-codegen/introspection": "^2.1.1",
"@graphql-codegen/typescript": "^2.4.3",
"@graphql-codegen/typescript-document-nodes": "^2.2.3",
"@graphql-codegen/typescript-operations": "^2.2.4",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@typechain/truffle-v5": "6.0.0",
"@types/asn1js": "^2.0.2",
"@types/bcrypt": "5.0.0",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.4",
"@types/compression": "1.7.2",
"@types/convict": "^6.1.1",
"@types/cors": "^2.8.12",
"@types/cron": "^1.7.3",
"@types/dateformat": "^3.0.1",
"@types/eth-sig-util": "^2.1.1",
"@types/expect": "^24.3.0",
"@types/express": "4.17.13",
"@types/faker": "^5.5.9",
"@types/helmet": "0.0.48",
"@types/js-base64": "^3.0.0",
"@types/lodash": "4.14.178",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.12",
"@types/object-hash": "^2.2.1",
"@types/pg": "^8.6.1",
"@types/shelljs": "^0.8.9",
"@types/ws": "^6.0.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"chai-as-promised": "^7.1.1",
"chalk": "^4.1.2",
"commitizen": "^4.2.4",
"coveralls": "3.1.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-import-helpers": "^1.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eth-gas-reporter": "0.2.23",
"husky": "7.0.4",
"jq.node": "^2.4.0",
"json-property-filter": "^2.0.0",
"kubernetes-client": "^9.0.0",
"lint-staged": "^12.1.2",
"minimist": "^1.2.5",
"mocha": "^8.4.0",
"mocha-junit-reporter": "^2.0.2",
"mocha-multi-reporters": "^1.5.1",
"mocha-sonarqube-reporter": "^1.0.2",
"nodemon": "^2.0.15",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "1.0.0-beta.19",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4",
"sinon": "^12.0.1",
"solhint": "3.3.6",
"solhint-plugin-prettier": "0.0.5",
"solidity-coverage": "0.7.17",
"sonarqube-scanner": "^2.8.1",
"supertest": "6.1.6",
"truffle-security": "1.7.3",
"truffle-typings": "^1.0.8",
"ts-graphql-plugin": "^2.1.5",
"ts-mocha": "^8.0.0",
"ts-node": "^10.4.0",
"typechain": "6.0.5"
},
"name": "root",
"private": true,
"scripts": {
"commit": "npx git-cz",
"clean": "./bin/clean",
"init": "./bin/init",
"start": "./bin/start",
"restart": "./bin/restart",
"stop": "./bin/stop",
"deploy-eth": "./bin/iter-eth",
"deploy-tz": "./bin/iter-tz",
"deploy-all": "./bin/iter-all",
"prepare": "if [ \"X$NODE_ENV\" != \"Xproduction\" ]; then husky install; fi"
},
"engines": {
"npm": "^7.24.0"
}
}