{
  "name": "fep-8a8e-validator",
  "version": "0.1.5",
  "license": "AGPL-3.0-or-later",
  "keywords": [
    "activitypub",
    "activitystreams",
    "fep-8a8e",
    "fep",
    "validation",
    "typescript"
  ],
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://codeberg.org/erictapen/fep-8a8e-validator.git"
  },
  "exports": {
    ".": "./dist/src/index.js"
  },
  "bin": {
    "fep-8a8e-validator": "dist/bin/fep-8a8e-validator.js"
  },
  "scripts": {
    "build": "tsc && chmod +x dist/bin/fep-8a8e-validator.js",
    "test": "vitest --typecheck --exclude 'dist/*'"
  },
  "dependencies": {
    "commander": "^14.0.3",
    "htmlparser2": "^12.0.0",
    "language-tags": "^2.1.0"
  },
  "devDependencies": {
    "jest": "^30.3.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.5"
  }
}
