{
  "name": "fast-ignore",
  "repository": "github:fabiospampinato/fast-ignore",
  "description": "A fast parser and processor for .gitignore files.",
  "license": "MIT",
  "version": "2.0.0",
  "type": "module",
  "main": "dist/index.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "benchmark": "tsex benchmark",
    "benchmark:watch": "tsex benchmark --watch",
    "benchmark:prepare": "cd tasks && git clone https://github.com/babel/babel.git",
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "test": "node test/index.js",
    "test:watch": "tsex test --watch",
    "prepublishOnly": "npm run clean && npm run compile && npm run test"
  },
  "keywords": [
    "fast",
    "gitignore",
    "dotignore",
    "ignore"
  ],
  "dependencies": {
    "grammex": "^3.1.12",
    "string-escape-regex": "^1.0.1"
  },
  "devDependencies": {
    "benchloop": "^2.1.1",
    "fava": "^0.3.5",
    "tsex": "^4.0.2",
    "typescript": "^5.9.3"
  }
}
