{
  "name": "@genesislcap/eslint-stylelint-builder",
  "description": "ESLint/Stylelint builder",
  "version": "14.472.1",
  "license": "SEE LICENSE IN license.txt",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "build": "npm run clean && tsc -b ./tsconfig.json",
    "clean": "rimraf dist temp tsconfig.tsbuildinfo",
    "dev": "tsc -b ./tsconfig.json -w",
    "lint": "genx lint -l ox",
    "lint:fix": "genx lint -l ox --fix"
  },
  "dependencies": {
    "@genesislcap/build-kit": "14.472.1",
    "consola": "^3.0.2",
    "eslint": "^9.34.0",
    "oxfmt": "^0.44.0",
    "oxlint": "^1.59.0",
    "stylelint": "^14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/genesislcap/foundation-ui.git",
    "directory": "packages/tooling/build/eslint-stylelint-builder"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "552eb1292e66bba5b3f27f2b0fbd6cbe62c20772"
}
