Files
scrypted/packages/client/package.json
Koushik Dutta 255e426e2d client: update
2023-02-28 11:10:47 -08:00

26 lines
595 B
JSON

{
"name": "@scrypted/client",
"version": "1.1.40",
"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": "^17.0.17",
"typescript": "^4.7.4"
},
"dependencies": {
"@scrypted/types": "^0.2.65",
"axios": "^0.25.0",
"engine.io-client": "^6.2.2",
"rimraf": "^3.0.2"
}
}