@salla.sa/cli
Version:
The Official Salla Command Line Interface
99 lines (98 loc) • 2.5 kB
JSON
{
"name": "@salla.sa/cli",
"version": "3.2.4",
"description": "The Official Salla Command Line Interface",
"author": "Salla App (https://github.com/SallaApp)",
"keywords": [
"node",
"cli",
"salla",
"laravel",
"express",
"ksa",
"e-commerce"
],
"homepage": "https://salla.dev",
"preferGlobal": true,
"bin": {
"salla": "dist/salla.js"
},
"license": "",
"repository": {
"type": "git",
"url": "git+https://github.com/SallaApp/Salla-CLI.git"
},
"bugs": {
"url": "https://github.com/SallaApp/Salla-CLI/issues"
},
"scripts": {
"start": "node entry.js",
"build": "node scripts/createDist.js && webpack ",
"test": "mocha ./test/cli/all-tests.js --exit --timeout -1",
"//postinstall": "node scripts/postinstall.js"
},
"files": [
"dist/"
],
"dependencies": {
"adm-zip": "^0.5.9",
"cloudflared": "^0.4.0",
"git-url-parse": "^13.0.0",
"open": "^8.4.0"
},
"devDependencies": {
"@octokit/rest": "^19.0.4",
"@salla.sa/event": "^1.0.19",
"@salla.sa/websocket": "^2.0.8",
"@sentry/node": "^7.16.0",
"analytics-node": "^6.2.0",
"asciiart-logo": "^0.2.6",
"async": "^3.2.2",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"chalk-animation": "^2.0.3",
"child_process": "^1.0.2",
"chokidar": "~3.5.2",
"cli-color": "^2.0.1",
"cli-progress": "^3.9.1",
"cli-select": "^1.1.2",
"cli-table": "^0.3.11",
"command-exists": "^1.2.9",
"commander": "^9.4.0",
"dotenv": "^16.0.1",
"enquirer": "^2.3.6",
"express": "^4.17.1",
"finalhandler": "^1.1.2",
"follow-redirects": "^1.15.1",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"i": "^0.3.7",
"inquirer": "^8.2.4",
"loading-cli": "^1.1.0",
"meant": "^2.0.1",
"minimist": "^1.2.5",
"mocha": "^10.0.0",
"node-pty": "^0.10.1",
"node-watch": "^0.7.2",
"parseurl": "^1.3.3",
"readline": "^1.3.0",
"readline-sync": "^1.4.10",
"replace-in-file": "^6.3.2",
"request": "^2.88.2",
"semver": "^7.3.8",
"serve-index": "^1.9.1",
"serve-static": "^1.14.1",
"should": "13.2.3",
"simple-git": "^3.12.0",
"sinon": "7.4.2",
"tcp-port-used": "^1.0.2",
"universalify": "^2.0.0",
"web-dev-server": "^3.0.22",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0",
"webpack-obfuscator": "^3.5.0",
"websocket": "^1.0.34",
"ws": "^8.4.0",
"xmlhttprequest": "^1.8.0"
}
}