{
  "name": "js-oip",
  "version": "2.5.1",
  "description": "A Javascript Library to fully interact with the Open Index Protocol",
  "main": "lib/index.js",
  "scripts": {
    "test": "npm run test:unit",
    "test:flo": "jest test/unit/modules/flo",
    "test:unit": "jest test/unit --detectOpenHandles --verbose",
    "test:integration": "jest test/integration --detectOpenHandles --verbose",
    "test:format": "standard",
    "compile": "./node_modules/.bin/babel -d lib/ src/",
    "prepublishOnly": "npm run test && npm run compile",
    "code-format": "standard --fix",
    "prepush": "npm run compile && npm run generate-docs",
    "generate-docs": "node_modules/.bin/jsdoc --readme ./README.md -c jsdoc.json",
    "examples:registerPublisher": "npm run compile && node examples/registerPublisher.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oipwg/js-oip.git"
  },
  "keywords": [
    "OIP",
    "Index",
    "Flo",
    "Artifact",
    "Publisher",
    "Retailer",
    "Affiliate"
  ],
  "author": "Ryan Chacon <ryan@alexandria.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oipwg/js-oip/issues"
  },
  "homepage": "https://github.com/oipwg/js-oipx#readme",
  "devDependencies": {
    "@babel/cli": "^7.2.0",
    "@babel/core": "^7.2.0",
    "@babel/node": "^7.2.0",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/preset-env": "^7.0.0-beta.51",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^24.8.0",
    "jest": "^24.8.0",
    "jest-expect-message": "^1.0.2",
    "jsdoc": "^3.6.3",
    "jsdoc-template": "git+https://github.com/oipwg/jsdoc-template.git",
    "standard": "^12.0.1"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "bitcoinjs-lib": "5.0.3",
    "bitcoinjs-message": "2.0.0",
    "blgr": "^0.1.8",
    "coinselect": "^3.1.11",
    "fcoin": "^1.2.1",
    "insight-explorer": "^1.0.10",
    "ipfs-http-client": "^28.0.0",
    "node-localstorage": "^1.3.1",
    "rfc6902": "^3.0.1",
    "tiny-secp256k1": "^2.2.3",
    "varuint-bitcoin": "^1.1.0",
    "wif": "^2.0.6"
  },
  "files": [
    "lib"
  ],
  "jest": {
    "testEnvironment": "node",
    "setupTestFrameworkScriptFile": "jest-expect-message"
  },
  "standard": {
    "env": [
      "jest"
    ],
    "ignore": [
      "/lib/*",
      "/docs/*"
    ]
  }
}
