{
  "name": "@strapi/generate-new",
  "version": "4.9.2",
  "description": "Generate a new Strapi application.",
  "keywords": [
    "generate",
    "generator",
    "strapi"
  ],
  "homepage": "https://strapi.io",
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/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\"",
    "lint": "run -T eslint ."
  },
  "dependencies": {
    "@sentry/node": "6.19.7",
    "chalk": "^4.1.2",
    "execa": "^1.0.0",
    "fs-extra": "10.0.0",
    "inquirer": "8.2.5",
    "lodash": "4.17.21",
    "node-fetch": "^2.6.9",
    "node-machine-id": "^1.1.10",
    "ora": "^5.4.1",
    "semver": "7.3.8",
    "tar": "6.1.13",
    "uuid": "^8.3.2"
  },
  "engines": {
    "node": ">=14.19.1 <=18.x.x",
    "npm": ">=6.0.0"
  },
  "gitHead": "91e0be2708e4d1e8ec731c75e73e54c0dfacb67d"
}
