{
  "name": "detective-postcss",
  "version": "8.0.3",
  "description": "Detective to find dependents of CSS (PostCSS dialect)",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dependents/node-detective-postcss.git"
  },
  "bugs": {
    "url": "https://github.com/dependents/node-detective-postcss/issues"
  },
  "homepage": "https://github.com/dependents/node-detective-postcss#readme",
  "keywords": [],
  "author": "Joscha Feth <joscha@feth.com>",
  "license": "MIT",
  "files": [
    "dist",
    "!**/__tests__/**"
  ],
  "engines": {
    "node": ">=18"
  },
  "peerDependencies": {
    "postcss": "^8.4.47"
  },
  "dependencies": {
    "is-url-superb": "^4.0.0",
    "postcss-values-parser": "^6.0.2"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^18.19.130",
    "jest": "^30.3.0",
    "lint-staged": "^16.4.0",
    "postcss": "^8.5.10",
    "prettier": "^3.8.3",
    "rimraf": "^6.1.3",
    "ts-jest": "^29.4.9",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "rimraf ./dist && npm run compile",
    "compile": "tsc",
    "prepack": "npm run build",
    "pretest": "prettier --check .",
    "test": "jest --ci",
    "test:watch": "jest --watch --notify",
    "precommit": "lint-staged",
    "prettier": "prettier --write ."
  }
}
