mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 00:39:56 +00:00
26 lines
595 B
JSON
26 lines
595 B
JSON
{
|
|
"name": "@scrypted/client",
|
|
"version": "1.1.43",
|
|
"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.0",
|
|
"@types/node": "^18.14.2",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"dependencies": {
|
|
"@scrypted/types": "^0.2.76",
|
|
"axios": "^0.25.0",
|
|
"engine.io-client": "^6.4.0",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|