{
  "name": "zoiper5-rpc-api-js-wrapper",
  "version": "2.0.0",
  "description": "A library for managing the communication between the client and the Zoiper5 RPC API server",
  "author": "Zoiper.com",
  "license": "MIT",
  "main": "dist/zoiper5-rpc-api-js-wrapper.umd.js",
  "module": "dist/zoiper5-rpc-api-js-wrapper.esm.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist/",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf dist",
    "prepublish": "npm run clean && npm run build",
    "test": "TS_NODE_PROJECT=test mocha -r ts-node/register test/*.ts",
    "watch": "rollup -c -w"
  },
  "dependencies": {
    "simple-jsonrpc-js": "^1.0.1"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/chai": "^4.3.4",
    "@types/chai-as-promised": "^7.1.5",
    "@types/mocha": "^10.0.1",
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.1",
    "mocha": "^10.2.0",
    "rimraf": "^4.1.2",
    "rollup": "^3.12.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4"
  }
}
