{
  "name": "@payburner/payburner-xch-model",
  "version": "0.0.15",
  "description": "Models library for XCH",
  "keywords": [
    "XRP",
    "Payburner"
  ],
  "author": "Payburner",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "browser": "dist/index.bundle.js",
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/payburner/payburner-xch-model#readme",
  "bugs": {
    "url": "https://github.com/payburner/payburner-xch-model/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/payburner/payburner-xch-model.git"
  },
  "license": "Apache-2.0",
  "scripts": {
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags",
    "test": "TS_NODE_PROJECT=src/tsconfig.json nyc mocha --exit",
    "test:watch": "TS_NODE_PROJECT=src/tsconfig.json mocha --watch --reporter dot",
    "build:lib": "tsc --build",
    "build:web": "webpack",
    "build": "npm run build:lib && npm run build:web",
    "lint": "eslint 'src/**/*.ts' 'test/*-test.{ts,js}'"
  },
  "dependencies": {
    "@payburner/payburner-core-model": "0.0.8"
  },
  "devDependencies": {
    "@types/mocha": "^7.0.1",
    "@types/node": "^14.0.1",
    "@typescript-eslint/eslint-plugin": "^2.3.3",
    "@typescript-eslint/parser": "^2.27.0",
    "assert-diff": "^3.0.0",
    "doctoc": "^1.4.0",
    "ejs": "^3.0.1",
    "eslint": "^6.5.1",
    "eventemitter2": "^6.0.0",
    "json-schema-to-markdown-table": "^0.4.0",
    "mocha": "^7.1.1",
    "nyc": "^15.0.0",
    "prettier": "^2.0.5",
    "ts-node": "^8.4.1",
    "typescript": "^3.7.5",
    "webpack": "^4.42.0",
    "webpack-bundle-analyzer": "^3.6.0",
    "webpack-cli": "^3.3.9"
  },
  "engines": {
    "node": ">=12.0.0",
    "npm": ">=6",
    "yarn": "please use npm"
  }
}
