{ "name": "serverline-sim", "version": "1.0.0", "main": "index.js", "license": "MIT", "type": "module", "scripts": { "start": "node --no-warnings --loader ./loader.mjs /boot", "tsc": "tsc" }, "dependencies": { "@types/node": "^16.11.12", "@types/uuid": "^8.3.3", "chalk": "^5.0.0", "serverline": "^1.5.0", "ssh2": "^1.5.0", "telnet": "^0.0.1", "ts-node": "^10.4.0", "tsconfig-paths": "^3.12.0", "typescript": "^4.5.3", "uuid": "^8.3.2" } }