UNPKG

storypointer

Version:
56 lines (55 loc) 1.54 kB
{ "name": "storypointer", "version": "1.11.0", "description": "Small CLI tool to set JIRA Story Points and Priority", "main": "src/main.ts", "type": "commonjs", "bin": "./dist/main.js", "directories": { "test": "tests" }, "scripts": { "build": "esbuild ./src/main.js --bundle --outdir=dist --platform=node --target=node20.0.0 --packages=bundle", "format": "prettier --write '**/*.ts'", "format-check": "prettier --check '**/*.ts'", "test": "vitest run --coverage", "update-snapshots": "vitest run --update", "all": "yarn && yarn run build && yarn run format && yarn test" }, "packageManager": "yarn@4.9.2", "repository": { "type": "git", "url": "git+https://github.com/redhat-plumbers-in-action/storypointer.git" }, "author": "jamacku@redhat.com", "license": "GPL-3.0+", "bugs": { "url": "https://github.com/redhat-plumbers-in-action/storypointer/issues" }, "homepage": "https://github.com/redhat-plumbers-in-action/storypointer#readme", "keywords": [ "cli", "jira", "storypoints", "priority", "severity" ], "dependencies": { "@inquirer/select": "4.2.4", "@total-typescript/ts-reset": "0.6.1", "chalk": "5.4.1", "commander": "14.0.0", "dotenv": "17.0.1", "jira.js": "5.2.1", "zod": "3.25.64" }, "devDependencies": { "@types/node": "24.0.3", "@vitest/coverage-v8": "3.2.4", "esbuild": "0.25.5", "prettier": "3.6.2", "ts-node": "10.9.2", "typescript": "5.8.3", "vitest": "3.2.4" } }