UNPKG

create-nodex

Version:

CLI tool to create modern Node.js projects with TypeScript, AI capabilities, and more

22 lines (21 loc) 434 B
{ "name": "project-name", "version": "1.0.0", "description": "TypeScript project created with create-nodex", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "nodemon", "test": "jest" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "nodemon": "^3.0.1", "tsx": "^4.6.2", "typescript": "^5.2.2" } }