{
  "name": "@devflow-tools/plugin-css",
  "version": "0.18.12",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc -b",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@devflow-tools/sdk": "0.18.12"
  },
  "devDependencies": {
    "typescript": "^5.5.0",
    "vitest": "^2.0.0"
  },
  "files": [
    "dist"
  ],
  "gitHead": "0fd85e30c1801e0f79b6cdd6998d8ae1d5434ea3",
  "description": "CSS analysis and selector audit tools for DevFlow.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shilongfeicool/dev-flow.git"
  },
  "homepage": "https://github.com/shilongfeicool/dev-flow#readme",
  "publishConfig": {
    "access": "public"
  }
}
