-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 943 Bytes
/
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
{
"name": "lightstreams-tge",
"version": "1.0.0",
"description": "Lightstreams tokens distribution smart contract",
"scripts": {
"compile": "truffle compile",
"test": "truffle test --reset --network=ganache",
"deploy-sirius": "truffle deploy --reset --network=sirius",
"deploy-mainnet": "truffle deploy --reset --network=mainnet",
"deploy-standalone": "truffle deploy --reset --network=standalone",
"verify": "truffle run verify"
},
"author": "Lighstreams",
"contributors": [
"Lukas Lukac",
"Gabriel Garrido",
"Andrew Zappella",
"Kyokan"
],
"bugs": {
"url": "https://github.com/lightstreams-network/tge/issues"
},
"homepage": "https://github.com/lightstreams-network/tge#readme",
"dependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"ganache-cli": "^6.4.3",
"truffle": "^5.0.15"
},
"devDependencies": {
"truffle-security": "^1.3.6"
}
}