{
  "name": "@crapy/generate-new",
  "version": "4.2.2",
  "description": "Generate a new Crapy application.",
  "keywords": [
    "generate",
    "generator",
    "crapy"
  ],
  "homepage": "https://strapi.io",
  "bugs": {
    "url": "https://github.com/devdiksh/crapy/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/devdiksh/crapy/strapi.git"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "main": "./lib/index.js",
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "test": "echo \"no tests yet\""
  },
  "dependencies": {
    "@sentry/node": "6.19.6",
    "chalk": "^4.1.1",
    "execa": "^1.0.0",
    "fs-extra": "10.0.0",
    "inquirer": "8.2.4",
    "lodash": "4.17.21",
    "node-fetch": "^2.6.1",
    "node-machine-id": "^1.1.10",
    "ora": "^5.4.0",
    "tar": "6.1.11",
    "uuid": "^3.3.2"
  },
  "engines": {
    "node": ">=14.19.1 <=16.x.x",
    "npm": ">=6.0.0"
  }
}
