mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-03 21:43:08 +00:00
22 lines
516 B
JSON
22 lines
516 B
JSON
|
|
{
|
||
|
|
"name": "bee-factory",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"description": "Setup Swarm Test Blockchain and arbitrary numbered Bee nodes",
|
||
|
|
"scripts": {
|
||
|
|
"compile:chequebook": "truffle compile",
|
||
|
|
"migrate:chequebook": "truffle migrate",
|
||
|
|
"test:chequebook": "truffle test",
|
||
|
|
"supply": "truffle exec src/supply.js"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@openzeppelin/contracts": "^3.1.0",
|
||
|
|
"truffle": "^5.3.1"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"swarm",
|
||
|
|
"ethereum-swarm",
|
||
|
|
"bee-factory"
|
||
|
|
],
|
||
|
|
"license": "BSD-3-Clause"
|
||
|
|
}
|