Files
vanilla-typescript-template/package.json
2026-02-10 17:23:58 -06:00

22 lines
434 B
JSON

{
"name": "@inncs/vanilla-typescript-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/node": "^25.2.3"
}
}