UNPKG

@nice-move/cli

Version:
60 lines 1.24 kB
{ "name": "@nice-move/cli", "version": "0.11.26", "description": "Frontend develop helper for frontend development", "license": "MIT", "author": { "name": "Eric Chen", "email": "airkro@qq.com" }, "keywords": [ "eslint", "format", "formatter", "garou", "lint", "linter", "nice-move", "prettier", "quality", "sort", "styleguide", "stylelint" ], "homepage": "https://github.com/nice-move/nice-move/tree/master/packages/cli", "repository": { "type": "git", "url": "git+https://github.com/nice-move/nice-move.git", "directory": "packages/cli" }, "bugs": { "url": "https://github.com/nice-move/nice-move/issues" }, "bin": { "nice-move": "dist/cli.mjs" }, "files": [ "dist" ], "type": "module", "dependencies": { "cheetor": "^0.13.0" }, "devDependencies": { "@commitlint/format": "^19.8.1", "@commitlint/lint": "^19.8.1", "execa": "^9.6.0", "lint-staged": "^15.5.2", "settingz": "^0.2.0" }, "engines": { "node": "^20.19.2 || ^22.14.0 || ^24.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "tsdown" } }