-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.56 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": "@galtproject/community",
"version": "0.4.0",
"description": "GaltProject Basic Community Implementation",
"directories": {
"test": "test"
},
"devDependencies": {
"@galtproject/core": "git+ssh://[email protected]/galtproject/galtproject-core.git#51395c0",
"@galtproject/eslint-config-galt": "1.1.0",
"@galtproject/libs": "git+ssh://[email protected]/galtproject/galtproject-libs.git#8d59d9a",
"@galtproject/multisig": "git+ssh://[email protected]/galtproject/galtproject-multisig.git#0212d20",
"@galtproject/private-property-registry": "git+ssh://[email protected]/galtproject/galtproject-private-property-registry.git#cf2d49e",
"@galtproject/solidity-test-chest": "https://github.com/galtproject/solidity-test-chest#898238d",
"@galtproject/utils": "^0.9.1",
"@openzeppelin/contracts": "2.4.0",
"@openzeppelin/test-environment": "^0.1.3",
"chai": "^4.2.0",
"cli-table": "^0.3.1",
"ethlint": "1.2.5",
"ganache-core": "2.10.2",
"mocha": "^7.1.0",
"prettier": "1.19.1",
"truffle": "^5.1.15",
"typedarray-to-buffer": "^3.1.5",
"web3": "1.2.1"
},
"repository": "https://github.com/galtproject/galtproject-community",
"scripts": {
"compile": "truffle compile",
"eslint": "eslint .",
"eslint-fix": "eslint . --fix",
"ethlint": "solium --dir .",
"test": "npx mocha --exit --timeout 30000 --recursive test"
},
"engines": {
"node": ">=10.15.3"
},
"author": "",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.15",
"web3-utils": "^1.2.6",
"yaeti": "^1.0.2"
}
}