UNPKG

@platformos/pos-cli

Version:

Manage your platformOS application

127 lines (126 loc) 3.11 kB
{ "name": "@platformos/pos-cli", "version": "4.4.1", "description": "Manage your platformOS application", "scripts": { "test": "jest --runInBand", "test-watch": "jest --watchAll --runInBand", "postinstall": "node ./scripts/check-node-version.js", "build-assets": "npx webpack-cli gui/editor/src/index.js -o gui/editor/public/app.js --mode=production" }, "files": [ "lib", "bin", "gui", "scripts" ], "main": "./bin/pos-cli.js", "engines": { "node": ">=10" }, "keywords": [ "pos-cli", "platformos", "pOS" ], "dependencies": { "@sentry/node": "^5.14.2", "archiver": "^3.1.1", "archiver-promise": "^1.0.0", "async": "^3.2.0", "axios": "^0.19.2", "chalk": "^3.0.0", "chokidar": "^3.3.1", "commander": "^2.20.0", "compression": "^1.7.4", "degit": "^2.8.0", "email-validator": "^2.0.4", "express": "^4.17.1", "extract-zip": "^1.6.7", "fast-glob": "^3.2.2", "ignore": "^5.1.4", "js-yaml": "^3.13.1", "lodash.clonedeep": "^4.5.0", "lodash.debounce": "^4.0.8", "lodash.flatten": "^4.4.0", "mime": "^2.4.4", "multer": "^1.4.2", "mustache": "^4.0.1", "node-notifier": "^6.0.0", "ora": "^4.0.3", "prompts": "^2.3.2", "readdirp": "^3.4.0", "request": "^2.88.2", "request-promise": "^4.2.5", "semver": "^7.1.3", "shelljs": "^0.8.3", "socket.io-client": "^2.3.0", "tiny-glob": "^0.2.6", "update-notifier": "^4.1.0", "uuid": "^7.0.2", "valid-url": "^1.0.9" }, "bundledDependencies": [ "@sentry/node", "archiver", "archiver-promise", "async", "axios", "chalk", "chokidar", "commander", "compression", "degit", "email-validator", "express", "extract-zip", "fast-glob", "ignore", "js-yaml", "lodash.clonedeep", "lodash.debounce", "lodash.flatten", "mime", "multer", "mustache", "node-notifier", "ora", "prompts", "readdirp", "request", "request-promise", "semver", "shelljs", "socket.io-client", "tiny-glob", "update-notifier", "uuid", "valid-url" ], "preferGlobal": true, "bin": { "pos-cli": "./bin/pos-cli.js", "pos-cli-audit": "./bin/pos-cli-audit.js", "pos-cli-deploy": "./bin/pos-cli-deploy.js", "pos-cli-env": "./bin/pos-cli-env.js", "pos-cli-env-add": "./bin/pos-cli-env-add.js", "pos-cli-env-list": "./bin/pos-cli-env-list.js", "pos-cli-gui": "./bin/pos-cli-gui.js", "pos-cli-gui-serve": "./bin/pos-cli-gui-serve.js", "pos-cli-init": "./bin/pos-cli-init.js", "pos-cli-logs": "./bin/pos-cli-logs.js", "pos-cli-migrations": "./bin/pos-cli-migrations.js", "pos-cli-modules": "./bin/pos-cli-modules.js", "pos-cli-sync": "./bin/pos-cli-sync.js" }, "repository": "mdyd-dev/pos-cli", "license": "MIT", "bugs": { "url": "https://github.com/mdyd-dev/pos-cli/issues" }, "homepage": "https://github.com/mdyd-dev/pos-cli#readme", "devDependencies": { "dotenv": "^8.2.0", "jest": "^25.1.0" } }