{
  "name": "detective-postcss",
  "version": "7.0.1",
  "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",
    "runkitExample.js"
  ],
  "engines": {
    "node": "^14.0.0 || >=16.0.0"
  },
  "peerDependencies": {
    "postcss": "^8.4.47"
  },
  "dependencies": {
    "is-url": "^1.2.4",
    "postcss-values-parser": "^6.0.2"
  },
  "devDependencies": {
    "@types/is-url": "^1.2.32",
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "lint-staged": "^15.4.3",
    "postcss": "^8.5.1",
    "prettier": "^3.4.2",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3"
  },
  "scripts": {
    "prepack": "rimraf ./dist && tsc --outDir dist --declaration --declarationDir dist",
    "pretest": "prettier --check .",
    "test": "jest --ci",
    "test:watch": "jest --watch --notify",
    "precommit": "lint-staged",
    "prettier": "prettier --write ."
  },
  "runkitExampleFilename": "runkitExample.js"
}
