mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
30 lines
688 B
JSON
30 lines
688 B
JSON
{
|
|
"name": "@scrypted/client",
|
|
"version": "1.3.26",
|
|
"description": "",
|
|
"main": "dist/packages/client/src/index.js",
|
|
"scripts": {
|
|
"prebuild": "rimraf dist",
|
|
"build": "tsc --outDir dist",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/ip": "^1.1.3",
|
|
"@types/node": "^24.0.10",
|
|
"@types/ws": "^8.18.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@scrypted/types": "^0.5.52"
|
|
},
|
|
"dependencies": {
|
|
"engine.io-client": "^6.6.3",
|
|
"follow-redirects": "^1.15.9",
|
|
"rimraf": "^6.0.1"
|
|
}
|
|
}
|