serverline-sim/package.json

30 lines
807 B
JSON

{
"name": "serverline-sim",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"type": "module",
"scripts": {
"start": "(clear || cls) && node --no-warnings --unhandled-rejections=strict --loader ./loader.mjs /boot",
"tsc": "tsc"
},
"dependencies": {
"@types/chokidar": "^2.1.3",
"@types/lodash": "^4.14.178",
"@types/md5": "^2.3.1",
"@types/node": "^16.11.12",
"@types/uuid": "^8.3.3",
"chalk": "^5.0.0",
"chokidar": "^3.5.2",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"serverline": "^1.5.0",
"ssh2": "^1.5.0",
"telnet": "git+https://github.com/TooTallNate/node-telnet.git#780340617e1f223de384cdfcb7cecf0a1a6f1159",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.3",
"uuid": "^8.3.2"
}
}