mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 01:02:18 +00:00
29 lines
682 B
JSON
29 lines
682 B
JSON
{
|
|
"name": "@scrypted/client",
|
|
"version": "1.0.9",
|
|
"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/adm-zip": "^0.4.34",
|
|
"@types/engine.io-client": "^3.1.5",
|
|
"@types/node": "^17.0.17"
|
|
},
|
|
"dependencies": {
|
|
"@scrypted/rpc": "^1.0.4",
|
|
"adm-zip": "^0.5.9",
|
|
"axios": "^0.25.0",
|
|
"engine.io-client": "^5.2.0",
|
|
"linkfs": "^2.1.0",
|
|
"memfs": "^3.4.1",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|