mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 09:12:03 +00:00
26 lines
593 B
JSON
26 lines
593 B
JSON
{
|
|
"name": "@scrypted/client",
|
|
"version": "1.3.2",
|
|
"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": "^20.9.4",
|
|
"typescript": "^5.3.2"
|
|
},
|
|
"dependencies": {
|
|
"@scrypted/types": "^0.2.99",
|
|
"axios": "^0.25.0",
|
|
"engine.io-client": "^6.5.3",
|
|
"rimraf": "^5.0.5"
|
|
}
|
|
}
|