{
  "name": "@burstjs/util",
  "version": "0.6.0-beta.6",
  "description": "Useful utilities and tools for building Burstcoin applications",
  "keywords": [
    "burst",
    "burstcoin",
    "utils",
    "burstjs"
  ],
  "contributors": [
    "ohager",
    "blankey1337"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/burst-apps-team/phoenix"
  },
  "engines": {
    "node": ">=10"
  },
  "license": "Apache-2.0",
  "main": "./out/index.js",
  "typings": "./out/index.d.ts",
  "private": false,
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json"
    ]
  },
  "devDependencies": {
    "@types/bignumber.js": "^5.0.0",
    "@types/jest": "^24.0.23",
    "bili": "^4.8.1",
    "rollup-plugin-typescript2": "^0.24.2"
  },
  "scripts": {
    "test": "jest",
    "tsc": "tsc",
    "bundle": "bili",
    "readme": "jsdoc2md  --files ./src/*.ts --template ./README.md.hbs --configure ../../jsdoc2md.json > ./README.md"
  },
  "husky": {
    "hooks": {
      "pre-push": "npm test"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "5299fc8ccc11cf28e869a169df77d4fbc5d6cf42",
  "dependencies": {
    "bignumber.js": "^9.0.0",
    "js-base64": "^3.6.0"
  }
}
