Files
NodeTest/package.json
2024-09-15 13:55:29 +02:00

19 lines
332 B
JSON

{
"name": "app",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc",
"postinstall": "npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}