mono/packages/kbot/kbot-tests/package.json
2025-02-20 14:44:05 +01:00

22 lines
414 B
JSON

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