{
  "name": "iqdb-client",
  "version": "3.0.0",
  "description": "iqdb.org api client for Node.js.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "exports": {
    "require": "./dist/index.js",
    "import": "./dist/index.mjs"
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest ./test/parser.test.ts ./test/util.test.ts",
    "build": "microbundle --target node -f modern,esm,cjs",
    "realtest": "jest ./test/api.test.ts",
    "doctoc": "doctoc README.md README.cn.md",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -u"
  },
  "keywords": [
    "iqdb",
    "client",
    "api",
    "image",
    "source"
  ],
  "files": [
    "dist"
  ],
  "author": {
    "name": "KotoriK",
    "url": "https://github.com/KotoriK/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KotoriK/iqdb-client.git"
  },
  "bugs": {
    "url": "https://github.com/KotoriK/iqdb-client/issues"
  },
  "homepage": "https://github.com/KotoriK/iqdb-client#readme",
  "license": "MIT",
  "dependencies": {
    "cheerio": "^1.0.0-rc.12"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.0.3",
    "@commitlint/config-conventional": "^17.0.3",
    "@types/jest": "^28.1.6",
    "@types/node": "^18.6.0",
    "cz-conventional-changelog": "^3.3.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.3",
    "typescript": "^5.4.5",
    "microbundle": "^0.15.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "engines": {
    "node": ">=18"
  }
}