2021-04-23 16:16:35 +02:00
|
|
|
{
|
|
|
|
|
"name": "bee-factory",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"description": "Setup Swarm Test Blockchain and arbitrary numbered Bee nodes",
|
|
|
|
|
"scripts": {
|
2021-05-05 14:21:20 +02:00
|
|
|
"compile:contracts": "truffle compile",
|
|
|
|
|
"migrate:contracts": "truffle migrate",
|
2021-05-04 14:48:36 +02:00
|
|
|
"supply": "truffle exec src/supply.js",
|
|
|
|
|
"build:env": "./scripts/build-environment.sh",
|
|
|
|
|
"publish:env": "./scripts/publish-environment.sh",
|
2021-05-17 11:03:36 +02:00
|
|
|
"run:env": "./scripts/environment.sh",
|
|
|
|
|
"gen:traffic": "node ./scripts/gen-traffic.js"
|
2021-04-23 16:16:35 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2021-05-20 17:41:57 +02:00
|
|
|
"@ethersphere/bee-js": "github:ethersphere/bee-js#bee-0.6.0",
|
2021-04-23 16:16:35 +02:00
|
|
|
"@openzeppelin/contracts": "^3.1.0",
|
2021-05-17 11:03:36 +02:00
|
|
|
"axios": "^0.20.0",
|
|
|
|
|
"truffle": "^5.3.5"
|
2021-04-23 16:16:35 +02:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"swarm",
|
|
|
|
|
"ethereum-swarm",
|
|
|
|
|
"bee-factory"
|
|
|
|
|
],
|
|
|
|
|
"license": "BSD-3-Clause"
|
|
|
|
|
}
|