{
  "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"
  }
}
