This commit is contained in:
42
.ai-context-generator-cli/package.json
Normal file
42
.ai-context-generator-cli/package.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "ai-context-generator-cli",
|
||||
"version": "1.0.0",
|
||||
"description": "A CLI tool that generates comprehensive context files for AI coding assistants",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
"ai-context": "./dist/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "jest",
|
||||
"test:coverage": "jest --coverage",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"lint:fix": "eslint src/**/*.ts --fix",
|
||||
"dev": "ts-node src/index.ts",
|
||||
"start": "node dist/index.js"
|
||||
},
|
||||
"keywords": [
|
||||
"cli",
|
||||
"ai",
|
||||
"context",
|
||||
"coding-assistant",
|
||||
"typescript"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"commander": "^12.0.0",
|
||||
"glob": "^10.3.10",
|
||||
"ignore": "^5.3.0",
|
||||
"js-yaml": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/jest": "^29.5.11",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"@types/node": "^20.10.6",
|
||||
"jest": "^29.7.0",
|
||||
"ts-jest": "^29.1.1",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user