{
  "name": "@open-controller/lib",
  "version": "0.27.0",
  "description": "Library for remotes.",
  "main": "dist/index.js",
  "author": "Peter PJT <pjtsignups@gmail.com>",
  "license": "GPL-3.0-only",
  "private": false,
  "repository": "git://github.com/Open-Controller/lib.git",
  "scripts": {
    "sample": "tsnd --respawn samples/remote/index.ts",
    "build": "tsc ./src/index.ts --outDir ./dist --lib esnext,dom -d --esModuleInterop --experimentalDecorators",
    "build:docs": "typedoc --mode file --out docs src --theme node_modules/eledoc/bin/default/",
    "commit": "git-cz",
    "test": "nyc --reporter=lcov --reporter=text mocha \"src/**/*.test.ts\""
  },
  "nyc": {
    "include": [
      "src/**/*.ts",
      "src/**/*.tsx"
    ],
    "extension": [
      ".ts",
      ".tsx"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "sourceMap": true,
    "instrument": true
  },
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/isomorphic-fetch": "^0.0.35",
    "@types/mocha": "^8.0.2",
    "@types/node": "^14.0.27",
    "chai": "^4.2.0",
    "chai-exclude": "^2.0.2",
    "commitizen": "^4.1.2",
    "cz-conventional-changelog": "3.2.0",
    "eledoc": "^0.2.1",
    "htm": "^3.0.4",
    "mocha": "^8.1.1",
    "nyc": "^15.1.0",
    "source-map-support": "^0.5.19",
    "ts-node-dev": "^1.0.0-pre.56",
    "typedoc": "^0.18.0",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "isomorphic-fetch": "^2.2.1",
    "net": "^1.0.2",
    "fast-xml-parser": "^3.17.4"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "react-native": {
    "net": "react-native-tcp-socket"
  }
}
