{
  "name": "trifid-plugin-spex",
  "description": "Trifid SPEX plugin",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "version": "4.0.0",
  "license": "Apache-2.0",
  "homepage": "https://github.com/zazuko/trifid",
  "repository": {
    "type": "git",
    "url": "https://github.com/zazuko/trifid.git",
    "directory": "packages/spex"
  },
  "bugs": {
    "url": "https://github.com/zazuko/trifid/issues"
  },
  "dependencies": {
    "@fastify/static": "^9.1.3",
    "@zazuko/spex": "^0.2.2",
    "import-meta-resolve": "^4.2.0"
  },
  "author": {
    "name": "Zazuko GmbH",
    "url": "https://zazuko.com/"
  },
  "keywords": [
    "trifid",
    "trifid-plugin",
    "spex"
  ],
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "devDependencies": {
    "@types/node": "^25.5.0",
    "c8": "^11.0.0",
    "fastify": "^5.8.5",
    "rimraf": "^6.1.3",
    "typescript": "^6.0.3",
    "trifid-core": "^6.0.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "test": "c8 --all --exclude='**/*.d.ts' --exclude='**/types/**' --exclude='test/**' --exclude=dist --exclude=scripts --exclude=coverage --reporter=lcovonly --reporter=text node --conditions=source --test **/*.test.ts",
    "typecheck": "tsc --noEmit",
    "build": "tsc && node scripts/copy-assets.ts",
    "clean": "rimraf *.tgz dist/ coverage/"
  }
}