{
  "_from": "@strapi/generators@4.12.7",
  "_id": "@strapi/generators@4.12.7",
  "_inBundle": false,
  "_integrity": "sha512-FyzdEim2e+FFXdj3dnvjowm8WRbIviGMNwtuLSlJ31PjXNYE8iwOKkeQzuJeDhHvUzJQD/lI8t4x8zhJ2W7W0Q==",
  "_location": "/@strapi/generators",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@strapi/generators@4.12.7",
    "name": "@strapi/generators",
    "escapedName": "@strapi%2fgenerators",
    "scope": "@strapi",
    "rawSpec": "4.12.7",
    "saveSpec": null,
    "fetchSpec": "4.12.7"
  },
  "_requiredBy": [
    "/@strapi/plugin-content-type-builder",
    "/@strapi/strapi"
  ],
  "_resolved": "https://registry.npmjs.org/@strapi/generators/-/generators-4.12.7.tgz",
  "_shasum": "1edc87a65e84d826090ea845b6008e2f0565d286",
  "_spec": "@strapi/generators@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": {
    "@sindresorhus/slugify": "1.1.0",
    "@strapi/typescript-utils": "4.12.7",
    "@strapi/utils": "4.12.7",
    "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"
  },
  "deprecated": false,
  "description": "Interactive API generator.",
  "devDependencies": {
    "eslint-config-custom": "4.12.7",
    "tsconfig": "4.12.7"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "files": [
    "./dist"
  ],
  "gitHead": "fefc4a24acc60a59c00049e67a99ec1069be2add",
  "homepage": "https://strapi.io",
  "keywords": [
    "strapi",
    "generators"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "main": "./dist/index.js",
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "name": "@strapi/generators",
  "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/templates/**/*' 'src/files/**/*' dist",
    "lint": "run -T eslint .",
    "prepublishOnly": "yarn clean && yarn build",
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "watch": "run -T tsc -w --preserveWatchOutput"
  },
  "types": "./dist/index.d.ts",
  "version": "4.12.7"
}
