{
  "name": "jsverify-to-fast-check",
  "version": "0.0.3",
  "description": "Set of tools and helpers to help JSVerify users to migrate to fast-check",
  "main": "lib/jsverify-to-fast-check.js",
  "types": "lib/jsverify-to-fast-check.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dubzzz/jsverify-to-fast-check.git"
  },
  "author": "Nicolas DUBIEN <github@dubien.org>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dubzzz/jsverify-to-fast-check/issues"
  },
  "homepage": "https://github.com/dubzzz/jsverify-to-fast-check#readme",
  "devDependencies": {
    "@types/jest": "^24.0.17",
    "babel-jest": "^24.9.0",
    "fast-check": "^1.0.0",
    "jest": "^24.9.0",
    "jsverify": "^0.8.0",
    "pure-rand": "^1.6.2",
    "ts-jest": "^24.0.2",
    "typescript": "^3.5.3"
  },
  "peerDependencies": {
    "fast-check": ">=1.0.0",
    "jsverify": ">=0.8.0"
  },
  "keywords": [
    "jsverify",
    "fast-check",
    "migration",
    "property-based-testing"
  ],
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "globals": {
      "ts-jest": {
        "tsConfig": "tsconfig.json"
      }
    },
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "testMatch": [
      "**/test/*.+(ts|js)"
    ]
  },
  "dependencies": {
    "tslib": "^1.10.0"
  }
}
