mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 00:39:56 +00:00
24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"name": "@scrypted/common",
|
|
"version": "1.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@koush/werift": "file:../external/werift/packages/webrtc",
|
|
"@koush/wrtc": "^0.5.3",
|
|
"@scrypted/sdk": "file:../sdk",
|
|
"http-auth-utils": "^3.0.2",
|
|
"node-fetch-commonjs": "^3.1.1",
|
|
"typescript": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.9.0"
|
|
}
|
|
}
|