sp-estimator
Version:
FSD 기반 스토리포인트 계산기 CLI
32 lines (31 loc) • 601 B
JSON
{
"name": "sp-estimator",
"version": "1.0.12",
"repository": {
"type": "git",
"url": "https://github.com/OhSeungWan/sp-estimator"
},
"description": "FSD 기반 스토리포인트 계산기 CLI",
"main": "bin/cli.js",
"bin": {
"sp-estimator": "bin/cli.js"
},
"scripts": {
"build": "tsc",
"start": "node bin/cli.js"
},
"keywords": [
"storypoint",
"FSD",
"CLI"
],
"author": "완자님",
"license": "MIT",
"devDependencies": {
"@types/inquirer": "^9.0.7",
"typescript": "^5.0.0"
},
"dependencies": {
"inquirer": "^8.2.6"
}
}