{
  "name": "satisfier",
  "version": "5.4.2",
  "description": "A purposely loose comparison tool.",
  "homepage": "https://github.com/unional/satisfier",
  "bugs": {
    "url": "https://github.com/unional/satisfier/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/unional/satisfier.git"
  },
  "license": "MIT",
  "author": {
    "name": "Homa Wong (unional)",
    "email": "homawong@gmail.com"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    "import": "./esm/index.js",
    "require": "./cjs/index.js"
  },
  "main": "./cjs/index.js",
  "types": "./esm/index.d.ts",
  "files": [
    "cjs",
    "esm",
    "ts",
    "!ts/**/*.spec.ts",
    "!ts/testPredicates.ts"
  ],
  "scripts": {
    "build": "run-p build:cjs build:esm build:tslib",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build:esm": "tsc -p tsconfig.esm.json",
    "build:tslib": "tsc -p tsconfig.tslib.json",
    "build:doc": "typedoc",
    "clean": "rimraf cjs coverage esm lib && mkdir cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json || true",
    "coverage": "jest --coverage",
    "depcheck": "depcheck",
    "lint": "eslint --ext=js,ts .",
    "nuke": "yarn clean && rimraf node_modules",
    "_postinstall": "husky install",
    "prepack": "pinst --disable",
    "postpack": "pinst --enable",
    "size": "size-limit",
    "test": "jest",
    "test:types": "tsc",
    "verify": "npm-run-all clean -p build lint coverage depcheck test:types -p size",
    "watch": "jest --watch",
    "watch:type": "tsc --watch"
  },
  "dependencies": {
    "tersify": "^3.10.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.0.2",
    "@commitlint/config-conventional": "^17.0.2",
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^8.0.4",
    "@semantic-release/npm": "^9.0.1",
    "@size-limit/preset-small-lib": "^8.0.0",
    "@types/jest": "29.1.2",
    "@typescript-eslint/eslint-plugin": "^5.27.1",
    "assertron": "10.0.0",
    "depcheck": "^1.4.3",
    "eslint": "8.25.0",
    "eslint-plugin-harmony": "^7.1.0",
    "husky": "^8.0.1",
    "jest": "29.1.2",
    "jest-validate": "29.1.2",
    "jest-watch-suspend": "^1.1.2",
    "jest-watch-toggle-config": "^2.0.1",
    "jest-watch-typeahead": "^2.0.0",
    "npm-run-all": "^4.1.5",
    "pinst": "^3.0.0",
    "rimraf": "^3.0.2",
    "semantic-release": "^19.0.3",
    "size-limit": "^8.0.0",
    "ts-jest": "^29.0.0",
    "tslib": "^2.4.0",
    "type-plus": "4.13.2",
    "typedoc": "^0.23.0",
    "typedoc-plugin-extras": "^2.2.3",
    "typescript": "4.8.4"
  },
  "packageManager": "yarn@3.2.4",
  "size-limit": [
    {
      "path": "./cjs/index.js",
      "limit": "10 kB"
    },
    {
      "path": "./esm/index.js",
      "limit": "10 kB"
    },
    {
      "path": "./tslib/index.js",
      "limit": "10 kB"
    }
  ]
}
