{
  "name": "bip39-checker",
  "description": "The BIP-0039 wordlist normalization and spell check module.",
  "version": "1.1.7",
  "main": "lib/index.js",
  "files": [
    "README.md",
    "lib"
  ],
  "license": "MIT",
  "scripts": {
    "test": "mocha src/index.test.js",
    "test_lib": "mocha lib/index.test.js",
    "coverage": "istanbul cover _mocha -- -R spec src/index.test.js",
    "coveralls": "npm run coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
    "build": "node_modules/babel-cli/bin/babel.js src --out-dir lib",
    "prepublishOnly": "npm run build && npm run test_lib"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jcalfee/bip39-checker.git"
  },
  "dependencies": {
    "bip39": "^2.5.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "coveralls": "^3.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "standard": "^10.0.2"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  }
}
