UNPKG

@kwooshung/standard-version-helper

Version:

'standard-version' is a utility tool that offers a straightforward menu selection in the console.

127 lines (126 loc) 3.91 kB
{ "name": "@kwooshung/standard-version-helper", "version": "1.8.1", "title": "Standard Version Helper", "description": "'standard-version' is a utility tool that offers a straightforward menu selection in the console.", "private": false, "tags": [ "kwooshung", "tools", "helper", "Standard Version", "Standard Version Helper", "standard version helper", "standard version tools" ], "keywords": [ "kwooshung", "tools", "helper", "Standard Version", "Standard Version Helper", "standard version helper", "standard version tools" ], "author": "kwooshung (https://github.com/kwooshung)", "homepage": "https://github.com/kwooshung/standard-version-helper", "repository": { "type": "git", "url": "https://github.com/kwooshung/standard-version-helper.git" }, "bugs": { "url": "https://github.com/kwooshung/standard-version-helper/issues" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "bin": { "standard-version-helper": "./dist/index.mjs" }, "files": [ "dist" ], "scripts": { "prepare": "husky install", "_build": "tsup src/index.ts --clean && tsup src/index.ts --format cjs,esm --dts --minify", "build": "tsup src/index.ts --clean && tsup src/index.ts --format esm --dts --minify", "eslint": "eslint . --fix --cache --quiet --report-unused-disable-directives --max-warnings 0 --ext .js,.js,.jsx,.ts,.cts,.tsx", "test": "jest --coverage --verbose", "test:ci": "jest --coverage --ci", "test:watch": "jest --coverage --verbose --watch", "translate": "node ./tools/translate.mjs", "commit": "pnpm changelog && git add . && cz-customizable", "changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && node plugin-customizable.cjs", "release:dev": "node ./dist/index.mjs", "release": "standard-version-helper" }, "config": { "cz-customizable": { "config": "./.cz-config.cjs" }, "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "detect-indent": "^7.0.1", "inquirer": "^9.2.12", "ora": "^8.0.1" }, "peerDependencies": { "node": ">=14.0.0" }, "devDependencies": { "@babel/core": "^7.23.7", "@babel/preset-env": "^7.23.7", "@commitlint/config-conventional": "^18.4.3", "@kwooshung/cvlar": "^1.1.1", "@kwooshung/standard-version-helper": "^1.6.1", "@octokit/rest": "^20.0.2", "@swc/core": "^1.3.102", "@swc/jest": "^0.2.29", "@translate-tools/core": "^1.0.0", "@types/i18n": "^0.13.10", "@types/inquirer": "^9.0.7", "@types/jest": "^29.5.11", "@types/node": "^20.10.6", "@types/react": "^18.2.46", "@types/react-dom": "^18.2.18", "@types/readline-sync": "^1.4.8", "@types/semver": "^7.5.6", "@typescript-eslint/eslint-plugin": "^6.17.0", "@typescript-eslint/parser": "^6.17.0", "commitizen": "^4.3.0", "commitlint": "^18.4.3", "commitlint-config-cz": "^0.13.3", "commitlint-config-git-commit-emoji": "^1.0.0", "conventional-changelog": "^5.1.0", "conventional-changelog-cli": "^4.1.0", "cz-conventional-changelog": "^3.3.0", "cz-customizable": "^7.0.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.2", "husky": "^8.0.3", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "lint-staged": "^15.2.0", "prettier": "^3.1.1", "semver": "^7.5.4", "standard-version": "^9.5.0", "swc-loader": "^0.2.3", "ts-jest": "^29.1.1", "ts-loader": "^9.5.1", "tsup": "^7.3.0", "typescript": "^5.3.3" }, "license": "MIT" }