21 lines
373 B
JSON
21 lines
373 B
JSON
{
|
|
"name": "runner",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "ts-node src/index.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^18.15.11",
|
|
"@types/yargs": "^17.0.24",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"dependencies": {
|
|
"yargs": "^17.7.1"
|
|
}
|
|
}
|