{
  "name": "it-seems-fine-linter",
  "version": "0.1.1",
  "description": "CLI that detects vibes-based engineering phrases and scores risk.",
  "type": "module",
  "bin": {
    "it-seems-fine-linter": "dist/index.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "npm run build && node dist/index.js --paths src",
    "lint": "tsc -p tsconfig.json --noEmit",
    "test": "npm run build && node test/score.test.js",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "render": "node scripts/render-hero.mjs && node scripts/render-og.mjs && node scripts/render-before-after.mjs && node scripts/render-readme.mjs",
    "brand:build": "node scripts/brand-build.mjs",
    "brand:screenshots": "node scripts/brand-screenshots.mjs",
    "brand:demo": "node scripts/brand-demo.mjs"
  },
  "dependencies": {
    "fast-glob": "^3.3.2"
  },
  "engines": {
    "node": ">=20"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PetriLahdelma/it-seems-fine-linter.git"
  },
  "homepage": "https://github.com/PetriLahdelma/it-seems-fine-linter#readme",
  "bugs": {
    "url": "https://github.com/PetriLahdelma/it-seems-fine-linter/issues"
  },
  "devDependencies": {
    "@types/node": "^20.11.30",
    "playwright": "^1.49.0",
    "typescript": "^5.5.4",
    "svgo": "^3.3.2",
    "sharp": "^0.33.5"
  }
}
