serverline-sim/package.json

16 lines
309 B
JSON
Raw Normal View History

2021-12-11 23:03:55 -05:00
{
"name": "serverline-sim",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "(clear || cls) && ts-node ./src/index.ts"
},
"dependencies": {
"@types/node": "^16.11.12",
"serverline": "^1.5.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.3"
}
}