UNPKG

@incidental/project-templates

Version:

Claude Code template library for JavaScript projects with framework auto-detection

74 lines (73 loc) 1.76 kB
{ "name": "@incidental/project-templates", "version": "1.0.0", "description": "Claude Code template library for JavaScript projects with framework auto-detection", "keywords": [ "claude-code", "templates", "cli", "nextjs", "react", "javascript", "typescript", "agents", "commands", "skills" ], "homepage": "https://github.com/incidental/project-templates#readme", "bugs": { "url": "https://github.com/incidental/project-templates/issues" }, "repository": { "type": "git", "url": "git+https://github.com/incidental/project-templates.git" }, "license": "MIT", "author": { "name": "Incidental", "url": "https://github.com/incidental" }, "type": "module", "bin": { "project-templates": "./bin/cli.js" }, "files": [ "bin/", "src/", "templates/", "README.md", "LICENSE" ], "scripts": { "test": "echo \"No tests yet\" && exit 0", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src bin", "lint:fix": "eslint src bin --fix", "format": "prettier --write \"**/*.{js,json,md}\"", "format:check": "prettier --check \"**/*.{js,json,md}\"", "prepublishOnly": "npm run lint && npm test" }, "dependencies": { "chalk": "^5.3.0", "commander": "^12.1.0", "fs-extra": "^11.2.0", "inquirer": "^10.2.2", "ora": "^8.1.0" }, "devDependencies": { "@eslint/js": "^9.17.0", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "jest": "^30.2.0", "prettier": "^3.4.2" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" }, "publishConfig": { "@incidental:registry": "https://registry.npmjs.org", "access": "public" } }