@qigy/run
Version:
A collection of tools capable of executing complex commands through their abbreviation.
67 lines (66 loc) • 1.48 kB
JSON
{
"name": "@qigy/run",
"version": "0.0.3",
"description": "A collection of tools capable of executing complex commands through their abbreviation.",
"keywords": [
"Run",
"Abbreviated command",
"Efficiency",
"Tool"
],
"bin": {
"run": "bin/run.js"
},
"repository": {
"type": "git",
"url": "https://gitea.cpolar.top/seven/run.git"
},
"author": "qigy",
"license": "ISC",
"files": [
"bin",
"src"
],
"scripts": {
"run": "node ./bin/run.js",
"dev": "vite",
"build": "vite build",
"format": "prettier --write ."
},
"dependencies": {
"@fastify/cors": "8.5.0",
"@fastify/multipart": "8.3.1",
"@fastify/rate-limit": "9.1.0",
"@fastify/static": "7.0.4",
"chalk": "4.1.2",
"cli-table3": "0.6.5",
"cross-spawn": "^7.0.6",
"fastify": "4.29.0",
"figlet": "1.8.0",
"inquirer": "8.2.4",
"nanoid": "3.3.8",
"rimraf": "5.0.10"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.1",
"element-plus": "2.9.7",
"less": "4.2.2",
"lodash-es": "4.17.21",
"prettier": "3.3.3",
"unplugin-auto-import": "19.1.0",
"unplugin-vue-components": "28.4.0",
"vite": "6.2.4",
"vue": "3.5.13"
},
"prettier": {
"printWidth": 125,
"tabWidth": 2,
"singleQuote": true,
"semi": true,
"trailingComma": "none",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"endOfLine": "lf"
}
}