{
  "name": "rotated-array-set",
  "version": "3.0.0",
  "description": "Set of (possibly rotated) arrays",
  "author": "Gustaf Räntilä",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/grantila/rotated-array-set/issues"
  },
  "homepage": "https://github.com/grantila/rotated-array-set#readme",
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "sideEffects": false,
  "engines": {
    "node": "^14.13.1 || >=16.0.0"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rimraf dist && tsc -p tsconfig.prod.json",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest --coverage",
    "cz": "git-cz"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/grantila/rotated-array-set"
  },
  "keywords": [
    "set",
    "rotated",
    "array",
    "arrays"
  ],
  "devDependencies": {
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@types/jest": "^29.4.0",
    "@types/node": "^18.11.18",
    "cz-conventional-changelog": "^3.3.0",
    "jest": "^29.4.1",
    "rimraf": "^4.1.2",
    "typescript": "^4.9.5"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "jest": {
    "testEnvironment": "node",
    "coverageReporters": [
      "lcov",
      "text",
      "html"
    ]
  },
  "packageManager": "yarn@3.2.4"
}
