-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
35 lines (35 loc) · 1.18 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
{
"name": "erasure-protocol",
"description": "Information wants to be expensive",
"version": "1.3.0",
"repository": "github:erasureprotocol/erasure-protocol",
"author": "@thegostep <[email protected]>",
"contributors": [
"@jparyani <[email protected]>",
"@jgeary <[email protected]>",
"@kenchangh <[email protected]>",
"@0age <[email protected]>",
"@fulldecent <[email protected]>",
"@samczsun <[email protected]>",
"@propulsor <[email protected]>"
],
"license": "MIT",
"scripts": {
"compile": "yarn etherlime compile --deleteCompiledFiles=true",
"flatten": "yarn etherlime flatten",
"test": "bash setup-etherlime-tests.sh && yarn etherlime test --timeout=500000",
"deploy": "yarn etherlime deploy ./deployment/deploy_v130.js --compile=true",
"format": "yarn prettier -c 'test/**/*.js' -c 'deployment/**/*.js' --config .prettierrc"
},
"dependencies": {
"@erasure/abis": "^1.3.25",
"@erasure/crypto-ipfs": "^1.2.5",
"@openzeppelin/contracts": "^2.4.0",
"dotenv": "^8.0.0",
"etherlime": "^2.2.6",
"etherlime-lib": "^1.1.7",
"ethers": "^4.0.32",
"prettier": "^1.19.1",
"solc": "0.5.16"
}
}