Files
scrypted/packages/client/package.json
Koushik Dutta 6a4fc87b8e ui: fix deps
2023-02-22 23:00:58 -08:00

30 lines
700 B
JSON

{
"name": "@scrypted/client",
"version": "1.1.37",
"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/ip": "^1.1.0",
"@types/node": "^17.0.17",
"typescript": "^4.7.4"
},
"dependencies": {
"@scrypted/types": "^0.2.64",
"adm-zip": "^0.5.9",
"axios": "^0.25.0",
"engine.io-client": "^6.2.2",
"linkfs": "^2.1.0",
"memfs": "^3.4.1",
"rimraf": "^3.0.2"
}
}