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