{
  "name": "haven-core-js",
  "version": "1.0.4",
  "description": "The JS library containing the Haven crypto plus lightweight wallet functions",
  "main": "index.js",
  "types": "./types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haven-protocol-org/haven-core-js"
  },
  "scripts": {
    "format": "find . -name '*.js*' | xargs prettier --write --config ./.prettierrc --config-precedence file-override",
    "test": "mocha"
  },
  "keywords": [
    "haven",
    "javascript",
    "js",
    "lightweight",
    "lightwallet",
    "wallet",
    "crypto",
    "script",
    "utility",
    "tool"
  ],
  "author": "Haven Protocol",
  "license": "See LICENSE.TXT.",
  "bugs": {
    "url": "https://github.com/haven-protocol-org/haven-core-js/issues"
  },
  "homepage": "https://github.com/haven-protocol-org/haven-core-js#readme",
  "devDependencies": {
    "babel-core": "6.26.3",
    "babel-loader": "8.0.2",
    "babel-minify": "0.4.3",
    "html5-fs": "0.1.1",
    "lodash": "^4.17.21",
    "mocha": "5.2.0",
    "typescript": "^4.6.3",
    "webpack": "4.19.1",
    "webpack-cli": "^3.1.0",
    "webpack-merge": "4.1.4"
  },
  "jest": {
    "testEnvironment": "node",
    "verbose": true,
    "coveragePathIgnorePatterns": [
      "node_modules",
      "monero_utils/MyMoneroCoreCpp_WASM.js",
      "monero_utils/MyMoneroCoreCpp_ASMJS.js",
      "monero_utils/MyMoneroCoreCpp_ASMJS.asm.js",
      "tests/emjs/*"
    ]
  }
}
