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