UNPKG

spheron-cli-dusanv

Version:

CLI for working on projects and deploying them via Spheron

69 lines 2.12 kB
{ "name": "spheron-cli-dusanv", "version": "1.0.78", "description": "CLI for working on projects and deploying them via Spheron ", "keywords": [ "CLI", "Typescript", "Badass", "IPFS", "Filecoin", "Arweave", "Deploy", "Publish" ], "author": "Spheron Team", "main": "./dist/index.js", "scripts": { "build": "tsc && babel dist --out-dir dist --extensions \".js\"", "prettier": "prettier \"**/*.{css,scss,json,md,html,yml}\" --ignore-path=.eslintignore", "prettier:write": "prettier --write '**/*.{ts,tsx,json,md,hbs}' --ignore-path .gitignore", "prettier:check": "prettier --check '**/*.{ts,tsx,json,md,hbs}' --ignore-path .gitignore", "lint": "eslint . --ext .ts", "preinstall": "node -e \"const v = process.versions.node.split('.').map(parseFloat); if (v[0] < 12 || (v[0] === 12 && v[1] < 17)) { console.error('Node.js version 12.17.0 or higher is required. Please upgrade Node.js and try again.'); process.exit(1); }\" 2>&1 >/dev/null" }, "bin": { "spheron": "./dist/index.js" }, "license": "Apache-2.0", "dependencies": { "@spheron/storage": "^1.0.5", "axios": "^1.3.2", "chalk": "^4.1.2", "cli-progress": "^3.12.0", "commonjs-ora": "^1.0.2", "core-dusanv": "1.0.0", "eslint": "^8.33.0", "fs": "^0.0.1-security", "http": "^0.0.1-security", "inquirer": "^8.2.5", "open": "^8.4.1", "path": "^0.12.7", "prompts": "^2.4.2", "rimraf": "^2.7.1", "uuid": "^9.0.0", "yaml": "^2.2.1", "yargs": "^17.6.2" }, "devDependencies": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.21.0", "@types/cli-progress": "^3.11.0", "@types/node": "^18.13.0", "@types/uuid": "^9.0.0", "@types/yargs": "17.0.22", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "prettier": "^2.8.3", "typescript": "^4.9.5" }, "files": [ "dist/" ], "repository": { "type": "git", "url": "git://github.com/spheronFdn/sdk.git" } }