mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 06:03:27 +00:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "scrypted",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"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",
|
|
"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",
|
|
"tar": "^6.1.11",
|
|
"tmp": "^0.2.1",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.1.5",
|
|
"whatwg-mimetype": "^2.3.0",
|
|
"wrtc": "^0.4.7",
|
|
"zwave-js": "^8.1.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"mdns": "^2.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/mkdirp": "^1.0.2",
|
|
"@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",
|
|
"ts-serve": "ts-node src/scrypted-main.ts",
|
|
"build": "tsc --outDir dist"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|