{
  "name": "bip39-ts",
  "version": "1.0.6",
  "description": "bip39 implementation by TypeScript for Node.js",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "dependencies": {},
  "devDependencies": {
    "axios": "^0.18.0",
    "@types/node": "^9.6.6",
    "ts-node": "^6.1.1",
    "tslint": "^5.9.1",
    "tslint-config-prettier": "^1.12.0",
    "typescript": "^2.9.2"
  },
  "scripts": {
    "build": "rm -rf dist types && tsc",
    "wordlist": "ts-node wordlist.ts",
    "lint": "tslint src/**/*.ts",
    "test": "npm run lint && ts-node test/*.spec.ts",
    "pub": "git push --all && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cryptocoin-ts/bip39.git"
  },
  "keywords": [],
  "author": "lishude <lishude@aliyun.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cryptocoin-ts/bip39/issues"
  },
  "homepage": "https://github.com/cryptocoin-ts/bip39#readme"
}
