Files
scrypted/packages/client/package.json
2024-07-14 09:17:17 -07:00

27 lines
632 B
JSON

{
"name": "@scrypted/client",
"version": "1.3.6",
"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.11.30",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"dependencies": {
"@scrypted/types": "^0.3.40",
"engine.io-client": "^6.5.3",
"follow-redirects": "^1.15.6",
"rimraf": "^5.0.5"
}
}