{ "name": "ts-cli-app", "version": "1.0.0", "description": "TypeScript CLI application", "main": "dist/index.js", "bin": { "ts-cli": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "ts-node src/index.ts" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^20.17.10", "ts-node": "^10.9.1", "typescript": "^5.7.2" } }