mirror of
https://github.com/koush/scrypted.git
synced 2026-02-14 02:42:06 +00:00
35 lines
731 B
JSON
35 lines
731 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/engine.io-client": "^3.1.2",
|
|
"@types/lodash.clonedeep": "^4.5.6",
|
|
"engine.io-client": "^3.3.2",
|
|
"lodash.clonedeep": "^4.5.0"
|
|
}
|
|
}
|