{
  "name": "@kduprey/perspective-api-client",
  "version": "1.0.0",
  "description": "Client library for the Perspective API",
  "keywords": [
    "perspective",
    "perspective-api"
  ],
  "repository": "kduprey/perspective-api-client",
  "license": "MIT",
  "author": {
    "name": "Kenton Duprey",
    "email": "dev@kentonduprey.com",
    "url": "https://kentonduprey.com"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "prettier": {
    "plugins": [
      "prettier-plugin-packagejson"
    ],
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": true
  },
  "dependencies": {
    "axios": "^1.7.2",
    "iso-639-1": "^3.1.2",
    "lodash": "^4.17.21",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@eslint/js": "^9.4.0",
    "@types/eslint__js": "^8.42.3",
    "@types/lodash": "^4.17.5",
    "@types/node": "^20.14.2",
    "eslint": "^9.4.0",
    "eslint-plugin-typescript-sort-keys": "^3.2.0",
    "globals": "^15.4.0",
    "local-repl": "^4.0.0",
    "nock": "^13.5.4",
    "np": "^10.0.5",
    "prettier": "^3.3.1",
    "prettier-plugin-packagejson": "^2.5.0",
    "tsimp": "^2.0.11",
    "tsup": "^8.1.0",
    "typedoc": "^0.25.13",
    "typescript": "^5.4.5",
    "typescript-eslint": "^7.13.0",
    "vitest": "^1.6.0"
  },
  "packageManager": "pnpm@8.15.5",
  "engines": {
    "node": ">=6"
  },
  "publishConfig": {
    "access": "public"
  },
  "np": {
    "contents": "dist"
  },
  "scripts": {
    "build": "tsup",
    "lint": "eslint ./src",
    "release": "np",
    "test": "npm run lint && vitest"
  }
}