ai-templates
Version:
CLI tool for generating AI templates for different frameworks and tools
60 lines (59 loc) • 1.28 kB
JSON
{
"name": "ai-templates",
"version": "1.0.3",
"description": "CLI tool for generating AI templates for different frameworks and tools",
"main": "dist/index.js",
"bin": {
"ai-templates": "./dist/cli.js"
},
"scripts": {
"build": "tsc",
"start": "npm run build && node dist/cli.js",
"dev": "ts-node src/cli.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"keywords": [
"ai",
"templates",
"cli",
"cursor",
"claude",
"gemini",
"fastify",
"nestjs",
"frontend",
"backend"
],
"author": "",
"license": "MIT",
"dependencies": {
"inquirer": "^8.2.6",
"chalk": "^4.1.2",
"fs-extra": "^11.1.1"
},
"devDependencies": {
"typescript": "^5.0.0",
"ts-node": "^10.9.0",
"@types/node": "^18.0.0",
"@types/inquirer": "^8.2.0",
"@types/fs-extra": "^11.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mt26691/ai-templates.git"
},
"bugs": {
"url": "https://github.com/mt26691/ai-templates/issues"
},
"homepage": "https://github.com/mt26691/ai-templates#readme",
"files": [
"dist/",
"templates/",
"README.md",
"LICENSE"
]
}