-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
50 lines (50 loc) · 1.55 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
48
49
50
{
"name": "@circles/circles-contracts",
"version": "3.3.2",
"contributors": [
"Sarah Friend (https://github.com/ana0)",
"Jake Gillberg (https://github.com/Jake-Gillberg)",
"David Terry (https://github.com/xwvvvvwx)",
"Ed Murphy (https://github.com/edzillion)",
"Ashoka Finley (https://github.com/shkfnly)",
"Martin Lundfall (https://github.com/MrChico)"
],
"license": "AGPL-3.0",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "scripts/test.sh",
"migrate": "./node_modules/.bin/truffle migrate",
"compile": "./node_modules/.bin/truffle compile",
"ganache": "ganache -d -i 5777 --l 0xfffffffffff -m \"enable depend figure right kit daughter job giraffe news window tonight more\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/CirclesUBI/circles-contracts.git"
},
"bugs": {
"url": "https://github.com/CirclesUBI/circles-contracts/issues"
},
"homepage": "https://github.com/CirclesUBI/circles-contracts",
"devDependencies": {
"bn.js": "^5.2.1",
"chai": "^4.3.7",
"chai-bn": "^0.3.1",
"dotenv": "^16.0.3",
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"ganache": "^7.6.0",
"truffle": "^5.6.5"
},
"dependencies": {
"@babel/core": "^7.21.8",
"@circles/safe-contracts": "=1.0.14",
"@gnosis.pm/safe-contracts": "^1.3.0",
"@openzeppelin/contracts": "^3.4.0-solc-0.7",
"@truffle/contract": "^4.6.21",
"@truffle/hdwallet-provider": "^2.1.11",
"web3": "^1.10.0"
}
}