sx-cli-tool
Version:
Laravel va Vue frameworklaridagi monolith arxitektura loyihalarni boshqarish uchun mo'ljallangan CLI tool
48 lines (47 loc) • 1.24 kB
JSON
{
"name": "sx-cli-tool",
"version": "1.2.1",
"main": " dist/index.js",
"description": "Laravel va Vue frameworklaridagi monolith arxitektura loyihalarni boshqarish uchun mo'ljallangan CLI tool",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc",
"start": "node dist/server.js",
"dev": "nodemon --watch src --ext ts --exec ts-node src/server.ts",
"prettier": "prettier"
},
"bin": {
"sx-cli": "./dist/index.js"
},
"dependencies": {
"@types/node": "^22.5.5",
"commander": "^12.1.0",
"cors": "^2.8.5",
"express": "^4.21.0",
"inquirer": "^11.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vue": "^3.5.8"
},
"devDependencies": {
"@prettier/plugin-php": "^0.22.2",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"prettier-plugin-vue": "^1.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/Fozilbek-Raimberdiyev/sx-cli.git"
},
"keywords": [
"cli",
"laravel",
"vue",
"laravel-vue",
"artisan"
],
"author": "Fozilbek Raimberdiyev <https://github.com/Fozilbek-Raimberdiyev>"
}