{
  "name": "@rspack/lite-tapable",
  "version": "1.0.1",
  "repository": "https://github.com/rspack-contrib/rspack-lite-tapable",
  "license": "MIT",
  "description": "Lite weight tapable for Rspack",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "simple-git-hooks": {
    "pre-commit": "npx nano-staged"
  },
  "nano-staged": {
    "*.{js,jsx,ts,tsx,mjs,cjs}": [
      "biome check --write --no-errors-on-unmatched"
    ]
  },
  "devDependencies": {
    "@biomejs/biome": "^1.8.3",
    "@rspack/core": "1.0.0-beta.4",
    "@types/node": "^20.14.13",
    "@types/jest": "29.5.12",
    "cross-env": "^7.0.3",
    "execa": "9.3.0",
    "fs-extra": "11.2.0",
    "jest": "29.7.0",
    "jest-cli": "29.7.0",
    "jest-environment-node": "29.7.0",
    "nano-staged": "^0.8.0",
    "semver": "7.6.3",
    "simple-git-hooks": "^2.11.1",
    "ts-jest": "29.1.2",
    "typescript": "5.0.2"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "provenance": true
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "build": "tsc -b ./tsconfig.build.json",
    "dev": "tsc -b -w",
    "lint": "biome check .",
    "lint:write": "biome check . --write",
    "test": "jest --colors",
    "release": "node ./scripts/release.mjs"
  }
}