{
  "name": "@library-pals/isbn",
  "version": "1.5.0",
  "description": "Find books by ISBN",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "default": "./src/index.js"
    }
  },
  "types": "./types/index.d.ts",
  "type": "module",
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "build": "tsc src/**/*.js --declaration --allowJs --emitDeclarationOnly --outDir types",
    "prepack": "npm run build",
    "lint": "eslint .",
    "pretest": "npm run build && npm run lint",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
    "format": "prettier . --log-level warn --write"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/library-pals/isbn.git"
  },
  "keywords": [
    "isbn",
    "book",
    "google",
    "openlibrary",
    "api",
    "librofm"
  ],
  "author": "Katy DeCorah <@katydecorah>",
  "license": "AGPL-3.0-or-later",
  "devDependencies": {
    "@eslint/js": "^9.26.0",
    "eslint": "^9.26.0",
    "eslint-plugin-jest": "^28.11.0",
    "eslint-plugin-jsdoc": "^50.6.11",
    "eslint-plugin-unicorn": "^59.0.0",
    "globals": "^16.0.0",
    "jest": "^29.7.0",
    "prettier": "^3.5.3",
    "prettier-2": "npm:prettier@^2",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "axios": "^1.9.0"
  },
  "bugs": {
    "url": "https://github.com/library-pals/isbn/issues"
  },
  "homepage": "https://github.com/library-pals/isbn#readme"
}
