Repository URL to install this package:
Version:
0.6.0 ▾
|
gateway-proxy
/
usr
/
share
/
gateway-proxy
/
app
/
node_modules
/
@ethersphere
/
bee-factory
/
package.json
|
---|
{
"name": "@ethersphere/bee-factory",
"version": "0.4.1",
"description": "Orchestration CLI for spinning up local development Bee cluster with Docker",
"keywords": [
"bee",
"swarm",
"decentralised",
"storage",
"ethereum",
"typescript",
"p2p",
"docker"
],
"homepage": "https://github.com/ethersphere/bee-factory",
"bugs": {
"url": "https://github.com/ethersphere/bee-factory/issues/"
},
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/ethersphere/bee-factory.git"
},
"bin": {
"bee-factory": "./dist/src/index.js"
},
"main": "dist/src/index.js",
"files": [
"dist"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "rimraf dist && tsc",
"start": "ts-node src/index.ts",
"test": "jest --verbose --config=jest.config.ts",
"types:check": "tsc --project tsconfig.test.json",
"lint": "eslint --fix \"src/**/*.ts\" \"test/**/*.ts\" && prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"lint:check": "eslint \"src/**/*.ts\" \"test/**/*.ts\" && prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
"depcheck": "depcheck ."
},
"dependencies": {
"@ethersphere/bee-js": "^4.0.0",
"chalk": "^2.4.2",
"dockerode": "^3.3.1",
"furious-commander": "^1.7.0",
"node-fetch": "3.0.0-beta.9",
"ora": "^5.3.0"
},
"devDependencies": {
"@codejedi365/jest-serial-runner": "^2.0.0",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@fluffy-spoon/substitute": "^1.208.0",
"@jest/types": "^27.0.2",
"@types/dockerode": "^3.3.3",
"@types/jest": "^27.4.1",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"depcheck": "^1.4.3",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"glob": "^7.1.7",
"jest": "^27.4.7",
"prettier": "^2.3.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.5.5"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0",
"bee": "1.6.0"
}
,"_resolved": "https://registry.npmjs.org/@ethersphere/bee-factory/-/bee-factory-0.4.1.tgz"
,"_integrity": "sha512-GXqQmDpNW5aOgX4SnlRFqgnxU8g/pMONbMUmnCjceDakuM+boIymnutPPug9BFgndNYbjpP7grBT9Ybd5/poZQ=="
,"_from": "@ethersphere/bee-factory@0.4.1"
}