mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 08:19:56 +00:00
37 lines
759 B
JSON
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"
|
|
}
|
|
}
|