mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 21:13:09 +00:00
27 lines
767 B
JSON
27 lines
767 B
JSON
{
|
|
"name": "bee-factory",
|
|
"version": "0.0.1",
|
|
"description": "Setup Swarm Test Blockchain and arbitrary numbered Bee nodes",
|
|
"scripts": {
|
|
"compile:contracts": "truffle compile",
|
|
"migrate:contracts": "truffle migrate",
|
|
"supply": "truffle exec src/supply.js",
|
|
"build:env": "./scripts/build-environment.sh",
|
|
"publish:env": "./scripts/publish-environment.sh",
|
|
"run:env": "./scripts/environment.sh",
|
|
"setApiVersions": "node ./src/setApiVersions.js",
|
|
"gen:traffic": "node ./scripts/gen-traffic.js"
|
|
},
|
|
"dependencies": {
|
|
"@ethersphere/bee-js": "^3.3.4",
|
|
"@openzeppelin/contracts": "^3.1.0",
|
|
"truffle": "^5.3.5"
|
|
},
|
|
"keywords": [
|
|
"swarm",
|
|
"ethereum-swarm",
|
|
"bee-factory"
|
|
],
|
|
"license": "BSD-3-Clause"
|
|
}
|