-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.11 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
{
"name": "tradeable-cashflow",
"version": "1.0.0",
"description": "SuperApp demo - a simple money stream lottery",
"main": "scripts/demo.js",
"scripts": {
"build": "truffle compile --all",
"test": "truffle test",
"deploy": "npm run build && RELEASE_VERSION=v1 npx truffle --network goerli exec scripts/deploy.js",
"copy-watch": "nodemon --watch \"../../packages\" --ext \"js,ts,tsx,sol\" --exec rsync --archive --delete \"../../packages/\" \"./node_modules/@superfluid-finance/\""
},
"author": "Superfluid",
"license": "MIT",
"devDependencies": {
"@decentral.ee/web3-helpers": "^0.5.3",
"@openzeppelin/contracts": "^3.4.1",
"@openzeppelin/test-helpers": "^0.5.10",
"@superfluid-finance/ethereum-contracts": "^1.0.0-rc.0",
"@superfluid-finance/js-sdk": "^0.4.0",
"@truffle/contract": "^4.3.9",
"@truffle/hdwallet-provider": "^1.2.2",
"dotenv": "^8.2.0",
"ganache-time-traveler": "^1.0.15",
"truffle": "^5.2.2"
},
"dependencies": {
"truffle-contract-size": "^2.0.1"
}
}