diff --git a/plugins/hikvision/package.json b/plugins/hikvision/package.json index 34f2b06f98..f5d54eea59 100644 --- a/plugins/hikvision/package.json +++ b/plugins/hikvision/package.json @@ -38,16 +38,10 @@ "@koush/axios-digest-auth": "^0.8.5", "@scrypted/common": "file:../../common", "@scrypted/sdk": "file:../../sdk", - "@types/highland": "^2.12.14", - "@types/lodash": "^4.14.172", - "@types/multiparty": "^0.0.33", "@types/node": "^16.9.1", "@types/xml2js": "^0.4.9", "axios": "^0.23.0", - "highland": "^2.13.5", "lodash": "^4.17.21", - "multiparty": "^4.2.2", - "net-keepalive": "^3.0.0", "xml2js": "^0.4.23" } } diff --git a/sdk/types/package.json b/sdk/types/package.json index 858960a7f1..500b3a8e7a 100644 --- a/sdk/types/package.json +++ b/sdk/types/package.json @@ -7,7 +7,7 @@ "license": "ISC", "scripts": { "prepublishOnly": "npm run build", - "build": "rimraf dist gen && typedoc && ts-node ./src/build.ts && tsc && npm link" + "build": "rimraf dist gen && typedoc && ts-node ./src/build.ts && tsc" }, "devDependencies": { "@types/rimraf": "^3.0.2",