{
  "name": "@tinacms/cli",
  "type": "module",
  "version": "2.1.9",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "bin/*",
    ".env"
  ],
  "license": "Apache-2.0",
  "bin": {
    "tinacms": "bin/tinacms"
  },
  "buildConfig": {
    "entryPoints": [
      {
        "name": "src/index.ts",
        "target": "node"
      }
    ]
  },
  "peerDependencies": {
    "react": ">=18.3.1 <20.0.0",
    "react-dom": ">=18.3.1 <20.0.0"
  },
  "devDependencies": {
    "@types/clear": "0.1.0",
    "@types/cli-spinner": "^0.2.3",
    "@types/cors": "2.8.5",
    "@types/crypto-js": "^4.2.2",
    "@types/express": "^4.17.21",
    "@types/figlet": "1.2.0",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "26.0.4",
    "@types/js-yaml": "^4.0.9",
    "@types/listr": "0.14.2",
    "@types/multer": "^1.4.12",
    "@types/node": "^22.13.1",
    "@types/progress": "^2.0.7",
    "@types/prompts": "^2.4.9",
    "jest": "^29.7.0",
    "@tinacms/scripts": "1.5.0"
  },
  "dependencies": {
    "@graphql-codegen/core": "^2.6.8",
    "@graphql-codegen/plugin-helpers": "latest",
    "@graphql-codegen/typescript": "^4.1.3",
    "@graphql-codegen/typescript-operations": "^4.4.1",
    "@graphql-codegen/visitor-plugin-common": "^4.1.2",
    "@graphql-inspector/core": "^4.2.2",
    "@graphql-tools/graphql-file-loader": "^7.5.17",
    "@graphql-tools/load": "^7.8.14",
    "@rollup/pluginutils": "^5.1.4",
    "@svgr/core": "8.1.0",
    "@tailwindcss/aspect-ratio": "^0.4.2",
    "@tailwindcss/container-queries": "^0.1.1",
    "@tailwindcss/typography": "^0.5.16",
    "@vitejs/plugin-react": "3.1.0",
    "altair-express-middleware": "^7.3.6",
    "async-lock": "^1.4.1",
    "auto-bind": "^4.0.0",
    "body-parser": "^1.20.3",
    "busboy": "^1.6.0",
    "chalk": "^5.4.1",
    "chokidar": "^3.6.0",
    "cli-spinner": "^0.2.10",
    "clipanion": "^3.2.1",
    "cors": "^2.8.5",
    "crypto-js": "^4.2.0",
    "dotenv": "^16.4.7",
    "esbuild": "^0.24.2",
    "fs-extra": "^11.3.0",
    "graphql": "15.8.0",
    "js-yaml": "^4.1.0",
    "many-level": "^2.0.0",
    "memory-level": "^1.0.0",
    "minimatch": "^5.1.6",
    "normalize-path": "^3.0.0",
    "prettier": "^2.8.8",
    "progress": "^2.0.3",
    "prompts": "^2.4.2",
    "readable-stream": "^4.7.0",
    "tailwindcss": "^3.4.17",
    "typanion": "3.13.0",
    "typescript": "^5.7.3",
    "vite": "^4.5.9",
    "yup": "^1.6.1",
    "zod": "^3.24.2",
    "@tinacms/app": "2.3.28",
    "@tinacms/schema-tools": "2.7.0",
    "@tinacms/metrics": "2.0.1",
    "@tinacms/search": "1.2.6",
    "tinacms": "3.6.1",
    "@tinacms/graphql": "2.2.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "url": "https://github.com/tinacms/tinacms.git",
    "directory": "packages/@tinacms/cli"
  },
  "scripts": {
    "build": "tinacms-scripts build",
    "test": "jest --passWithNoTests",
    "types": "pnpm tsc",
    "test-watch": "jest  --passWithNoTests --watch",
    "tinacms": "MONOREPO_DEV=true node ./bin/tinacms",
    "generate:schema": "pnpm node scripts/generateSchema.js"
  }
}