{
  "name": "hashids-bn",
  "version": "1.0.2",
  "description": "**Hashids-bn** is small JavaScript library to generate YouTube-like ids from numbers. This fork uses BigNumber so that number isn't limited. [http://hashids.org/javascript](http://hashids.org/javascript)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AminoApps/hashids-bn.git"
  },
  "typings": "dist/hashids.d.ts",
  "main": "dist/hashids.js",
  "scripts": {
    "test": "mocha --require ts-node/register test/**/*.ts",
    "prepublish": "tsc"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/chai": "^4.2.0",
    "@types/mocha": "^5.2.7",
    "chai": "^4.2.0",
    "mocha": "^6.2.0",
    "ts-node": "^8.3.0",
    "typescript": "^3.5.3"
  },
  "keywords": [
    "hashids",
    "hashid",
    "hash",
    "encode",
    "decode",
    "BigInt",
    "big-number"
  ]
}
