{
  "_from": "@strapi/generate-new@4.12.7",
  "_id": "@strapi/generate-new@4.12.7",
  "_inBundle": false,
  "_integrity": "sha512-uJhLC6kQWDnAQb47njCb4Nfldq38Q5v6BkoyvBxm7Bfqr3fifkdi/0SkNvrKEZkTjHlHqJaGdMEOSo/zPrIbOA==",
  "_location": "/@strapi/generate-new",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@strapi/generate-new@4.12.7",
    "name": "@strapi/generate-new",
    "escapedName": "@strapi%2fgenerate-new",
    "scope": "@strapi",
    "rawSpec": "4.12.7",
    "saveSpec": null,
    "fetchSpec": "4.12.7"
  },
  "_requiredBy": [
    "/@strapi/strapi"
  ],
  "_resolved": "https://registry.npmjs.org/@strapi/generate-new/-/generate-new-4.12.7.tgz",
  "_shasum": "7eb5f1d045a149ded5a8aff5dda783bcab057758",
  "_spec": "@strapi/generate-new@4.12.7",
  "_where": "/home/ghf/system/node_modules/@strapi/strapi",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@sentry/node": "6.19.7",
    "chalk": "^4.1.2",
    "execa": "5.1.1",
    "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.5.4",
    "tar": "6.1.13"
  },
  "deprecated": false,
  "description": "Generate a new Strapi application.",
  "devDependencies": {
    "copyfiles": "2.4.1"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "files": [
    "./dist"
  ],
  "gitHead": "fefc4a24acc60a59c00049e67a99ec1069be2add",
  "homepage": "https://strapi.io",
  "keywords": [
    "generate",
    "generator",
    "strapi"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "main": "./dist/index.js",
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "name": "@strapi/generate-new",
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "scripts": {
    "build": "run -T tsc && run copy-files",
    "build:ts": "run build",
    "clean": "run -T rimraf ./dist",
    "copy-files": "copyfiles -u 1 -a 'src/resources/files/**/*' 'src/resources/dot-files/**/*' 'src/resources/**/*.template' dist",
    "lint": "run -T eslint .",
    "prepublishOnly": "yarn clean && yarn build",
    "watch": "run -T tsc -w --preserveWatchOutput"
  },
  "types": "./dist/index.d.ts",
  "version": "4.12.7"
}
