{
  "name": "@strapi/generators",
  "version": "4.13.6",
  "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",
  "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",
    "copy-files": "copyfiles -u 1 -a 'src/templates/**/*' 'src/files/**/*' dist",
    "prepublishOnly": "yarn clean && yarn build",
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "lint": "run -T eslint ."
  },
  "dependencies": {
    "@sindresorhus/slugify": "1.1.0",
    "@strapi/typescript-utils": "4.13.6",
    "@strapi/utils": "4.13.6",
    "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": {
    "eslint-config-custom": "4.13.6",
    "tsconfig": "4.13.6"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "gitHead": "d44586fa075f638f1953bda9623a985c7060e2ad"
}
