UNPKG

@_nu/cli

Version:

🛠️ Standard Tooling for nu-system component development

70 lines (69 loc) 1.71 kB
{ "name": "@_nu/cli", "version": "1.1.1", "description": "🛠️ Standard Tooling for nu-system component development", "main": "index.js", "homepage": "https://github.com/nu-system/nu-cli", "bugs": { "url": "https://github.com/nu-system/nu-cli/issues" }, "repository": { "type": "git", "url": "git@github.com:nu-system/nu-cli.git" }, "author": "ziven27", "license": "MIT", "bin": { "nu-cli": "bin/index.js" }, "files": [ "bin", "src", "template" ], "keywords": [ "!ui", "nu-system", "cli" ], "scripts": { "cz": "git add . && git cz", "pub": "npm publish --access public", "log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "commitizenInit": "commitizen init cz-conventional-changelog --yarn --dev --exact", "prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,css,md,json}'" }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS" } }, "lint-staged": { "*.{js,jsx,tsx,ts,less,css,md,json}": [ "prettier --write", "git add ." ] }, "devDependencies": { "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "chalk": "^4.0.0", "commander": "^5.0.0", "commitizen": "^4.0.3", "conventional-changelog-cli": "^2.0.23", "cz-conventional-changelog": "3.1.0", "fs-extra": "^9.0.0", "husky": "^4.2.5", "inquirer": "^7.1.0", "lint-staged": "^10.1.3", "mem-fs": "^1.1.3", "mem-fs-editor": "^6.0.0", "prettier": "^1.19.1" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }