package.json
1 { 2 "name": "runner", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "start": "ts-node src/index.ts" 8 }, 9 "author": "", 10 "license": "ISC", 11 "devDependencies": { 12 "@types/node": "^18.15.11", 13 "@types/yargs": "^17.0.24", 14 "ts-node": "^10.9.1", 15 "typescript": "^5.0.4" 16 }, 17 "dependencies": { 18 "yargs": "^17.7.1" 19 } 20 }