{
  "name": "@contentful/create-contentful-app",
  "version": "2.2.6",
  "description": "A template for building Contentful Apps",
  "keywords": [
    "contentful",
    "create-contentful-app"
  ],
  "author": "Contentful GmbH",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/contentful/create-contentful-app.git",
    "directory": "packages/contentful--create-contentful-app"
  },
  "engines": {
    "node": ">=18",
    "npm": ">=9"
  },
  "main": "lib/index.js",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "bin": {
    "create-contentful-app": "lib/index.js"
  },
  "scripts": {
    "prettier": "prettier **/*.ts --write --ignore-path .gitignore",
    "lint": "eslint ./src",
    "lint:fix": "npm run lint -- --fix",
    "pre-commit": "lint-staged",
    "build": "tsc",
    "test": "mocha 'test/**/*.spec.{js,ts}'"
  },
  "dependencies": {
    "@contentful/app-scripts": "2.5.10",
    "@segment/analytics-node": "^2.2.0",
    "chalk": "4.1.2",
    "commander": "12.1.0",
    "inquirer": "8.2.6",
    "merge-options": "^3.0.4",
    "node-fetch": "2.6.7",
    "rimraf": "6.1.3",
    "tildify": "2.0.0",
    "validate-npm-package-name": "7.0.2"
  },
  "bugs": {
    "url": "https://github.com/contentful/create-contentful-app/issues"
  },
  "homepage": "https://github.com/contentful/create-contentful-app#readme",
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@tsconfig/node20": "^20.1.4",
    "@types/analytics-node": "^3.1.9",
    "@types/chai-as-promised": "^7.1.5",
    "@types/chalk": "2.2.0",
    "@types/inquirer": "8.2.1",
    "@types/mocha": "^10.0.1",
    "@types/node": "14.18.63",
    "@types/node-fetch": "^2.6.2",
    "@types/rimraf": "3.0.2",
    "@types/sinon": "^21.0.0",
    "@types/sinon-chai": "^3.2.9",
    "@types/tildify": "2.0.2",
    "@types/validate-npm-package-name": "4.0.2",
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.1",
    "contentful-management": "11.72.0",
    "mocha": "^11.2.2",
    "sinon": "^21.0.0",
    "sinon-chai": "^3.7.0",
    "ts-node": "^10.9.2"
  },
  "gitHead": "4c3506be3f52c7a8aae17deaa75acefc9a805b42"
}
