@platformos/pos-cli
Version:
Manage your platformOS application
138 lines (137 loc) • 4.12 kB
JSON
{
"name": "@platformos/pos-cli",
"version": "6.0.6",
"description": "Manage your platformOS application",
"type": "module",
"imports": {
"#lib/*": "./lib/*",
"#test/*": "./test/*"
},
"scripts": {
"pretest": "npm install --prefix test/fixtures/yeoman --silent",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:coverage:watch": "vitest --coverage",
"pretest:unit": "npm install --prefix test/fixtures/yeoman --silent",
"test:unit": "vitest run test/unit",
"test:integration": "vitest run test/integration",
"test:mcp-min": "vitest run mcp-min/__tests__",
"postinstall": "node ./scripts/check-node-version.js",
"link:tools": "node ./scripts/link-platformos-tools.js",
"unlink:tools": "node ./scripts/link-platformos-tools.js --unlink"
},
"files": [
"lib",
"bin",
"gui/liquid",
"gui/graphql/public",
"gui/admin/dist",
"gui/next/build",
"scripts",
"mcp-min"
],
"main": "./bin/pos-cli.js",
"engines": {
"node": ">=22"
},
"keywords": [
"pos-cli",
"platformos",
"pOS"
],
"dependencies": {
"@platformos/platformos-check-node": "^0.0.17",
"@platformos/platformos-common": "^0.0.15",
"@platformos/platformos-language-server-node": "^0.0.17",
"is-stream": "^4.0.1",
"yazl": "^3.3.1",
"async": "^3.2.6",
"body-parser": "^2.2.2",
"chalk": "^5.6.2",
"chokidar": "^5.0.0",
"commander": "^14.0.3",
"degit": "^2.8.4",
"email-validator": "^2.0.4",
"execa": "^9.6.1",
"express": "^5.2.1",
"fast-glob": "^3.3.3",
"ignore": "^7.0.5",
"inquirer": "^13.3.0",
"livereload": "^0.10.3",
"lodash.clonedeep": "^4.5.0",
"lodash.compact": "^3.0.1",
"lodash.debounce": "^4.0.8",
"lodash.flatten": "^4.4.0",
"lodash.reject": "^4.6.0",
"lodash.uniq": "^4.5.0",
"mime": "^4.1.0",
"multer": "^2.0.2",
"mustache": "^4.2.0",
"node-notifier": "^10.0.1",
"normalize-path": "^3.0.0",
"open": "^11.0.0",
"ora": "^9.3.0",
"prompts": "^2.4.2",
"semver": "^7.7.4",
"shelljs": "^0.10.0",
"text-table": "^0.2.0",
"unzipper": "^0.12.3",
"update-notifier": "^7.3.1",
"yaml": "^2.8.2",
"yeoman-environment": "^5.1.3",
"yeoman-generator": "^7.5.1"
},
"preferGlobal": true,
"bin": {
"pos-cli": "bin/pos-cli.js",
"pos-cli-audit": "bin/pos-cli-audit.js",
"pos-cli-check": "bin/pos-cli-check.js",
"pos-cli-check-init": "bin/pos-cli-check-init.js",
"pos-cli-check-run": "bin/pos-cli-check-run.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-fetch-logs": "bin/pos-cli-fetch-logs.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-logsv2": "bin/pos-cli-logsv2.js",
"pos-cli-logsv2-search": "bin/pos-cli-logsv2-search.js",
"pos-cli-lsp": "bin/pos-cli-lsp.js",
"pos-cli-mcp": "bin/pos-cli-mcp.js",
"pos-cli-mcp-config": "bin/pos-cli-mcp-config.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",
"pos-cli-test": "bin/pos-cli-test.js",
"pos-cli-test-run": "bin/pos-cli-test-run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/platform-OS/pos-cli.git"
},
"license": "CC BY 3.0",
"bugs": {
"url": "https://github.com/Platform-OS/pos-cli/issues"
},
"homepage": "https://github.com/Platform-OS/pos-cli/issues#readme",
"devDependencies": {
"@vitest/coverage-v8": "^4.0.18",
"dotenv": "^17.3.1",
"globals": "^17.3.0",
"nock": "^14.0.11",
"supertest": "^7.2.2",
"vitest": "^4.0.18"
},
"bundleDependencies": [
"commander",
"degit",
"shelljs"
],
"optionalDependencies": {
"fsevents": "^2.3.3"
}
}