@saashub/qoq-cli
Version:
CLI that handles formatting, linting and testing Your JS/TS code
64 lines (63 loc) • 1.68 kB
JSON
{
"name": "@saashub/qoq-cli",
"version": "1.9.0",
"description": "CLI that handles formatting, linting and testing Your JS/TS code",
"keywords": [
"cli",
"saashub",
"qoq",
"QualityOverQuantity"
],
"homepage": "https://github.com/saashub-it/qoq/tree/master/packages/cli",
"bugs": {
"url": "https://github.com/saashub-it/qoq/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/saashub-it/qoq.git",
"directory": "packages/cli"
},
"license": "MIT",
"main": "./bin/qoq.cjs",
"bin": {
"qoq": "bin/qoq.cjs"
},
"scripts": {
"build": "rimraf ./bin && rollup -c --silent && chmod +x ./bin/qoq.cjs",
"dev": "npm run build && node ./bin/qoq.cjs"
},
"dependencies": {
"@antfu/install-pkg": "1.0.0",
"@eslint/compat": "1.3.2",
"@npmcli/package-json": "6.2.0",
"@saashub/qoq-utils": "^1.9.0",
"cac": "6.7.14",
"es-toolkit": "1.39.9",
"micromatch": "4.0.8",
"picocolors": "1.1.1",
"prompts": "2.4.2",
"react-fast-compare": "3.2.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "28.0.6",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/plugin-terser": "0.4.4",
"@types/micromatch": "4.0.9",
"@types/prompts": "2.4.9",
"esbuild": "0.25.9",
"rimraf": "6.0.1",
"rollup": "4.46.2",
"rollup-plugin-esbuild": "6.2.1",
"rollup-plugin-typescript-paths": "1.5.0",
"typescript": "5.9.2",
"vite-tsconfig-paths": "5.1.4"
},
"engines": {
"node": ">=20.0.9"
},
"publishConfig": {
"access": "public"
},
"gitHead": "e7aa03d4b361d1fc708fa2c006b984ed3e5fa5ac"
}