{
  "name": "@ncthbrt/re-secure-random-string",
  "description": "BuckleScript/ReasonML Bindings for secure-random-string",
  "version": "2.0.0",
  "scripts": {
    "build": "bsb -make-world",
    "start": "bsb -make-world -w",
    "clean": "bsb -clean-world",
    "test-watch": "jest --watch --coverage",
    "test": "jest --coverage",
    "prepublishOnly": "yarn run build && yarn run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ncthbrt/re-secure-random-string.git"
  },
  "keywords": [
    "reason",
    "bucklescript",
    "secure",
    "random",
    "string",
    "crypto"
  ],
  "bugs": {
    "url": "https://github.com/ncthbrt/re-secure-random-string/issues"
  },
  "homepage": "https://github.com/ncthbrt/re-secure-random-string#readme",
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@glennsl/bs-jest": "^0.4.2",
    "bs-platform": "^3.1.0",
    "husky": "^0.14.3"
  },
  "dependencies": {
    "secure-random-string": "^1.1.0"
  },
  "husky": {
    "hooks": {
      "pre-push": "yarn run build && yarn run test"
    }
  }
}