@fairdatasociety/fdp-cli
Version:
CLI tool for FDP-Storage
90 lines (89 loc) • 2.79 kB
JSON
{
"name": "@fairdatasociety/fdp-cli",
"version": "0.1.0",
"description": "CLI tool for FDP-Storage",
"keywords": [
"Bee",
"Swarm",
"CLI",
"fdp-cli",
"fdp-storage"
],
"bin": {
"fdp-cli": "./dist/index.js"
},
"homepage": "https://github.com/fairdatasociety/fdp-cli",
"bugs": {
"url": "https://github.com/fairdatasociety/fdp-cli/issues/"
},
"license": "BSD-3-Clause",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/fairdatasociety/fdp-cli.git"
},
"scripts": {
"prepare": "npm run compile",
"dev": "webpack --progress --env mode=development",
"compile": "webpack --progress --env mode=production",
"test": "jest --config=jest.config.ts",
"types:check": "tsc --project tsconfig.test.json",
"start": "ts-node src/index.ts",
"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\""
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@ethersphere/bee-js": "^4.1.1",
"@types/cli-progress": "^3.8.0",
"@types/configstore": "^4.0.0",
"@types/crypto-js": "^4.1.1",
"@types/glob": "^7.1.3",
"@types/inquirer": "^7.3.1",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.16",
"@types/terser-webpack-plugin": "^5.0.2",
"@types/tmp": "^0.2.3",
"@types/webpack": "^4.41.25",
"@types/webpack-bundle-analyzer": "^3.9.0",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-unused-imports": "^1.1.5",
"husky": "^4.3.6",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"tmp": "^0.2.1",
"ts-node": "^10.8.1",
"typescript": "^4.1.3",
"webpack": "^5.35.1",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"@fairdatasociety/fdp-storage": "^0.6.0",
"chalk": "^2.4.2",
"cli-progress": "^3.8.2",
"crypto-js": "^4.1.1",
"ethers": "^5.7.2",
"furious-commander": "^1.7.0",
"inquirer": "^7.3.3",
"ora": "^5.3.0"
}
}