{
  "name": "carbon-pipeline",
  "version": "0.2.4",
  "description": "Exteneral dependencies for Carbon.Pipeline",
  "main": "dist/module.mjs",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/CarbonPackages/Carbon.Pipeline.git"
  },
  "keywords": [
    "neos",
    "esbuild",
    "CSS",
    "PostCSS",
    "Tailwind",
    "Sass",
    "JavaScript",
    "TypeScript",
    "Vue",
    "React",
    "Preact",
    "Svelte"
  ],
  "author": "Jon Uhlmann",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CarbonPackages/Carbon.Pipeline/issues"
  },
  "homepage": "https://github.com/CarbonPackages/Carbon.Pipeline#readme",
  "dependencies": {
    "browserslist": "^4.28.2",
    "chokidar": "^5.0.0",
    "dependency-graph": "^1.0.0",
    "fs-extra": "^11.3.4",
    "glob": "^13.0.6",
    "js-yaml": "^4.1.1",
    "nanocolors": "^0.2.13",
    "postcss-load-config": "^6.0.1",
    "prettyjson": "^1.2.5",
    "read-cache": "^1.0.0",
    "resolve": "^1.22.12",
    "ts-deepmerge": "^7.0.3"
  },
  "peerDependencies": {
    "postcss": "^8.4.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}