Files
scrypted/packages/client/package.json
Koushik Dutta 41c4cbc96c client: update
2023-03-07 16:24:31 -08:00

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"
}
}