mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 13:03:07 +00:00
* feat: build docker images with one script * feat: publish the built docker image * ci: init worflow to publish built docker image * chore: add the new commands to the package.json * ci: add npm setup command run * ci: build with only node 12.x * refactor: add github repo bee image prefix to .env * ci: github action input for build docker image * fix: intend in yaml * fix: typeo * fix: testing the rumor about github bug in order to show up the run workflow button * revert: prev commit - did not work * ci: only build image if it was clicked manually
24 lines
626 B
JSON
24 lines
626 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",
|
|
"supply": "truffle exec src/supply.js",
|
|
"build:env": "./scripts/build-environment.sh",
|
|
"publish:env": "./scripts/publish-environment.sh",
|
|
"run:env": "./scripts/environment.sh"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^3.1.0",
|
|
"truffle": "^5.3.1"
|
|
},
|
|
"keywords": [
|
|
"swarm",
|
|
"ethereum-swarm",
|
|
"bee-factory"
|
|
],
|
|
"license": "BSD-3-Clause"
|
|
}
|