{
  "name": "content-checker",
  "type": "module",
  "version": "1.1.3",
  "description": "Open-source and modern AI content moderation",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "test": "mocha",
    "prettier": "prettier --write ."
  },
  "author": "Jacob Habib <jacob@utilityfueled.com> (https://github.com/jahabeebs)",
  "license": "Apache-2.0",
  "keywords": [
    "content",
    "moderation",
    "ai",
    "nsfw",
    "artificial",
    "intelligence",
    "curse",
    "words",
    "filter",
    "profanity"
  ],
  "homepage": "https://www.openmoderator.com",
  "files": [
    "dist",
    "src"
  ],
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node"
  },
  "dependencies": {
    "eventsource-parser": "1.0.0"
  },
  "devDependencies": {
    "@types/chai": "^4.3.6",
    "@types/jest": "^29.5.6",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.12.7",
    "chai": "^4.3.8",
    "jest": "^29.7.0",
    "mocha": "^10.2.0",
    "prettier": "3.0.3",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tsup": "^8.0.2",
    "typescript": "^5.2.2"
  }
}
