serverline-sim/package.json

26 lines
688 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",
2021-12-12 10:53:26 -05:00
"type": "module",
2021-12-11 23:03:55 -05:00
"scripts": {
2021-12-12 22:43:24 -05:00
"start": "(clear || cls) && node --no-warnings --unhandled-rejections=strict --loader ./loader.mjs /boot",
2021-12-12 17:09:52 -05:00
"tsc": "tsc"
2021-12-11 23:03:55 -05:00
},
"dependencies": {
2021-12-12 22:43:24 -05:00
"@types/md5": "^2.3.1",
2021-12-11 23:03:55 -05:00
"@types/node": "^16.11.12",
2021-12-12 17:09:52 -05:00
"@types/uuid": "^8.3.3",
2021-12-12 10:53:26 -05:00
"chalk": "^5.0.0",
2021-12-12 22:43:24 -05:00
"md5": "^2.3.0",
2021-12-11 23:03:55 -05:00
"serverline": "^1.5.0",
2021-12-12 10:53:26 -05:00
"ssh2": "^1.5.0",
2021-12-12 23:57:14 -05:00
"telnet": "git+https://github.com/TooTallNate/node-telnet.git#780340617e1f223de384cdfcb7cecf0a1a6f1159",
2021-12-11 23:03:55 -05:00
"ts-node": "^10.4.0",
2021-12-12 17:09:52 -05:00
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.3",
"uuid": "^8.3.2"
2021-12-11 23:03:55 -05:00
}
}