UNPKG

detective-postcss

Version:

Detective to find dependents of CSS (PostCSS dialect)

58 lines (57 loc) 1.42 kB
{ "name": "detective-postcss", "version": "9.0.0", "description": "Detective to find dependents of CSS (PostCSS dialect)", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "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": ">=20.19.0 || >=22.12.0" }, "peerDependencies": { "postcss": "^8.4.47" }, "dependencies": { "is-url-superb": "^4.0.0", "postcss-values-parser": "^6.0.2" }, "devDependencies": { "@types/node": "^20.19.41", "@vitest/coverage-v8": "^4.1.6", "nano-staged": "^1.0.2", "postcss": "^8.5.14", "prettier": "^3.8.3", "rimraf": "^6.1.3", "typescript": "^6.0.3", "vitest": "^4.1.6" }, "scripts": { "build": "rimraf ./dist && npm run compile", "compile": "tsc", "prepack": "npm run build", "pretest": "prettier --check .", "test": "vitest run", "test:watch": "vitest", "precommit": "nano-staged", "prettier": "prettier --write ." } }