-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"name": "path-contracts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"t:compile": "truffle compile && typechain --target=truffle --outDir build/types/truffle-types \"build/contracts/*.json\"",
"g:start": "ganache-cli --deterministic --networkId=5777 --gasLimit=0x2810eb7c --mnemonic=''"
},
"author": "",
"license": "MIT",
"dependencies": {
"@openzeppelin/contracts": "^4.3.2",
"ethers": "^5.4.7"
},
"devDependencies": {
"@truffle/hdwallet-provider": "^1.0.42",
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.1",
"@typescript-eslint/parser": "^2.9.0",
"bignumber.js": "^8.1.1",
"chai": "^4.2.0",
"date-fns": "^2.15.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^4.3.8",
"log4js": "^6.3.0",
"mocha": "^8.1.1",
"truffle-assertions": "^0.9.2",
"truffle-plugin-verify": "^0.5.15",
"truffle-typings": "^1.0.8",
"ts-node": "^8.10.2",
"typechain": "^1.0.5",
"typechain-target-truffle": "^1.0.2",
"typescript": "3.7.2"
}
}