-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 850 Bytes
/
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
{
"name": "inbox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "ts-node-dev -r tsconfig-paths/register --inspect --respawn --ignore-watch node_modules compile.ts",
"deploy": "ts-node-dev -r tsconfig-paths/register --inspect --respawn --ignore-watch node_modules deploy.ts",
"test": "mocha"
},
"author": "",
"license": "ISC",
"dependencies": {
"solc": "^0.8.11",
"web3": "^1.6.1"
},
"devDependencies": {
"@truffle/hdwallet-provider": "^2.0.0",
"@types/mocha": "^9.0.0",
"compile": "^0.0.2",
"dotenv": "^10.0.0",
"ganache-cli": "^6.12.2",
"mocha": "^9.1.3",
"truffle-hdwallet-provider": "^1.0.17",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.4",
"yarn": "^1.22.17"
}
}