-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
28 lines (28 loc) · 960 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
{
"name": "BondingCurveFactory",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Nicca42/BondingCurveFactory.git",
"author": "Veronica <[email protected]>",
"license": "MIT",
"private": false,
"devDependencies": {
"@uniswap/lib": "^1.1.2",
"@uniswap/v2-core": "^1.0.1",
"bignumber.js": "9.0.0",
"etherlime": "2.3.3",
"etherlime-lib": "1.2.3",
"ethers": "4.0.47",
"openzeppelin-solidity": "3.0.1",
"solc": "0.6.6",
"remixd": "0.1.8-alpha.16"
},
"scripts": {
"build": "etherlime compile",
"test": "etherlime test --output=none --timeout 100000 --gas-report=true",
"testone": "etherlime test ./test/Curve.test.js --output=none --timeout 100000 --gas-report=true",
"start": "etherlime ganache -q --networkId=1337",
"remixd": "remixd -s ./contracts --remix-ide https://remix.ethereum.org",
"flat": "etherlime flatten BondingCurveFactory.sol"
}
}