Files
scrypted/plugins/core/client/package.json
2021-09-08 13:19:51 -07:00

37 lines
759 B
JSON

{
"name": "@scrypted/client",
"version": "0.0.7",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"author": "",
"license": "ISC",
"dependencies": {
"@scrypted/sdk": "file:../../../sdk",
"@types/lodash.clonedeep": "^4.5.6",
"engine.io-client": "^5.2.0",
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@types/engine.io-client": "^3.1.5"
}
}