{
  "_args": [
    [
      "@strapi/plugin-content-type-builder@4.3.2",
      "/home/bkra0192/evag_andy/strapi"
    ]
  ],
  "_from": "@strapi/plugin-content-type-builder@4.3.2",
  "_id": "@strapi/plugin-content-type-builder@4.3.2",
  "_inBundle": false,
  "_integrity": "sha512-Mg94U3LevAxTPUJLQWJET2ocfRSKIiRNbG2hbIOqgTSxoaeFHyyQ48PzQsfJ+nV+230SqGNzscCv0D3S7UapXQ==",
  "_location": "/@strapi/plugin-content-type-builder",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@strapi/plugin-content-type-builder@4.3.2",
    "name": "@strapi/plugin-content-type-builder",
    "escapedName": "@strapi%2fplugin-content-type-builder",
    "scope": "@strapi",
    "rawSpec": "4.3.2",
    "saveSpec": null,
    "fetchSpec": "4.3.2"
  },
  "_requiredBy": [
    "/@strapi/strapi"
  ],
  "_resolved": "https://registry.npmjs.org/@strapi/plugin-content-type-builder/-/plugin-content-type-builder-4.3.2.tgz",
  "_spec": "4.3.2",
  "_where": "/home/bkra0192/evag_andy/strapi",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "dependencies": {
    "@sindresorhus/slugify": "1.1.0",
    "@strapi/generators": "4.3.2",
    "@strapi/helper-plugin": "4.3.2",
    "@strapi/utils": "4.3.2",
    "fs-extra": "10.0.0",
    "lodash": "4.17.21",
    "pluralize": "^8.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-intl": "5.20.2",
    "react-redux": "7.2.8",
    "react-router": "^5.2.0",
    "react-router-dom": "5.2.0",
    "redux": "^4.0.1",
    "reselect": "^4.0.0",
    "yup": "^0.32.9"
  },
  "description": "Strapi plugin to create content type",
  "engines": {
    "node": ">=14.19.1 <=16.x.x",
    "npm": ">=6.0.0"
  },
  "gitHead": "7039c0d22836c94457130515b3a55eb93d2411f8",
  "homepage": "https://github.com/strapi/strapi#readme",
  "license": "SEE LICENSE IN LICENSE",
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "name": "@strapi/plugin-content-type-builder",
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "scripts": {
    "test:front": "cross-env IS_EE=true jest --config ./jest.config.front.js",
    "test:front:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js",
    "test:front:watch": "cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
    "test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
    "test:unit": "jest --verbose"
  },
  "strapi": {
    "name": "content-type-builder",
    "displayName": "Content Type Builder",
    "description": "Modelize the data structure of your API. Create new fields and relations in just a minute. The files are automatically created and updated in your project.",
    "kind": "plugin"
  },
  "version": "4.3.2"
}
