-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
47
{
"name": "kudzu-contracts",
"version": "2.0.2",
"description": "Foliavirus: Kudzu is contagious",
"scripts": {
"develop": "npx truffle develop",
"compile": "npx truffle compile",
"migrate": "npx truffle migrate",
"test": "npx truffle test test/*.test.js",
"deploy": "truffle migrate --reset --compile-all",
"lint": "solium --dir contracts/",
"lint:watch": "solium --watch --dir contracts/",
"lint:fix": "solium --dir contracts/ --fix",
"flatten": "./flatten.sh",
"fivepointzero": "prettier --write --tab-width 4 --print-width 140 'contracts/**/*.sol'"
},
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"@openzeppelin/contracts": "^3.4.1",
"bignumber.js": "^8.0.1",
"dotenv": "^5.0.1",
"openzeppelin-solidity": "2.1.3",
"prettier": "^1.15.3",
"prettier-plugin-solidity-refactor": "^1.0.0-alpha.14",
"solium": "^1.1.7",
"text2png": "^2.3.0",
"truffle": "5.1.5",
"truffle-flattener": "^1.5.0",
"truffle-hdwallet-provider": "^1.0.0-web3one.3"
},
"dependencies": {
},
"repository": {
"type": "git",
"url": "https://github.com/folia-app/kudzu.git"
},
"keywords": [
"truffle",
"ethereum",
"web3"
],
"author": "Billy Rennekamp <[email protected]>",
"license": "ISC"
}