create-nodex
Version:
CLI tool to create modern Node.js projects with TypeScript, AI capabilities, and more
16 lines (15 loc) • 311 B
JSON
{
"name": "project-name",
"version": "1.0.0",
"description": "JavaScript project created with create-nodex",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC"
}