Files
scrypted/server/package.json
2021-09-18 20:55:53 -07:00

66 lines
1.7 KiB
JSON

{
"name": "scrypted",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"@scrypted/sdk": "file:../sdk",
"@types/adm-zip": "^0.4.33",
"@types/cookie-parser": "^1.4.2",
"@types/debug": "^4.1.5",
"@types/engine.io": "^3.1.5",
"@types/express": "^4.17.11",
"@types/node-dijkstra": "^2.5.1",
"@types/pem": "^1.9.5",
"adm-zip": "^0.5.3",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"debug": "^4.3.1",
"engine.io": "^5.2.0",
"express": "^4.17.1",
"ffmpeg-for-homebridge": "^0.0.9",
"http-auth": "^4.1.9",
"level": "^6.0.1",
"lodash": "^4.17.21",
"memfs": "^3.2.2",
"mkdirp": "^1.0.4",
"node-dijkstra": "^2.5.0",
"pem": "^1.14.4",
"query-string": "^6.14.1",
"serialport": "^9.2.0",
"source-map-support": "^0.5.20",
"tar": "^6.1.11",
"tmp": "^0.2.1",
"ts-node": "^10.2.1",
"typescript": "^4.4.3",
"whatwg-mimetype": "^2.3.0",
"wrtc": "^0.4.7",
"zwave-js": "^8.1.1"
},
"optionalDependencies": {
"mdns": "^2.7.2"
},
"devDependencies": {
"@types/http-auth": "^4.1.1",
"@types/lodash": "^4.14.168",
"@types/mkdirp": "^1.0.2",
"@types/source-map-support": "^0.5.4",
"@types/tar": "^4.0.5",
"@types/tmp": "^0.2.0",
"@types/whatwg-mimetype": "^2.1.0",
"@types/ws": "^7.4.7"
},
"scripts": {
"preserve": "npm run build",
"serve": "node dist/scrypted-main.js",
"serve-no-build": "node dist/scrypted-main.js",
"ts-serve": "ts-node src/scrypted-main.ts",
"prebuild": "tsc --build --clean",
"build": "tsc --outDir dist",
"postbuild": "node test/check-build-output.js"
},
"author": "",
"license": "ISC"
}