diff --git a/package.json b/package.json index 4c9e67c..82b8687 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "ts-node server/index.ts", "build": "tsc --build tsconfig.json", - "start:built": "ts-node .ts-node/index.js", + "start:built": "node .ts-node/index.js", "test": "jest" }, "author": "", @@ -21,8 +21,6 @@ "express-ejs-layouts": "^2.5.1", "ip": "^1.1.5", "mqtt": "^4.2.8", - "ts-node": "^10.4.0", - "typescript": "^4.5.2", "winston": "^3.8.2" }, "devDependencies": { @@ -35,6 +33,8 @@ "@types/mqtt": "^2.5.0", "@types/node": "^16.11.10", "jest": "^29.3.1", - "ts-jest": "^29.0.3" + "ts-jest": "^29.0.3", + "ts-node": "^10.4.0", + "typescript": "^4.5.2" } }