-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.6 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
{
"name": "@convergent/liquid",
"version": "0.0.1",
"description": "Liquid tokens for creators and artists.",
"main": "index.js",
"scripts": {
"ganache": "ganache-cli --port 9545 --deterministic --gasLimit 9000000",
"test": "NODE_ENV=test truffle test --network local",
"truffle:compile": "truffle compile",
"local:migrate": "truffle migrate --network local",
"local:console": "npx truffle console --network local",
"local:session": "zos session --network local --from 0x1df62f291b2e969fb0849d99d9ce41e2f137006e --expires 3600",
"main:console": "npx truffle console --network mainnet",
"main:session": "zos session --network mainnet --from 0x707a08cfca0d9096054fde9b0bba0447a2f24e5e --expires 600",
"rinkeby:session": "zos session --network rinkeby --from 0xd23641fd1e8d5d087ed45ea069ffc6a636fffd06 --expires 3600",
"rinkeby:console": "npx truffle console --network rinkeby"
},
"repository": {
"type": "git",
"url": "git+https://github.com/convergentcx/smart-contracts.git"
},
"keywords": [
"ethereum"
],
"author": "lsaether",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/convergentcx/smart-contracts/issues"
},
"homepage": "https://github.com/convergentcx/smart-contracts#readme",
"dependencies": {
"decimal.js": "^10.0.2",
"openzeppelin-eth": "^2.0.2",
"web3": "^1.0.0-beta.37",
"zos-lib": "^2.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"ganache-cli": "^6.2.5",
"solc": "^0.5.3",
"truffle": "^5.0.2",
"truffle-hdwallet-provider": "^1.0.3",
"web3-provider-engine": "^14.1.0"
}
}