{
  "name": "@strapi/generators",
  "version": "4.25.20",
  "description": "Interactive API generator.",
  "keywords": [
    "strapi",
    "generators"
  ],
  "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",
  "module": "./dist/index.mjs",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist"
  ],
  "scripts": {
    "build": "pack-up build && run copy-files",
    "clean": "run -T rimraf ./dist",
    "copy-files": "copyfiles -u 1 -a 'src/templates/**/*' 'src/files/**/*' dist",
    "lint": "run -T eslint .",
    "test:ts": "run -T tsc --noEmit",
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "watch": "pack-up watch"
  },
  "dependencies": {
    "@sindresorhus/slugify": "1.1.0",
    "@strapi/typescript-utils": "4.25.20",
    "@strapi/utils": "4.25.20",
    "chalk": "4.1.2",
    "copyfiles": "2.4.1",
    "fs-extra": "10.0.0",
    "node-plop": "0.26.3",
    "plop": "2.7.6",
    "pluralize": "8.0.0"
  },
  "devDependencies": {
    "@strapi/pack-up": "4.23.0",
    "eslint-config-custom": "4.25.20",
    "tsconfig": "4.25.20"
  },
  "engines": {
    "node": ">=18.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "gitHead": "a38c6dc3717b2e6e7da00e45bd349b69a6469aac"
}
