{
  "name": "@corva/create-app",
  "version": "0.120.1",
  "private": false,
  "description": "Create an app to use it in CORVA.AI",
  "keywords": [
    "react"
  ],
  "bugs": {
    "url": "https://github.com/facebook/create-react-app/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/corva-ai/create-corva-app",
    "directory": "@corva/create-app"
  },
  "license": "MIT",
  "type": "module",
  "bin": {
    "create-corva-app": "./bin/create-corva-app.cjs"
  },
  "files": [
    "bin/**/*.cjs",
    "bin/**/*.js",
    "lib/**/*.js",
    "templates",
    "template_extensions",
    "common"
  ],
  "scripts": {
    "build": "echo \"build is not configured for package \\\"×\\\", skipping.\"",
    "get-changelog": "conventional-changelog -r 2 -p angular",
    "lint": "eslint . --resolve-plugins-relative-to $(pwd) --max-warnings 0",
    "lint:fix": "eslint . --fix",
    "release": "git add -A && standard-version -a",
    "release-rc": "npm run release -- --prerelease",
    "run:local-ui-ts-completion": "node ./bin/create-corva-app.cjs ../test-app-ui-ts-completions --appName 'TestAppUiTsCompletions' --segments 'completion' --category 'analytics' --appKey 'corva.testappuitscompletions.ui' --appType 'ui' --runtime 'ui' -t --extensions corva",
    "run:local-ui-ts-drilling": "node ./bin/create-corva-app.cjs ../test-app-ui-ts-drilling --appName 'TestAppUiTsDrilling' --segments 'drilling' --category 'analytics' --appKey 'corva.testappuitsdrilling.ui' --appType 'ui' --runtime 'ui' -t --extensions corva",
    "run:local-ui-ts-intervention": "node ./bin/create-corva-app.cjs ../test-app-ui-ts-intervention --appName 'TestAppUiTsIntervention' --segments 'intervention' --category 'analytics' --appKey 'corva.testappuitsintervention.ui' --appType 'ui' --runtime 'ui' -t --extensions corva",
    "test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest"
  },
  "lint-staged": {
    "*.js": "npm run lint:fix"
  },
  "dependencies": {
    "archiver": "^5.3.0",
    "chalk": "^4.1.0",
    "commander": "^9.1.0",
    "cross-spawn": "^7.0.3",
    "debug": "^4.3.4",
    "dotenv": "^16.0.0",
    "figlet": "^1.5.0",
    "form-data": "^4.0.0",
    "fs-extra": "^9.0.1",
    "glob": "^8.0.1",
    "got": "^12.5.1",
    "inquirer": "^8.2.3",
    "is-glob": "^4.0.3",
    "lodash": "^4.18.1",
    "npm-api": "^1.0.0",
    "semver": "^7.3.2",
    "terminal-link": "^3.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.11.0",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-syntax-import-assertions": "^7.20.0",
    "@babel/preset-react": "^7.18.6",
    "@commitlint/cli": "^17.3.0",
    "@commitlint/config-conventional": "^17.3.0",
    "@corva/eslint-config-browser": "^0.1.7",
    "@corva/eslint-config-node": "^6.0.0",
    "@corva/node-sdk": "^8.5.0",
    "@types/cross-spawn": "^6.0.2",
    "@types/jest": "^29.5.4",
    "@typescript-eslint/eslint-plugin": "^8.58.1",
    "@typescript-eslint/parser": "^8.58.1",
    "conventional-changelog-cli": "^2.1.0",
    "eslint": "^8.2.0",
    "eslint-plugin-jest": "^27.1.5",
    "eslint-config-google": "^0.14.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.32.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-require-sort": "^1.3.0",
    "husky": "^8.0.2",
    "jest": "^29.6.4",
    "prettier": "^2.0.0",
    "prettier-plugin-packagejson": "^2.3.0",
    "standard-version": "^9.0.0",
    "typescript": "^5.9.3",
    "zx": "^7.2.3"
  },
  "packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71",
  "engines": {
    "node": ">=24 <25"
  },
  "standard-version": {
    "skip": {
      "tag": true
    }
  }
}
