-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 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
38
39
40
41
42
43
{
"name": "@openvasp/contracts",
"version": "2.0.0-rc.9",
"description": "OpenVASP smart contracts",
"scripts": {
"extract-abis": "node ./scripts/extract-abis.js",
"test": "npx oz compile && npx cucumber-js",
"postinstall": "npx oz compile --no-interactive",
"precommit": "npx oz compile && npm run extract-abis && git add dist/"
},
"bin": {
"openvasp": "./cli/openvasp.js"
},
"files": [
"cli",
"contracts"
],
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"openvasp"
],
"author": "OpenVASP Community",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenVASP/openvasp-contracts/issues"
},
"homepage": "https://www.openvasp.org",
"devDependencies": {},
"dependencies": {
"@openzeppelin/cli": "2.8.2",
"@openzeppelin/contracts": "3.0.2",
"@openzeppelin/test-environment": "0.1.4",
"@openzeppelin/test-helpers": "0.5.6",
"@truffle/hdwallet-provider": "1.0.35",
"chai": "4.2.0",
"commander": "5.1.0",
"cucumber": "6.0.5",
"dotenv": "8.2.0"
}
}