{
  "name": "@flint.fyi/json",
  "version": "0.16.5",
  "description": "[Experimental] JSON plugin for Flint.",
  "homepage": "https://flint.fyi/rules/json",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flint-fyi/flint.git",
    "directory": "packages/json"
  },
  "license": "MIT",
  "author": {
    "name": "Flint Team",
    "url": "https://flint.fyi/team"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib/"
  ],
  "dependencies": {
    "zod": "^4.3.6",
    "@flint.fyi/core": "^0.23.1",
    "@flint.fyi/json-language": "^0.18.0"
  },
  "devDependencies": {
    "@humanwhocodes/momoa": "3.3.10",
    "tsdown": "0.22.2",
    "vitest": "4.1.0",
    "@flint.fyi/rule-tester": "^0.16.4"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest --project json"
  }
}