{
  "name": "flint",
  "version": "0.19.0",
  "description": "[Experimental] A fast, friendly linter. ❤️‍🔥",
  "homepage": "https://flint.fyi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flint-fyi/flint.git",
    "directory": "packages/flint"
  },
  "license": "MIT",
  "author": {
    "name": "Flint Team",
    "url": "https://flint.fyi/team"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs"
  },
  "bin": {
    "flint": "bin/index.js"
  },
  "files": [
    "dist/",
    "!lib/bin/**"
  ],
  "dependencies": {
    "typescript": "^6.0.0",
    "@flint.fyi/cli": "0.23.0",
    "@flint.fyi/core": "0.25.0",
    "@flint.fyi/json": "0.18.0",
    "@flint.fyi/ts": "0.23.0",
    "@flint.fyi/yaml": "0.17.0",
    "@flint.fyi/package-json": "0.21.0",
    "@flint.fyi/md": "0.17.0",
    "@flint.fyi/ts-patch": "0.16.0"
  },
  "devDependencies": {
    "prettier": "3.8.1",
    "tsdown": "0.22.3",
    "@flint.fyi/build": "^0.1.0"
  },
  "peerDependencies": {
    "prettier": "^3.7.4"
  },
  "engines": {
    "node": ">=26.1.0"
  },
  "scripts": {
    "test": "vitest --project flint"
  }
}