-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "datacrunch",
"version": "1.0.0",
"description": "DataCrunch Token Contracts",
"scripts": {
"ganache": "ganache",
"truffle": "truffle",
"coverage": "truffle run coverage --network=coverage",
"test": "truffle test --stacktrace --network development",
"remixd": "remixd -s .",
"develop": "truffle develop"
},
"directories": {
"test": "test"
},
"dependencies": {
"@bdaenen/uwebsockets": "^19.5.0",
"@openzeppelin/contracts": "=4.7.1",
"@truffle/hdwallet-provider": "^2.0.10",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-bn": "^0.3.1",
"dotenv": "^16.0.1",
"ganache": "^7.3.2",
"truffle": "^5.5.20",
"truffle-assertions": "^0.9.2"
},
"devDependencies": {
"ganache-cli": "^6.12.2",
"solidity-coverage": "^0.8.0-beta.1",
"remixd": "^0.2.4",
"truffle-plugin-verify": "^0.5.33"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datacrunch-com/datacrunch.git"
},
"author": "DataCrunch",
"bugs": {
"url": "https://github.com/datacrunch-com/datacrunch/issues"
},
"homepage": "https://github.com/datacrunch-com/datacrunch#readme",
"prettier": {
"printWidth": 800
}
}