Files
Q-A_test/apps/cli/package.json
T
SDI 12e4f17b62
CI / typecheck (push) Successful in 1m8s
CI / format (push) Failing after 1m6s
CI / lint (push) Failing after 49s
CI / test (push) Failing after 1m8s
first commit
2026-07-15 18:05:12 +09:00

47 lines
1.2 KiB
JSON

{
"name": "auf-cli",
"version": "1.0.11",
"description": "Command line interface for ABC User Feedback",
"repository": "https://github.com/line/abc-user-feedback/tree/main/apps/cli",
"bin": {
"auf-cli": "./dist/index.js"
},
"author": "ABC User Feedback",
"keywords": [
"auf",
"cli",
"command-line",
"tool",
"abc-user-feedback",
"VOC"
],
"scripts": {
"build": "tsc",
"clean": "git clean -xdf dist .turbo node_modules .cache",
"format": "prettier --check . --ignore-path ../../.gitignore",
"format:fix": "prettier --write --list-different .",
"lint": "eslint",
"start": "node dist/index.js",
"start:dev": "ts-node bin/index.ts",
"dev": "ts-node bin/index.ts"
},
"dependencies": {
"@types/prompts": "^2.4.9",
"child_process": "^1.0.2",
"commander": "^14.0.3",
"js-toml": "^1.0.3",
"toml": "^3.0.0",
"yaml": "^2.8.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "24.12.0",
"@ufb/eslint-config": "workspace:*",
"@ufb/prettier-config": "workspace:*",
"@ufb/tsconfig": "workspace:*",
"ts-node": "^10.9.2",
"typescript": "catalog:"
},
"prettier": "@ufb/prettier-config"
}