{
  "name": "@matsukky/perspective-client",
  "version": "0.1.4",
  "description": "Client library for the Perspective API",
  "keywords": [
    "perspective",
    "perspective-api"
  ],
  "repository": "https://github.com/matsukky/perspective-api-client.git",
  "license": "MIT",
  "author": "Maylody",
  "main": "./index.js",
  "types": "./index.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "dependencies": {
    "axios": "^1.8.1"
  },
  "devDependencies": {
    "@types/node": "^22.13.9",
    "typescript": "^5.8.2"
  }
}