{
  "name": "@ethicalzen/sdk",
  "version": "2.0.0",
  "description": "Official EthicalZen SDK for Node.js - AI safety guardrails made simple",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "test:integration": "INTEGRATION_TEST=true jest",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run build && npm test",
    "dev": "tsc --watch"
  },
  "keywords": [
    "ai",
    "safety",
    "guardrails",
    "llm",
    "compliance",
    "pii",
    "hallucination",
    "toxicity",
    "ethicalzen"
  ],
  "author": "EthicalZen <hello@ethicalzen.ai>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ethicalzen/ethicalzen.git",
    "directory": "sdk"
  },
  "bugs": {
    "url": "https://github.com/ethicalzen/ethicalzen/issues"
  },
  "homepage": "https://ethicalzen.ai",
  "dependencies": {
    "axios": "^1.6.2"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.10.0",
    "@types/supertest": "^6.0.3",
    "express": "^4.18.2",
    "jest": "^29.7.0",
    "supertest": "^6.3.4",
    "ts-jest": "^29.4.5",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "express": "^4.0.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
