{
  "name": "@strapi/generate-new",
  "version": "4.13.6",
  "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": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist"
  ],
  "scripts": {
    "build": "run -T tsc && run copy-files",
    "build:ts": "run build",
    "watch": "run -T tsc -w --preserveWatchOutput",
    "clean": "run -T rimraf ./dist",
    "prepublishOnly": "yarn clean && yarn build",
    "copy-files": "copyfiles -u 1 -a 'src/resources/files/**/*' 'src/resources/dot-files/**/*' 'src/resources/**/*.template' dist",
    "lint": "run -T eslint ."
  },
  "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.7.0",
    "node-machine-id": "^1.1.10",
    "ora": "^5.4.1",
    "semver": "7.5.4",
    "tar": "6.1.13"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "devDependencies": {
    "copyfiles": "2.4.1"
  },
  "gitHead": "d44586fa075f638f1953bda9623a985c7060e2ad"
}
