{
  "name": "@neuraiproject/neurai-key",
  "version": "2.8.2",
  "description": "Generate Neurai addresses from mnemonic code. BIP32, BIP39, BIP44",
  "source": "index.ts",
  "main": "dist/main.js",
  "module": "dist/module.js",
  "types": "dist/types.d.ts",
  "scripts": {
    "browserify": "browserify ./dist/main.js  --standalone NeuraiKey -o ./dist/NeuraiKey.js",
    "build": "npx parcel build && npm run browserify",
    "test": "jest ./test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neuraiproject/neurai-key.git"
  },
  "keywords": [
    "Neurai",
    "BIP44",
    "BIP39"
  ],
  "author": "Neurai Project / Zachary Price",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/neuraiproject/neurai-key/issues"
  },
  "homepage": "https://github.com/neuraiproject/neurai-key#readme",
  "dependencies": {
    "@hyperbitjs/chains": "^1.2.0",
    "bip39": "^3.0.4",
    "coinkey": "^3.0.0",
    "hdkey": "^2.0.1"
  },
  "devDependencies": {
    "@parcel/packager-ts": "^2.10.3",
    "@parcel/transformer-typescript-types": "^2.10.3",
    "@types/hdkey": "^2.0.3",
    "@types/node": "^18.14.0",
    "browserify": "^17.0.0",
    "jest": "^29.4.0",
    "parcel": "^2.10.3",
    "typescript": "^4.9.4"
  }
}
