{
  "name": "@compiled/cli",
  "version": "2.1.8",
  "description": "A familiar and performant compile time CSS-in-JS library for React.",
  "homepage": "https://compiledcssinjs.com/docs/pkg-cli",
  "bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/atlassian-labs/compiled.git",
    "directory": "packages/cli"
  },
  "license": "Apache-2.0",
  "author": "Michael Dougall",
  "main": "./dist/main.js",
  "module": "./dist/main.js",
  "types": "./dist/main.d.ts",
  "bin": {
    "compiled-cli": "./dist/index.js"
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "start": "ts-node --files src/index.ts"
  },
  "resolutions": {
    "unset-value": "^2.0.1"
  },
  "dependencies": {
    "@compiled/codemods": "^0.6.0",
    "app-root-path": "^3.0.0",
    "chalk": "^4.1.2",
    "enquirer": "^2.3.6",
    "exec-sh": "^0.4.0",
    "glob": "^7.2.3",
    "jscodeshift": "^0.13.1",
    "meow": "^9.0.0",
    "ts-node": "^10.7.0"
  },
  "devDependencies": {
    "@types/app-root-path": "^1.2.4"
  }
}
