{
  "name": "create-crapy-app",
  "version": "4.2.2",
  "description": "Generate a new Crapy application.",
  "keywords": [
    "create-crapy-app",
    "create",
    "new",
    "generate",
    "crapy"
  ],
  "homepage": "https://strapi.io",
  "bugs": {
    "url": "https://github.com/devdiksh/crapy/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/devdiksh/crapy.git"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Crapy Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "maintainers": [
    {
      "name": "Crapy Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "main": "./index.js",
  "bin": {
    "create-strapi-app": "./index.js"
  },
  "scripts": {
    "test": "echo \"no tests yet\""
  },
  "dependencies": {
    "@strapi/generate-new": "4.2.2",
    "commander": "6.1.0",
    "inquirer": "8.2.4"
  },
  "engines": {
    "node": ">=14.19.1 <=16.x.x",
    "npm": ">=6.0.0"
  }
}
