-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.41 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
{
"name": "@galtproject/core",
"version": "0.12.0",
"description": "Open-source software for land tokenization (accounting on blockchain) and self-governance",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"@galtproject/eslint-config-galt": "^1.1.0",
"@galtproject/geodesic": "git+ssh://[email protected]/galtproject/galtproject-geodesic.git#1bc2b2a",
"@galtproject/libs": "git+ssh://[email protected]/galtproject/galtproject-libs.git#7c78e38",
"@galtproject/math": "git+ssh://[email protected]/galtproject/galtproject-math.git#e235c33",
"@galtproject/multisig": "git+ssh://[email protected]/galtproject/galtproject-multisig.git#f381a12",
"@galtproject/utils": "git://github.com/galtproject/galtproject-utils-js.git#fb52908",
"cli-table": "^0.3.1",
"ethlint": "1.2.5",
"ganache-core": "2.8.0",
"lodash": "^4.17.15",
"@openzeppelin/contracts": "2.4.0",
"p-iteration": "^1.1.8",
"solidity-coverage": "^0.6.7",
"truffle": "5.1.2",
"web3": "1.2.4"
},
"engines": {
"node": ">=10.15.3"
},
"repository": "https://github.com/galtproject/galtproject-core",
"scripts": {
"test": "truffle test --network test",
"compile": "truffle compile",
"test-cov": "./node_modules/.bin/solidity-coverage",
"eslint": "eslint .",
"eslint-fix": "eslint . --fix",
"ethlint": "solium --dir ."
},
"author": "",
"license": "ISC"
}