-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.07 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.07 KB
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
{
"name": "subscriptions",
"version": "1.0.0",
"description": "Different scenario for subscription model",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "xas",
"devDependencies": {
"hardhat": "^2.8.3",
"hardhat-gas-reporter": "^1.0.7",
"hardhat-tracer": "^1.0.0-alpha.6",
"@typechain/hardhat": "^4.0.0",
"@typechain/ethers-v5": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@openzeppelin/contracts": "^4.4.2",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.12",
"ethers": "^5.5.3",
"chai": "^4.3.4",
"mocha": "^9.2.0",
"ethereum-waffle": "^3.4.0",
"dotenv": "^14.3.0",
"typescript": "^4.5.5",
"ts-node": "^10.4.0",
"typechain": "^7.0.0",
"eslint": "^8.7.0",
"eslint-plugin-promise": "^6.0.0",
"solhint": "^3.3.6"
}
}