{"_id":"@strapi/content-type-builder","_rev":"1118-ca98623ad8ec0f70354996fd986f17ae","name":"@strapi/content-type-builder","dist-tags":{"rc":"5.0.0-rc.30","alpha":"0.0.0-experimental.4e03c41e8e44fa7b77c41c3e0edd86c7f1fc9c52","beta":"5.17.0-beta.0","beta-ai":"0.0.0-experimental.646a3d905bdd8978683813330ee46984938eed0a","latest":"5.43.0","next":"0.0.0-next.e95b505aad9f92ff78b6f920b1344de534df75f0","experimental":"0.0.0-experimental.fc5f0511d4eb8410e4891005704dcc617e8b5928"},"versions":{"0.0.0":{"name":"@strapi/content-type-builder","version":"0.0.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0","maintainers":[{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bf38b520aba2f14b1451a1130b887678aade0361","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0.tgz","fileCount":3,"integrity":"sha512-vUivrHOZo7e/d0Wh7HEOHxwDrdAhwaz0gXKy9cq4nNH3nc5eATrELTJi2+PkJtVkqc/QbqD/AOeySBbE1jYGJA==","signatures":[{"sig":"MEUCIBwGMqaMj5X2p/x/emX2CYN6eGFqpG7M+bEzOEbKth/vAiEAosqc7ZPcdOtxn6TXKxEUEnn80XTOwj9srlab8ndzq/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1992},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.5.0","description":"A powerful UI to easily manage your data.","directories":{},"_nodeVersion":"20.12.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0_1714655113383_0.21280872750376956","host":"s3://npm-registry-packages"}},"5.0.0-beta.6":{"name":"@strapi/content-type-builder","version":"5.0.0-beta.6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-beta.6","maintainers":[{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d8dabf79350cf6eca9f9c80cd5be4785723f6b6d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-beta.6.tgz","fileCount":317,"integrity":"sha512-+rWQe95ZbYnN5MIOLzbL0cX2kgAyB7Ei9ubkDhl3fme5Rel87KRmpKuL0nJT4PhEK5hgMrCYoRn8oYlhzIHYKw==","signatures":[{"sig":"MEYCIQDSAmFoYLLWETskFRyJpDqsktHiAY3XLs5g+3+nfX1TKAIhANYiRWpqdi03dzP4dZf3YdpngGoxoFW60Ngt4t9H4cOX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3003668},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6c76c1b8c2c6f54ae7cb159d801b966dbfb08d4d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.9.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.2","@strapi/utils":"5.0.0-beta.6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-beta.6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"^18.2.0","koa-body":"6.0.1","react-dom":"^18.2.0","react-query":"3.39.3","@strapi/admin":"5.0.0-beta.6","@strapi/types":"5.0.0-beta.6","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"5.3.11","@testing-library/react":"14.0.0","@testing-library/user-event":"14.4.3"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^5.2.1"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-beta.6_1714658583355_0.18080943118784032","host":"s3://npm-registry-packages"}},"0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26","maintainers":[{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c1da5995cc11a49a22941d90a31c511329a8ea70","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26.tgz","fileCount":317,"integrity":"sha512-A/AGg9edefGnD/0z05axDZYYvxbIJXoIrK+rSJq8KTB2FTSbMHmqeBT6i86JTldIYsVI0CUvpXFva4UCjMvGDQ==","signatures":[{"sig":"MEUCIEE8WIYiX9f/EEzpHm4pCVBb55HsT9+5k4aI13mSwimQAiEAw84o913fsTQ38mgjs+JYDm42RANlULzlb0KeW0sh9d0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3003903},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a65a85fdea97faae8679d3ffc5f9d79af61abd26","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.2","@strapi/utils":"0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"^18.2.0","koa-body":"6.0.1","react-dom":"^18.2.0","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26","@strapi/types":"0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"5.3.11","@testing-library/react":"14.0.0","@testing-library/user-event":"14.4.3"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^5.2.1"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26_1714673267701_0.21862015329401419","host":"s3://npm-registry-packages"}},"0.0.0-experimental.e60ec1829240dae21c1e1d29076681c322288813":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e60ec1829240dae21c1e1d29076681c322288813","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e60ec1829240dae21c1e1d29076681c322288813","maintainers":[{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d22584fa41cf5e40eec938defc7e2c34b76ca27c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e60ec1829240dae21c1e1d29076681c322288813.tgz","fileCount":317,"integrity":"sha512-Gk2fxEtmMnofSN3EMReE9Q8iGhb3qNE3oe4navMY3UbpxdqxzQ9dn2WyZL68O27pr9ARS1sPZVClhGmJLSXoNA==","signatures":[{"sig":"MEUCICJvbU5qD8b4CGbxjO/YMgY+Xnp6oFSbdiD0BwzQ/mwpAiEAw3NdfHrTMY9C6r91sJeVns9yVZXE3ZXZmd7QmvgMJ6g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3003846},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e60ec1829240dae21c1e1d29076681c322288813","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.2","@strapi/utils":"0.0.0-experimental.e60ec1829240dae21c1e1d29076681c322288813","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.e60ec1829240dae21c1e1d29076681c322288813","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"^18.2.0","koa-body":"6.0.1","react-dom":"^18.2.0","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e60ec1829240dae21c1e1d29076681c322288813","@strapi/types":"0.0.0-experimental.e60ec1829240dae21c1e1d29076681c322288813","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"5.3.11","@testing-library/react":"14.0.0","@testing-library/user-event":"14.4.3"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^5.2.1"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e60ec1829240dae21c1e1d29076681c322288813_1714986401774_0.16497580740090734","host":"s3://npm-registry-packages"}},"0.0.0-experimental.17b4116f461a49b8ce5386f7c8d79c511d40fb3b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.17b4116f461a49b8ce5386f7c8d79c511d40fb3b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.17b4116f461a49b8ce5386f7c8d79c511d40fb3b","maintainers":[{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8ab78ed5cad7839b15f2cde12068366c803da955","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.17b4116f461a49b8ce5386f7c8d79c511d40fb3b.tgz","fileCount":317,"integrity":"sha512-3hVXPJgtQjhY7wQa0gpCCmQ3x6RJhMk665ZmjHtq2W3PeKJhydjao/dT1M1K8Iio4OSrU6vnjvdUi+fzNXyxkQ==","signatures":[{"sig":"MEUCIQDWEsxohW/qO6mdGyPRSRHOFTmuEr20vTin4fKJhzvkVgIgITACnGlqBVjbizqfWxcncEb2QgGy8NLoxi3XvV/fDJA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3003846},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"17b4116f461a49b8ce5386f7c8d79c511d40fb3b","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.2","@strapi/utils":"0.0.0-experimental.17b4116f461a49b8ce5386f7c8d79c511d40fb3b","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.17b4116f461a49b8ce5386f7c8d79c511d40fb3b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"^18.2.0","koa-body":"6.0.1","react-dom":"^18.2.0","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.17b4116f461a49b8ce5386f7c8d79c511d40fb3b","@strapi/types":"0.0.0-experimental.17b4116f461a49b8ce5386f7c8d79c511d40fb3b","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"5.3.11","@testing-library/react":"14.0.0","@testing-library/user-event":"14.4.3"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^5.2.1"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.17b4116f461a49b8ce5386f7c8d79c511d40fb3b_1715001050712_0.4989694885767859","host":"s3://npm-registry-packages"}},"5.0.0-beta.7":{"name":"@strapi/content-type-builder","version":"5.0.0-beta.7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-beta.7","maintainers":[{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f80ebb78d56ee02ca28417b7f850b48db645d318","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-beta.7.tgz","fileCount":316,"integrity":"sha512-sXSesmWc+fSQ/d6IZnN31ImwIYJx42NSuC7eAL6xZTNpaV71U1JMUJt7Ps6Hv7J3mDYR6zofNBGWy7X1s4EdDg==","signatures":[{"sig":"MEQCIDU+ZvSteybemy6uuI2yQEl6yGgrilgNiUpb14BNdgWuAiAQKgF5G1biG2ogCqxoFCMbPS8l4gAfW/Ztw1zmtUcGvA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2999451},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a86c75effabb5eb8aa36a2e9563f2878ddfbb4c1","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.9.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.3","@strapi/utils":"5.0.0-beta.7","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-beta.7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"^18.2.0","koa-body":"6.0.1","react-dom":"^18.2.0","react-query":"3.39.3","@strapi/admin":"5.0.0-beta.7","@strapi/types":"5.0.0-beta.7","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"14.0.0","@testing-library/user-event":"14.4.3"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-beta.7_1715178870651_0.7568976742042368","host":"s3://npm-registry-packages"}},"5.0.0-beta.8":{"name":"@strapi/content-type-builder","version":"5.0.0-beta.8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-beta.8","maintainers":[{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b2a9c1aa81fefe3fca3322f3a16ff98014946453","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-beta.8.tgz","fileCount":316,"integrity":"sha512-EWQikx8Hp+6LMrIc1yyi2PjLR8jZOr2pAct5/AbxpHebHfIEd+mt5prDBf/fEdl9UGpBTRjTr0WfmskACtFcJQ==","signatures":[{"sig":"MEUCIE1ex+OTCzsn9QJXpeQu7rNUj5SzlA8BMsaH1UOp/VJhAiEAmUMwCByrWhn9qrNOhrhyOrSzr2+MVAQZiNNMjhogeQ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2999883},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"710e683d6bc017dbc2804708580146daa4b2fc4c","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.4","@strapi/utils":"5.0.0-beta.8","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-beta.8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-beta.8","@strapi/types":"5.0.0-beta.8","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-beta.8_1716391819824_0.437217337373885","host":"s3://npm-registry-packages"}},"0.0.0-experimental.f75e3c6d67cc47c64ab37479efdbb7b43be50b78":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f75e3c6d67cc47c64ab37479efdbb7b43be50b78","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f75e3c6d67cc47c64ab37479efdbb7b43be50b78","maintainers":[{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cf3b6e7f7ec038aaa8cc945140ebc4b2d4237fcf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f75e3c6d67cc47c64ab37479efdbb7b43be50b78.tgz","fileCount":316,"integrity":"sha512-E+6Upt7v8tSYlPcH37H73FSwiopA6Cr5XlEd3ShDxKG+gOY0cNq7Te0nSaAa6yGCIBUg4cP+EtZ/9kECCcSidg==","signatures":[{"sig":"MEUCIQCPuoWpiLIIZJyjYGQ7uVeOFhgy1uI0iKXKI1Vb6Gh5QwIgJDF5eFhehhBz4k0OiC6NUVV+Dmw/fnYWnCK4AdjB6yQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3000118},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f75e3c6d67cc47c64ab37479efdbb7b43be50b78","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.13.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.13.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.4","@strapi/utils":"0.0.0-experimental.f75e3c6d67cc47c64ab37479efdbb7b43be50b78","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f75e3c6d67cc47c64ab37479efdbb7b43be50b78","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f75e3c6d67cc47c64ab37479efdbb7b43be50b78","@strapi/types":"0.0.0-experimental.f75e3c6d67cc47c64ab37479efdbb7b43be50b78","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f75e3c6d67cc47c64ab37479efdbb7b43be50b78_1716795431844_0.16003380099293918","host":"s3://npm-registry-packages"}},"0.0.0-experimental.baa6cf22298e591b4d52d8e59c60406d7a9f137f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.baa6cf22298e591b4d52d8e59c60406d7a9f137f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.baa6cf22298e591b4d52d8e59c60406d7a9f137f","maintainers":[{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"dd498d35185b65ccc8056ebdc4a75a2bf415d7ea","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.baa6cf22298e591b4d52d8e59c60406d7a9f137f.tgz","fileCount":316,"integrity":"sha512-cOVNwsGeMnntPSsAb3FuXb2qibXhS4IAbDXu4TRYjW5KavLvwO+lfqyXNzxjbmVBGmthXwaeIxHu9jzgJNkicg==","signatures":[{"sig":"MEQCICmIyx9nqNC+DT3TFOL9I/GOroiajVcLvPQQ7QV3KjTsAiBMjKsKGn/FY0Fg2EXCCzTlcGAYqUAg4GK3A5sABCX9pw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3000118},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"baa6cf22298e591b4d52d8e59c60406d7a9f137f","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.13.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.13.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.4","@strapi/utils":"0.0.0-experimental.baa6cf22298e591b4d52d8e59c60406d7a9f137f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.baa6cf22298e591b4d52d8e59c60406d7a9f137f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.baa6cf22298e591b4d52d8e59c60406d7a9f137f","@strapi/types":"0.0.0-experimental.baa6cf22298e591b4d52d8e59c60406d7a9f137f","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.baa6cf22298e591b4d52d8e59c60406d7a9f137f_1716880212792_0.8845744938497331","host":"s3://npm-registry-packages"}},"0.0.0-experimental.826f263c58b6886b849d3f03b81f7a530bc51c91":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.826f263c58b6886b849d3f03b81f7a530bc51c91","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.826f263c58b6886b849d3f03b81f7a530bc51c91","maintainers":[{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8a87dfe8590dc98043a8c2caf3408c9f906c38c0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.826f263c58b6886b849d3f03b81f7a530bc51c91.tgz","fileCount":316,"integrity":"sha512-XHiDuz2ZOB5Y/2RxqwP8FrQ+E5lXhky3kmYUcs0zx/z5X/IJ9RgTyED+FeYfdgyuxlVI2+dVqWvg0FAabh4jnA==","signatures":[{"sig":"MEQCIHjAkA2GB92CZBtjQ0TBXD35VfLi1GIiJBhV4vMfoDspAiAke9ABVrwms/T+RA+hF+zTJ+bRMJ0RDlgOa/hn4yTWQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3000118},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"826f263c58b6886b849d3f03b81f7a530bc51c91","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.13.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.13.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.4","@strapi/utils":"0.0.0-experimental.826f263c58b6886b849d3f03b81f7a530bc51c91","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.826f263c58b6886b849d3f03b81f7a530bc51c91","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.826f263c58b6886b849d3f03b81f7a530bc51c91","@strapi/types":"0.0.0-experimental.826f263c58b6886b849d3f03b81f7a530bc51c91","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.826f263c58b6886b849d3f03b81f7a530bc51c91_1716990008585_0.18897100166383018","host":"s3://npm-registry-packages"}},"0.0.0-experimental.7afdc9b682bc83a53ce599c4fb7c9e4506b31fff":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7afdc9b682bc83a53ce599c4fb7c9e4506b31fff","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7afdc9b682bc83a53ce599c4fb7c9e4506b31fff","maintainers":[{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9c109dce0ab0d086428d9e55cf10243142c5937c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7afdc9b682bc83a53ce599c4fb7c9e4506b31fff.tgz","fileCount":316,"integrity":"sha512-5FyZAqzEtonA920CMpzysubRn3a4bXqLrQPuyadfMyf5YN8gfYM/CFX8BMg47RGOq/XYByZ4qN0FvFocIjUYEw==","signatures":[{"sig":"MEUCIB1noFLb1xfsuAIUJJDHrsmSKIyaiZRtYky5VuIPgJYtAiEA8ZS4CNqHVU/N5fzdaWlHR5tGIbuXoSUjB/vM3p89Ef4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3000118},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7afdc9b682bc83a53ce599c4fb7c9e4506b31fff","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.13.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.13.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.4","@strapi/utils":"0.0.0-experimental.7afdc9b682bc83a53ce599c4fb7c9e4506b31fff","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.7afdc9b682bc83a53ce599c4fb7c9e4506b31fff","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7afdc9b682bc83a53ce599c4fb7c9e4506b31fff","@strapi/types":"0.0.0-experimental.7afdc9b682bc83a53ce599c4fb7c9e4506b31fff","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7afdc9b682bc83a53ce599c4fb7c9e4506b31fff_1717054632149_0.6316825825130927","host":"s3://npm-registry-packages"}},"0.0.0-experimental.3c73a4c6f6073abdf1608121a200c3d4d87b1aa8":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3c73a4c6f6073abdf1608121a200c3d4d87b1aa8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3c73a4c6f6073abdf1608121a200c3d4d87b1aa8","maintainers":[{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6737208503c5ff1ea13061f4e969490c2f9021cf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3c73a4c6f6073abdf1608121a200c3d4d87b1aa8.tgz","fileCount":316,"integrity":"sha512-osCb39FRhCE+5udMhIq67xXV/EP6t3F4CAXPg4NoWdgW9fOmx+4U9ziEKj7hGRFEW83xQ/tfCrH2nzds0I7IMg==","signatures":[{"sig":"MEUCIQDqo8CMAvmkDtfZBrNlUBxJqjsgEM+b+rso6CZaSvq2aAIgOYovJChv1NXouDY88O6lpQ8Vp0hknc8eI4P5HpjqGy0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2999446},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3c73a4c6f6073abdf1608121a200c3d4d87b1aa8","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.13.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.13.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.4","@strapi/utils":"0.0.0-experimental.3c73a4c6f6073abdf1608121a200c3d4d87b1aa8","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.3c73a4c6f6073abdf1608121a200c3d4d87b1aa8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3c73a4c6f6073abdf1608121a200c3d4d87b1aa8","@strapi/types":"0.0.0-experimental.3c73a4c6f6073abdf1608121a200c3d4d87b1aa8","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3c73a4c6f6073abdf1608121a200c3d4d87b1aa8_1717401219972_0.4422187773562456","host":"s3://npm-registry-packages"}},"0.0.0-experimental.4ddd402c7194d1a969a797313bf007c93148d59a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4ddd402c7194d1a969a797313bf007c93148d59a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4ddd402c7194d1a969a797313bf007c93148d59a","maintainers":[{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"44520475367c83b5e5d6f216bd1eaae25ca5e983","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4ddd402c7194d1a969a797313bf007c93148d59a.tgz","fileCount":316,"integrity":"sha512-F9z43gAFn9Ga7t7hueTEzlSq7s+m5r4pDjumWs/bOEDy5CtGd0xaoOc+FWC9QHk2nLttmlcf6m7f0S+yMxHX/A==","signatures":[{"sig":"MEUCIQCDGIxD7M+6neDeU8uPgcWUoKtYjeQ6uKguYaH9sv+47QIgeSUNxVOfg/dB0fxdAROPwICrjyWC94ewCg6vhSmn+7I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2999446},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4ddd402c7194d1a969a797313bf007c93148d59a","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.13.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.13.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.4","@strapi/utils":"0.0.0-experimental.4ddd402c7194d1a969a797313bf007c93148d59a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.4ddd402c7194d1a969a797313bf007c93148d59a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4ddd402c7194d1a969a797313bf007c93148d59a","@strapi/types":"0.0.0-experimental.4ddd402c7194d1a969a797313bf007c93148d59a","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4ddd402c7194d1a969a797313bf007c93148d59a_1717420118823_0.5964033204362071","host":"s3://npm-registry-packages"}},"0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad","maintainers":[{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9dd8cb7089899c0f948116e636d82edf2fb632f2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad.tgz","fileCount":316,"integrity":"sha512-laXQ7/HhougJ1RqIPh/ysn8NYScYRm+EzrhE7mCyd7njthcMXbdZP6b6oBvSNamRurPKm8EF3vd/8DkmQ/bnqA==","signatures":[{"sig":"MEQCIHIBa5qqYS4Z5KdCf/gTcMoYgBx1dO/u2NszgGLP4OzQAiBnijWqOX4pkhsMb9k0udKTUvhW9AlrNqTJdtSguokYOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2999446},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.13.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.13.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.4","@strapi/utils":"0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad","@strapi/types":"0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad_1717435924179_0.31305198284481994","host":"s3://npm-registry-packages"}},"0.0.0-experimental.25e22c6cc9bc6b35392bb55d09f641a0a65e7403":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.25e22c6cc9bc6b35392bb55d09f641a0a65e7403","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.25e22c6cc9bc6b35392bb55d09f641a0a65e7403","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"79508c88dd5517c2bc9d191f1292ea70a9569d9f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.25e22c6cc9bc6b35392bb55d09f641a0a65e7403.tgz","fileCount":316,"integrity":"sha512-bvBqTdr+Z8occWx8prVH23SvMn6q8xBHlXfemxAgAGoC4uYKKYM2IpDuN1kTKdidbVbmmjW7iSJKZidlvycmfw==","signatures":[{"sig":"MEQCIGbE3HXHHdbq+sgjGxrwSEgbGK4eTIIfsFN6LEw0dZBCAiBjJGOioPO1dkuVtwbWMWT/2tqCqV3szhbyBBvDBpAFDA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2997031},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"25e22c6cc9bc6b35392bb55d09f641a0a65e7403","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.13.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.13.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.5","@strapi/utils":"0.0.0-experimental.25e22c6cc9bc6b35392bb55d09f641a0a65e7403","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.25e22c6cc9bc6b35392bb55d09f641a0a65e7403","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.25e22c6cc9bc6b35392bb55d09f641a0a65e7403","@strapi/types":"0.0.0-experimental.25e22c6cc9bc6b35392bb55d09f641a0a65e7403","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.25e22c6cc9bc6b35392bb55d09f641a0a65e7403_1717571384855_0.9941324480913325","host":"s3://npm-registry-packages"}},"0.0.0-experimental.dd3311938ac827f1fa8560c8840a9a394f5896c0":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.dd3311938ac827f1fa8560c8840a9a394f5896c0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.dd3311938ac827f1fa8560c8840a9a394f5896c0","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1e6451c2fc0c054911c7494da7e95b37bee1b78c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.dd3311938ac827f1fa8560c8840a9a394f5896c0.tgz","fileCount":316,"integrity":"sha512-wtKa+kGffcYfLyvP7HF+sQKHeGl3I7EY0nP3Ki2cLsf4UY6x/3ob82R9K8PJ+yVPp5stmli5noTy38RzzTIEqA==","signatures":[{"sig":"MEUCIDelxbnlewCXPkaWAK26tspTkZcAdtOhP7D4y8cjZ1rGAiEAySajNuIcMKhPkzOFgpjV6TJ3tXHhTA5X8zDMvI1GDzw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2999446},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"dd3311938ac827f1fa8560c8840a9a394f5896c0","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.13.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.13.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.4","@strapi/utils":"0.0.0-experimental.dd3311938ac827f1fa8560c8840a9a394f5896c0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.dd3311938ac827f1fa8560c8840a9a394f5896c0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.dd3311938ac827f1fa8560c8840a9a394f5896c0","@strapi/types":"0.0.0-experimental.dd3311938ac827f1fa8560c8840a9a394f5896c0","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.dd3311938ac827f1fa8560c8840a9a394f5896c0_1717578172267_0.28345449901168696","host":"s3://npm-registry-packages"}},"5.0.0-beta.9":{"name":"@strapi/content-type-builder","version":"5.0.0-beta.9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-beta.9","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7c92d4d06b214d9becdd5dd9f5d950849c2f0372","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-beta.9.tgz","fileCount":316,"integrity":"sha512-pRUgZIIW0jmuE6pzHY5gGwlrMyql6MrDmUEU9DNyEKkD9zSUkJFLCMliIKVhYuC5eodgQon5aUazoKBhbhn9Bw==","signatures":[{"sig":"MEUCIDk4rJWM4p5umbGa73sel8eov4xXBwNjOUJuIhpacYmcAiEAuPPlGhmEaDscEqVmxUIYJl++MFhgLbEk5maMuCOvlUs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2999211},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0a5a7b91474a18df8a8c6c81613cca1f9c598445","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"markkaylor","email":"mark.kaylor@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.5.1+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.5.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.4","@strapi/utils":"5.0.0-beta.9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-beta.9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-beta.9","@strapi/types":"5.0.0-beta.9","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-beta.9_1717597082254_0.042237659626023216","host":"s3://npm-registry-packages"}},"0.0.0-experimental.d954d57341a6623992a0d211daaec8e245c3517d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d954d57341a6623992a0d211daaec8e245c3517d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d954d57341a6623992a0d211daaec8e245c3517d","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1c059fb9240f13cd0891ee56c9bf9e7ad08eb554","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d954d57341a6623992a0d211daaec8e245c3517d.tgz","fileCount":316,"integrity":"sha512-R5KMyRgUpOs7DjXZaWzjAXTefppzwlxbMghE3Nrf3g1Flg2k0Itb3dxt5KsO6YH9VNJhsYCN2OlRa6jI6Rff/A==","signatures":[{"sig":"MEUCIQDQkFB4t9dAYqZjQFOL2xffWieMf7QpfmaGdHvS8a/SmwIgD1OFjAQsOACpd9nwA8pVUDMLeOvY31fDW/tB1R+voNo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2997809},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d954d57341a6623992a0d211daaec8e245c3517d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.14.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.14.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.5","@strapi/utils":"0.0.0-experimental.d954d57341a6623992a0d211daaec8e245c3517d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.d954d57341a6623992a0d211daaec8e245c3517d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d954d57341a6623992a0d211daaec8e245c3517d","@strapi/types":"0.0.0-experimental.d954d57341a6623992a0d211daaec8e245c3517d","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d954d57341a6623992a0d211daaec8e245c3517d_1717684235708_0.8127052614814398","host":"s3://npm-registry-packages"}},"0.0.0-experimental.59ce88771272039a9d868fba2f7b503edf715c6a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.59ce88771272039a9d868fba2f7b503edf715c6a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.59ce88771272039a9d868fba2f7b503edf715c6a","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"markkaylor","email":"mark.kaylor@strapi.io"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"28d0f195b13bccf7fd7abe033297871764d8f686","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.59ce88771272039a9d868fba2f7b503edf715c6a.tgz","fileCount":316,"integrity":"sha512-R6xKoN5XpILqHH0k6CuGFEHwKTlnG3nHrfTkZ1mUPx/dBMlpSDF8ZJRhj+BIIqrlRJkfmu8Ecv+r4Wb9XommYA==","signatures":[{"sig":"MEUCIQDmk+/qqZAFIF7QZZljw2nYC3ZTJ17aG+r3j5ydkN4ojQIgeReEUZ9yYFQZ5OpaO1iot1tKltLnb4hVQle+RMXV8fg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2997809},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"59ce88771272039a9d868fba2f7b503edf715c6a","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.14.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.14.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.59ce88771272039a9d868fba2f7b503edf715c6a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.59ce88771272039a9d868fba2f7b503edf715c6a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.59ce88771272039a9d868fba2f7b503edf715c6a","@strapi/types":"0.0.0-experimental.59ce88771272039a9d868fba2f7b503edf715c6a","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.59ce88771272039a9d868fba2f7b503edf715c6a_1717746846804_0.4684783353413098","host":"s3://npm-registry-packages"}},"0.0.0-experimental.62ce06180fe9a772eaeb3d43d238b26644f39f7c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.62ce06180fe9a772eaeb3d43d238b26644f39f7c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.62ce06180fe9a772eaeb3d43d238b26644f39f7c","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6c71432a647e8fc9601afe224e2192e7db49ed57","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.62ce06180fe9a772eaeb3d43d238b26644f39f7c.tgz","fileCount":316,"integrity":"sha512-Cqif2L7eQU/4KISV07LTPpFI2tSIo7zsMmObNvwvRM7ZKw/nUUXMwfVBGuhTdqGqv4dJlR1sToqOLANRnMyr+g==","signatures":[{"sig":"MEYCIQDbXF4HV0kMKX6RXZajrhPBmQkOpFlgi52YwfQtjuX36QIhAKrsnCxXIyLZ17WXjvIqifFogSe71S+m+ogg7Yjkbjdt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2997905},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"62ce06180fe9a772eaeb3d43d238b26644f39f7c","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.14.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.14.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.62ce06180fe9a772eaeb3d43d238b26644f39f7c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.62ce06180fe9a772eaeb3d43d238b26644f39f7c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.62ce06180fe9a772eaeb3d43d238b26644f39f7c","@strapi/types":"0.0.0-experimental.62ce06180fe9a772eaeb3d43d238b26644f39f7c","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.62ce06180fe9a772eaeb3d43d238b26644f39f7c_1718181694456_0.5723880106139492","host":"s3://npm-registry-packages"}},"5.0.0-beta.10":{"name":"@strapi/content-type-builder","version":"5.0.0-beta.10","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-beta.10","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1928ee3b6f36481492d07ea0e5ae65c4fd1c11de","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-beta.10.tgz","fileCount":316,"integrity":"sha512-y4GNzaeXmX644kKBASM5qe/NzKiwxvbpA2pTCygf9ETJf/ly5cUqOtNHl+eJW1NDBb/QWCngm+aTuMpvQzMepw==","signatures":[{"sig":"MEUCIQC5a2VBc77bMFkRRNePDMI1mlPJheSh27Lsz1CJr0rCjAIgf+oei82a/vzBgzpRQzl0tjJjYjw8lWHGxS8ufiMy0bE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2997675},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d4542f0dccfa2eecb55026dbd795042e7d0004ba","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.9.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-beta.10","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-beta.10","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-beta.10","@strapi/types":"5.0.0-beta.10","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-beta.10_1718196737165_0.9487059958409685","host":"s3://npm-registry-packages"}},"0.0.0-experimental.60f3ded53a22a24d208ebf6df9b84c118aa97abf":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.60f3ded53a22a24d208ebf6df9b84c118aa97abf","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.60f3ded53a22a24d208ebf6df9b84c118aa97abf","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c7315e4768360692ff58bc45a0297bbf747346ad","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.60f3ded53a22a24d208ebf6df9b84c118aa97abf.tgz","fileCount":316,"integrity":"sha512-FKG4cPnyVl4yO2AMojmb7Rs6FOwCOh+EfxJAt8xAzKCed17ImfkwGiSMdvi0Arr/MkPvhXH7Md6hkWn4Q/IVkg==","signatures":[{"sig":"MEUCIAL48vGjHWRqhGSK2k5fEIle69AbKICPIBS8o3avJZPXAiEAzo2t8d5kt0SLQJQentbJPiP+layfimk0PgVCZU5T0E4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2997905},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"60f3ded53a22a24d208ebf6df9b84c118aa97abf","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.14.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.14.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.60f3ded53a22a24d208ebf6df9b84c118aa97abf","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.60f3ded53a22a24d208ebf6df9b84c118aa97abf","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.60f3ded53a22a24d208ebf6df9b84c118aa97abf","@strapi/types":"0.0.0-experimental.60f3ded53a22a24d208ebf6df9b84c118aa97abf","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.60f3ded53a22a24d208ebf6df9b84c118aa97abf_1718221054365_0.26577390478899243","host":"s3://npm-registry-packages"}},"0.0.0-experimental.d53e940834bf72ddc725f1d2fd36dac9abec30cb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d53e940834bf72ddc725f1d2fd36dac9abec30cb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d53e940834bf72ddc725f1d2fd36dac9abec30cb","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a98bb20bf5740463ad08c2402e5ff7e2c88e7025","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d53e940834bf72ddc725f1d2fd36dac9abec30cb.tgz","fileCount":316,"integrity":"sha512-pjR1Ht7NcYD98qnDJ97F40WGbn3TpsZ1dLnV0eyyJ1nfiGkAsLe42ySj2crHOdJvjIDFXuNANnLxu5oCm2uSLQ==","signatures":[{"sig":"MEYCIQDsfd2qajr2saFMe35XPKv4cIMJCwpAkITafUEnSrLNpAIhAPlZxZ2H8yDII/s/WsGcMxuZ9chLFqOVyzsdxymzuUL5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2997915},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d53e940834bf72ddc725f1d2fd36dac9abec30cb","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.14.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.14.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.d53e940834bf72ddc725f1d2fd36dac9abec30cb","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.d53e940834bf72ddc725f1d2fd36dac9abec30cb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d53e940834bf72ddc725f1d2fd36dac9abec30cb","@strapi/types":"0.0.0-experimental.d53e940834bf72ddc725f1d2fd36dac9abec30cb","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d53e940834bf72ddc725f1d2fd36dac9abec30cb_1718222023403_0.25716851607573776","host":"s3://npm-registry-packages"}},"0.0.0-experimental.5b211b38912691ee2eab22d47b5095ea2fcfec76":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5b211b38912691ee2eab22d47b5095ea2fcfec76","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5b211b38912691ee2eab22d47b5095ea2fcfec76","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e66992cde76c244f40feb523fc55643abd101c04","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5b211b38912691ee2eab22d47b5095ea2fcfec76.tgz","fileCount":316,"integrity":"sha512-avcTPkzWO2PJKwvzjRb4oDsx9xgV9fLbL7kgmP1gc3GOOxgJbu/JlQCbU9ai3D82F50V0FfnBtvfC+7rLd5UWQ==","signatures":[{"sig":"MEQCIAx9LpDXkbC7hCSg5C5Gis9Qm83JylnuCqaaYAB3HQfBAiA2ThAd96hu+8v2GuY53s0+LEiZOpGh7KLpGpqyEqyTLQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2997915},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5b211b38912691ee2eab22d47b5095ea2fcfec76","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.14.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.14.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.5b211b38912691ee2eab22d47b5095ea2fcfec76","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5b211b38912691ee2eab22d47b5095ea2fcfec76","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5b211b38912691ee2eab22d47b5095ea2fcfec76","@strapi/types":"0.0.0-experimental.5b211b38912691ee2eab22d47b5095ea2fcfec76","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5b211b38912691ee2eab22d47b5095ea2fcfec76_1718295457061_0.48995170652755093","host":"s3://npm-registry-packages"}},"0.0.0-experimental.9df68962083938acba06546a7901c68a63266aec":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9df68962083938acba06546a7901c68a63266aec","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9df68962083938acba06546a7901c68a63266aec","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9acdbbc89495807a17ee0dc5e8a5836d88ffbf10","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9df68962083938acba06546a7901c68a63266aec.tgz","fileCount":316,"integrity":"sha512-AgWGuXOJbhmfh6iv3nRZfsKAMoTZKr7RF8FUIcd3lkOBjhzwqJ6bX+vAPJx6ypUa5Ciyx6608XsZtCByDMjwyg==","signatures":[{"sig":"MEUCIHCYPiWAvG0wih9jY16GWaCVJHfL2U2B/Eb9LLBlGybZAiEAzHG5fHc4IDCAHYUNbdWqKIl3fc+7eMUcD0KbQTHr0NU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2997791},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9df68962083938acba06546a7901c68a63266aec","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.14.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.14.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.9df68962083938acba06546a7901c68a63266aec","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.9df68962083938acba06546a7901c68a63266aec","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9df68962083938acba06546a7901c68a63266aec","@strapi/types":"0.0.0-experimental.9df68962083938acba06546a7901c68a63266aec","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9df68962083938acba06546a7901c68a63266aec_1718614519260_0.9510278508601295","host":"s3://npm-registry-packages"}},"0.0.0-experimental.a53a4b1c8f7981a689823cdd719105671e1c6392":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a53a4b1c8f7981a689823cdd719105671e1c6392","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a53a4b1c8f7981a689823cdd719105671e1c6392","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c3ae468a2ddc4de21e6454d5b2d342a5bbd444ae","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a53a4b1c8f7981a689823cdd719105671e1c6392.tgz","fileCount":316,"integrity":"sha512-q15AARc5yyCbxU2KC1JnwhFmX9cXz4KiaElUr1hYjoYBlGea27Cm+Na+iZIY4tHwkR+lemd6AQgAcOqtNfR0rw==","signatures":[{"sig":"MEQCIFFVir6IimfN7qeMw3tXuRm5VcOas/783lLJJOnHIHoOAiBFUNFmA1MRnFL+BQwAAuuMdV1e6f1znv6IH5pt72dIeA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2997791},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a53a4b1c8f7981a689823cdd719105671e1c6392","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.14.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.14.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.a53a4b1c8f7981a689823cdd719105671e1c6392","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.a53a4b1c8f7981a689823cdd719105671e1c6392","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a53a4b1c8f7981a689823cdd719105671e1c6392","@strapi/types":"0.0.0-experimental.a53a4b1c8f7981a689823cdd719105671e1c6392","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a53a4b1c8f7981a689823cdd719105671e1c6392_1718615401699_0.6830386487656404","host":"s3://npm-registry-packages"}},"5.0.0-beta.11":{"name":"@strapi/content-type-builder","version":"5.0.0-beta.11","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-beta.11","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cd915b1eedf1c9f5729cab2d18c1802b096359fb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-beta.11.tgz","fileCount":316,"integrity":"sha512-isGDAMiOMpFE0UtkjLg9S5TiPu+CWK+lS19D9NPRzJNPIyqtCamS9S6wvPBIdNH55qZADagzTNDBXYjlBkZYjA==","signatures":[{"sig":"MEQCID5Dd6FzjpgDBEX2JggxIAvbxJLznYcJnBnxJdqJtVjkAiAslW9saes5CO48p3q5/RhTinhl806bckphQmvoDGs0hA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2997561},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0991f0ac0f739e43e6a5f9ac79acb8c774c359bf","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-beta.11","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-beta.11","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-beta.11","@strapi/types":"5.0.0-beta.11","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-beta.11_1718715091106_0.2620398357086746","host":"s3://npm-registry-packages"}},"0.0.0-experimental.16eaafeff6bd4cd49d56f3c31d002cad71a1134a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.16eaafeff6bd4cd49d56f3c31d002cad71a1134a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.16eaafeff6bd4cd49d56f3c31d002cad71a1134a","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8691bb2c25ae19b51f2beab430c9a82d92ea12df","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.16eaafeff6bd4cd49d56f3c31d002cad71a1134a.tgz","fileCount":316,"integrity":"sha512-WrSMYAgdE4+E+bEvKCs1BOT44lK5b7+2577GGEwCpo0lV1ssgB4ZNHtdj8wn167OxXL29YJp1dwOkUu9MKomSg==","signatures":[{"sig":"MEQCIG2+Ot0BULk5iFkFdaRHmIN3Il0DJkDQngOXlmb0kL8nAiBrXozuQ0DHcnVKb4AsjtQ7n6rrdytqU9mEyZ6kRNzjtA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2989563},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"16eaafeff6bd4cd49d56f3c31d002cad71a1134a","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.14.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.14.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.16eaafeff6bd4cd49d56f3c31d002cad71a1134a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.16eaafeff6bd4cd49d56f3c31d002cad71a1134a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.16eaafeff6bd4cd49d56f3c31d002cad71a1134a","@strapi/types":"0.0.0-experimental.16eaafeff6bd4cd49d56f3c31d002cad71a1134a","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.16eaafeff6bd4cd49d56f3c31d002cad71a1134a_1718784956779_0.8203856982701221","host":"s3://npm-registry-packages"}},"5.0.0-beta.12":{"name":"@strapi/content-type-builder","version":"5.0.0-beta.12","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-beta.12","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c1573c20791809cd6a93771373b87b9aca1d4c43","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-beta.12.tgz","fileCount":316,"integrity":"sha512-pe6z296z+FTno2cRbZAtCgGfgqEHB9pSTbrV+uHsTRr3tekgLgp+CMsNTv7UgIcj8dpeRKZ8I8UB5rBYP9gIcw==","signatures":[{"sig":"MEQCIEOnOgSuBVBKx5l3pEJyKrdEG9xNMnDJ41IEWLhR+MPMAiAi/lX2G8EpywVi5DttqgZqXvccpqxMjk0avfZqRn7l6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2989333},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d27f662252a0b10d2ad83f175e8b06d6f513a270","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-beta.12","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-beta.12","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-beta.12","@strapi/types":"5.0.0-beta.12","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-beta.12_1718803080104_0.6996778609509628","host":"s3://npm-registry-packages"}},"5.0.0-beta.13":{"name":"@strapi/content-type-builder","version":"5.0.0-beta.13","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-beta.13","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"39a3683196929cf1e4a9742d52bbe00bc9e028d0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-beta.13.tgz","fileCount":316,"integrity":"sha512-yxD4hd687b2WAlivStJPTbcr3SF4ugfZGFaE8ZP7G8meC6wo9knNAGR+GCHIXdkeLvlk+H8cPVVgoZgkRsIhvQ==","signatures":[{"sig":"MEUCIQDLrub5pf30aK5pe5qgtUTGpym/GydVpNLtZ+No/0niRgIgZocm/1bGb9cbBqFYqSHneLUC7rBCRc2KIxzQmpLyiEc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2989333},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"346110fac182d06b40f9089ee3e224352835b710","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.9.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-beta.13","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-beta.13","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-beta.13","@strapi/types":"5.0.0-beta.13","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-beta.13_1718868646343_0.22253020641221588","host":"s3://npm-registry-packages"}},"5.0.0-beta.14":{"name":"@strapi/content-type-builder","version":"5.0.0-beta.14","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-beta.14","maintainers":[{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"548d1182b570e6f5e590611fc55cfa6907841782","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-beta.14.tgz","fileCount":316,"integrity":"sha512-i+t+t7vYTLfRwFvCV0s71aaJLpwANI431ug8cvdQgBCO4oBVMDvE2GnOHeeVg8QF0xBVtCDwYjgZeMSdwQtLJw==","signatures":[{"sig":"MEUCIQDeJiYUqb2kA4BJwgyO7JXbqKw93k9UCpy2Hx/e5eod4wIgTk4RgwVjFLJ6dbI+h81unnIyZAaKuIPAu2y3RjvCZg4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2989333},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e7ee24229edd61af831e291dfca3f5bc6f42f912","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-beta.14","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-beta.14","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-beta.14","@strapi/types":"5.0.0-beta.14","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-beta.14_1718958265069_0.7815221232633116","host":"s3://npm-registry-packages"}},"5.0.0-beta.15":{"name":"@strapi/content-type-builder","version":"5.0.0-beta.15","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-beta.15","maintainers":[{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"781c37e56c0ae5cc6d2113feec4b931ac230ade9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-beta.15.tgz","fileCount":317,"integrity":"sha512-bv2u4fy5fx2QqVnixgMZ9XIzALG/9Zj53zC5QfG/KiNW9iE8DjYBnixNfJMZPhkESgy+pg9OQte49vY8bvf8aA==","signatures":[{"sig":"MEUCIBxhnZPslx0NOc6Zkjoay0BV+hXh5Dv1O9XYyCXJGWI1AiEA9vAS1EFDfuBdg3yqr4DI4+RMqarsgy6Ggs+nzsUMbq4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3005601},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bdee57a0571da734d9a1c4b5c35b3bbdb26fda8b","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-beta.15","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-beta.15","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-beta.15","@strapi/types":"5.0.0-beta.15","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-beta.15_1719217234597_0.11000410010183481","host":"s3://npm-registry-packages"}},"5.0.0-beta.16":{"name":"@strapi/content-type-builder","version":"5.0.0-beta.16","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-beta.16","maintainers":[{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"65af7687d08857dfcf252fe122f81bd8888e9afb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-beta.16.tgz","fileCount":317,"integrity":"sha512-FEA2OUPXq/HGgLMO+j9sMo8FzyWk6glkDnDR6agCEHICB/1ShmvztQ23NWOYeXnQcolHnAebKG7zLK4msKqJ7w==","signatures":[{"sig":"MEUCIQDhHzt6t/G6X4GhvG+7v/RYKCjQxxh/MA8356KApe52oAIgNAyPlYGZftk+NFdlN1qAIOOrDd4HKaksTNX9ILCNzME=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3005601},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"105cdbf18265ff7289bfa56cf26c0e4fe3802227","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-beta.16","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-beta.16","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-beta.16","@strapi/types":"5.0.0-beta.16","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-beta.16_1719262906782_0.1457915112880459","host":"s3://npm-registry-packages"}},"0.0.0-experimental.2a7cb5ff33df35e8ccde5ef918f9f9a4a3ee9a08":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2a7cb5ff33df35e8ccde5ef918f9f9a4a3ee9a08","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2a7cb5ff33df35e8ccde5ef918f9f9a4a3ee9a08","maintainers":[{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3c0e091b84bc78326b023a24c85830e412b787ae","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2a7cb5ff33df35e8ccde5ef918f9f9a4a3ee9a08.tgz","fileCount":317,"integrity":"sha512-FO745he43ebdq9Mh5EhEqhQp8mpZ75bnvKx6sukZu0tjYQNq8x+Rr35TZO5mCnntcWRZQQRuzpohaEa9fpx8rA==","signatures":[{"sig":"MEYCIQC/3P/SnvydcjFlSt/CrTDEa/yEK/DfoEYP4Ia/IGQyOQIhAPwl+SI+ZiYoqehQGA/7NzxuEqzNOSzNrTezpzqCJ+ZC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3005831},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2a7cb5ff33df35e8ccde5ef918f9f9a4a3ee9a08","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.14.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.14.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.2a7cb5ff33df35e8ccde5ef918f9f9a4a3ee9a08","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.2a7cb5ff33df35e8ccde5ef918f9f9a4a3ee9a08","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2a7cb5ff33df35e8ccde5ef918f9f9a4a3ee9a08","@strapi/types":"0.0.0-experimental.2a7cb5ff33df35e8ccde5ef918f9f9a4a3ee9a08","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2a7cb5ff33df35e8ccde5ef918f9f9a4a3ee9a08_1719306528440_0.19915835412213045","host":"s3://npm-registry-packages"}},"0.0.0-experimental.9612538209f3c68285c5dea8fe26f96e7e470afd":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9612538209f3c68285c5dea8fe26f96e7e470afd","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9612538209f3c68285c5dea8fe26f96e7e470afd","maintainers":[{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2d196a2bbc201fd9a6c40542cae771322c7897eb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9612538209f3c68285c5dea8fe26f96e7e470afd.tgz","fileCount":317,"integrity":"sha512-xtUg0BJG8ATO4vGHx2fK0tF91j5luFdg0/dr/0h4StCn5mjW6QOsJdyCJ2TcRJYvMrrAA/ntOF76p0YrvdfGsQ==","signatures":[{"sig":"MEYCIQDLg6PdMxWZEOT9EvWhKIt61cP4xZOOckbVl1L5hY4AgAIhAMYfqilbgEkXQLKjMx4iDTaWZwCSBQN/8J4ReQVGfk5c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3005831},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9612538209f3c68285c5dea8fe26f96e7e470afd","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.14.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.14.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.9612538209f3c68285c5dea8fe26f96e7e470afd","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.9612538209f3c68285c5dea8fe26f96e7e470afd","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9612538209f3c68285c5dea8fe26f96e7e470afd","@strapi/types":"0.0.0-experimental.9612538209f3c68285c5dea8fe26f96e7e470afd","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9612538209f3c68285c5dea8fe26f96e7e470afd_1719308994532_0.3541384244069541","host":"s3://npm-registry-packages"}},"5.0.0-beta.17":{"name":"@strapi/content-type-builder","version":"5.0.0-beta.17","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-beta.17","maintainers":[{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f8f3e08fc8e0731b0e12e795b17feac76d60c96b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-beta.17.tgz","fileCount":317,"integrity":"sha512-JiDi8ryWTS1+Sjtxhyz2m96Oszk8ENPEBvi5tB7yN8Wmzdj46viTGXu87W5VbWAZNIWVDugqogVjv/ln1vAPbw==","signatures":[{"sig":"MEUCIQDpM7rqG7ar1op+z5McsHqFJYSgRgHfGgV5UzERavubDAIgdW7HP5W0NHvmLcf/RphYeSYgnNETm66r/H4/iP3TbSU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3005452},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d0b51fbf84decc447d0be264128c9d1f35b3a60f","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-beta.17","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-beta.17","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-beta.17","@strapi/types":"5.0.0-beta.17","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-beta.17_1719327746183_0.8027764657930696","host":"s3://npm-registry-packages"}},"0.0.0-experimental.745741d19e90275ca6f7c928ca19f9bb0fd9d933":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.745741d19e90275ca6f7c928ca19f9bb0fd9d933","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.745741d19e90275ca6f7c928ca19f9bb0fd9d933","maintainers":[{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ec4c484841c51b12b532c9d930cc257f4c80bd23","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.745741d19e90275ca6f7c928ca19f9bb0fd9d933.tgz","fileCount":317,"integrity":"sha512-7nZnZRBg5UP1+8LDqXXpCBFAd5liT0olNjZXlZ+lDwNwez2JuJUb/IgkdXuaydE2NgJFXNLU/kel5Rm6LHh1Jg==","signatures":[{"sig":"MEUCIQC6mczntFbXTaTENbVbPD1BCYvoQdvp64s41lSuHKs4uAIgVQNkbPcsXwByHHTmhHPb4P6gEMxhFetnfvO2e5H6t6Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3007417},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"745741d19e90275ca6f7c928ca19f9bb0fd9d933","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.14.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.14.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.745741d19e90275ca6f7c928ca19f9bb0fd9d933","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.745741d19e90275ca6f7c928ca19f9bb0fd9d933","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.745741d19e90275ca6f7c928ca19f9bb0fd9d933","@strapi/types":"0.0.0-experimental.745741d19e90275ca6f7c928ca19f9bb0fd9d933","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.745741d19e90275ca6f7c928ca19f9bb0fd9d933_1719335972982_0.22748330136717088","host":"s3://npm-registry-packages"}},"0.0.0-experimental.bd712ad3930045f4a5d2144c119e0b7856e97fc4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.bd712ad3930045f4a5d2144c119e0b7856e97fc4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.bd712ad3930045f4a5d2144c119e0b7856e97fc4","maintainers":[{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9bec715105973440dc27ff982fdab57b28f16550","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.bd712ad3930045f4a5d2144c119e0b7856e97fc4.tgz","fileCount":317,"integrity":"sha512-l2lD2jJ8KeR8UqYqF+7xDLYR2L1SQ83ZRh8vprZYsXDloaHE0Y5eDz8WhkaFJPjz3HE27wMwCgdoNa3z04Nbyg==","signatures":[{"sig":"MEYCIQCedl0ZIEDadn4sAgd0rfhNzvzJbLfzQJqQ2oP18ZMPrQIhAMNJCggv3qHpry+huPLM+Ks9ldPbEq5VLbVdUaPi9IDs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3007234},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bd712ad3930045f4a5d2144c119e0b7856e97fc4","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.14.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.14.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.bd712ad3930045f4a5d2144c119e0b7856e97fc4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.bd712ad3930045f4a5d2144c119e0b7856e97fc4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.bd712ad3930045f4a5d2144c119e0b7856e97fc4","@strapi/types":"0.0.0-experimental.bd712ad3930045f4a5d2144c119e0b7856e97fc4","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.bd712ad3930045f4a5d2144c119e0b7856e97fc4_1719392058948_0.8625018654603702","host":"s3://npm-registry-packages"}},"5.0.0-rc.0":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.0","maintainers":[{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3591020dcc09383558b4a778aa92bd3a5c579946","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.0.tgz","fileCount":317,"integrity":"sha512-t6NMbFLp4jKjuj/uKU8OVNyxvq3q4siIAVbU3VyIsNGAbCcBfElbXUQ5J+ej603UwVrjq1BSoJGBoU+QyKkJvA==","signatures":[{"sig":"MEUCIA0CfdV6Vt00o42th0N58R4owEtD+0+Rc1rffM1GiJXyAiEAz982wxWG6XsUABfSUtoE4QTaPwdXotfyuwhH/4ILCJg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3006989},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ec0af1ddc1aa1c774e42db971848c6b95517d4ad","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-rc.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.0","@strapi/types":"5.0.0-rc.0","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.0_1719407709076_0.8386184528633935","host":"s3://npm-registry-packages"}},"0.0.0-experimental.779667bd163026468f566293decf331a0246fff9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.779667bd163026468f566293decf331a0246fff9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.779667bd163026468f566293decf331a0246fff9","maintainers":[{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4fcf0d8e9ba65e7d5c1fad8821a0ca93fffd127e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.779667bd163026468f566293decf331a0246fff9.tgz","fileCount":317,"integrity":"sha512-IebYTs4SL2SPoS4nV7gMsJixMiZB7Ay/4eKgseItf4o1XtrP34O3unxzk3rs9QwEjG8RQ9MT06/7kg9NatyMtA==","signatures":[{"sig":"MEUCICI1/W4KGKzfAH8anK758dEwxFkkzsUFr41iUkbjEmxMAiEA0/aHDYIHOHrFN62gtKQlrWW3cxc7x6lYTd72WbBnjVI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3007137},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"779667bd163026468f566293decf331a0246fff9","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.779667bd163026468f566293decf331a0246fff9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.779667bd163026468f566293decf331a0246fff9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.779667bd163026468f566293decf331a0246fff9","@strapi/types":"0.0.0-experimental.779667bd163026468f566293decf331a0246fff9","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.779667bd163026468f566293decf331a0246fff9_1719844939208_0.7592847327609753","host":"s3://npm-registry-packages"}},"5.0.0-rc.1":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.1","maintainers":[{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"663350cde35e860777993018b66f5ced7fd1a6bb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.1.tgz","fileCount":317,"integrity":"sha512-BQfa0R5nYur8PXUJZ7OW0DVW8UiTK4JFAAna7QkAOz7Jz01hj+fmVhXabo9qKQsd9575VTCs19zCxeQdz+TFOw==","signatures":[{"sig":"MEUCIQCxKHMLi4TwlZQDQJlsW4laBxZyyupl/WWjIjxICU5W4AIgVb0Elg5OBafnn9PLn5W8r23SKQnvpImQooRoCmGwcEg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3007936},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"603c6d2b0ff8a7f655eae18706a2214eb17be2d7","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-rc.1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.1","@strapi/types":"5.0.0-rc.1","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.1_1719922680303_0.8613667299350793","host":"s3://npm-registry-packages"}},"0.0.0-experimental.545ccead2ee1717bbc7ab950455dbb0ddb9924a3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.545ccead2ee1717bbc7ab950455dbb0ddb9924a3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.545ccead2ee1717bbc7ab950455dbb0ddb9924a3","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"840b106ec7d57cf99f7448b206c2c4a7a7e9b689","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.545ccead2ee1717bbc7ab950455dbb0ddb9924a3.tgz","fileCount":317,"integrity":"sha512-TN59pYH1s4RgL6wpGiQR23LtG1lEirLwqTywNZbtCca8dLLpqgheBn7bBcOIczviPipap6otV3kvsl5Jfj7tYg==","signatures":[{"sig":"MEUCIExL6ObxGz96ykBMZd7Z2sCY3GdZBgSGxKFrkmZwLXlgAiEAkXJXDYdFm/JvT85j112QJKxEtove8updwyz+3tgfXLk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3007137},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"545ccead2ee1717bbc7ab950455dbb0ddb9924a3","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.545ccead2ee1717bbc7ab950455dbb0ddb9924a3","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.545ccead2ee1717bbc7ab950455dbb0ddb9924a3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.545ccead2ee1717bbc7ab950455dbb0ddb9924a3","@strapi/types":"0.0.0-experimental.545ccead2ee1717bbc7ab950455dbb0ddb9924a3","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.545ccead2ee1717bbc7ab950455dbb0ddb9924a3_1720007561296_0.9314585805500308","host":"s3://npm-registry-packages"}},"0.0.0-experimental.a9a5a36dd73072c19eadeff5f387e8286b2a4d22":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a9a5a36dd73072c19eadeff5f387e8286b2a4d22","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a9a5a36dd73072c19eadeff5f387e8286b2a4d22","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bba31989d54e6a79fb394acae41013109d98301b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a9a5a36dd73072c19eadeff5f387e8286b2a4d22.tgz","fileCount":317,"integrity":"sha512-mXcFBS28gR7wqwJVuLZG3xITybbzQCtwITB1+aKWS/rGUowQ90MFeU0lCrsBaE1EupnUvq7YGtneQChw9wbOBg==","signatures":[{"sig":"MEUCIQCu0GuIN9tyxZM+XKY7Hv7liZBEBB/Dx6A6wU0N24KWpAIgRGybGzQneEHkyEU+x69K6eoFKAqMTeBvvvFSD9JQnd4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3007137},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a9a5a36dd73072c19eadeff5f387e8286b2a4d22","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.a9a5a36dd73072c19eadeff5f387e8286b2a4d22","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.a9a5a36dd73072c19eadeff5f387e8286b2a4d22","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a9a5a36dd73072c19eadeff5f387e8286b2a4d22","@strapi/types":"0.0.0-experimental.a9a5a36dd73072c19eadeff5f387e8286b2a4d22","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a9a5a36dd73072c19eadeff5f387e8286b2a4d22_1720019364997_0.2578904117347367","host":"s3://npm-registry-packages"}},"5.0.0-rc.2":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.2","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"34a792aec08a7316d152217c3c431122723eb0ae","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.2.tgz","fileCount":317,"integrity":"sha512-PLcSPju5d+WVIkRWuwt6RGAe0dltnG0DMEePqtEuv7qkqOJx6UsBrfXl10ZzSLFi/s8nX0oHzyWglit6bFbUIw==","signatures":[{"sig":"MEUCIGC0SVfjIhkRf9A/etslCc11ydzSZnmdcIBDGnIHykJ6AiEAo61yHxmBvyW3oR4Be9AVMtaKRVIGgsEI2PBc239mSHY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3007936},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c3f078328f8506cd543f6635b992d8648cb8c501","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-rc.2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.2","@strapi/types":"5.0.0-rc.2","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.2_1720174847059_0.22057780135987004","host":"s3://npm-registry-packages"}},"0.0.0-experimental.edc24aaa3bb5a90fa5fd4fee208167dd4e2e38d4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.edc24aaa3bb5a90fa5fd4fee208167dd4e2e38d4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.edc24aaa3bb5a90fa5fd4fee208167dd4e2e38d4","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"670e2c7a34d478f347507cc38e0d5b7aedd8ac7a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.edc24aaa3bb5a90fa5fd4fee208167dd4e2e38d4.tgz","fileCount":317,"integrity":"sha512-H+RRRSB6qII7d/SPODPkAcfrFVD7QNP7ox14zVoNoun4hPnjxoCkJW1LTPfhr7DrvGPlOPZzHLXyidmlGMDCKg==","signatures":[{"sig":"MEUCICgOF3PXTcOHnGXmtSXx9zBPeqLjOUgw5iZ1tYyQxAD+AiEAyxGviukG9vvbmIY1NifmMN1ZpCwbDOeMkb4S1W2Sgt8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3008181},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"edc24aaa3bb5a90fa5fd4fee208167dd4e2e38d4","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.edc24aaa3bb5a90fa5fd4fee208167dd4e2e38d4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.edc24aaa3bb5a90fa5fd4fee208167dd4e2e38d4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.edc24aaa3bb5a90fa5fd4fee208167dd4e2e38d4","@strapi/types":"0.0.0-experimental.edc24aaa3bb5a90fa5fd4fee208167dd4e2e38d4","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.edc24aaa3bb5a90fa5fd4fee208167dd4e2e38d4_1720615196235_0.03286778312589411","host":"s3://npm-registry-packages"}},"5.0.0-rc.3":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.3","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"92f2f7a97f6d4189f8525e043fad7c97fa279162","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.3.tgz","fileCount":317,"integrity":"sha512-RySsyn1McMUigDNiI6CGrNtjM1oxcOvzNIWda2lUT/bkJ2zitIfCK/g0tsc8cilDe0MCfuYuohonGZjvFvTSjg==","signatures":[{"sig":"MEUCIBtHmCnC7WMfX3qQRUYq35WP2tB5o7X6O0XV7wn3FZ9/AiEAvTRzfEIo2tjGXf2vTpVMdDoHVgtHWno65yKVEAqfEOQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3007936},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"29c6dd830ff95affdb5c9fde9b243ae84e663c8c","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"remidej","email":"remi@hey.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.10.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.10.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-rc.3","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.3","@strapi/types":"5.0.0-rc.3","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.3_1720618571883_0.21951251204625133","host":"s3://npm-registry-packages"}},"0.0.0-experimental.32c4b04580cc12400710050c8198e46b3644cfd4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.32c4b04580cc12400710050c8198e46b3644cfd4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.32c4b04580cc12400710050c8198e46b3644cfd4","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"89b4a195a2693f5eb3410afaae0ab85d211ca856","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.32c4b04580cc12400710050c8198e46b3644cfd4.tgz","fileCount":317,"integrity":"sha512-eDpJV1IcnrRnenEujPNoC2rPcFVQclfpK3lZi5plb0Mm2Y8T+7VQ4lDtLp4k5J0ZmJZFyhLya5zxB08ACF6D5w==","signatures":[{"sig":"MEQCIDO5kWliIO0s1cRC91Gbm7IFEdNBju4QSMaqQWylIMY1AiAEzjRgwdaiev6cQizFDkAzbw72eLjEl7ke/brLCcmvuQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3008181},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"32c4b04580cc12400710050c8198e46b3644cfd4","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.32c4b04580cc12400710050c8198e46b3644cfd4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.32c4b04580cc12400710050c8198e46b3644cfd4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.32c4b04580cc12400710050c8198e46b3644cfd4","@strapi/types":"0.0.0-experimental.32c4b04580cc12400710050c8198e46b3644cfd4","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.32c4b04580cc12400710050c8198e46b3644cfd4_1720640835384_0.2585844367837613","host":"s3://npm-registry-packages"}},"5.0.0-rc.4":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.4","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"39d76c7135c4e5c6d932da25da1d913d69b141dd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.4.tgz","fileCount":317,"integrity":"sha512-6rhB8XMw9MrlH+OugARYcFyGHE2a0JoR6YTrEf8rTtVflAjdpkthBvs4LDu5YatKnK/J4qPKBM6XKAO8fDWIuw==","signatures":[{"sig":"MEUCIQDcJ/4mIu+sWQwLWhm3cMqxPXKwaa7Y75mTjKGX8xDrHAIgfJHeXbV19zsWblheUpnn7xtCZe+3HGIKvd15i7xhPxE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3007936},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9e5ffe8d34f5a3b69947faccb1e51a73603ae694","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.9.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-rc.4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.4","@strapi/types":"5.0.0-rc.4","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.4_1721224132519_0.501440728540816","host":"s3://npm-registry-packages"}},"5.0.0-rc.5":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.5","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e390121f9c790fbaef4994b9ee7811de6f819a77","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.5.tgz","fileCount":317,"integrity":"sha512-jOZejIw6RKxQLNgy4d6sT7OyZe8Bap54Y++Rh02lXAbdC9/oCCRr1Wa3tG2TNWn+C/JQeeaiI9RwlT3S0guDAA==","signatures":[{"sig":"MEYCIQDAm22QKH0cgMOvM96S5LkEo3q6JdJHbu3zFNpO9eR17wIhAOE23f8MAGrtKc1w/jmrLT/mvfzpzDbAKUGzCR59xpKy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3011208},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9c3e72f05d14c61ef8e5267a5b94e6b3d7709b67","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-rc.5","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.5","@strapi/types":"5.0.0-rc.5","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.5_1721636691196_0.39855213325649075","host":"s3://npm-registry-packages"}},"5.0.0-rc.6":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.6","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9b26a81324aa67a3bff65da8c9393129672e95eb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.6.tgz","fileCount":317,"integrity":"sha512-42sLllt+Qci8C+7V7T1FeLc/uWi8whwqv/ycd25r88M+tEOnC9OrVg7j71oJbjoJftrVP2t27Wmpb3T45numhQ==","signatures":[{"sig":"MEUCICe3nyL6QGWeU0Coj8SS7Ss8FfXkfMnC44SKJ1O/R3sSAiEArePD0vq6M9b+7r5XpVyBSSoRMY3v5PVDDTLjoAlJZ7E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3011208},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ae299ee651ea4cca18321a1d2cd3c40bc3870b8a","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-rc.6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.6","@strapi/types":"5.0.0-rc.6","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.6_1721742580818_0.5149169915467395","host":"s3://npm-registry-packages"}},"5.0.0-rc.7":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.7","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a8a17dba7fb4ccc173a19d091d5c8bff3fed7d20","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.7.tgz","fileCount":317,"integrity":"sha512-/i8puDddBj5/6u9W4sl611PFCtS7T6RxCcJFUXV21d53fA267gMtsF6mmIX1WR9Cxe47luotcm7jfGYeNDwS8g==","signatures":[{"sig":"MEUCICyWRCWT9Mv+4Kbwo48kM9PylvbmV0tJpVc2//Wtqf3cAiEAzU/qpW9JncmefWqr/uoIg0IWTfjLqzblKlayu4RH6m0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3011208},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7ef6bb07621ef9f66f727cc46bd22da16683efd4","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.9.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-rc.7","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.7","@strapi/types":"5.0.0-rc.7","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.7_1721828022936_0.24959079147947527","host":"s3://npm-registry-packages"}},"0.0.0-experimental.f31889311d753b5f7d95198ae84d8fce1d156cd6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f31889311d753b5f7d95198ae84d8fce1d156cd6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f31889311d753b5f7d95198ae84d8fce1d156cd6","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2267a1c6a1923b20ed236357cf39ddd1d985e4d1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f31889311d753b5f7d95198ae84d8fce1d156cd6.tgz","fileCount":317,"integrity":"sha512-U4KHE8RAzRvJjtU6vUrTr9II41tangis5gJH8YFu8UNBfq7xOeyE+/FjgyOeQ+zaX+uKUIOD+PWf2LVQjl3Ckw==","signatures":[{"sig":"MEUCIQD6cJsGrqefQFjPsARt0ZeklPMm53sHQneyKdn826f6UwIgWMW3VEEUQZbwJJ+91CXisAatkJc71r4+NCdAsYH0YqM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3011453},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f31889311d753b5f7d95198ae84d8fce1d156cd6","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.f31889311d753b5f7d95198ae84d8fce1d156cd6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f31889311d753b5f7d95198ae84d8fce1d156cd6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f31889311d753b5f7d95198ae84d8fce1d156cd6","@strapi/types":"0.0.0-experimental.f31889311d753b5f7d95198ae84d8fce1d156cd6","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f31889311d753b5f7d95198ae84d8fce1d156cd6_1721899372909_0.3086582031769336","host":"s3://npm-registry-packages"}},"0.0.0-experimental.cb311d9fcfbd8e441f790aea232f0a39bdd90e16":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.cb311d9fcfbd8e441f790aea232f0a39bdd90e16","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.cb311d9fcfbd8e441f790aea232f0a39bdd90e16","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ccfbf24abac5b9a6ba87e3147ae85e1da3662205","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.cb311d9fcfbd8e441f790aea232f0a39bdd90e16.tgz","fileCount":317,"integrity":"sha512-0leswUdpm0YsxWqkHhR43n1atCyoAza58WRjjUQE87de0MFT9w8qauqz+dNKrwIAJwkIezHSJEWuzeItfp91dg==","signatures":[{"sig":"MEUCIQCIS3aqDIuOMmy23tMJYErmoZ3O2p2rfl6hFinVclW8/wIgfWMQJFdjmQiQFTN/29faEhekyEG7t0CFgQtYtFg5eh4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3011453},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cb311d9fcfbd8e441f790aea232f0a39bdd90e16","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.cb311d9fcfbd8e441f790aea232f0a39bdd90e16","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.cb311d9fcfbd8e441f790aea232f0a39bdd90e16","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.cb311d9fcfbd8e441f790aea232f0a39bdd90e16","@strapi/types":"0.0.0-experimental.cb311d9fcfbd8e441f790aea232f0a39bdd90e16","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.cb311d9fcfbd8e441f790aea232f0a39bdd90e16_1722423273350_0.726736115399645","host":"s3://npm-registry-packages"}},"0.0.0-experimental.c5235059f5636c4549ea2118c75c43b92e2615c8":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c5235059f5636c4549ea2118c75c43b92e2615c8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c5235059f5636c4549ea2118c75c43b92e2615c8","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2cffec79409055923dc7279fd06d4c485e6dcc2d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c5235059f5636c4549ea2118c75c43b92e2615c8.tgz","fileCount":317,"integrity":"sha512-H1ruvJtsDd01zxqsodL5ZfOHNmAUJj6km2IojKQNzarO6pyMk5momjPGGyEpczq6qgOEypGebwOC8w4quah3mg==","signatures":[{"sig":"MEYCIQCL5TrukJ9ZBgSE102eajhWqPOEPSDgYTuZRG5R8CQqTAIhAOclzbMz/wccNW8sR5iqqCMt5ORUA44/U+4GlRbygkH5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3011453},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c5235059f5636c4549ea2118c75c43b92e2615c8","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.c5235059f5636c4549ea2118c75c43b92e2615c8","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.c5235059f5636c4549ea2118c75c43b92e2615c8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c5235059f5636c4549ea2118c75c43b92e2615c8","@strapi/types":"0.0.0-experimental.c5235059f5636c4549ea2118c75c43b92e2615c8","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c5235059f5636c4549ea2118c75c43b92e2615c8_1722431829027_0.7202686371010099","host":"s3://npm-registry-packages"}},"5.0.0-rc.8":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.8","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"385bc13a9f259fa4b07bc1ce17ccaa61a2cee89f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.8.tgz","fileCount":317,"integrity":"sha512-cKpK8G94yO4lsBpKWD/t/8pES0dfxSMwgpnJOFhUtUiBqgA92ysBdX08m5bE0kOAIhfuRlHwdazKgVCnSwT2WA==","signatures":[{"sig":"MEUCIBhupaXS/MN6YYzN9QuNalMoQ991UHPS2ydPH7TKUZYEAiEArCNu1JTZU7oD4Yi2ZHVoPqIWx21iu+6ZmC40E7wcphw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3011208},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"128200000933388ac942fbb10d39d84b41b27730","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"remidej","email":"remi@hey.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"5.0.0-rc.8","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.8","@strapi/types":"5.0.0-rc.8","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.8_1722438748803_0.1636074413146078","host":"s3://npm-registry-packages"}},"0.0.0-experimental.abc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.abc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.abc","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"22a421c114c70409058a74367c3be484d17c6195","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.abc.tgz","fileCount":317,"integrity":"sha512-lSbFuz4T6bM0lvTyec3YrrbTAHD9PrP04p7xP/FqlhtWvjSy3knkuuQ6iJmJAXA9huTTd448ZTwswOu7+xoBhA==","signatures":[{"sig":"MEUCIGGka+qZs0nJhpsF+2ixMk2Oyi3QYvn9w5qOLjWi9McNAiEArfL8GD1eiQsrKhzuGR4dESk1WWLGf4hQ97GWtMYeYYU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3013257},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fb442e5e12dd3f611303691bf85a249520ba348b","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"remidej","email":"remi@hey.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.7","@strapi/utils":"0.0.0-experimental.abc","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.abc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.abc","@strapi/types":"0.0.0-experimental.abc","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.abc_1722604756571_0.7175522751222478","host":"s3://npm-registry-packages"}},"0.0.0-experimental.fb442e5e12dd3f611303691bf85a249520ba348b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fb442e5e12dd3f611303691bf85a249520ba348b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fb442e5e12dd3f611303691bf85a249520ba348b","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9119c6818787e45922546335f0c3f203648b4686","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fb442e5e12dd3f611303691bf85a249520ba348b.tgz","fileCount":317,"integrity":"sha512-HCRTJnFdtvgxOl5vNHdOCBn/1SVNpz05ELRHnW3x9gVNSPKoJyrP5TX8gQC1CBCfJKXFG48ZC5xuqcbLJ43YGw==","signatures":[{"sig":"MEUCIQD+V+Xy5OxTxeWPjQX2RYjG54am/f9YLat77MxWFJPGqQIgZIDLj4xZ7YUgxCcakptB8FqD3jxpWyr/JB6rcFISFUo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3013442},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fb442e5e12dd3f611303691bf85a249520ba348b","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.16.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.16.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.7","@strapi/utils":"0.0.0-experimental.fb442e5e12dd3f611303691bf85a249520ba348b","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.fb442e5e12dd3f611303691bf85a249520ba348b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fb442e5e12dd3f611303691bf85a249520ba348b","@strapi/types":"0.0.0-experimental.fb442e5e12dd3f611303691bf85a249520ba348b","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fb442e5e12dd3f611303691bf85a249520ba348b_1722605625762_0.18842120154159603","host":"s3://npm-registry-packages"}},"0.0.0-experimental.93a73ca8c7b85667fe8e46c0cb6627506570a02f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.93a73ca8c7b85667fe8e46c0cb6627506570a02f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.93a73ca8c7b85667fe8e46c0cb6627506570a02f","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b7f4fc06ef01328a2b8880538fcd3288e7ae7e03","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.93a73ca8c7b85667fe8e46c0cb6627506570a02f.tgz","fileCount":317,"integrity":"sha512-hu8+vjoob2udjYpeBeWcP7v72NV1jea59v/Vo/lxb4Cc1+8ms+fPbpFTh+VWj7Nl1Tgx8I/oqoWPNQCwVxeCXw==","signatures":[{"sig":"MEUCID9NIqbyTVCZBp69bKrPX8fGsh2kL7eKV65HmkVG4WAxAiEAixNK3VLIivrrg0qQSctsAwOsg7IojqEbXbDdxccgeyw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3013434},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"93a73ca8c7b85667fe8e46c0cb6627506570a02f","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.16.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.16.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.7","@strapi/utils":"0.0.0-experimental.93a73ca8c7b85667fe8e46c0cb6627506570a02f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.93a73ca8c7b85667fe8e46c0cb6627506570a02f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.93a73ca8c7b85667fe8e46c0cb6627506570a02f","@strapi/types":"0.0.0-experimental.93a73ca8c7b85667fe8e46c0cb6627506570a02f","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.93a73ca8c7b85667fe8e46c0cb6627506570a02f_1722614635897_0.6582263549051404","host":"s3://npm-registry-packages"}},"0.0.0-experimental.5e04dee5c96cd68273df3b3cadf4635e19dc2afc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5e04dee5c96cd68273df3b3cadf4635e19dc2afc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5e04dee5c96cd68273df3b3cadf4635e19dc2afc","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9a4b4a9ecd3f5362ef2df5e22d208e602106e66d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5e04dee5c96cd68273df3b3cadf4635e19dc2afc.tgz","fileCount":317,"integrity":"sha512-gv/53JalW0IgzR50c3llXJ+mHRkBqRfNeI+YKpBYgiQ1PtoIIBi9gMrxfbndCh1oQBf9Ke4J23dwvnWU3MiLHw==","signatures":[{"sig":"MEYCIQCFxTOezWpp1sAf+ygmxGPLUqrYv4I8NgIxF84Wwcmf1gIhAIbL3WIrSJ9gDFYmuB9foBhqtRp8AOOifFF9VYmLPwMO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3013434},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5e04dee5c96cd68273df3b3cadf4635e19dc2afc","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.16.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.16.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.7","@strapi/utils":"0.0.0-experimental.5e04dee5c96cd68273df3b3cadf4635e19dc2afc","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5e04dee5c96cd68273df3b3cadf4635e19dc2afc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5e04dee5c96cd68273df3b3cadf4635e19dc2afc","@strapi/types":"0.0.0-experimental.5e04dee5c96cd68273df3b3cadf4635e19dc2afc","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5e04dee5c96cd68273df3b3cadf4635e19dc2afc_1722893219766_0.4729825927929263","host":"s3://npm-registry-packages"}},"0.0.0-experimental.1bca8e0e074de8b0775bcddc7656fbc9e9f1393b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1bca8e0e074de8b0775bcddc7656fbc9e9f1393b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1bca8e0e074de8b0775bcddc7656fbc9e9f1393b","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7cf9677cc971d55d3f12cba00afbdcbad5d917ef","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1bca8e0e074de8b0775bcddc7656fbc9e9f1393b.tgz","fileCount":317,"integrity":"sha512-kc9R8Y58gx31mJhzSl31pkRrEP5yh4hEwO5ZYcpdX/h5lYmlEud/oYW1VJApBT4uSyuQn0WITEC90PSfpuC6sw==","signatures":[{"sig":"MEUCICZP18TQ4h8BopXbF+RRNdYPzrUecDrgdVNQY+T6b9hzAiEA+TdH7QlX62AXbBW3NlNc0ZKVI07+eBMqHLwkb5OXiXw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3008181},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1bca8e0e074de8b0775bcddc7656fbc9e9f1393b","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.16.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.16.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-beta.6","@strapi/utils":"0.0.0-experimental.1bca8e0e074de8b0775bcddc7656fbc9e9f1393b","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.1bca8e0e074de8b0775bcddc7656fbc9e9f1393b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1bca8e0e074de8b0775bcddc7656fbc9e9f1393b","@strapi/types":"0.0.0-experimental.1bca8e0e074de8b0775bcddc7656fbc9e9f1393b","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1bca8e0e074de8b0775bcddc7656fbc9e9f1393b_1722968825533_0.021268630672091504","host":"s3://npm-registry-packages"}},"5.0.0-rc.9":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.9","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f43d04b91bf86d9f0988ba1449c02206d58d04e7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.9.tgz","fileCount":317,"integrity":"sha512-grlyIcOY1sh6zPBMHe9YPiT1a7c9gCTXCRl41KOJ0xvcOu/JVK/XGQkKdsLX+A0r0yyH6znZe63W8x7vc73HxQ==","signatures":[{"sig":"MEUCIDYYuHhnzONGnc3lr/YUBcx0ApFHooG7Y/j5JY1kpw3cAiEAhCZmIKDk+LsPvAx6Ox+cmcPRetvF8MiwKLZWziC8RxU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3014845},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e281ba8e37693c2fc24795be4df4f2ed516063fc","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.7","@strapi/utils":"5.0.0-rc.9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.9","@strapi/types":"5.0.0-rc.9","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.9_1723040109621_0.7624696941972899","host":"s3://npm-registry-packages"}},"5.0.0-rc.10":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.10","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.10","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d8b1dc1e4318347c3c80ef201612e53cb9644d13","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.10.tgz","fileCount":317,"integrity":"sha512-OeEfw46iZDv26cZkY1hJmSpL7EjYkn1ujYzzVutDJwQXtdcH4cft5zxpP7GKQMRI84LdAc0LeTTzssKw88TMLw==","signatures":[{"sig":"MEQCIAuezeEn4JUwQ7UM3B4jxZn0NodxnJ90++89cN5vhxe0AiAfa9wi+zUNBEJ0YB/WHgaLS6PrHXCPPq6QmMhawY1ZRQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3014850},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4f54945deb1266d47424b46aa1462f66e4e32e58","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.9.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.7","@strapi/utils":"5.0.0-rc.10","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.10","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.10","@strapi/types":"5.0.0-rc.10","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.10_1723639243558_0.42198690992840615","host":"s3://npm-registry-packages"}},"0.0.0-experimental.d834c9e658d1fb037e6da1105150593521c667cc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d834c9e658d1fb037e6da1105150593521c667cc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d834c9e658d1fb037e6da1105150593521c667cc","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"02055cc8f0fd45de982c6cea17169b9c873b7ca2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d834c9e658d1fb037e6da1105150593521c667cc.tgz","fileCount":317,"integrity":"sha512-zAtC8A53zSg1pr8ABxxUVsvjTUQ5pmpmwKKFOIV+nm2Wk8sjQwm7KhCCkEhSMLXQXM6yrC0sXvAtGmGBMFbVHA==","signatures":[{"sig":"MEUCIQC0VrDD5mynTaaxiv9bav1ro0waJlHzN1lxFEWk4JUk2AIgLnLMpQHthc+p8vRha2qx14h1m39ldekD0LAbF4DcVaE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3015092},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d834c9e658d1fb037e6da1105150593521c667cc","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.16.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.16.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.7","@strapi/utils":"0.0.0-experimental.d834c9e658d1fb037e6da1105150593521c667cc","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.d834c9e658d1fb037e6da1105150593521c667cc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d834c9e658d1fb037e6da1105150593521c667cc","@strapi/types":"0.0.0-experimental.d834c9e658d1fb037e6da1105150593521c667cc","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d834c9e658d1fb037e6da1105150593521c667cc_1724240594859_0.4916860224392865","host":"s3://npm-registry-packages"}},"0.0.0-experimental.e14656d3b8681880212c13260b9a2b340c182f2d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e14656d3b8681880212c13260b9a2b340c182f2d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e14656d3b8681880212c13260b9a2b340c182f2d","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c9eb145c4a3e4ebcd4c7b28cc4c17f4857364599","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e14656d3b8681880212c13260b9a2b340c182f2d.tgz","fileCount":317,"integrity":"sha512-MUTT+0JsdHR3+b5yBZT0HfRHlsWZvBPtoYY7oyIVNusuUXk3FcAciVQCwUxlDolxJvoAhw0Difbqm+br1z+iZg==","signatures":[{"sig":"MEYCIQCO50njwMc+nlIKPwT835ANoxs9oQvSNQ+Qfp0UQQULpgIhALZuVrWCxzzEzgMczrrw6s0SQRO1+FvFt9q0/d3N2BzL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3015092},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e14656d3b8681880212c13260b9a2b340c182f2d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.16.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.16.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.7","@strapi/utils":"0.0.0-experimental.e14656d3b8681880212c13260b9a2b340c182f2d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.e14656d3b8681880212c13260b9a2b340c182f2d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e14656d3b8681880212c13260b9a2b340c182f2d","@strapi/types":"0.0.0-experimental.e14656d3b8681880212c13260b9a2b340c182f2d","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e14656d3b8681880212c13260b9a2b340c182f2d_1724241824127_0.24591315964066562","host":"s3://npm-registry-packages"}},"5.0.0-rc.11":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.11","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.11","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"462d08e942737e442ad6bc982eaf6784865784b9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.11.tgz","fileCount":317,"integrity":"sha512-d2xpNnnYpvnQ1hDLbH8JKFXFl5Adnf8B9g3gV+qI9SQVaIjgGRqxkU0qmLzZOl7X44PVNF70qn3CriiqIx1Usw==","signatures":[{"sig":"MEUCIFx2XCXZsOkulRQLe3ahcdwX50zdImRMovYYkqSBGnd8AiEA5huoE9K4w1DEZPn4PJkYzuUae1F2rxjyA/Xnvjw/MW0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3017186},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8210c57d2001c53e1591a8ce1e46d6605b3b39de","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.9.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.7","@strapi/utils":"5.0.0-rc.11","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.11","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.11","@strapi/types":"5.0.0-rc.11","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.11_1724250772575_0.3708302790823679","host":"s3://npm-registry-packages"}},"0.0.0-experimental.81dfdf02b1367004c7deed9e01afa9d3a15d0fa5":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.81dfdf02b1367004c7deed9e01afa9d3a15d0fa5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.81dfdf02b1367004c7deed9e01afa9d3a15d0fa5","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f08019370ca28d5c8a84a55154941b1999eb60c6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.81dfdf02b1367004c7deed9e01afa9d3a15d0fa5.tgz","fileCount":317,"integrity":"sha512-lz3RHNJcxWOoojs7/um37/m1vN7FwC5cXU9CU8lU8XcOs0carMq2YmpVMAZ0qDcZNJxrePbVveq2bXYBivoPNg==","signatures":[{"sig":"MEUCIQC8A7nQjNBOBref41grPLxjVr7OHXkjDJ9o08Ym5Tz4kAIgTkFr8weIxJnJjF2F7bfkZgWQy9U7n+3UvlvqcHGl+1c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3017426},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"81dfdf02b1367004c7deed9e01afa9d3a15d0fa5","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.16.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.16.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.7","@strapi/utils":"0.0.0-experimental.81dfdf02b1367004c7deed9e01afa9d3a15d0fa5","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.81dfdf02b1367004c7deed9e01afa9d3a15d0fa5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.81dfdf02b1367004c7deed9e01afa9d3a15d0fa5","@strapi/types":"0.0.0-experimental.81dfdf02b1367004c7deed9e01afa9d3a15d0fa5","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.81dfdf02b1367004c7deed9e01afa9d3a15d0fa5_1724321216716_0.9621821742361485","host":"s3://npm-registry-packages"}},"0.0.0-experimental.5691f94a497e119f564a7f60ce0830bf4c875eb9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5691f94a497e119f564a7f60ce0830bf4c875eb9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5691f94a497e119f564a7f60ce0830bf4c875eb9","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c268d5a121c3a26a569242be52a2d1286d98d787","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5691f94a497e119f564a7f60ce0830bf4c875eb9.tgz","fileCount":317,"integrity":"sha512-NZ4vx+0mzSx/yUHv6jWl7nsl/6P0ScEPIZ1TXDUsirZvDwXQK8SIVZaqyfotY74hAyT70ffy9A/tToLFrr94dQ==","signatures":[{"sig":"MEUCIQDUR4+7u7tnMrEgx5l1eKVVk6nhWypoUSb0gN7bK7gVUQIgO6mtgUPsT2YPiTvCKkMXEtPNmDtbdG9oC2x50nqTKKM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3017426},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5691f94a497e119f564a7f60ce0830bf4c875eb9","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.16.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.16.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.7","@strapi/utils":"0.0.0-experimental.5691f94a497e119f564a7f60ce0830bf4c875eb9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5691f94a497e119f564a7f60ce0830bf4c875eb9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5691f94a497e119f564a7f60ce0830bf4c875eb9","@strapi/types":"0.0.0-experimental.5691f94a497e119f564a7f60ce0830bf4c875eb9","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5691f94a497e119f564a7f60ce0830bf4c875eb9_1724344738662_0.9799084559032352","host":"s3://npm-registry-packages"}},"0.0.0-experimental.6d27139261823fc4b18da9f3c10b271d5010dbf0":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.6d27139261823fc4b18da9f3c10b271d5010dbf0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.6d27139261823fc4b18da9f3c10b271d5010dbf0","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"88f7c2b1b8800e29c7c1f287aaf2aeebcc38ada9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.6d27139261823fc4b18da9f3c10b271d5010dbf0.tgz","fileCount":317,"integrity":"sha512-j1o2bdLTIXprpBaAatMWR2uyBDA7MLHijAf+c1AjlBqpVVZPujcEPCHbXMrrv629RH5ZDZMcC1rK+WbfRiJ5RQ==","signatures":[{"sig":"MEQCIBEbrsEItIDEeMuKjdrmkito4wfnuDl2iByi3QmbSgf3AiAj9RiJUTw/RLOUpXiqoU4T6iXX4YP23ue/0zGA4NzOZg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3017223},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6d27139261823fc4b18da9f3c10b271d5010dbf0","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.16.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.16.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.9","@strapi/utils":"0.0.0-experimental.6d27139261823fc4b18da9f3c10b271d5010dbf0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.6d27139261823fc4b18da9f3c10b271d5010dbf0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.6d27139261823fc4b18da9f3c10b271d5010dbf0","@strapi/types":"0.0.0-experimental.6d27139261823fc4b18da9f3c10b271d5010dbf0","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.6d27139261823fc4b18da9f3c10b271d5010dbf0_1724764164287_0.13663782490683762","host":"s3://npm-registry-packages"}},"5.0.0-rc.12":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.12","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.12","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"123c3b1406454f1ee1a6e70e5a18b4b24b94c9af","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.12.tgz","fileCount":317,"integrity":"sha512-u5fzEy9rRfSlmuescKocMShSzBA5XgwojQ+7ruDVaOM8S1xYRP6IT/8UdiziyrKUY/iO5BqUjYBclh4b0Kc0/w==","signatures":[{"sig":"MEQCIF2Ki5A9YB87vvgCqpE36tFRjQd5aLU5UmthCCMq9xSpAiAq3Vyv0YmUeZiOLnCXhQeFNNDuvC4icBqJj3XWLfKWKw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3017095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"18f223b8357a308e33cd62e07c2173784535bf4e","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.9","@strapi/utils":"5.0.0-rc.12","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.12","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.12","@strapi/types":"5.0.0-rc.12","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.12_1724853186756_0.22317743405785095","host":"s3://npm-registry-packages"}},"0.0.0-experimental.da85533897155e719d784f0271223c866d2f69ab":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.da85533897155e719d784f0271223c866d2f69ab","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.da85533897155e719d784f0271223c866d2f69ab","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5ae21f91a90cb07eadc28dbda556d56b41e17392","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.da85533897155e719d784f0271223c866d2f69ab.tgz","fileCount":317,"integrity":"sha512-Cj85CqDXxLdasuh/BQbNXbtU55YapN3GCVhbmOIDrChqJWpELsecFdUisPfuLQIbJbklqWuEoFb84cDuQr/06w==","signatures":[{"sig":"MEYCIQCOVnMnZv0sWObBX0vUawrJANezIidAUiuhnAyHl7qaTAIhAKAvvOXOSXqavLV07/Uc1uvty4P5ph4V0Ywx3AW1p8bB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3017223},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"da85533897155e719d784f0271223c866d2f69ab","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.16.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.16.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.9","@strapi/utils":"0.0.0-experimental.da85533897155e719d784f0271223c866d2f69ab","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.da85533897155e719d784f0271223c866d2f69ab","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.da85533897155e719d784f0271223c866d2f69ab","@strapi/types":"0.0.0-experimental.da85533897155e719d784f0271223c866d2f69ab","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.da85533897155e719d784f0271223c866d2f69ab_1724856179404_0.8849511916076538","host":"s3://npm-registry-packages"}},"0.0.0-experimental.93181c8b900e97a04bf10785b368657101ec98d8":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.93181c8b900e97a04bf10785b368657101ec98d8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.93181c8b900e97a04bf10785b368657101ec98d8","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d9a8cef4123b38b1de25b1deb4642416f0338e30","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.93181c8b900e97a04bf10785b368657101ec98d8.tgz","fileCount":317,"integrity":"sha512-qGNAY1mTCrwZ0E++3SZJTM4H6kL/ExNom1u/h1kXcLDRXb8I9lYh5i2R6pHVRqsNWb3jEUktZkoesTX14jl/hQ==","signatures":[{"sig":"MEUCICb4nx/9aAun9GogOvVX+FpR/2QmUBbEBsCMmE6CqFF1AiEAnuEsN6bQJsURxJeFQEBzYEbvlPureEitTBsBhyS8z0Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3017335},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"93181c8b900e97a04bf10785b368657101ec98d8","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.9","@strapi/utils":"0.0.0-experimental.93181c8b900e97a04bf10785b368657101ec98d8","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.93181c8b900e97a04bf10785b368657101ec98d8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.93181c8b900e97a04bf10785b368657101ec98d8","@strapi/types":"0.0.0-experimental.93181c8b900e97a04bf10785b368657101ec98d8","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.93181c8b900e97a04bf10785b368657101ec98d8_1724998571822_0.9930381613647428","host":"s3://npm-registry-packages"}},"0.0.0-experimental.145e7d7ddefd1aef71aaf3d9bb86440d013035bf":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.145e7d7ddefd1aef71aaf3d9bb86440d013035bf","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.145e7d7ddefd1aef71aaf3d9bb86440d013035bf","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c29ac37d95198d5fa664b100e80bdf150ba651fa","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.145e7d7ddefd1aef71aaf3d9bb86440d013035bf.tgz","fileCount":317,"integrity":"sha512-OKwVrz+gGDNxmVpv+MxfW6dk4J4XlwDHhK9vzId0+ZM8y6x9VFU+TG66ecN3cs694kubyFcXZUwO310TaWGdFA==","signatures":[{"sig":"MEYCIQD8l0EBmV3/dQ3lNEV0oK/CF/w6JlvPp4YDI5YGDlD/kwIhAOcrsA6w6nAaqwfmfcBwRyGUdZMrRIPL3dauL4shRQKg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3017335},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"145e7d7ddefd1aef71aaf3d9bb86440d013035bf","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.9","@strapi/utils":"0.0.0-experimental.145e7d7ddefd1aef71aaf3d9bb86440d013035bf","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.145e7d7ddefd1aef71aaf3d9bb86440d013035bf","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.145e7d7ddefd1aef71aaf3d9bb86440d013035bf","@strapi/types":"0.0.0-experimental.145e7d7ddefd1aef71aaf3d9bb86440d013035bf","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.145e7d7ddefd1aef71aaf3d9bb86440d013035bf_1725010475903_0.07544072241585553","host":"s3://npm-registry-packages"}},"0.0.0-experimental.9a23f06c0b3b13548dbd12feb3dc92d3c10bebb1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9a23f06c0b3b13548dbd12feb3dc92d3c10bebb1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9a23f06c0b3b13548dbd12feb3dc92d3c10bebb1","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"430fd56752d7f75dd2fc5f1634bc1fa5ea5b0ee6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9a23f06c0b3b13548dbd12feb3dc92d3c10bebb1.tgz","fileCount":317,"integrity":"sha512-ch9AN6ZeXo3NNAWepaviSgYJXGfYeHD3ibyBVbH9Smie9jOOALTizLC6FOSgtRDWacuVXd9sESWNcCcNbYZSxQ==","signatures":[{"sig":"MEUCIAI9wyXyJmRujD+8qKPOe/nyOhsJLHmKX5vyo2xAvLD9AiEA7xRnQBHS1C2y5kTsy2Ypk7h6F79GbJiINHCZbMscjEM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3024330},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9a23f06c0b3b13548dbd12feb3dc92d3c10bebb1","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.9","@strapi/utils":"0.0.0-experimental.9a23f06c0b3b13548dbd12feb3dc92d3c10bebb1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.9a23f06c0b3b13548dbd12feb3dc92d3c10bebb1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9a23f06c0b3b13548dbd12feb3dc92d3c10bebb1","@strapi/types":"0.0.0-experimental.9a23f06c0b3b13548dbd12feb3dc92d3c10bebb1","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9a23f06c0b3b13548dbd12feb3dc92d3c10bebb1_1725350752743_0.04054567609194004","host":"s3://npm-registry-packages"}},"0.0.0-experimental.9c5778c9200404fcee94d5a0fc88da5e4376b82c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9c5778c9200404fcee94d5a0fc88da5e4376b82c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9c5778c9200404fcee94d5a0fc88da5e4376b82c","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"dca9e04c2b669e779814e25f8b69a097c73fc6fd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9c5778c9200404fcee94d5a0fc88da5e4376b82c.tgz","fileCount":317,"integrity":"sha512-AfPiCY9PY/l4TQtbD2JhGvKp5Z2KsV4X0UKaqlE6iFSKAgsWnenmxEiRm4tC/r5pWyyb5WtriMDEwkALDhS84g==","signatures":[{"sig":"MEUCIAsIDLyiNYbpmxtZu10M+owXagSinteaUNZoabmcTzooAiEAwXN6x1BcOdYw2O00kRGA2KR9zmWk9ENVpHpaLbiHOE8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3024330},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9c5778c9200404fcee94d5a0fc88da5e4376b82c","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.9","@strapi/utils":"0.0.0-experimental.9c5778c9200404fcee94d5a0fc88da5e4376b82c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.9c5778c9200404fcee94d5a0fc88da5e4376b82c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9c5778c9200404fcee94d5a0fc88da5e4376b82c","@strapi/types":"0.0.0-experimental.9c5778c9200404fcee94d5a0fc88da5e4376b82c","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9c5778c9200404fcee94d5a0fc88da5e4376b82c_1725352331127_0.10462209584151805","host":"s3://npm-registry-packages"}},"0.0.0-experimental.e9122b401c96877b6707775c4f893660eab93ae3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e9122b401c96877b6707775c4f893660eab93ae3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e9122b401c96877b6707775c4f893660eab93ae3","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0e4ee60eb46985f9797bb4e8d3c31ffaa34ba60d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e9122b401c96877b6707775c4f893660eab93ae3.tgz","fileCount":317,"integrity":"sha512-uO2fb3rulmsiZAFZw8vHq09QVR3HGGM6gIekpsj6MDTg9IV/ko7uVl/rhjYBSszefRhnJmXIjDGBgXERvMzxyw==","signatures":[{"sig":"MEUCIQDVIVJLv2u/TM5BJNZDaK9glBCDTtnzGc8ilXkYSAO3RAIgRRXOpQfwn05UlLzabBH7ejaSof1jhCmD95E/1wTq13w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3024330},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e9122b401c96877b6707775c4f893660eab93ae3","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.9","@strapi/utils":"0.0.0-experimental.e9122b401c96877b6707775c4f893660eab93ae3","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.e9122b401c96877b6707775c4f893660eab93ae3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e9122b401c96877b6707775c4f893660eab93ae3","@strapi/types":"0.0.0-experimental.e9122b401c96877b6707775c4f893660eab93ae3","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e9122b401c96877b6707775c4f893660eab93ae3_1725358871423_0.006391155170221152","host":"s3://npm-registry-packages"}},"0.0.0-experimental.65ad956ae83ac65d866b9bb3e8c022c34b85468f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.65ad956ae83ac65d866b9bb3e8c022c34b85468f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.65ad956ae83ac65d866b9bb3e8c022c34b85468f","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f69feb1177bb675595c1ed635d375dc5a6e02eb2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.65ad956ae83ac65d866b9bb3e8c022c34b85468f.tgz","fileCount":317,"integrity":"sha512-ZkJUkpM6Ddjh1YnW0/pBJhzDNmbi5FA0RGdJw+lCBBlBwExf4/45XOoZhqP0svAJeV6K88Vt0WLcQIyjc6kPuw==","signatures":[{"sig":"MEUCIEU/Z6VMr4QNcR9O/MUOqfQq+ThIMeK4e4PX/IKMn3rRAiEA/n4CXeRTJ8Zrus5VpI8X9XsUPQHPWUjGuF89bdgPmOg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3024330},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"65ad956ae83ac65d866b9bb3e8c022c34b85468f","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.9","@strapi/utils":"0.0.0-experimental.65ad956ae83ac65d866b9bb3e8c022c34b85468f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.65ad956ae83ac65d866b9bb3e8c022c34b85468f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.65ad956ae83ac65d866b9bb3e8c022c34b85468f","@strapi/types":"0.0.0-experimental.65ad956ae83ac65d866b9bb3e8c022c34b85468f","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.65ad956ae83ac65d866b9bb3e8c022c34b85468f_1725364435195_0.10999526154121875","host":"s3://npm-registry-packages"}},"0.0.0-experimental.3fd705928266d1b836afc8a30fceb35aac0ae2f8":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3fd705928266d1b836afc8a30fceb35aac0ae2f8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3fd705928266d1b836afc8a30fceb35aac0ae2f8","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"881c040e15459e8275f927310271627e071fd3c1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3fd705928266d1b836afc8a30fceb35aac0ae2f8.tgz","fileCount":317,"integrity":"sha512-f6sGMNfLaGdSOgcSCAi3JdJ2srfqOMrcl+wqe3i6pZkVx4wbf9vIGzlkLbVGDAA0PUo+YnC4EFLgzUN6roszfA==","signatures":[{"sig":"MEUCIFtZxxacGfmGW5c58rM9O/F4AWTkx2jkrw8NpQrljCvgAiEAiNkrdAQgm9V8Hn8dfRg26pKyAsMdO+ws6VurxJk5Ayc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3024336},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3fd705928266d1b836afc8a30fceb35aac0ae2f8","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"0.0.0-experimental.3fd705928266d1b836afc8a30fceb35aac0ae2f8","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.3fd705928266d1b836afc8a30fceb35aac0ae2f8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3fd705928266d1b836afc8a30fceb35aac0ae2f8","@strapi/types":"0.0.0-experimental.3fd705928266d1b836afc8a30fceb35aac0ae2f8","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3fd705928266d1b836afc8a30fceb35aac0ae2f8_1725385077517_0.08012918372358668","host":"s3://npm-registry-packages"}},"0.0.0-experimental.44c735643fa8b4286750c2dca43f185bb30b7760":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.44c735643fa8b4286750c2dca43f185bb30b7760","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.44c735643fa8b4286750c2dca43f185bb30b7760","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"61ef6ea94c2c819519437c5c69d9bea0113c0df2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.44c735643fa8b4286750c2dca43f185bb30b7760.tgz","fileCount":317,"integrity":"sha512-HGiaeIYQWO7hl+k4p64CZfirR/Ra5acjt21oZs1puNFMqAvsKscGRbwhmxODRWjcoW83Lv+1ROld29+9F71FYQ==","signatures":[{"sig":"MEUCIQDDw/P0XJiF3ljihW85bdu76oROeizwpNkFwqUYIZefpwIgEbBOa6jr2wHN5yIGvn4DNoimhDl2/+lgjgAX4ZH+d00=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3024330},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"44c735643fa8b4286750c2dca43f185bb30b7760","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.9","@strapi/utils":"0.0.0-experimental.44c735643fa8b4286750c2dca43f185bb30b7760","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.44c735643fa8b4286750c2dca43f185bb30b7760","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.44c735643fa8b4286750c2dca43f185bb30b7760","@strapi/types":"0.0.0-experimental.44c735643fa8b4286750c2dca43f185bb30b7760","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.44c735643fa8b4286750c2dca43f185bb30b7760_1725395140236_0.5966736725878992","host":"s3://npm-registry-packages"}},"0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"de72951f28f8cf522cbd59166bd40ede4185e0fa","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8.tgz","fileCount":317,"integrity":"sha512-Xhcbj0lyeMy6mVeJ8AdY35//AiQnpv3NOGDOguBUktX7Pl1XQbE4pozp9VKi2e4eHKrcxYR2o/DLYHhJpIBrrQ==","signatures":[{"sig":"MEUCIQC8pGAIXyTRJTgyUbvkPXsq4GlTaIwm5KtwTgBc5PsBSwIgaQSOcpeV9HMRkgtVLSoInhKitveY4b9EtPNhYJ0abkE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3024330},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f2351bcfa3965c60f063a492da51faa2c636eee8","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.9","@strapi/utils":"0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8","@strapi/types":"0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8_1725439360134_0.2561550164641162","host":"s3://npm-registry-packages"}},"0.0.0-experimental.31a5317d54179a9ce6225bf1b6e1f9fb6c372fa9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.31a5317d54179a9ce6225bf1b6e1f9fb6c372fa9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.31a5317d54179a9ce6225bf1b6e1f9fb6c372fa9","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d1e1b8c1afecd12bbe066983bcc7ef323c25c9ed","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.31a5317d54179a9ce6225bf1b6e1f9fb6c372fa9.tgz","fileCount":317,"integrity":"sha512-2NVLItzp7gdk4ZSZNY7mu5123s5B90yN2i/qdW4lQnN5GuSnx/W+KurCt6HMpMN9VlWcqVCQRiJjl5hHREROjA==","signatures":[{"sig":"MEUCIHQNVl2XTr9Klla2tJW14oDrzYAdFvIvlIzdSikwmDJgAiEA06Fln7AmdMp5uGeGBoudj2AsvsJVtqCjkwVJSVDZvUs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3024330},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"31a5317d54179a9ce6225bf1b6e1f9fb6c372fa9","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.9","@strapi/utils":"0.0.0-experimental.31a5317d54179a9ce6225bf1b6e1f9fb6c372fa9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.31a5317d54179a9ce6225bf1b6e1f9fb6c372fa9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.31a5317d54179a9ce6225bf1b6e1f9fb6c372fa9","@strapi/types":"0.0.0-experimental.31a5317d54179a9ce6225bf1b6e1f9fb6c372fa9","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.31a5317d54179a9ce6225bf1b6e1f9fb6c372fa9_1725441843625_0.6779767889898072","host":"s3://npm-registry-packages"}},"5.0.0-rc.13":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.13","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.13","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cfde643fbf70f0729acc972aea3a78df4576fb9e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.13.tgz","fileCount":317,"integrity":"sha512-qXDR3wHA2hbH2ZL+xIMqOGBIJlcNBrocNroxjNj35VJDErKZRe2mlkTSTOiuIktTqDo9yPuM95/w132jt+HP8Q==","signatures":[{"sig":"MEUCIBob3gM2Wbmi4eR2hZVcHNNAt8Qe+oMvwx1MD3XswFxsAiEAm2KH5YHRETVgq0pqwLZQ6FI07HP531mpz0zhU7FJdK8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3024096},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cbc694f62f14f82d2931f7a407ea458a831045c9","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.9.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"5.0.0-rc.13","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.13","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.13","@strapi/types":"5.0.0-rc.13","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.13_1725458952963_0.3178577683917092","host":"s3://npm-registry-packages"}},"0.0.0-experimental.997c519cb311bf692e8971f4bbd2e4a92694abee":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.997c519cb311bf692e8971f4bbd2e4a92694abee","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.997c519cb311bf692e8971f4bbd2e4a92694abee","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4fac055bcdbf19926ddfa3b9e49d7f3fb5c29d8b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.997c519cb311bf692e8971f4bbd2e4a92694abee.tgz","fileCount":317,"integrity":"sha512-OEF7rhGmHy2DqwTRckhq/4D3m3IgsusAMNitrpcDuFztQrmfIfmHgXd0dIMOjdRvbK8ak6WRx7kmRGG/gaTgzg==","signatures":[{"sig":"MEYCIQChk5gL3E1W7Tf5XgKUhmoiOoB1oj6xucMPEb0yzdZmHgIhAK1mmWRPN73oxSF6fuPUvBlTxmE5FbHmVgKRym2EmCH2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3024336},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"997c519cb311bf692e8971f4bbd2e4a92694abee","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"0.0.0-experimental.997c519cb311bf692e8971f4bbd2e4a92694abee","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.997c519cb311bf692e8971f4bbd2e4a92694abee","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.997c519cb311bf692e8971f4bbd2e4a92694abee","@strapi/types":"0.0.0-experimental.997c519cb311bf692e8971f4bbd2e4a92694abee","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.997c519cb311bf692e8971f4bbd2e4a92694abee_1725523328788_0.20853672467064155","host":"s3://npm-registry-packages"}},"5.0.0-rc.14":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.14","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.14","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"91b9e8047cf3f985c6ea8ae92a7cc0d72a3fb944","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.14.tgz","fileCount":318,"integrity":"sha512-K7Semf9dpYtChE0QNyCfWwlgEFCHUUsP1bhTDqGyb6pniHkVAqfPwunBiE2O/ghszLbPBCmrQDNE5QP9bIcb/Q==","signatures":[{"sig":"MEUCIQCabQkkCoBmQvRvL08uIunLu6ekNylR3HPZ47P2wUOvxwIgK3q12UEaGRG6XNkdhP3syznG47Ir61JSrQtSMtKUqsA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3026925},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e18c706dc0bfda296f9c3005e719bd60b3732531","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"5.0.0-rc.14","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.14","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.14","@strapi/types":"5.0.0-rc.14","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.14_1725529451516_0.31209748208956567","host":"s3://npm-registry-packages"}},"0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"27877720ab93cf6ae9b5d5b9136ff2af0cf068e8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c.tgz","fileCount":318,"integrity":"sha512-1LxLe9gK/LmiHI8a5weV0DFbegUWqmXJeC79IE3lUQS9UDHbAmTHuk7NC3VhJ+0yNHaHj4h+FixbAnpvseJvbA==","signatures":[{"sig":"MEUCIHqD3KL93a0pXTZixdtvAEcwqnBnTX96JnClviwFHXWuAiEAqmVk+9iS7u3TJ1efmGctAjY1r2mXISTooaJCYDtEYHg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3027165},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f6c00790e260ea5a9b6b86abac5fea02b05d569c","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c","@strapi/types":"0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c_1725537097851_0.41358247052028485","host":"s3://npm-registry-packages"}},"0.0.0-experimental.626cf5324f21d318dee435c11cb3e08bb4c414b7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.626cf5324f21d318dee435c11cb3e08bb4c414b7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.626cf5324f21d318dee435c11cb3e08bb4c414b7","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d8b53b03875da488e78e079785e8b261fec9e09a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.626cf5324f21d318dee435c11cb3e08bb4c414b7.tgz","fileCount":318,"integrity":"sha512-P1jdg8lqOabaDwMPizNiifnsHc2gkhiT6FqBa2v7x6A2ZPQY9fw/hZ293+SQUdSyMwmHxBuPccAIqspDpDw8KQ==","signatures":[{"sig":"MEYCIQCpGCb5uiEZ4GRp2EPBON0F6JJqVy7yR2QDFmG9+ZgBRgIhANtaS5OI+wNG+V99y//4sf2fWHBFoLy06anDa8e052r/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3027165},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"626cf5324f21d318dee435c11cb3e08bb4c414b7","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"0.0.0-experimental.626cf5324f21d318dee435c11cb3e08bb4c414b7","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.626cf5324f21d318dee435c11cb3e08bb4c414b7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.626cf5324f21d318dee435c11cb3e08bb4c414b7","@strapi/types":"0.0.0-experimental.626cf5324f21d318dee435c11cb3e08bb4c414b7","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.626cf5324f21d318dee435c11cb3e08bb4c414b7_1725552320340_0.0913935378110653","host":"s3://npm-registry-packages"}},"5.0.0-rc.15":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.15","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.15","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7bc0bf87b86bd6a9ad8f6b106d4e7b829754dd84","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.15.tgz","fileCount":318,"integrity":"sha512-hsavyq/ssuailVVt7vZPS6GcEOEf9qsXRLv67hZL8NHrx5Z1z0Fc2JGBieuzs0Cm9XRBomp1WyQecW2xCW+gUg==","signatures":[{"sig":"MEQCIDYHy5Y/w4uzfmZib6ycyxJ9eVGQ57wAW9XOQiwgRjlhAiAjNxEREHAZ/Pei/qDETBngsK2iX3Fv8S4eonnCydiLYw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3026925},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"30e866651b2a927f42969cdabb573c6524462e2c","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"5.0.0-rc.15","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.15","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.15","@strapi/types":"5.0.0-rc.15","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.15_1725608841521_0.33070877397548637","host":"s3://npm-registry-packages"}},"5.0.0-rc.16":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.16","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.16","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"68ee3558fd197bcb9d374d7880af6846547b187a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.16.tgz","fileCount":318,"integrity":"sha512-U4zGReEikFDLL8Xx5bi2tbRiVrZEVf0nv569zMk0HhvZ4n4vZjxS83D3Pnb+vPKYHwDIdNzWBhqUzTJC8gJXig==","signatures":[{"sig":"MEQCIBtkuVa0cTHAhI2/MBPqgBK08sL5faiWX1On80vdoHPxAiBuvF82B+tgSkLhtkOibDhRbABtsxAaiaotVEDCb2O1uw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3026925},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d5489625ee1a177a3fe6d180d3f901680a48bbf7","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"5.0.0-rc.16","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.16","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.16","@strapi/types":"5.0.0-rc.16","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.16_1725633616656_0.8220991385394658","host":"s3://npm-registry-packages"}},"5.0.0-rc.17":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.17","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.17","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9a0b36617a473ac29fd1b3c0fed3e25e04836110","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.17.tgz","fileCount":318,"integrity":"sha512-RbT/qDqX+Z2k44o+U8OyHV+q2SjsWvGgO33OfJUOsL5+92XgN1QPV8q8ewHv5k7iKfTPbPICBioEHSVZftOdKA==","signatures":[{"sig":"MEUCIDyVzPgkxZUKdkWlHAoC7p+UBtBL0UKOyKAYuFiwpIufAiEApdLUg5SLh/8lKoPtUHvEQ8R6zwGpdKF7m7aWLBrj5Io=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3026925},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"017f5bdf2b13945eb70cbaee71d23365fc42f92a","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"5.0.0-rc.17","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.17","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.17","@strapi/types":"5.0.0-rc.17","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.17_1725634043189_0.7551157606474073","host":"s3://npm-registry-packages"}},"0.0.0-experimental.312e2942332daff7ae98a4f357d1913a4ae5e1ef":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.312e2942332daff7ae98a4f357d1913a4ae5e1ef","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.312e2942332daff7ae98a4f357d1913a4ae5e1ef","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b9a1863796d4b99d4c6e00029a001e8b5232a4d0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.312e2942332daff7ae98a4f357d1913a4ae5e1ef.tgz","fileCount":318,"integrity":"sha512-V4NyKgaHcg931uXgULXRMAll3fdikWv1UtDPVEveSuIAgnP5rJvqoj7PIGLdLDwCl2nnIomYr7/pWay3n3ZpQQ==","signatures":[{"sig":"MEQCIEYY2GbBihTyqv2tazm5jl2Pt8E9KEp1qV4PXxuMo0uSAiBw0Za2TAwpoCiT5+APgsgopCcD+R059kffKNBMGo4zlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3027641},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"312e2942332daff7ae98a4f357d1913a4ae5e1ef","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"0.0.0-experimental.312e2942332daff7ae98a4f357d1913a4ae5e1ef","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.312e2942332daff7ae98a4f357d1913a4ae5e1ef","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.312e2942332daff7ae98a4f357d1913a4ae5e1ef","@strapi/types":"0.0.0-experimental.312e2942332daff7ae98a4f357d1913a4ae5e1ef","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.312e2942332daff7ae98a4f357d1913a4ae5e1ef_1725875876146_0.8843208897523007","host":"s3://npm-registry-packages"}},"0.0.0-experimental.afa3b513b8f95459043f33fb94f4bac03af1474f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.afa3b513b8f95459043f33fb94f4bac03af1474f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.afa3b513b8f95459043f33fb94f4bac03af1474f","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7f1f7d748a25d3cb97715633534abfe5f4d827e2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.afa3b513b8f95459043f33fb94f4bac03af1474f.tgz","fileCount":317,"integrity":"sha512-a7C7HSgJsPfeizOxDMhSJtfhf+5mGLJc3hQinoZhtKzmF1L3gg8nPeUkk0y9MQwrDycFJmTxlpgi7SU7ohbVcw==","signatures":[{"sig":"MEUCIDHQ8B9f3yKS46X87uXz1qMJTMJGqvxSUZ5neLrLL+0zAiEA0Vy+ne7twbd9Af7cBhseNeh5OFL5zStpcTsYBEBmhL0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3027107},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"afa3b513b8f95459043f33fb94f4bac03af1474f","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"0.0.0-experimental.afa3b513b8f95459043f33fb94f4bac03af1474f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.afa3b513b8f95459043f33fb94f4bac03af1474f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.afa3b513b8f95459043f33fb94f4bac03af1474f","@strapi/types":"0.0.0-experimental.afa3b513b8f95459043f33fb94f4bac03af1474f","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.afa3b513b8f95459043f33fb94f4bac03af1474f_1725885839564_0.22177686524956686","host":"s3://npm-registry-packages"}},"5.0.0-rc.18":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.18","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.18","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3f4251f3b2588be7d922cf97d2b148471e7dd364","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.18.tgz","fileCount":317,"integrity":"sha512-fHTjUO7gOe4W4rOevfZ/33ELfRaePbDeVmE+lNDTxH4636y2RKaRrNkiodRgl2a32kVQO2n/ZBjJqGx+PIxHbA==","signatures":[{"sig":"MEQCIEfcQM2EGIDy3zjgOFHiZ5noOPVEGVDXFYXTlu0JQPQ7AiBGAjX8Z/vlMITjCyyk1zNR78DX+2GbNMbRNWQEPv+7zQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3027343},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c523273c64b48f8de5c1d41007ccd6e7b8be246b","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"5.0.0-rc.18","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.18","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.18","@strapi/types":"5.0.0-rc.18","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.18_1725898220085_0.9902104265506944","host":"s3://npm-registry-packages"}},"5.0.0-rc.19":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.19","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.19","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7d515b02224efa4e22ae477dc8ea47df2fdb2ab2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.19.tgz","fileCount":317,"integrity":"sha512-0YMQMsdX8ue7bAlb870kt0YJZFYMUKixZRoxvlYtLM4KIrfOpv9ZerrzWRnEAtMefPTv0bz8147zhpoiDkTxCg==","signatures":[{"sig":"MEUCIB8JumvoyDUVTRoMo/4JxSgKKVzTDxVlYWpZxWQbOQ7BAiEAt9xGdjBr+vmjo7NmZ2IeRDRZbvF49QQikH3oS4JDkL4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3027343},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f2f7405929a7239d9cdafa385138b4773f866235","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"5.0.0-rc.19","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.19","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.19","@strapi/types":"5.0.0-rc.19","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.19_1725913246570_0.3160590983205622","host":"s3://npm-registry-packages"}},"0.0.0-experimental.5f6fc3bc1a7d1b7c5fe926a37d4869f00e812287":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5f6fc3bc1a7d1b7c5fe926a37d4869f00e812287","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5f6fc3bc1a7d1b7c5fe926a37d4869f00e812287","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f076450e7a54d7df745714558f1eae4e7c208934","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5f6fc3bc1a7d1b7c5fe926a37d4869f00e812287.tgz","fileCount":317,"integrity":"sha512-fGQZic6B7K1uIZgg0wfvNKy9iDZLV7kWbPEpl+SElqSY59OFW5antLim+jr/G51iUPHI10TTYLMBzCG72u1Mlw==","signatures":[{"sig":"MEYCIQCdHRKpkBoOEeup8nxmejB5jb0Ud1gxZ8VBsGnEWd2ccgIhAP+SAzmBhc9nVld800o3ZOWpANl2Jc/Dz6HFgUW+R0vW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3027583},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5f6fc3bc1a7d1b7c5fe926a37d4869f00e812287","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"0.0.0-experimental.5f6fc3bc1a7d1b7c5fe926a37d4869f00e812287","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5f6fc3bc1a7d1b7c5fe926a37d4869f00e812287","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5f6fc3bc1a7d1b7c5fe926a37d4869f00e812287","@strapi/types":"0.0.0-experimental.5f6fc3bc1a7d1b7c5fe926a37d4869f00e812287","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5f6fc3bc1a7d1b7c5fe926a37d4869f00e812287_1725958109926_0.9795921481757848","host":"s3://npm-registry-packages"}},"0.0.0-experimental.a6728ad43ac70ae19dabb624dbfca1f2d9610a86":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a6728ad43ac70ae19dabb624dbfca1f2d9610a86","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a6728ad43ac70ae19dabb624dbfca1f2d9610a86","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d19c54ccad6cde4bd486ef64c220c85eb7a433ad","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a6728ad43ac70ae19dabb624dbfca1f2d9610a86.tgz","fileCount":317,"integrity":"sha512-4ltBZ7rtxqq9xFcyadSQQwr7uqrmZ170WlE6lIiiV7CB1nTlzc103KYaj3K0cHyHV8AXqSE7UJGckAkbaYqnzw==","signatures":[{"sig":"MEQCIBk2za+V3nmeeC7kF1Gvh/b84+nDy30DplWnrTqz+IjiAiB4KmK0lwRyd0MQyd5jo8aGtSDbisgIl2oCEQRmlsydGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3027583},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a6728ad43ac70ae19dabb624dbfca1f2d9610a86","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"0.0.0-experimental.a6728ad43ac70ae19dabb624dbfca1f2d9610a86","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.a6728ad43ac70ae19dabb624dbfca1f2d9610a86","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a6728ad43ac70ae19dabb624dbfca1f2d9610a86","@strapi/types":"0.0.0-experimental.a6728ad43ac70ae19dabb624dbfca1f2d9610a86","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a6728ad43ac70ae19dabb624dbfca1f2d9610a86_1725958811468_0.02929515888456602","host":"s3://npm-registry-packages"}},"5.0.0-rc.20":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.20","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.20","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0a678d1e881efdbb9e5f2c939ec36292d83fbc3f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.20.tgz","fileCount":318,"integrity":"sha512-Tl40C4uR9vo8bJrMyDxCddO9gqRCqTwD1sHPw/skAZ7F+h30Xe0mDDNUech0sxsE2ajUx5Sln1aZ11oADL9QFA==","signatures":[{"sig":"MEUCIG7yUd6ubBFlc14M1bSI45oN+39pLp2Wf2ArVZvmrQ4KAiEA34tAYacTcl+zMORMrGMIO75jdTm01kz9vC8eNslcFbU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3032685},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e1f26c862f255e83fc7637a745fd54e39db1a839","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"5.0.0-rc.20","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.20","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.20","@strapi/types":"5.0.0-rc.20","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.20_1725994507681_0.09134400308902602","host":"s3://npm-registry-packages"}},"0.0.0-experimental.2cfaca2410c03f1dee31ca18c06aedfb313e0fb4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2cfaca2410c03f1dee31ca18c06aedfb313e0fb4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2cfaca2410c03f1dee31ca18c06aedfb313e0fb4","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"abd6eeaa2bb99ad48a7eb206aa977458f3b4f4ea","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2cfaca2410c03f1dee31ca18c06aedfb313e0fb4.tgz","fileCount":318,"integrity":"sha512-w8t+wgWLHf4K8MakVE0fkCFDNAM94fouNbMeMJiJcwGeySbW8sXJJ6HWzof1MJ1yF/I5uOgPAjkUzcPAkWjK9Q==","signatures":[{"sig":"MEQCIG1NBmaWAHVmR1MySzEjLRZFsKnz3aM3epbOhj2VIZn7AiA91fAM/ues4MptGn9g9l16cn5mU3hPPAVhAz4ZiW1yOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3032925},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2cfaca2410c03f1dee31ca18c06aedfb313e0fb4","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"0.0.0-experimental.2cfaca2410c03f1dee31ca18c06aedfb313e0fb4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.2cfaca2410c03f1dee31ca18c06aedfb313e0fb4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2cfaca2410c03f1dee31ca18c06aedfb313e0fb4","@strapi/types":"0.0.0-experimental.2cfaca2410c03f1dee31ca18c06aedfb313e0fb4","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2cfaca2410c03f1dee31ca18c06aedfb313e0fb4_1725994694383_0.17080854952591285","host":"s3://npm-registry-packages"}},"0.0.0-experimental.7b750d18de359d0a42233cb8707e3c31c5983345":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7b750d18de359d0a42233cb8707e3c31c5983345","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7b750d18de359d0a42233cb8707e3c31c5983345","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d0181e160a9f42ee2d52a489d0651124ff2ea104","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7b750d18de359d0a42233cb8707e3c31c5983345.tgz","fileCount":318,"integrity":"sha512-4Wj+7e3oyhWfw3irr52K/kdOYm0sfMbu1LBGYjtOQCVbuL74XzkjSwjOPYTVaq5JUrFrzZ6i2yod5lrD1kfBsw==","signatures":[{"sig":"MEYCIQD9IWN0rkF9jqWe7NaDT7sk9ID0qdFAQvSLLmyfx/9dEQIhAOk6L7FNOARD3ALmPZ8Jf1xaR8rWyFAv6mwZvN2V3fwT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3032925},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7b750d18de359d0a42233cb8707e3c31c5983345","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"0.0.0-experimental.7b750d18de359d0a42233cb8707e3c31c5983345","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.7b750d18de359d0a42233cb8707e3c31c5983345","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7b750d18de359d0a42233cb8707e3c31c5983345","@strapi/types":"0.0.0-experimental.7b750d18de359d0a42233cb8707e3c31c5983345","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7b750d18de359d0a42233cb8707e3c31c5983345_1726068650727_0.9476318442100797","host":"s3://npm-registry-packages"}},"5.0.0-rc.21":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.21","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.21","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3094c18da8efa092f7472f06eb0c9da21cb9a90a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.21.tgz","fileCount":318,"integrity":"sha512-Eg3WCkah3gWmTchf+19wPI+3nFt/PFmEmOZsmx0fOPiu4vBkh5Zu5Ujo1aPIu/kqkUt3QIzVM2lfgsdcCT9d9w==","signatures":[{"sig":"MEUCIQCfMS97bZoHAZeGS/zPVCJpN4IFNl8tRJL7ALN1KHo73AIgU4Qjob/JAKzPVs2hjhYyw0FaDDfKZtfgJj8uHb7sOQ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3032685},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b9dffe079793a0da8d0dd880395df4e90822db15","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"5.0.0-rc.21","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.21","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.21","@strapi/types":"5.0.0-rc.21","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.21_1726142851042_0.10832596974880815","host":"s3://npm-registry-packages"}},"5.0.0-rc.22":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.22","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.22","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c72202cda75890535140341233acfff3ff774052","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.22.tgz","fileCount":319,"integrity":"sha512-Lec9BDbKvJgufHDYa8Y5JuUW/jLdHSX2dcRj20Yg5X89ICrcEj1K8TgnGo5x6eYTNHcNTwJ1q+QHfLjWU5EEQg==","signatures":[{"sig":"MEUCIQCC2pRx9DJjNNAkizma/w3s4nvdGWuY76FHQ0nm/1NY8wIgGFHf9w/WAc4r9H1cboHze84vwfQlJ1K9avv8Q7c5GxI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3034163},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0f2bce1bebfdd4c40c8c559d145d78f3b6ed4cfc","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.10","@strapi/utils":"5.0.0-rc.22","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.22","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.22","@strapi/types":"5.0.0-rc.22","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.22_1726143938709_0.3792023177374708","host":"s3://npm-registry-packages"}},"5.0.0-rc.23":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.23","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.23","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"55fea4ab80a2969f431a13080a0becaa654cad58","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.23.tgz","fileCount":319,"integrity":"sha512-y8kfHV+ez7tmJuT0wt0ZR7XXqCDmvwPd4eWw5skLLvMrGQ34jAMvvzBllKB6T9CqqiwPZ8dyFFz3cBgWM2pYAQ==","signatures":[{"sig":"MEQCIAPHB0rmF1rywFmUXRZnGLjkwvybJMBcdX6HfSv0DrM5AiATyvwkjbJfn69rIVhsb2nxSziAjZEvVdRqJAEq1rHGhA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3034823},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4eadad69ba4010caa82dd8f30eec0b5aa1cabde9","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.0-rc.23","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.23","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.23","@strapi/types":"5.0.0-rc.23","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.23_1726246400616_0.415430851841021","host":"s3://npm-registry-packages"}},"0.0.0-experimental.f74ae50eea1ce95176f088dba837e95b60fa2a4d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f74ae50eea1ce95176f088dba837e95b60fa2a4d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f74ae50eea1ce95176f088dba837e95b60fa2a4d","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d986e5ecc93ef74cebbf6711f45667780bc0f5ab","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f74ae50eea1ce95176f088dba837e95b60fa2a4d.tgz","fileCount":319,"integrity":"sha512-ujcJ9l3OUdWIv5/0a0H44bhUKVn69jEfvHQ5JnwHhlPVg1y3MoR36ADqWSotekHeZxVDiuQkDgJJWDlhYaandw==","signatures":[{"sig":"MEYCIQDmBi8E11Ag0jtuLMgQPS7B4v/fjEoBH00UsbUy/+mF0wIhALMZmLNmYVlG0YwRTTwZXHIyb0a/9GuGD9znmPCihTm8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035063},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f74ae50eea1ce95176f088dba837e95b60fa2a4d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.f74ae50eea1ce95176f088dba837e95b60fa2a4d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f74ae50eea1ce95176f088dba837e95b60fa2a4d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f74ae50eea1ce95176f088dba837e95b60fa2a4d","@strapi/types":"0.0.0-experimental.f74ae50eea1ce95176f088dba837e95b60fa2a4d","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f74ae50eea1ce95176f088dba837e95b60fa2a4d_1726494655153_0.2624093078071741","host":"s3://npm-registry-packages"}},"0.0.0-experimental.2bad311ac375d1115d085a9cee4fdbe11a455caf":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2bad311ac375d1115d085a9cee4fdbe11a455caf","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2bad311ac375d1115d085a9cee4fdbe11a455caf","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a6571c0bb66d48627b0f72576eb8e6fe46dc4e34","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2bad311ac375d1115d085a9cee4fdbe11a455caf.tgz","fileCount":319,"integrity":"sha512-hVdzzfwdW6mxS/bjs1SuGUp5l/jfz7afWOmy4oVUKgUifCFI4JmJA9Ba9dNSVEoXB3jENBRKg7vzM+t6PK98Mg==","signatures":[{"sig":"MEYCIQDInz3qnvKtgm1We8mEk3gwUPy3HfikLHJr0mZKTU4vwwIhAPHyn2NGy4wYrebbTyIt2thPY4J+proS+wdjfiyBGzFd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035063},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2bad311ac375d1115d085a9cee4fdbe11a455caf","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.2bad311ac375d1115d085a9cee4fdbe11a455caf","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.2bad311ac375d1115d085a9cee4fdbe11a455caf","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2bad311ac375d1115d085a9cee4fdbe11a455caf","@strapi/types":"0.0.0-experimental.2bad311ac375d1115d085a9cee4fdbe11a455caf","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2bad311ac375d1115d085a9cee4fdbe11a455caf_1726500327566_0.3998921790364942","host":"s3://npm-registry-packages"}},"0.0.0-experimental.c592deb623aed3f74ef7fdacfad9757ed59d34f7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c592deb623aed3f74ef7fdacfad9757ed59d34f7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c592deb623aed3f74ef7fdacfad9757ed59d34f7","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"371988dee7dd987051922081dc6c2979b8490910","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c592deb623aed3f74ef7fdacfad9757ed59d34f7.tgz","fileCount":319,"integrity":"sha512-9bpCR2flK4W/5X56acxqBb6/qoqOVjOwlpU1pk/v/IETvzhl/d+m2izI2uP6kV6ch5OvIddGZyIpV+5pB10BqA==","signatures":[{"sig":"MEYCIQCgtcE5Km6uGoPRePGS/bHCW9OXtuFbMGBFqo8sXQxEXQIhAO4iIHu+Z805oRHlEr0BtSU5ZpUCKfM+IMH30gO3JWhW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035063},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c592deb623aed3f74ef7fdacfad9757ed59d34f7","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.c592deb623aed3f74ef7fdacfad9757ed59d34f7","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.c592deb623aed3f74ef7fdacfad9757ed59d34f7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c592deb623aed3f74ef7fdacfad9757ed59d34f7","@strapi/types":"0.0.0-experimental.c592deb623aed3f74ef7fdacfad9757ed59d34f7","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c592deb623aed3f74ef7fdacfad9757ed59d34f7_1726501488818_0.0875815049444233","host":"s3://npm-registry-packages"}},"0.0.0-experimental.78b47df46708173ab4833373f694257729db4b9e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.78b47df46708173ab4833373f694257729db4b9e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.78b47df46708173ab4833373f694257729db4b9e","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"53e7bcb59269ad83c18ae9a683bb664732002765","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.78b47df46708173ab4833373f694257729db4b9e.tgz","fileCount":319,"integrity":"sha512-YGW1wwOES8kc571JYnAjpMJjKMo1DUZNu44w473saE73XvRom9SB6dB0Duw7ARe2J+4BAufIAoJ0NMkBIqs+Xw==","signatures":[{"sig":"MEUCIGUJV2higaBcWBkYXfVvSoh8gADeqJUGTvbTAJ4PdGrKAiEAmRpTuA13thb7JQlsoAY51Os2YJCcWbGeYH+L2dzQJKw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035063},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"78b47df46708173ab4833373f694257729db4b9e","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.78b47df46708173ab4833373f694257729db4b9e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.78b47df46708173ab4833373f694257729db4b9e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.78b47df46708173ab4833373f694257729db4b9e","@strapi/types":"0.0.0-experimental.78b47df46708173ab4833373f694257729db4b9e","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.78b47df46708173ab4833373f694257729db4b9e_1726502354753_0.26784650242133745","host":"s3://npm-registry-packages"}},"0.0.0-experimental.30e5d19d03d07d2b73ac7ed4b376a833d4270bde":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.30e5d19d03d07d2b73ac7ed4b376a833d4270bde","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.30e5d19d03d07d2b73ac7ed4b376a833d4270bde","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"28fc8317ad71f665e26900d14dc0f2ce2d1d2a8b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.30e5d19d03d07d2b73ac7ed4b376a833d4270bde.tgz","fileCount":319,"integrity":"sha512-QPaI8r5N1SakanYvG5MKirtdmojuBa6lwk+Vr17Tm3Xl2a6XTwO+RBBNOmhCbLQ0qkTkqGFKdjOQ+qS6ewmvyw==","signatures":[{"sig":"MEYCIQCwnFn8nRsbfoRogXiCk2VsynylqGAQ1rxbd6oXhZs5ngIhALq1s0gkSRkw7udRZAB3OJSnzcmfl5OT1oJX+mDKg1PR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035063},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"30e5d19d03d07d2b73ac7ed4b376a833d4270bde","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.30e5d19d03d07d2b73ac7ed4b376a833d4270bde","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.30e5d19d03d07d2b73ac7ed4b376a833d4270bde","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.30e5d19d03d07d2b73ac7ed4b376a833d4270bde","@strapi/types":"0.0.0-experimental.30e5d19d03d07d2b73ac7ed4b376a833d4270bde","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.30e5d19d03d07d2b73ac7ed4b376a833d4270bde_1726503799012_0.3832739360809052","host":"s3://npm-registry-packages"}},"5.0.0-rc.24":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.24","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.24","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c6e9d4f24268ee72108b583f61a73ad4581ee943","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.24.tgz","fileCount":319,"integrity":"sha512-ppeUshuhpHU5iiYEJCQr8AEi7ZmyeL8zC/DQAHwCXrY9I3sSYVuplo3JJsQMlGNHxnV0625R/t8BmO2bQ6i6pQ==","signatures":[{"sig":"MEQCIF2DwOAnaq0ULHn9wnjm5r/x+jv2PXuHVxsb9FvdRHB8AiA2b1fqcaignqwsTdVur6WdcPeRCtKEC0uxxMwUyxrNvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3034823},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"860b3bae00b8dc271c7ab2c6a6a2e5ba258e479f","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.0-rc.24","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.24","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.24","@strapi/types":"5.0.0-rc.24","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.24_1726505504263_0.3557988397104883","host":"s3://npm-registry-packages"}},"5.0.0-rc.25":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.25","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.25","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cc5e547398a8b7154d257cf5819901087128ec6d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.25.tgz","fileCount":319,"integrity":"sha512-z+dIi31ZX0Bnc1ZesgRf72fAcZB56r/j1a2rkwo2WpO8mgOuffjPAlruDPVd6xoBe+o1ExUR2C6xQL5dQbvcAA==","signatures":[{"sig":"MEUCIAfuQU+m9+vvSjX+6j23lWpANCKmg7qRz4ZkCBTKIPwMAiEAqq4iQlSXruwvsEOJxZGHhm4zyOASefeWoYTI34TLCAc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3034823},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f2e07a2014462cf573a5c7c2e2aac7e2b8822bc5","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.0-rc.25","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.25","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.25","@strapi/types":"5.0.0-rc.25","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.25_1726513712826_0.8945823919212919","host":"s3://npm-registry-packages"}},"5.0.0-rc.26":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.26","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.26","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d729a22b3c0242b68fdf1a6f4b3047944fee4fe6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.26.tgz","fileCount":319,"integrity":"sha512-Rm4TXr8NpWg14V4JzGRSgUD1deYVF73PVt9CsZoGN2pKJsuvXFvxHr8WOrNmvannNA3CqWCW6K9R1m5j9Ey+6A==","signatures":[{"sig":"MEQCIEhdMjTUcMmheLqfRkoMpfelo6U0q9SGD0q2HANjD7hVAiBYrnObLq/M7wNTRsbU4gULQf0i6HcGyQvYXKIB4d5OiA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3034823},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9fbba3089f4e627bb65402cf7bbea6d9d424e4a9","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.0-rc.26","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.26","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.26","@strapi/types":"5.0.0-rc.26","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.26_1726559842566_0.5102584720587275","host":"s3://npm-registry-packages"}},"0.0.0-experimental.71ed910bd859c7e558bd1c1042eaadb7d26fd22a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.71ed910bd859c7e558bd1c1042eaadb7d26fd22a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.71ed910bd859c7e558bd1c1042eaadb7d26fd22a","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3683b194e83c4dca0bead8ab477554daddbf2e27","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.71ed910bd859c7e558bd1c1042eaadb7d26fd22a.tgz","fileCount":319,"integrity":"sha512-ZS1tU7cL+/93HU/Pkv6bIBlYa0ZkvmzjW2o1n63pChjZNw3F1DnX21VsT4N8wN0LPQywYhqn2m0vBZDjTR2OBw==","signatures":[{"sig":"MEYCIQCNeHBBThdxz4mpbtOwKIeYMsWMk6ynUXf88YDgfQ5+RQIhALa05DQ+WxB2LqTRX6KYkHXtfE1PjBKTRr+Sp53CbmI3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035063},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"71ed910bd859c7e558bd1c1042eaadb7d26fd22a","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.71ed910bd859c7e558bd1c1042eaadb7d26fd22a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.71ed910bd859c7e558bd1c1042eaadb7d26fd22a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.71ed910bd859c7e558bd1c1042eaadb7d26fd22a","@strapi/types":"0.0.0-experimental.71ed910bd859c7e558bd1c1042eaadb7d26fd22a","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.71ed910bd859c7e558bd1c1042eaadb7d26fd22a_1726560346268_0.4418230243297121","host":"s3://npm-registry-packages"}},"5.0.0-rc.27":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.27","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.27","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f1e519c10c468a6b32ed2be3ed94a4bdaef31ae5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.27.tgz","fileCount":319,"integrity":"sha512-veuwS8q/ThtUH43ICaoHIzHJMyqrr6PEQMrxIkvzQJzP3RhH4wr+L94vXGttzpsYToU9AdjTQr22VN0MDUFSqQ==","signatures":[{"sig":"MEUCIQC5zVnors/vzpufpIpxUuvHmsLVHE+JBlWUBAnV/BHyhgIgOK1R/rHWmr6WZcQnMqGJOEhXUwKNBq3CcHDOKU4U8O4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3034823},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3afad341840cd74b33ef682627e7db9f4976ed13","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.0-rc.27","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.27","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.27","@strapi/types":"5.0.0-rc.27","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.27_1726568910537_0.3994225606918136","host":"s3://npm-registry-packages"}},"5.0.0-rc.28":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.28","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.28","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"df5252104509954f39433c710487854026a03b5d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.28.tgz","fileCount":319,"integrity":"sha512-/2bhyFeFzP4Q2VrYV5huqWRoDzwi9utJN+ix00ufwIuSFEr6BJmO5X+MtJ8sbw/lOB/dN4zrNQZimtOi4Reujw==","signatures":[{"sig":"MEUCIQCr9SAz8Qs2ShZbd02rC005wZMFxG2FS7hM3TBW1q3l+AIgaLm04kdPAIwprd+lsMLfXY5ICo9idD+OvZqok4vWezw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3034823},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"42f0cd4dcc682b974789d1c95b8aade03d0bbb41","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.0-rc.28","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.28","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.28","@strapi/types":"5.0.0-rc.28","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.28_1726597788907_0.9079438456538877","host":"s3://npm-registry-packages"}},"0.0.0-experimental.0faf8967355707d2684ecb8579b03979ad5df042":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0faf8967355707d2684ecb8579b03979ad5df042","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0faf8967355707d2684ecb8579b03979ad5df042","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"26c9ff25af2116a77d2eb66f167f886d1689df4f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0faf8967355707d2684ecb8579b03979ad5df042.tgz","fileCount":319,"integrity":"sha512-XZ0Az9nU3yIfHxfgDGgAiyq7FeDq0q5RL9us2nhs6q4q6NuuMxGnx9Lwv3PWWDSjmu+LBE69HhbYQIqUk2+6TA==","signatures":[{"sig":"MEQCIApvgdBqQet1MAekHSfrd1xcx1SKLbpiAcQkKQWS07kqAiBYUOkm+tBEMa7cH2BmIP6r9JiAUws9E88zFnkEZJkXQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035063},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0faf8967355707d2684ecb8579b03979ad5df042","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.0faf8967355707d2684ecb8579b03979ad5df042","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.0faf8967355707d2684ecb8579b03979ad5df042","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0faf8967355707d2684ecb8579b03979ad5df042","@strapi/types":"0.0.0-experimental.0faf8967355707d2684ecb8579b03979ad5df042","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0faf8967355707d2684ecb8579b03979ad5df042_1726648511946_0.9656622103330372","host":"s3://npm-registry-packages"}},"0.0.0-experimental.5788c38836be65c0321a2dcadbdf44f04b798e8a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5788c38836be65c0321a2dcadbdf44f04b798e8a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5788c38836be65c0321a2dcadbdf44f04b798e8a","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"92b5540562fd4a40c54bda59874499f6fbca4f53","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5788c38836be65c0321a2dcadbdf44f04b798e8a.tgz","fileCount":319,"integrity":"sha512-HcpTkJwj8zyS0KWRDlBc9r93x92lmWMY9E03IhgudMOiRs9YbhM8+t/2eFYIEItRwH2eLit4UJglqm7V5Pct/w==","signatures":[{"sig":"MEYCIQDi3o3EJu/uYjcgj2P07gY2mVoGijbt7yhvStByAiUwJQIhALMlxFY3O7Yw0l9bslawlHuVYCXXdNbblcoU81a7PxpV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035063},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5788c38836be65c0321a2dcadbdf44f04b798e8a","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.5788c38836be65c0321a2dcadbdf44f04b798e8a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5788c38836be65c0321a2dcadbdf44f04b798e8a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5788c38836be65c0321a2dcadbdf44f04b798e8a","@strapi/types":"0.0.0-experimental.5788c38836be65c0321a2dcadbdf44f04b798e8a","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5788c38836be65c0321a2dcadbdf44f04b798e8a_1726655852002_0.16699887085641207","host":"s3://npm-registry-packages"}},"5.0.0-rc.29":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.29","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.29","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"tdfka_rick","email":"Joshua.ellis18@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"lauriejim","email":"jim.laurie.thieurmel@gmail.com"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9dda86845cbf241933a6673bdbc2b27d63d6cbba","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.29.tgz","fileCount":319,"integrity":"sha512-gh/hdd9g8KJuK4mGWPOzO65ir15y1rJKoyNqNpL8LkwSeP5+Mq3VfPQyxGMqQK4einMUOL/AAfeUfTwmNNiZVA==","signatures":[{"sig":"MEUCICDm/d9CDtb+7svxbAaQ/zpRWsIVjeua5f80QYZ7tZmeAiEA2gjKJgCOH4H5xLJVNPaFOamVqwxOwqItQ4uMV5zqM4o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3034823},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6f3a2283e0def680119b3f19c4c13a86559f7ec3","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.0-rc.29","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.29","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.29","@strapi/types":"5.0.0-rc.29","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.29_1726664593108_0.24566701807053404","host":"s3://npm-registry-packages"}},"5.0.0-rc.30":{"name":"@strapi/content-type-builder","version":"5.0.0-rc.30","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0-rc.30","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1384ef51e60599d2870f75e49542d9893a76695f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0-rc.30.tgz","fileCount":319,"integrity":"sha512-u30v18pCJ8Jh2WdmXn/xWZnwc+n/nkSVVDqHDVceRiQbhZwha4cVfESJZIDmYxKBtp5qpIERaIha5yiNZfYnpg==","signatures":[{"sig":"MEUCIQCS0ydmxKTQrKSfXuwpNdFatzmHyK3REbyakPDiVTXE7AIgfrKbjJzXLt1n8KEu1AL4aJgN4Pj5S2gWpTPR6Ar0nDE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3034823},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"506f8c8a6e41a81392bf59c5743b8a0db8790916","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.0-rc.30","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0-rc.30","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0-rc.30","@strapi/types":"5.0.0-rc.30","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0-rc.30_1726672456956_0.2198602322790404","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"@strapi/content-type-builder","version":"5.0.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.0","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9906e95981c19eb11a1c140edc50d976be1b74eb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.0.tgz","fileCount":319,"integrity":"sha512-tqlFc1M4JgE9BM/R5QaLtaMO0srRunH2tgJS1f500fBVHczH0lqMZlVbhwmo8/uRGVcEatS8aq27MgNGaPENtw==","signatures":[{"sig":"MEQCIFjdMJ29gpQ2FyAaoDpLj5aOhtXRBCSCz9pwNJKAtJdmAiAkxzZa26bMSqr8h5Vo/98+qm7c6HMsBXk9pL+lstUlNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3034793},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ce84fada19d58a7dfbdd553035e6558f8befcba4","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.15.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.15.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.0","@strapi/types":"5.0.0","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.0_1726672680424_0.7560190747345232","host":"s3://npm-registry-packages"}},"0.0.0-next.ce84fada19d58a7dfbdd553035e6558f8befcba4":{"name":"@strapi/content-type-builder","version":"0.0.0-next.ce84fada19d58a7dfbdd553035e6558f8befcba4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.ce84fada19d58a7dfbdd553035e6558f8befcba4","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5d3236807402c452ee7747e7260dd02ec64afec7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.ce84fada19d58a7dfbdd553035e6558f8befcba4.tgz","fileCount":319,"integrity":"sha512-daZQMlIPmdO+6RfriT9lutsRGxGQSG6sXbBsm1GIJGkw7ZvzKv+5MIjFMuKJ4+BA90QrLA5oVKqGT1+KjblhFw==","signatures":[{"sig":"MEQCICX6lkhPch+NvWUB9MrZKoIQMrh5HhNwKclLjleBhUPoAiAXB+A6IBZ+oGVcAbBcsnioySF9cfl9kGnDevDVustOew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035011},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ce84fada19d58a7dfbdd553035e6558f8befcba4","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.ce84fada19d58a7dfbdd553035e6558f8befcba4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.ce84fada19d58a7dfbdd553035e6558f8befcba4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.ce84fada19d58a7dfbdd553035e6558f8befcba4","@strapi/types":"0.0.0-next.ce84fada19d58a7dfbdd553035e6558f8befcba4","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.ce84fada19d58a7dfbdd553035e6558f8befcba4_1726705735446_0.9574368824589485","host":"s3://npm-registry-packages"}},"0.0.0-experimental.fed75ee8e64c57dbed0b670b25ef026b69baab10":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fed75ee8e64c57dbed0b670b25ef026b69baab10","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fed75ee8e64c57dbed0b670b25ef026b69baab10","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6ad98acc31715e0abdf63400c05eac23b88a0f51","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fed75ee8e64c57dbed0b670b25ef026b69baab10.tgz","fileCount":319,"integrity":"sha512-1eURfGY5sF3/NrJamhJ03ClPeOjXPYjOIjWJUKQPaPH3c9pWNg90fB9MYHPEmsZq0s1bvFnVf0xzOEtqrm1zog==","signatures":[{"sig":"MEQCIFVkLTz9wAm36OvHY1yiuFAwlr7N1OYdxWUOyUOmFFwQAiAgCZxH6/7cso0vxNgitV8gHHXt0TspoBy7HfhdUD/FUg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fed75ee8e64c57dbed0b670b25ef026b69baab10","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.fed75ee8e64c57dbed0b670b25ef026b69baab10","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.fed75ee8e64c57dbed0b670b25ef026b69baab10","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fed75ee8e64c57dbed0b670b25ef026b69baab10","@strapi/types":"0.0.0-experimental.fed75ee8e64c57dbed0b670b25ef026b69baab10","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fed75ee8e64c57dbed0b670b25ef026b69baab10_1726781197936_0.28229723721887456","host":"s3://npm-registry-packages"}},"0.0.0-next.504076d2165a82f124620a3f1f3e3a6017e97f3f":{"name":"@strapi/content-type-builder","version":"0.0.0-next.504076d2165a82f124620a3f1f3e3a6017e97f3f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.504076d2165a82f124620a3f1f3e3a6017e97f3f","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6f12213387278ea4d89a57cb4ae0f5dc1b3c927f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.504076d2165a82f124620a3f1f3e3a6017e97f3f.tgz","fileCount":319,"integrity":"sha512-OVmGW4ARGVIdq7yLJ4j+FKaRzNWIx1forvF2KoYZ8FXCf5Hpj58LnzY1yz90pmpzhW35uTvlceYbNwrKK2jpVQ==","signatures":[{"sig":"MEYCIQDCxbIYSsi06kqpPGlij8ZbHkzpx5AwFAxP5MK29V18GAIhALIExXmjcs0kfxo4IRYEgli9y5vkdCAu7vGFueRA7dwj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035011},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"504076d2165a82f124620a3f1f3e3a6017e97f3f","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.504076d2165a82f124620a3f1f3e3a6017e97f3f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.504076d2165a82f124620a3f1f3e3a6017e97f3f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.504076d2165a82f124620a3f1f3e3a6017e97f3f","@strapi/types":"0.0.0-next.504076d2165a82f124620a3f1f3e3a6017e97f3f","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.504076d2165a82f124620a3f1f3e3a6017e97f3f_1726792103097_0.49372392517297103","host":"s3://npm-registry-packages"}},"0.0.0-experimental.8f5736f39974781dca58cef1d1dea9d54580fbf1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8f5736f39974781dca58cef1d1dea9d54580fbf1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8f5736f39974781dca58cef1d1dea9d54580fbf1","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f94cfed35c5530bdd1ea7ef0ded8aac19185296d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8f5736f39974781dca58cef1d1dea9d54580fbf1.tgz","fileCount":319,"integrity":"sha512-zzftQgMdyl3PVq6OWHzgu037ctoUV+cizAid8FK7936CuwGSpr+WIYe2ctnyzA5P6nPoCOqd3QToAL62wkVOqg==","signatures":[{"sig":"MEUCIQCCHN1Nv7o1xrH7xRbrV9bvUKlOBP4oK5ICo6oh6JHh3gIgD5U8PBDVnxf4kbBGzZZC9fwSaHq9L8EUM290OVxYWfg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8f5736f39974781dca58cef1d1dea9d54580fbf1","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.8f5736f39974781dca58cef1d1dea9d54580fbf1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.8f5736f39974781dca58cef1d1dea9d54580fbf1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8f5736f39974781dca58cef1d1dea9d54580fbf1","@strapi/types":"0.0.0-experimental.8f5736f39974781dca58cef1d1dea9d54580fbf1","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8f5736f39974781dca58cef1d1dea9d54580fbf1_1726843964924_0.8536758596696066","host":"s3://npm-registry-packages"}},"0.0.0-experimental.117b0ba4c41638592858ef7c29fec09396cf01be":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.117b0ba4c41638592858ef7c29fec09396cf01be","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.117b0ba4c41638592858ef7c29fec09396cf01be","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1fa58103a24937a46d6f79f43b53d8dcba5cc01b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.117b0ba4c41638592858ef7c29fec09396cf01be.tgz","fileCount":319,"integrity":"sha512-n2aafh8v/SXmUlgKzAos37WV49Ik72gzW8Yf6/Uvq1KYzFFt0sWU9iGyLB1QiIdH4QToXlGh3LLyYfSBtDx+RQ==","signatures":[{"sig":"MEYCIQDQlEw9WGelCfttpFl6IBe9m7NARwRReQQPmpLerxqv7gIhAL0XfH40AoPbr/pL4FH+VE/2cSHxW65OfaUULJ1QYIgr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"117b0ba4c41638592858ef7c29fec09396cf01be","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.117b0ba4c41638592858ef7c29fec09396cf01be","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.117b0ba4c41638592858ef7c29fec09396cf01be","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.117b0ba4c41638592858ef7c29fec09396cf01be","@strapi/types":"0.0.0-experimental.117b0ba4c41638592858ef7c29fec09396cf01be","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.117b0ba4c41638592858ef7c29fec09396cf01be_1727100546398_0.1781680349122461","host":"s3://npm-registry-packages"}},"0.0.0-experimental.727a0f9b729da91886ca93e88ec1d6d811d1beba":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.727a0f9b729da91886ca93e88ec1d6d811d1beba","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.727a0f9b729da91886ca93e88ec1d6d811d1beba","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2dc8c1119bbcea30ba4f73b97fdc766ece1d054f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.727a0f9b729da91886ca93e88ec1d6d811d1beba.tgz","fileCount":319,"integrity":"sha512-9hKfa5XWBJwHezrKd70O8oHpvF83OLs2AMW3xJZEjZY9QQAR8k08/dArySoLzJ7T1t3ZbgMAuC+mjvV3sO9PcA==","signatures":[{"sig":"MEQCIGjGqKQ7Pk3TkNhVomc0kuU/rKVW3sX2uTI1fqxiOi+xAiBdLgqmdcQMn3+vrNc2rLZOzE02Z9kRAjzbDQJh+OAdRw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"727a0f9b729da91886ca93e88ec1d6d811d1beba","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.727a0f9b729da91886ca93e88ec1d6d811d1beba","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.727a0f9b729da91886ca93e88ec1d6d811d1beba","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.727a0f9b729da91886ca93e88ec1d6d811d1beba","@strapi/types":"0.0.0-experimental.727a0f9b729da91886ca93e88ec1d6d811d1beba","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.727a0f9b729da91886ca93e88ec1d6d811d1beba_1727116876024_0.13082524385524041","host":"s3://npm-registry-packages"}},"0.0.0-next.d2d15ef227d67cce89c2673764c0555c841cd29c":{"name":"@strapi/content-type-builder","version":"0.0.0-next.d2d15ef227d67cce89c2673764c0555c841cd29c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.d2d15ef227d67cce89c2673764c0555c841cd29c","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"93006bf9b4eea107f62ad3dc81afa280935437b9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.d2d15ef227d67cce89c2673764c0555c841cd29c.tgz","fileCount":319,"integrity":"sha512-/v5DCV4p3jHGMMZp431U6fcjMqGuvx+hBXXpKF1D4B19s9+3TgViKLi9qxx5I0oPJEH7VV/41i3VY0JG//2Ezg==","signatures":[{"sig":"MEYCIQDiuvdo10jn5ercmLLIv6dASjj2RPqy9buWlWF8VWpvOQIhANeWzMrR0llLTFaJGNNZ84X9eeaffeOIweepspLb4/lL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035011},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d2d15ef227d67cce89c2673764c0555c841cd29c","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.d2d15ef227d67cce89c2673764c0555c841cd29c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.d2d15ef227d67cce89c2673764c0555c841cd29c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.d2d15ef227d67cce89c2673764c0555c841cd29c","@strapi/types":"0.0.0-next.d2d15ef227d67cce89c2673764c0555c841cd29c","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.d2d15ef227d67cce89c2673764c0555c841cd29c_1727137727796_0.8939434133506197","host":"s3://npm-registry-packages"}},"0.0.0-experimental.9bd63a0f51283779d88aa9d86aa78c40ed628a15":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9bd63a0f51283779d88aa9d86aa78c40ed628a15","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9bd63a0f51283779d88aa9d86aa78c40ed628a15","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1c311c0faf2a60215488cb2224a3f79e650e4502","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9bd63a0f51283779d88aa9d86aa78c40ed628a15.tgz","fileCount":319,"integrity":"sha512-lEaMDNakr0T2Tg+DM+Va3f9aO/grTmbIvb21SBusl8Hqp9xujtJxX8nWRw1+l8NUnhHyrKLCxOaO8Htow8rq6Q==","signatures":[{"sig":"MEYCIQCyefTgRK98uD9+I0JZVkHwOtHyKA7OZCe3glxo2tKuYQIhAPhRANZAZLCa6lKdnawfiMIvJEx4Ic+sr/wXX0pa/9Ox","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9bd63a0f51283779d88aa9d86aa78c40ed628a15","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.9bd63a0f51283779d88aa9d86aa78c40ed628a15","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.9bd63a0f51283779d88aa9d86aa78c40ed628a15","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9bd63a0f51283779d88aa9d86aa78c40ed628a15","@strapi/types":"0.0.0-experimental.9bd63a0f51283779d88aa9d86aa78c40ed628a15","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9bd63a0f51283779d88aa9d86aa78c40ed628a15_1727168733570_0.20234824704819832","host":"s3://npm-registry-packages"}},"0.0.0-experimental.f8a68bc03b751aa0a66c4dcfaf83553c9b6adf2b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f8a68bc03b751aa0a66c4dcfaf83553c9b6adf2b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f8a68bc03b751aa0a66c4dcfaf83553c9b6adf2b","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"be8358dede096c0f9d6de62b73ab579d9e89e77b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f8a68bc03b751aa0a66c4dcfaf83553c9b6adf2b.tgz","fileCount":319,"integrity":"sha512-rZ9JzxjCRSb9Dq7E9aONjpTGAE4SdiwVIOg4OJeH6SBXTnSmoUpsq5rvwXu+WiULwlAIYsR/DBIR8M6OrRRX8A==","signatures":[{"sig":"MEUCIB+8OYqtyRp6P7OPdbWVKLoFWQ3ZwkH3cqB/6iMuk9UfAiEAkWsYjW5DOMfvMP/ImBdEG3P28qxdITsTzqBbeXiZPfc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f8a68bc03b751aa0a66c4dcfaf83553c9b6adf2b","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.f8a68bc03b751aa0a66c4dcfaf83553c9b6adf2b","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f8a68bc03b751aa0a66c4dcfaf83553c9b6adf2b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f8a68bc03b751aa0a66c4dcfaf83553c9b6adf2b","@strapi/types":"0.0.0-experimental.f8a68bc03b751aa0a66c4dcfaf83553c9b6adf2b","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f8a68bc03b751aa0a66c4dcfaf83553c9b6adf2b_1727169939358_0.7517604385104679","host":"s3://npm-registry-packages"}},"0.0.0-experimental.5a6cf698f4104d2c95bb57a4c7beaca233d26e5a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5a6cf698f4104d2c95bb57a4c7beaca233d26e5a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5a6cf698f4104d2c95bb57a4c7beaca233d26e5a","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c5ef3cfcd4ab78a52b5385b27943734af40d5a23","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5a6cf698f4104d2c95bb57a4c7beaca233d26e5a.tgz","fileCount":319,"integrity":"sha512-8wY8J6OKUbJlsTbYWMmJLF8TK5JH4HgxKW9TY59S+d2LGLT06UXCrguCcZ+sUJoGGdOAaw9KnQfa3OTkvSiAAA==","signatures":[{"sig":"MEQCIDALD9sxh33hPxj7B1eN/jaM34MBIucEAGsADGKMD680AiB7SXC6syJZih/Ytr8aIbFyjm42f6tfdB7wBndahzjSsg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5a6cf698f4104d2c95bb57a4c7beaca233d26e5a","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.5a6cf698f4104d2c95bb57a4c7beaca233d26e5a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5a6cf698f4104d2c95bb57a4c7beaca233d26e5a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5a6cf698f4104d2c95bb57a4c7beaca233d26e5a","@strapi/types":"0.0.0-experimental.5a6cf698f4104d2c95bb57a4c7beaca233d26e5a","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5a6cf698f4104d2c95bb57a4c7beaca233d26e5a_1727171267390_0.8520916386296162","host":"s3://npm-registry-packages"}},"0.0.0-experimental.e02b4637b3906c6d31048d00600d09a23a0edc3d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e02b4637b3906c6d31048d00600d09a23a0edc3d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e02b4637b3906c6d31048d00600d09a23a0edc3d","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"78d079847e1be0396061cc8454f60dab755fae9b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e02b4637b3906c6d31048d00600d09a23a0edc3d.tgz","fileCount":319,"integrity":"sha512-ernIOh0Kgm9fIJ0jqp70YBBMB6DhyCDZqqdrjn/r95nOJQ9Z8TbFZZTKd5yMhv+d79QJ3qSxTgqoM24gw+mUsQ==","signatures":[{"sig":"MEUCIQDJahGSAZQw4GRHTfMrlgHEQW+9fmVN88hOZfSP60sj1gIgMGBeZmEQlax98UMFdAR0ajljHgnek5oCVFJZXsF6lyo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e02b4637b3906c6d31048d00600d09a23a0edc3d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.e02b4637b3906c6d31048d00600d09a23a0edc3d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.e02b4637b3906c6d31048d00600d09a23a0edc3d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e02b4637b3906c6d31048d00600d09a23a0edc3d","@strapi/types":"0.0.0-experimental.e02b4637b3906c6d31048d00600d09a23a0edc3d","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e02b4637b3906c6d31048d00600d09a23a0edc3d_1727175273220_0.7201064356967597","host":"s3://npm-registry-packages"}},"0.0.0-experimental.d3243594aea3e6fa0ef08580192bb0df29c9162d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d3243594aea3e6fa0ef08580192bb0df29c9162d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d3243594aea3e6fa0ef08580192bb0df29c9162d","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7cfd425bc0ba11993c0dfee7811efd0e4bbcc51d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d3243594aea3e6fa0ef08580192bb0df29c9162d.tgz","fileCount":319,"integrity":"sha512-X3lNkDVZHdoxqj3rB6SIhz75ur/nJHnOPvc3VinD/bN0YHAR6/Bx0yvfPlF5jLHx5QiUHzcYE94t/eeiwux4BA==","signatures":[{"sig":"MEYCIQDivoKqPNDpg8VQuKyyaX3Eiaf3MzULG8uyueceibauZgIhAKrBE/qZ9GyczO5wS3PaEhYOV4/hJkg4UMcjys/TbkTq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d3243594aea3e6fa0ef08580192bb0df29c9162d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.d3243594aea3e6fa0ef08580192bb0df29c9162d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.d3243594aea3e6fa0ef08580192bb0df29c9162d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d3243594aea3e6fa0ef08580192bb0df29c9162d","@strapi/types":"0.0.0-experimental.d3243594aea3e6fa0ef08580192bb0df29c9162d","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d3243594aea3e6fa0ef08580192bb0df29c9162d_1727178129410_0.4368467486802923","host":"s3://npm-registry-packages"}},"0.0.0-experimental.86fea32ae4240d73f76516d7238e302b6b927e88":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.86fea32ae4240d73f76516d7238e302b6b927e88","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.86fea32ae4240d73f76516d7238e302b6b927e88","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"729ebdcbe2e3ae875cbfbaecc2d5f4f0c88e9479","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.86fea32ae4240d73f76516d7238e302b6b927e88.tgz","fileCount":319,"integrity":"sha512-7VqwsaIuClttYQAI6AzKFoU9pV1Eps2d+AJMXwCiRGLbnXsYfGW1+ZYzGU0HfpmBj2sZZ2nF0KBuAuWz+q+q1w==","signatures":[{"sig":"MEYCIQCpvI3NR+5ebxubDg1KFL9dB3Y7NQiVJUGXNg1GAG6LWwIhAPizDWItk2E+FyU10CBrA7Od6slgwB26dpbB+rgJdLdz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"86fea32ae4240d73f76516d7238e302b6b927e88","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.86fea32ae4240d73f76516d7238e302b6b927e88","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.86fea32ae4240d73f76516d7238e302b6b927e88","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.86fea32ae4240d73f76516d7238e302b6b927e88","@strapi/types":"0.0.0-experimental.86fea32ae4240d73f76516d7238e302b6b927e88","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.86fea32ae4240d73f76516d7238e302b6b927e88_1727189945736_0.7032142231707816","host":"s3://npm-registry-packages"}},"0.0.0-experimental.65b9961ce81496e349024ceb95be1d5946f2c429":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.65b9961ce81496e349024ceb95be1d5946f2c429","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.65b9961ce81496e349024ceb95be1d5946f2c429","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"33697ca362eebc5bca0ad9d488588dd2fae5a58a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.65b9961ce81496e349024ceb95be1d5946f2c429.tgz","fileCount":319,"integrity":"sha512-46BXmwQY/U9DFxLkoNJy3CyQHU61sjsXqATzo6eouTJ+RZLv+1SuV98YkRbh9MtdfxNcpXrW/BnQe7RsfVNENw==","signatures":[{"sig":"MEQCIGwftoTLwQJN5vlyQS2Q2z+Tr9HnBW7/ofKrwJXXba2bAiB+CqxY+DIR95EgcmUu9byqQXRwGTMpmS0xUGe/niXTSg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035401},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"65b9961ce81496e349024ceb95be1d5946f2c429","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.65b9961ce81496e349024ceb95be1d5946f2c429","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.65b9961ce81496e349024ceb95be1d5946f2c429","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.65b9961ce81496e349024ceb95be1d5946f2c429","@strapi/types":"0.0.0-experimental.65b9961ce81496e349024ceb95be1d5946f2c429","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.65b9961ce81496e349024ceb95be1d5946f2c429_1727190376628_0.6512928397038038","host":"s3://npm-registry-packages"}},"0.0.0-experimental.bb39175992a5cd205a7e3f2e13a96aa31eba2cff":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.bb39175992a5cd205a7e3f2e13a96aa31eba2cff","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.bb39175992a5cd205a7e3f2e13a96aa31eba2cff","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"592d51180abd0eb146bbb772c5af3c14bf1c7896","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.bb39175992a5cd205a7e3f2e13a96aa31eba2cff.tgz","fileCount":319,"integrity":"sha512-sGuXVX5D8KNt2x6nC326M6TGoht6OcZqMsOufV9PPv6xqcyo3aWUVCAl3nkVolRkV7E7ZrA7FfdNPYJ2b1pmJw==","signatures":[{"sig":"MEUCIHz240JGGmHcSenzonTWOH81z978s9FjFb47sGsF5REoAiEAqG1OmQfwAiTWnbgNsr9JGaxszbp2BWbMC7FOsrsiAzU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bb39175992a5cd205a7e3f2e13a96aa31eba2cff","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.bb39175992a5cd205a7e3f2e13a96aa31eba2cff","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.bb39175992a5cd205a7e3f2e13a96aa31eba2cff","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.bb39175992a5cd205a7e3f2e13a96aa31eba2cff","@strapi/types":"0.0.0-experimental.bb39175992a5cd205a7e3f2e13a96aa31eba2cff","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.bb39175992a5cd205a7e3f2e13a96aa31eba2cff_1727196587070_0.4664106888602866","host":"s3://npm-registry-packages"}},"0.0.0-next.55dabf6295dfb7987fcab8a6b40212555f0e684c":{"name":"@strapi/content-type-builder","version":"0.0.0-next.55dabf6295dfb7987fcab8a6b40212555f0e684c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.55dabf6295dfb7987fcab8a6b40212555f0e684c","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"34cd4982eca12c33936472c838581fa11208eb66","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.55dabf6295dfb7987fcab8a6b40212555f0e684c.tgz","fileCount":319,"integrity":"sha512-dAhUN2KNZ75+ZB7+MrJiu8LPuw81h81fJNnjMBGaHfdCHR00PQBztijuyrpTDYD2+ulHdfVo7GZZhnDfSo6jdQ==","signatures":[{"sig":"MEUCIQDLDOFnWSkkfXd+THF1ERJLa/Wkxuppwa1g90//PDzVywIgCEEaUwbXoaEaJqDX/7gkYZbdPHQgsiCxshy9dslEVcA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035361},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"55dabf6295dfb7987fcab8a6b40212555f0e684c","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.55dabf6295dfb7987fcab8a6b40212555f0e684c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.55dabf6295dfb7987fcab8a6b40212555f0e684c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.55dabf6295dfb7987fcab8a6b40212555f0e684c","@strapi/types":"0.0.0-next.55dabf6295dfb7987fcab8a6b40212555f0e684c","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.55dabf6295dfb7987fcab8a6b40212555f0e684c_1727224137810_0.8512829888972318","host":"s3://npm-registry-packages"}},"0.0.0-experimental.56109c4ad2fb374b04c392a229599354fa6586e1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.56109c4ad2fb374b04c392a229599354fa6586e1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.56109c4ad2fb374b04c392a229599354fa6586e1","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"05ca9ff0e20b860f7a419b1e7eff09aa0f1fd47c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.56109c4ad2fb374b04c392a229599354fa6586e1.tgz","fileCount":319,"integrity":"sha512-/QdUkNTKk4rYDIDpL4OGrVZdzHrosVdRadjXCL4lT4QNz18uV8zqnYKdkPoQbw4BBO4Iymoted4u0JBpabDc/w==","signatures":[{"sig":"MEUCIQCehax2OJpzS8+UNpiGxOL5VNyAn3MTjeAAzx2EZ4Q3+QIgcBG1ax4QVgSEeOJTMYfkWSzwm/t2s3oPf3B1mJbmKjw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"56109c4ad2fb374b04c392a229599354fa6586e1","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.56109c4ad2fb374b04c392a229599354fa6586e1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.56109c4ad2fb374b04c392a229599354fa6586e1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.56109c4ad2fb374b04c392a229599354fa6586e1","@strapi/types":"0.0.0-experimental.56109c4ad2fb374b04c392a229599354fa6586e1","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.56109c4ad2fb374b04c392a229599354fa6586e1_1727272258126_0.8710765910320581","host":"s3://npm-registry-packages"}},"0.0.0-experimental.55dabf6295dfb7987fcab8a6b40212555f0e684c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.55dabf6295dfb7987fcab8a6b40212555f0e684c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.55dabf6295dfb7987fcab8a6b40212555f0e684c","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5e73f0a74d12285a1657ca342180a8da457af615","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.55dabf6295dfb7987fcab8a6b40212555f0e684c.tgz","fileCount":319,"integrity":"sha512-2FdT8mNK3MBMzdaF+bjBHoZC8d+ZplFLqA/U/K5AHN1p/8+fopUWfYr+gVbQlpl2n8h9oERbdRAIiR8BpfD5gg==","signatures":[{"sig":"MEQCIEWbC0SVKZAddo5s+E64s/a84eHCLBsr3oBBnBPXREPsAiB7zOEkku0FqvPWS8188JvaQBLy4mWAr7bllqVVagq4Zw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035401},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"55dabf6295dfb7987fcab8a6b40212555f0e684c","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.55dabf6295dfb7987fcab8a6b40212555f0e684c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.55dabf6295dfb7987fcab8a6b40212555f0e684c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.55dabf6295dfb7987fcab8a6b40212555f0e684c","@strapi/types":"0.0.0-experimental.55dabf6295dfb7987fcab8a6b40212555f0e684c","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.55dabf6295dfb7987fcab8a6b40212555f0e684c_1727272374646_0.06041802200753654","host":"s3://npm-registry-packages"}},"0.0.0-experimental.5a34dd1236f692f16e40784fcca5c11e0e55dc5a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5a34dd1236f692f16e40784fcca5c11e0e55dc5a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5a34dd1236f692f16e40784fcca5c11e0e55dc5a","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"47198c41d40d70c8381bbd1684be7a5c9bf41ac0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5a34dd1236f692f16e40784fcca5c11e0e55dc5a.tgz","fileCount":319,"integrity":"sha512-nGZC1/DFFksDBRE4LMUkHpbHlF5dxtZmj2gObbBHikz0VChqW1HfzZ9eHy++iFwP8zMezLraHLth9LQxzhhnug==","signatures":[{"sig":"MEUCIQDrSHwz6izk77NM31RMUCDRVW2cPvi8pj5vBBD/6QTxUQIgV6UAUtlNkBfUvRY7ck4rgxm9HH7fkf05xpId51FLspY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5a34dd1236f692f16e40784fcca5c11e0e55dc5a","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.5a34dd1236f692f16e40784fcca5c11e0e55dc5a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5a34dd1236f692f16e40784fcca5c11e0e55dc5a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5a34dd1236f692f16e40784fcca5c11e0e55dc5a","@strapi/types":"0.0.0-experimental.5a34dd1236f692f16e40784fcca5c11e0e55dc5a","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5a34dd1236f692f16e40784fcca5c11e0e55dc5a_1727276837774_0.07852075410978787","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"@strapi/content-type-builder","version":"5.0.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.1","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1c3f825b985921b00a59edaafa45731e4dfe0ff6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.1.tgz","fileCount":319,"integrity":"sha512-+aNjJYLyw/dj5+nrSo8eyh89kiEIN+bDc5Q9z/NZvGE/xrsUtQnAUIvY5B0SVCvYvtKBShxNvQEibQsUc94Bww==","signatures":[{"sig":"MEQCIBrOoLX01i1genEdO7EXIyLS3WysNGXCVB7KuUSNFooMAiA8pY27sXCeNl61Hwsenb43V65aOXWpNzFB/VNHFIs/Rw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035131},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"99323ff7d720a309ae03d2fa50b232a25cf57116","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"remidej","email":"remi@hey.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.1","@strapi/types":"5.0.1","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.1_1727276906501_0.456865839810503","host":"s3://npm-registry-packages"}},"0.0.0-experimental.de2b94258659463e5ddc5992e9a9490d66d950dd":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.de2b94258659463e5ddc5992e9a9490d66d950dd","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.de2b94258659463e5ddc5992e9a9490d66d950dd","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"99bdb7c6bb184dd0efb5ee85ef39e5a7a8517dba","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.de2b94258659463e5ddc5992e9a9490d66d950dd.tgz","fileCount":319,"integrity":"sha512-9QtNrNp7tfJ4zihJSylonJLNPGthY9zTDAGBu5rI1Bna5OlwoGPhipfU+IyPMZ6m4FRZGgyOSReSKHAWwKR/Kg==","signatures":[{"sig":"MEUCIQCHFsTCQDIhsnBNG3mwYOHRstFK1Xs8JXuxF/tb9olXQwIgcHzAl1YTpXXNpLVlgZscOF36/pjX+uFCulfWbBxQm7A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"de2b94258659463e5ddc5992e9a9490d66d950dd","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.de2b94258659463e5ddc5992e9a9490d66d950dd","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.de2b94258659463e5ddc5992e9a9490d66d950dd","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.de2b94258659463e5ddc5992e9a9490d66d950dd","@strapi/types":"0.0.0-experimental.de2b94258659463e5ddc5992e9a9490d66d950dd","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.de2b94258659463e5ddc5992e9a9490d66d950dd_1727279656579_0.3456059234631854","host":"s3://npm-registry-packages"}},"0.0.0-experimental.b1d7921ddb1b36c84b58a3946e1dc9dbda91b2dc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b1d7921ddb1b36c84b58a3946e1dc9dbda91b2dc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b1d7921ddb1b36c84b58a3946e1dc9dbda91b2dc","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f58962399f3f45e93c9f325269c26c3ef83bfc22","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b1d7921ddb1b36c84b58a3946e1dc9dbda91b2dc.tgz","fileCount":319,"integrity":"sha512-rPF1nA7mXdSMs7IV91pWi3mXyiTTtf1rFW1WE74srU0X6HJdWoRIpbnzesFSz4isX4EnVaW9fshP7dLP0viJ+w==","signatures":[{"sig":"MEUCIF0c1q7NS3khKgmRl/L2B3M91iMZBuaDYslaOTGaZKvNAiEA4b5NlmCimx0dDKcNck9JQ8vyD7XMXoSz6EgVI6+oRy0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b1d7921ddb1b36c84b58a3946e1dc9dbda91b2dc","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.b1d7921ddb1b36c84b58a3946e1dc9dbda91b2dc","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.b1d7921ddb1b36c84b58a3946e1dc9dbda91b2dc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b1d7921ddb1b36c84b58a3946e1dc9dbda91b2dc","@strapi/types":"0.0.0-experimental.b1d7921ddb1b36c84b58a3946e1dc9dbda91b2dc","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b1d7921ddb1b36c84b58a3946e1dc9dbda91b2dc_1727289978683_0.27907878572800526","host":"s3://npm-registry-packages"}},"0.0.0-next.3c5bc3f35387771b185349533729e99e6e59c525":{"name":"@strapi/content-type-builder","version":"0.0.0-next.3c5bc3f35387771b185349533729e99e6e59c525","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.3c5bc3f35387771b185349533729e99e6e59c525","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"26327e601dc11356508b9ffd9cc7eb1917977690","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.3c5bc3f35387771b185349533729e99e6e59c525.tgz","fileCount":319,"integrity":"sha512-Q/V5CNM0MObcRa4LxIAqsk/6rGZwxdK6DXLiIQy6mjqF4/FqjSOkT4TwOfFibCTqk1GzeTW7TZiO/e7G/NzknA==","signatures":[{"sig":"MEUCIQCARezxp37sKblbkTecZXUpuggDQbQA0jKffZmZMBAPCwIgYhbsuTVUl3x0plx+zhN78XdvzMGVbVrFf+e8mYqr3a4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035361},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3c5bc3f35387771b185349533729e99e6e59c525","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.3c5bc3f35387771b185349533729e99e6e59c525","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.3c5bc3f35387771b185349533729e99e6e59c525","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.3c5bc3f35387771b185349533729e99e6e59c525","@strapi/types":"0.0.0-next.3c5bc3f35387771b185349533729e99e6e59c525","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.3c5bc3f35387771b185349533729e99e6e59c525_1727310511467_0.6402705496704344","host":"s3://npm-registry-packages"}},"0.0.0-experimental.d65615a2b9130dd742d3c396674457d7971da928":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d65615a2b9130dd742d3c396674457d7971da928","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d65615a2b9130dd742d3c396674457d7971da928","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"acfd8469238689c3e714d77932bcf81e088cc65c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d65615a2b9130dd742d3c396674457d7971da928.tgz","fileCount":319,"integrity":"sha512-IAju6vBZ7Vl9gPF2SqukwL/KgiOQTeXHwxkO9LBRljtIqWK/l4xYELd0RmGat2o7C3Fjzjx/hkHOLonhBYKzGA==","signatures":[{"sig":"MEQCIA2eL6+ib5zJpBFplcCHqj7jcesU5m9Hg4aNW4rD4FX9AiApz7mtG1RtoXmROmlTq2Us3hwkuqlaW0nmm2OtJXc8mQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035401},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d65615a2b9130dd742d3c396674457d7971da928","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.d65615a2b9130dd742d3c396674457d7971da928","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.d65615a2b9130dd742d3c396674457d7971da928","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d65615a2b9130dd742d3c396674457d7971da928","@strapi/types":"0.0.0-experimental.d65615a2b9130dd742d3c396674457d7971da928","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d65615a2b9130dd742d3c396674457d7971da928_1727338406449_0.3780148730804802","host":"s3://npm-registry-packages"}},"0.0.0-experimental.5d4d09ee13c3caee5f590cb81ac0eddc9b11e90d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5d4d09ee13c3caee5f590cb81ac0eddc9b11e90d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5d4d09ee13c3caee5f590cb81ac0eddc9b11e90d","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"51078a0af6d0f5f9829bbed76e72f03952f27964","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5d4d09ee13c3caee5f590cb81ac0eddc9b11e90d.tgz","fileCount":319,"integrity":"sha512-wvyQ/oQXYkh7YLImc/qI1kvQoV5qJ0/eJQCbKUOZedS9jAy5tyEWZS18frHWurXsESL4Gt1ODVcpYqtiA5sbwQ==","signatures":[{"sig":"MEUCIHVcYQtmVhMHj+9ZyLVOGZ7bkk22l9LpDzHsbFNQYaBNAiEAgYBmHp+3Is66ev1+IeHeBSezDhohicbePkBBJzD5K1E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035401},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5d4d09ee13c3caee5f590cb81ac0eddc9b11e90d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.5d4d09ee13c3caee5f590cb81ac0eddc9b11e90d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5d4d09ee13c3caee5f590cb81ac0eddc9b11e90d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5d4d09ee13c3caee5f590cb81ac0eddc9b11e90d","@strapi/types":"0.0.0-experimental.5d4d09ee13c3caee5f590cb81ac0eddc9b11e90d","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5d4d09ee13c3caee5f590cb81ac0eddc9b11e90d_1727343970495_0.615972464551714","host":"s3://npm-registry-packages"}},"0.0.0-experimental.3162602be5ecf801e9697f416d1467608d46ad32":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3162602be5ecf801e9697f416d1467608d46ad32","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3162602be5ecf801e9697f416d1467608d46ad32","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4735bca0c19b82ecf50782091c2b09564976f91f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3162602be5ecf801e9697f416d1467608d46ad32.tgz","fileCount":319,"integrity":"sha512-Kv4gIDqulU1V3xMweNu7hBpKFrfoaGNops0nshSWsvyzAE4k8hiGLHAHOgOR0nVeTeaIQmYceFYhLVVFrVRXyw==","signatures":[{"sig":"MEQCIEQnApZyOZWqDV6LUnpAyX1fxx0TCfThdKOa6P+rkyqfAiARaKEnBMKyLW9RfQRP4TqIMYJKEO4oFbiLDUiNJDkDHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035401},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3162602be5ecf801e9697f416d1467608d46ad32","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.3162602be5ecf801e9697f416d1467608d46ad32","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.3162602be5ecf801e9697f416d1467608d46ad32","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3162602be5ecf801e9697f416d1467608d46ad32","@strapi/types":"0.0.0-experimental.3162602be5ecf801e9697f416d1467608d46ad32","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3162602be5ecf801e9697f416d1467608d46ad32_1727345389520_0.14138404238811475","host":"s3://npm-registry-packages"}},"0.0.0-experimental.f9cac24ba3b2f6acb12d0fb5669106e5a134174e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f9cac24ba3b2f6acb12d0fb5669106e5a134174e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f9cac24ba3b2f6acb12d0fb5669106e5a134174e","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a656761497792174f18c5bc00f8f6add9fc92b28","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f9cac24ba3b2f6acb12d0fb5669106e5a134174e.tgz","fileCount":319,"integrity":"sha512-ulIUDT5BGjTPSXbVxWUN/RdxvyiBHsMp7vTbMtAFI2nzkI5i4YBMTMZmH6t13wVlU8Sz64cfSzVKKH6p+ZRMrQ==","signatures":[{"sig":"MEYCIQDX2UlmYf+HGcfZ8VupnHqLWFa9icI30ciys55pHaClTAIhAM9FnuLeEeqiOn/lXQWJzAmmwgvuCWDIq8mmrJpOhBR6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035401},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f9cac24ba3b2f6acb12d0fb5669106e5a134174e","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.f9cac24ba3b2f6acb12d0fb5669106e5a134174e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f9cac24ba3b2f6acb12d0fb5669106e5a134174e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f9cac24ba3b2f6acb12d0fb5669106e5a134174e","@strapi/types":"0.0.0-experimental.f9cac24ba3b2f6acb12d0fb5669106e5a134174e","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f9cac24ba3b2f6acb12d0fb5669106e5a134174e_1727347254385_0.20476854578538273","host":"s3://npm-registry-packages"}},"0.0.0-experimental.438960f273755509510c3610187d9deb520ba2a0":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.438960f273755509510c3610187d9deb520ba2a0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.438960f273755509510c3610187d9deb520ba2a0","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c7e4bb1ff14bf91650b1bf31592e56a4820edb02","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.438960f273755509510c3610187d9deb520ba2a0.tgz","fileCount":319,"integrity":"sha512-GhQuVjOs9dY4+o6YwJOY5tgOLIIDWfdgUvdwxqZ1SdoQbdgM4ZODLkfO2EubExk3fWv/oyWrDHPOZXddNCbBJw==","signatures":[{"sig":"MEUCIQDC9huZQgrshJzDz+oblbA6UHqe8/pc8m8oCF7gnEo/rAIgAy8jDXMoKPRab0fhY52d1IV4srR29+QvifaYh6nBbSQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035401},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"438960f273755509510c3610187d9deb520ba2a0","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.438960f273755509510c3610187d9deb520ba2a0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.438960f273755509510c3610187d9deb520ba2a0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.438960f273755509510c3610187d9deb520ba2a0","@strapi/types":"0.0.0-experimental.438960f273755509510c3610187d9deb520ba2a0","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.438960f273755509510c3610187d9deb520ba2a0_1727347880265_0.45720874538974066","host":"s3://npm-registry-packages"}},"0.0.0-experimental.fccfa141baa6df7776ec7cb83f7fe923626ba6f5":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fccfa141baa6df7776ec7cb83f7fe923626ba6f5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fccfa141baa6df7776ec7cb83f7fe923626ba6f5","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c3b598fd404a264ff0adb18bdb0c9d8271276f6c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fccfa141baa6df7776ec7cb83f7fe923626ba6f5.tgz","fileCount":319,"integrity":"sha512-xTZaoArzS8mkj1OY56m71e1MIxiHAphPIGfSjjy3U5gDteu3DeFFe8XtqbL5eWdK+GICJYMjbRsqy4vssrHejQ==","signatures":[{"sig":"MEYCIQDrl4ibQND3q/gy8aLUhXJnEUXoQeYNPrZabUH/G5/laAIhAP0zqVNOpjl9J2IOJfBmKj7zdynMt53XdBswZJBQHAkp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035401},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fccfa141baa6df7776ec7cb83f7fe923626ba6f5","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.fccfa141baa6df7776ec7cb83f7fe923626ba6f5","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.fccfa141baa6df7776ec7cb83f7fe923626ba6f5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fccfa141baa6df7776ec7cb83f7fe923626ba6f5","@strapi/types":"0.0.0-experimental.fccfa141baa6df7776ec7cb83f7fe923626ba6f5","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fccfa141baa6df7776ec7cb83f7fe923626ba6f5_1727350900660_0.577650118149799","host":"s3://npm-registry-packages"}},"0.0.0-experimental.646ad2aaf2b8f9970409242af8d77b0512d19bd1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.646ad2aaf2b8f9970409242af8d77b0512d19bd1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.646ad2aaf2b8f9970409242af8d77b0512d19bd1","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e6f3d6690a372a216d0a9c3731978dd7200645d0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.646ad2aaf2b8f9970409242af8d77b0512d19bd1.tgz","fileCount":319,"integrity":"sha512-h6nGnpobQPyoqOC93JhgSw5LizzL5ZMnCuVRwifu18kvh9fWtEmB6YVbSjFGE7rDYLyIxaQIQdVouqt2pTrd/w==","signatures":[{"sig":"MEUCIQC9V+rdP03Ym/UkevTBALvuYvmfVSakxFZVjU6Q/XsaHgIgYnk42UsBb/SNJwz1cA0GEIHFILWkat/52ozafPWAniM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"646ad2aaf2b8f9970409242af8d77b0512d19bd1","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.646ad2aaf2b8f9970409242af8d77b0512d19bd1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.646ad2aaf2b8f9970409242af8d77b0512d19bd1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.646ad2aaf2b8f9970409242af8d77b0512d19bd1","@strapi/types":"0.0.0-experimental.646ad2aaf2b8f9970409242af8d77b0512d19bd1","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.646ad2aaf2b8f9970409242af8d77b0512d19bd1_1727363664353_0.2682648571529578","host":"s3://npm-registry-packages"}},"0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c":{"name":"@strapi/content-type-builder","version":"0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7b566e42e22492094558aa4580bd18fb34e373a8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c.tgz","fileCount":319,"integrity":"sha512-gfKI5kVy6izeXa2R65JqEVNkMYuhJN5pRuWHgKjxpTxlf5qq8WyVqDX2pauECjNxunucR8wr/yKVyiOrxFxb6g==","signatures":[{"sig":"MEYCIQDGeSqtAkpj0dsC0Cdx3Sz9daank6e5p1bSKRyeO647hAIhAIbdBrkWAoSD9a6qzDN5TnVDAVLzOsDNPwvNTSF5/FWm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035361},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4052765aa209dd4f3d92b81baee295fc0213c04c","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c","@strapi/types":"0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c_1727396939033_0.8718068696812522","host":"s3://npm-registry-packages"}},"0.0.0-experimental.b9dd0757c8a7db6ee1063edc33424319784ae3a6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b9dd0757c8a7db6ee1063edc33424319784ae3a6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b9dd0757c8a7db6ee1063edc33424319784ae3a6","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2049a9412bba3a31037b2661059517e07b1c0991","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b9dd0757c8a7db6ee1063edc33424319784ae3a6.tgz","fileCount":319,"integrity":"sha512-OQDj5s/ETZoWR/N9aQOGlgrmigtXsnIU2/Y6C01VHwwmMOgRBjRLhdKoAnBycURgU4SCoCqfs5TNd7ik+hgjIA==","signatures":[{"sig":"MEUCIEnI2/mTbLqEljBAbFMZQBxJAucePZE2FZmFEGA2/GP2AiEA6xwxAdFXq/TdUgyPoi7fUu169Syyi7S0mdTY1kEWxoo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035401},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b9dd0757c8a7db6ee1063edc33424319784ae3a6","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.b9dd0757c8a7db6ee1063edc33424319784ae3a6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.b9dd0757c8a7db6ee1063edc33424319784ae3a6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b9dd0757c8a7db6ee1063edc33424319784ae3a6","@strapi/types":"0.0.0-experimental.b9dd0757c8a7db6ee1063edc33424319784ae3a6","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b9dd0757c8a7db6ee1063edc33424319784ae3a6_1727423895776_0.8586166169686167","host":"s3://npm-registry-packages"}},"5.0.2-beta.0":{"name":"@strapi/content-type-builder","version":"5.0.2-beta.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.2-beta.0","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c6ce4c99d048897681a12c03a3c812aac44350fa","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.2-beta.0.tgz","fileCount":319,"integrity":"sha512-5BV3ewJbWmYIxdlSb/nrqi0sq0NaCqKxhQcDLxKlHb9YTLvNvs89ZwkJ3bA9TzFtfWw9SdrJzi8NePnWUBKfrw==","signatures":[{"sig":"MEYCIQD+349rZNbx2P9IrmHO0BpWj+itYeoBY9GM9UTIqoBy1wIhAI01K7KzYYYW6JcNByfkFFYUuG4kNskGx2BMOI9MnIRo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035166},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"335b9a296249c4460db5cdace15f01c8e2d19c5f","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.2-beta.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.2-beta.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.2-beta.0","@strapi/types":"5.0.2-beta.0","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.2-beta.0_1727428503228_0.9635461706911455","host":"s3://npm-registry-packages"}},"0.0.0-experimental.4d2127dc461470cbc28e8244c9c2776429a3c8a2":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4d2127dc461470cbc28e8244c9c2776429a3c8a2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4d2127dc461470cbc28e8244c9c2776429a3c8a2","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9e67cb38c39c2e60c94223cc4b22fd77cf911e88","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4d2127dc461470cbc28e8244c9c2776429a3c8a2.tgz","fileCount":319,"integrity":"sha512-wOexArtsYVTjx8UuVIleJZpuCQs16fS0773z38vlsFgcHVIu9K2lRVJlGMS/sKEgldjMpAefr+wgQ0YCgxcYvQ==","signatures":[{"sig":"MEUCIHcXjaxQVDOSYkFPFYllh7ssRJwGtApexcBmWSW5LZL9AiEAi8oOemHoUMTmm2O7RyOghyynpE+9YGwV9pMACgiO7oI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035401},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4d2127dc461470cbc28e8244c9c2776429a3c8a2","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.4d2127dc461470cbc28e8244c9c2776429a3c8a2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.4d2127dc461470cbc28e8244c9c2776429a3c8a2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4d2127dc461470cbc28e8244c9c2776429a3c8a2","@strapi/types":"0.0.0-experimental.4d2127dc461470cbc28e8244c9c2776429a3c8a2","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4d2127dc461470cbc28e8244c9c2776429a3c8a2_1727432546969_0.8182410366347277","host":"s3://npm-registry-packages"}},"0.0.0-next.64bd4f3d1efcc9420d27c4f4d2013677ded62360":{"name":"@strapi/content-type-builder","version":"0.0.0-next.64bd4f3d1efcc9420d27c4f4d2013677ded62360","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.64bd4f3d1efcc9420d27c4f4d2013677ded62360","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b3f0f4bf289d61444e13b6368c9f9f6401a9cf69","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.64bd4f3d1efcc9420d27c4f4d2013677ded62360.tgz","fileCount":319,"integrity":"sha512-ynGxfOMbeBMJ8/vk3sbG6im5smzfAjuH7iB8w1umHurbWs+PDB1fNnM9ydrgqQ7Ml+OAC7wfs0EOHh1xFkJr+w==","signatures":[{"sig":"MEUCIQCKDIPlyxabYDH24DxVP9Zl4Z0e7a4sPfVdOHMbhJR0RgIgCVOi7qGVOekbSD2VQUXVNAV0TC3U2+jETw9RGTbyjq4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035375},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"64bd4f3d1efcc9420d27c4f4d2013677ded62360","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.64bd4f3d1efcc9420d27c4f4d2013677ded62360","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.64bd4f3d1efcc9420d27c4f4d2013677ded62360","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.64bd4f3d1efcc9420d27c4f4d2013677ded62360","@strapi/types":"0.0.0-next.64bd4f3d1efcc9420d27c4f4d2013677ded62360","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.64bd4f3d1efcc9420d27c4f4d2013677ded62360_1727483307883_0.8294686653805241","host":"s3://npm-registry-packages"}},"0.0.0-experimental.ae69a6ec6a65b1061cd6a00b2608abeeff436042":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ae69a6ec6a65b1061cd6a00b2608abeeff436042","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ae69a6ec6a65b1061cd6a00b2608abeeff436042","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1411ca26ca789afde638e1f93780233710342f80","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ae69a6ec6a65b1061cd6a00b2608abeeff436042.tgz","fileCount":319,"integrity":"sha512-NJUzUtqCTauLfnpqKg6WCkzSPS/WH0XR86thqtcSWgtL4qoZ5UtRt3hxkaRx3b4b9/wPEJYndOmPM1bMNZTQEw==","signatures":[{"sig":"MEQCIHbWtM0dR4CoqDKM+trvot7OUzmlD9NVpao7B00M0TqhAiA21Hs7ccRjCOHeUM2CAOLZCfaZ6V4ZhszsrIV1v4gGbg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035415},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ae69a6ec6a65b1061cd6a00b2608abeeff436042","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.ae69a6ec6a65b1061cd6a00b2608abeeff436042","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.ae69a6ec6a65b1061cd6a00b2608abeeff436042","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ae69a6ec6a65b1061cd6a00b2608abeeff436042","@strapi/types":"0.0.0-experimental.ae69a6ec6a65b1061cd6a00b2608abeeff436042","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ae69a6ec6a65b1061cd6a00b2608abeeff436042_1727696832818_0.527338148562527","host":"s3://npm-registry-packages"}},"0.0.0-experimental.2e2b694fbeb6a64dd7504ce6bccecf956e9eaf03":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2e2b694fbeb6a64dd7504ce6bccecf956e9eaf03","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2e2b694fbeb6a64dd7504ce6bccecf956e9eaf03","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"807a1dbed49cdedbcdb5407903e39194bbefd0ba","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2e2b694fbeb6a64dd7504ce6bccecf956e9eaf03.tgz","fileCount":319,"integrity":"sha512-dwNJ9la3NadpRrP61NPO0nVIFFNY0jzCVzhvZRZI5Vy4svMe1jAd4nKTRMoKOuQoWJPQF3IdZ+IgPlfTVyK7yA==","signatures":[{"sig":"MEYCIQCIhemQmYQ7ePedwBQ/j1Bquf2kNcAhXSPXzUPkXlsziwIhAMHaKiwNhH7RNiPH4E0i0o3HFz7QVaEexMn4LyJi5q9p","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035415},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2e2b694fbeb6a64dd7504ce6bccecf956e9eaf03","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.2e2b694fbeb6a64dd7504ce6bccecf956e9eaf03","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.2e2b694fbeb6a64dd7504ce6bccecf956e9eaf03","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2e2b694fbeb6a64dd7504ce6bccecf956e9eaf03","@strapi/types":"0.0.0-experimental.2e2b694fbeb6a64dd7504ce6bccecf956e9eaf03","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2e2b694fbeb6a64dd7504ce6bccecf956e9eaf03_1727702356511_0.3927601955486941","host":"s3://npm-registry-packages"}},"0.0.0-experimental.5007ea441db2bdbc04f35e1169b3798c068f5d46":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5007ea441db2bdbc04f35e1169b3798c068f5d46","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5007ea441db2bdbc04f35e1169b3798c068f5d46","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6c39b02ff412720f13cc8a7dc4cd7eb5b43eb520","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5007ea441db2bdbc04f35e1169b3798c068f5d46.tgz","fileCount":319,"integrity":"sha512-/5s26ClcrkLR2t5XyKm9vV0KPjxhcn/PfIC+EG8lb/Ym9P9SjMhE7XZNaefcrcDq9aV2m6uT1bb065YVpS5ZJg==","signatures":[{"sig":"MEUCIDl333DvblCBcjFESpW3UghBBm7wrkUD0pgRAjEHeZbcAiEAgzBJcLDLdL+X+VGg+gsDtLZBGoDKqVTdr8HboWZDxLo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035415},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5007ea441db2bdbc04f35e1169b3798c068f5d46","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.5007ea441db2bdbc04f35e1169b3798c068f5d46","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5007ea441db2bdbc04f35e1169b3798c068f5d46","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5007ea441db2bdbc04f35e1169b3798c068f5d46","@strapi/types":"0.0.0-experimental.5007ea441db2bdbc04f35e1169b3798c068f5d46","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5007ea441db2bdbc04f35e1169b3798c068f5d46_1727714004168_0.8133454931808697","host":"s3://npm-registry-packages"}},"0.0.0-next.5007ea441db2bdbc04f35e1169b3798c068f5d46":{"name":"@strapi/content-type-builder","version":"0.0.0-next.5007ea441db2bdbc04f35e1169b3798c068f5d46","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.5007ea441db2bdbc04f35e1169b3798c068f5d46","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f36f8657181a75aceef120dbb84af1e472ef5c4c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.5007ea441db2bdbc04f35e1169b3798c068f5d46.tgz","fileCount":319,"integrity":"sha512-B/VPIMwI1q6UYBKI5+1Y7vpCwh2ihreGPBrJmJZ6PU5N8elSYbgVuwYfhK0Fq56CoudCuv0UcbBvYsMtT+7aiQ==","signatures":[{"sig":"MEQCIExRKdcvlBJG+dNDu+LYcMS1/8Ykjmday0Rt2QOPePn4AiAXFKX3R6HVRM5qmb62UCDCtlRrWto5hIY3Pw0+ybo6Fw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035375},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5007ea441db2bdbc04f35e1169b3798c068f5d46","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.5007ea441db2bdbc04f35e1169b3798c068f5d46","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.5007ea441db2bdbc04f35e1169b3798c068f5d46","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.5007ea441db2bdbc04f35e1169b3798c068f5d46","@strapi/types":"0.0.0-next.5007ea441db2bdbc04f35e1169b3798c068f5d46","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.5007ea441db2bdbc04f35e1169b3798c068f5d46_1727742705409_0.9453881238164825","host":"s3://npm-registry-packages"}},"0.0.0-experimental.5fe2bd5ca1c03b2b8e673f07d86c0aa8bc2f897d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5fe2bd5ca1c03b2b8e673f07d86c0aa8bc2f897d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5fe2bd5ca1c03b2b8e673f07d86c0aa8bc2f897d","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b4ba72a8682abdfaededca914dfa874374a1df56","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5fe2bd5ca1c03b2b8e673f07d86c0aa8bc2f897d.tgz","fileCount":319,"integrity":"sha512-atqAXgwpzN8wkXBtRlFIVIC3049lyc1Gdh4ERSWHxY6wBgjWK3u/Om43R90KR3IuhinOKangSHCnf5iEZI6VSQ==","signatures":[{"sig":"MEYCIQD8VeVZ94yvjvF4+28Suk54ze0yocoxcOTvXwXDJyFZhQIhAOcgSUq+SB7NzuPFpFXaYo/GPBJ8PJ4dmDK6l8aT5Ydg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035415},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5fe2bd5ca1c03b2b8e673f07d86c0aa8bc2f897d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.5fe2bd5ca1c03b2b8e673f07d86c0aa8bc2f897d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5fe2bd5ca1c03b2b8e673f07d86c0aa8bc2f897d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5fe2bd5ca1c03b2b8e673f07d86c0aa8bc2f897d","@strapi/types":"0.0.0-experimental.5fe2bd5ca1c03b2b8e673f07d86c0aa8bc2f897d","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5fe2bd5ca1c03b2b8e673f07d86c0aa8bc2f897d_1727767232632_0.4420503960631994","host":"s3://npm-registry-packages"}},"0.0.0-experimental.1610404a03d98b65f497f9adda35815021b8fd76":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1610404a03d98b65f497f9adda35815021b8fd76","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1610404a03d98b65f497f9adda35815021b8fd76","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c41ef6fdd90d4f2bc89e15708577e8807367402c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1610404a03d98b65f497f9adda35815021b8fd76.tgz","fileCount":319,"integrity":"sha512-WKdla+L6Iil1TKsIaBNPyMqvxw6Z5h1oZbJRG6MpD7w5zH/+JMKkT4C3Dhhf1Oh4XhnYPdRTBZmZNKGFVutv6g==","signatures":[{"sig":"MEUCIQDs+W/loD6IoJVy6gA2yKRywI7+4ItHLjI/5uxPFg1cSwIgVU+vFLb5vA+gkAVfgZN0bRSvrQLCFVXi5Piw9PJ0cB8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3036024},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1610404a03d98b65f497f9adda35815021b8fd76","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.1610404a03d98b65f497f9adda35815021b8fd76","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.1610404a03d98b65f497f9adda35815021b8fd76","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1610404a03d98b65f497f9adda35815021b8fd76","@strapi/types":"0.0.0-experimental.1610404a03d98b65f497f9adda35815021b8fd76","@strapi/pack-up":"5.1.0-beta.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1610404a03d98b65f497f9adda35815021b8fd76_1727791971432_0.49997402073393693","host":"s3://npm-registry-packages"}},"0.0.0-next.7f1333f1967e625c57ab16648c057aea08c9dddb":{"name":"@strapi/content-type-builder","version":"0.0.0-next.7f1333f1967e625c57ab16648c057aea08c9dddb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.7f1333f1967e625c57ab16648c057aea08c9dddb","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4b73944170849ca9fb3574292f824488c7d63dc3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.7f1333f1967e625c57ab16648c057aea08c9dddb.tgz","fileCount":319,"integrity":"sha512-Ce1ChnIxxro04bBYmD5b0/0ef5Y7WXV/bHFX5ZeEKl51NUCHG1pN22j2ir8gShz7X8XZedIiKv7ypGSS1aeUGg==","signatures":[{"sig":"MEQCIG90G1Hyf00wfVNpFIuX6ZKRimzX8eEjTNk+hwBe/1R+AiB8/WHmdEbCWfizZTX7aEWikRmHt2O3VCeD0ckBWWNjww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035846},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7f1333f1967e625c57ab16648c057aea08c9dddb","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.7f1333f1967e625c57ab16648c057aea08c9dddb","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.7f1333f1967e625c57ab16648c057aea08c9dddb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.7f1333f1967e625c57ab16648c057aea08c9dddb","@strapi/types":"0.0.0-next.7f1333f1967e625c57ab16648c057aea08c9dddb","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.7f1333f1967e625c57ab16648c057aea08c9dddb_1727828918755_0.2750020753930469","host":"s3://npm-registry-packages"}},"0.0.0-experimental.9c7de54d8ce77e13047fc15ada33f937a068f1f2":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9c7de54d8ce77e13047fc15ada33f937a068f1f2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9c7de54d8ce77e13047fc15ada33f937a068f1f2","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b967d0b41a170a0f74ad30e0479e6685309230c8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9c7de54d8ce77e13047fc15ada33f937a068f1f2.tgz","fileCount":319,"integrity":"sha512-EVIgrKkavpQKR+/OWyzPTcT1of0ALF5Wu9jv+1Gn913yBJyeTS3qh/ldFRNwHzbThWfgPsF0wYbFOKhu/X5yGw==","signatures":[{"sig":"MEUCIQCY76cw978Zq2Y/oTSU9e7JgzDuB6uQc11crkA8FxXOEQIgBLjJ8hMWCawkvaXKEJniDrMHs4bXt7Gg45Zi64w01hw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035886},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9c7de54d8ce77e13047fc15ada33f937a068f1f2","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.9c7de54d8ce77e13047fc15ada33f937a068f1f2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.9c7de54d8ce77e13047fc15ada33f937a068f1f2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9c7de54d8ce77e13047fc15ada33f937a068f1f2","@strapi/types":"0.0.0-experimental.9c7de54d8ce77e13047fc15ada33f937a068f1f2","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9c7de54d8ce77e13047fc15ada33f937a068f1f2_1727856019222_0.7941815244716273","host":"s3://npm-registry-packages"}},"0.0.0-experimental.0e316dc69ac15cab63af4c7f91191d12fc2bbc27":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0e316dc69ac15cab63af4c7f91191d12fc2bbc27","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0e316dc69ac15cab63af4c7f91191d12fc2bbc27","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d0436f2d3f4807c762b68456330712a6bbb8c469","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0e316dc69ac15cab63af4c7f91191d12fc2bbc27.tgz","fileCount":319,"integrity":"sha512-L4J36PxGwo4zTDA/80aPKGo//iQkWuFr93QuXk/xHYjkm2jHmyTMf0XNDtlIWumQYMh9AtKqXEIPK78WfuddCQ==","signatures":[{"sig":"MEUCIQCQQHX+X7su7tFx0cBQMVHvbp7VGtzkJh1i5XVG43iYzwIgSqoBnvuxMaCMcjsxNFQ9T0yE2BeMab5hO8jZsN3dmyo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035886},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0e316dc69ac15cab63af4c7f91191d12fc2bbc27","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.0e316dc69ac15cab63af4c7f91191d12fc2bbc27","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.0e316dc69ac15cab63af4c7f91191d12fc2bbc27","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0e316dc69ac15cab63af4c7f91191d12fc2bbc27","@strapi/types":"0.0.0-experimental.0e316dc69ac15cab63af4c7f91191d12fc2bbc27","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0e316dc69ac15cab63af4c7f91191d12fc2bbc27_1727872273537_0.6435455096091631","host":"s3://npm-registry-packages"}},"5.0.2":{"name":"@strapi/content-type-builder","version":"5.0.2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.2","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1319f077042523fe5553670452a1d538abb4fa6c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.2.tgz","fileCount":319,"integrity":"sha512-sTJbTsWm1XYZVSLX1Sz/OTWhB7rGAUBz4BBPuh4eFhkhFrG8x/WyGoe3GqTpk3H/PHdmGffC2TTEI2VdDUP1SQ==","signatures":[{"sig":"MEYCIQDlboU4zDWzhU/i9c6pxCo3RnrHFLHfKnufVvD+eq+NJQIhAM3tpQOMV49iCasBrXGuRa2ad4ufCsCmL2EByATD7/9E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035131},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8c4b6f27a0fb2da36a8eaa661ecdaf2eef25b72d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"remidej","email":"remi@hey.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.2","@strapi/types":"5.0.2","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.2_1727879781316_0.2549939243968897","host":"s3://npm-registry-packages"}},"0.0.0-next.959c5589d0d3efa25d7ca014656d9ff48c173399":{"name":"@strapi/content-type-builder","version":"0.0.0-next.959c5589d0d3efa25d7ca014656d9ff48c173399","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.959c5589d0d3efa25d7ca014656d9ff48c173399","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"500e775f7a3237bfd8df32725272c6fc3b8c10fe","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.959c5589d0d3efa25d7ca014656d9ff48c173399.tgz","fileCount":319,"integrity":"sha512-g0OqBnAsKtUGHz8qnpdSYWm4zpjuq0ziRGpzNdc35xCweyy8xYgJuEz3GQahpB8Te0a8+/7VSfhOaoQhHlrt5w==","signatures":[{"sig":"MEUCIBO1s8Vc4yq687u5zZgzWYPDdefOvgILc4FFgcgl6QpUAiEA4iLvZtVoEwXm8PAL0EVfYNvCqRqwe4l4ja13jOsDl4I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035846},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"959c5589d0d3efa25d7ca014656d9ff48c173399","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.959c5589d0d3efa25d7ca014656d9ff48c173399","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.959c5589d0d3efa25d7ca014656d9ff48c173399","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.959c5589d0d3efa25d7ca014656d9ff48c173399","@strapi/types":"0.0.0-next.959c5589d0d3efa25d7ca014656d9ff48c173399","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.959c5589d0d3efa25d7ca014656d9ff48c173399_1727915314765_0.40060594677549743","host":"s3://npm-registry-packages"}},"0.0.0-experimental.1fc4b627b49f713b07ed9f7f2b37741dcf8cf736":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1fc4b627b49f713b07ed9f7f2b37741dcf8cf736","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1fc4b627b49f713b07ed9f7f2b37741dcf8cf736","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3c168afd39788d2de70ade87710055be914ac201","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1fc4b627b49f713b07ed9f7f2b37741dcf8cf736.tgz","fileCount":319,"integrity":"sha512-8ebCeNqDca5Qcg7m7PkPZoToUrGk/UmTYhtvBowNhmydzg31Xm5tDulMEqo5pS5lZZNGrSJ4V5sFDISG0I4D/Q==","signatures":[{"sig":"MEQCIF7kI7n9VuTd3T1NFVsrXAeYiRY6g/XZertC6IyLGnhuAiANMcWjkogEdm3xuyVn392i9LO+H6G21G3sq5kPclvsjw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035886},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1fc4b627b49f713b07ed9f7f2b37741dcf8cf736","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.1fc4b627b49f713b07ed9f7f2b37741dcf8cf736","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.1fc4b627b49f713b07ed9f7f2b37741dcf8cf736","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1fc4b627b49f713b07ed9f7f2b37741dcf8cf736","@strapi/types":"0.0.0-experimental.1fc4b627b49f713b07ed9f7f2b37741dcf8cf736","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1fc4b627b49f713b07ed9f7f2b37741dcf8cf736_1727956133641_0.15139337257357055","host":"s3://npm-registry-packages"}},"0.0.0-experimental.2019e9d1599c648cb3408174e7bec18596215a78":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2019e9d1599c648cb3408174e7bec18596215a78","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2019e9d1599c648cb3408174e7bec18596215a78","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3081bfb08297d1993856bb0259d7b8457c83bd99","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2019e9d1599c648cb3408174e7bec18596215a78.tgz","fileCount":319,"integrity":"sha512-kqmS/N8QqV8vlh2DwsLB/WfE2tjrFcHBPPtgNURNeHo11v6/vwANNOc5ENvaZqJ0gqB8nRHEds+tGRtOBM74PA==","signatures":[{"sig":"MEUCIQDgXOG/iYAJFFd3q8lTDcYKM+z0J39YIqluGLXyEjCN+wIgc/sKPvsSlscLBfCMVzm8T5OJFJdNTr0V8kJLE2VM4lA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035886},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2019e9d1599c648cb3408174e7bec18596215a78","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.2019e9d1599c648cb3408174e7bec18596215a78","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.2019e9d1599c648cb3408174e7bec18596215a78","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2019e9d1599c648cb3408174e7bec18596215a78","@strapi/types":"0.0.0-experimental.2019e9d1599c648cb3408174e7bec18596215a78","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2019e9d1599c648cb3408174e7bec18596215a78_1727970081479_0.7193354682663775","host":"s3://npm-registry-packages"}},"0.0.0-experimental.fd379e4937e431407d784eaa5fe7f93cf2a53386":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fd379e4937e431407d784eaa5fe7f93cf2a53386","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fd379e4937e431407d784eaa5fe7f93cf2a53386","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bdb40914d16c00be395e9f8136db7a65ef470ba3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fd379e4937e431407d784eaa5fe7f93cf2a53386.tgz","fileCount":319,"integrity":"sha512-6YTgabeVfC1eCJRRoDrwM6aT0T9Zpc6jcoFCfiPNfXt413ft+dJNXrCX2Fa14FJtTv7xbxTlrfOJ7uRIR/AfyQ==","signatures":[{"sig":"MEYCIQCBpJT0UM217jpQ9uu39k0hMFqU3qW88k4ZB3KwGzvtMQIhAOO9VU8EZb9xkI4tJyCqzEx018l5Jfy0leuvXP/Eq9xg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035872},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fd379e4937e431407d784eaa5fe7f93cf2a53386","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.fd379e4937e431407d784eaa5fe7f93cf2a53386","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.fd379e4937e431407d784eaa5fe7f93cf2a53386","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fd379e4937e431407d784eaa5fe7f93cf2a53386","@strapi/types":"0.0.0-experimental.fd379e4937e431407d784eaa5fe7f93cf2a53386","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fd379e4937e431407d784eaa5fe7f93cf2a53386_1727997378131_0.885546382038259","host":"s3://npm-registry-packages"}},"0.0.0-next.62c4d48d34e826c6c9f6fbe5cf6e858546239e40":{"name":"@strapi/content-type-builder","version":"0.0.0-next.62c4d48d34e826c6c9f6fbe5cf6e858546239e40","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.62c4d48d34e826c6c9f6fbe5cf6e858546239e40","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7dd474c3fd9eba4660a1611c69485778c2e87750","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.62c4d48d34e826c6c9f6fbe5cf6e858546239e40.tgz","fileCount":319,"integrity":"sha512-IsjRLeQJdllUm0EjDPbR1kfssSaqz+GYPGRLbs89nkiSypUMO7QmnnZyEO5D/tbXoGZqJkeg5A9LrCmOMGPDhw==","signatures":[{"sig":"MEUCIQDYKJTlXCZcHRt3dsJ9IATRCljacn2Z/DFNkXsEYsd9pgIgfpRvsEiPK3y8jG82IsFfdvXB3Nc6QtNAhw+MzerPp6M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035832},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"62c4d48d34e826c6c9f6fbe5cf6e858546239e40","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.62c4d48d34e826c6c9f6fbe5cf6e858546239e40","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.62c4d48d34e826c6c9f6fbe5cf6e858546239e40","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.62c4d48d34e826c6c9f6fbe5cf6e858546239e40","@strapi/types":"0.0.0-next.62c4d48d34e826c6c9f6fbe5cf6e858546239e40","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.62c4d48d34e826c6c9f6fbe5cf6e858546239e40_1728001728689_0.25864756150046175","host":"s3://npm-registry-packages"}},"0.0.0-experimental.fd55b75e545ef2b5c16b5f49a04e0db294663d8d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fd55b75e545ef2b5c16b5f49a04e0db294663d8d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fd55b75e545ef2b5c16b5f49a04e0db294663d8d","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"47e2c31e027094be8abb165ddb54ce85235029e2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fd55b75e545ef2b5c16b5f49a04e0db294663d8d.tgz","fileCount":319,"integrity":"sha512-tcc4rJYey0+Ivg8LYoscR7/2OKd5YiGulwg0icmiS2+8UVUwGOKjzyLPbXl9AEncpKDrcpskeIoaUJLri/LbYw==","signatures":[{"sig":"MEYCIQClS/XUaWNMAQBGBNeDr6akVkts7MAu775KWyWCWxeoOQIhAMcp+E7n+dWezZwB/FhwpFKIJrxQuQaEafkzlInEDs4Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035886},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fd55b75e545ef2b5c16b5f49a04e0db294663d8d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.fd55b75e545ef2b5c16b5f49a04e0db294663d8d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.fd55b75e545ef2b5c16b5f49a04e0db294663d8d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fd55b75e545ef2b5c16b5f49a04e0db294663d8d","@strapi/types":"0.0.0-experimental.fd55b75e545ef2b5c16b5f49a04e0db294663d8d","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fd55b75e545ef2b5c16b5f49a04e0db294663d8d_1728035171088_0.1687752506293767","host":"s3://npm-registry-packages"}},"0.0.0-experimental.d74a8e5e655230b243e2d61ab5bec2fcdb426993":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d74a8e5e655230b243e2d61ab5bec2fcdb426993","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d74a8e5e655230b243e2d61ab5bec2fcdb426993","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cebe710ea1c9551bb8ba0fdfc7ef6b64f1d38a3e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d74a8e5e655230b243e2d61ab5bec2fcdb426993.tgz","fileCount":319,"integrity":"sha512-TosttmGHGay4bBZjkesurCAQbWYj9gQacZf+PByNjYjfj1iiY5Wg1kIXA96gWFfG/js/UUXH1f8O1QYmOtYHNg==","signatures":[{"sig":"MEUCIQDYaIX9oBOT/0UyylGxvvF4fCzYtcT4VZ/uD8lu/l7iqAIgUmVk0dtpCFzMoI1oos9W+qOvyW6hwGMfZB6Ol2e2/Pg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038319},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d74a8e5e655230b243e2d61ab5bec2fcdb426993","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.d74a8e5e655230b243e2d61ab5bec2fcdb426993","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.d74a8e5e655230b243e2d61ab5bec2fcdb426993","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d74a8e5e655230b243e2d61ab5bec2fcdb426993","@strapi/types":"0.0.0-experimental.d74a8e5e655230b243e2d61ab5bec2fcdb426993","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d74a8e5e655230b243e2d61ab5bec2fcdb426993_1728055063038_0.20068312597124027","host":"s3://npm-registry-packages"}},"0.0.0-next.b558642be856459a3e6c076f5d76fffbfc5fc5a1":{"name":"@strapi/content-type-builder","version":"0.0.0-next.b558642be856459a3e6c076f5d76fffbfc5fc5a1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.b558642be856459a3e6c076f5d76fffbfc5fc5a1","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"42ffe3aa730f573c4e9e0eaa68f89ef05351a0cb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.b558642be856459a3e6c076f5d76fffbfc5fc5a1.tgz","fileCount":319,"integrity":"sha512-VwDAD5283JGQT05sNzwXL4YMYxPuZiCWXBS7CJaya5kIKhW9H9Qy31jH3zOukahPR/5SrJnY+3G+cp59I2pnzA==","signatures":[{"sig":"MEUCIQDuImjRoReGuhaXYIB7m8bmTezp9gyRUuUkkkq3XyfalgIgJbdyoLWOQrjKtabTlkJUKEh8YWOJjtKWdYynVTBvzzU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038279},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b558642be856459a3e6c076f5d76fffbfc5fc5a1","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.b558642be856459a3e6c076f5d76fffbfc5fc5a1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.b558642be856459a3e6c076f5d76fffbfc5fc5a1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.b558642be856459a3e6c076f5d76fffbfc5fc5a1","@strapi/types":"0.0.0-next.b558642be856459a3e6c076f5d76fffbfc5fc5a1","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.b558642be856459a3e6c076f5d76fffbfc5fc5a1_1728088117527_0.20565594055659853","host":"s3://npm-registry-packages"}},"5.0.3":{"name":"@strapi/content-type-builder","version":"5.0.3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.3","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ac5de77cbf5be4d94fdfcce98d3362e09a21a781","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.3.tgz","fileCount":319,"integrity":"sha512-4w2ww2eAaH2vckms+KSl0Zxu0atj5tgmFB1toQSV2TALWChq7yGZ5nzSUdIg5l/ukiG1xuk9gDbEUjs3uMUNNw==","signatures":[{"sig":"MEUCIQDITWUuThIFcc1hQOGY029I9KUAKiIcrXjcm+z5sfXXBAIgWCnvpv5KlBdzhKRm7yJgLOo5BS3BC8BEo1Om8/xw/Vk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035131},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3e37ea0306e6faf2c214a654ab00a2323d7e3ab7","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.9.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.3","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.3","@strapi/types":"5.0.3","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.3_1728306316441_0.26538889540989863","host":"s3://npm-registry-packages"}},"0.0.0-next.840550dc97a3782302ddf918d3a0d07e59dd11eb":{"name":"@strapi/content-type-builder","version":"0.0.0-next.840550dc97a3782302ddf918d3a0d07e59dd11eb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.840550dc97a3782302ddf918d3a0d07e59dd11eb","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b3bb64d462798f029a5091dd9536b9a372961017","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.840550dc97a3782302ddf918d3a0d07e59dd11eb.tgz","fileCount":319,"integrity":"sha512-wMJMlcG/S95wcG4kfFk86X76kjdbKBo7ZY6WD/iyt3w34pf0Mqu0HVXFz72xWbY+EzZ7wi34Rfn+XPMhz8vteA==","signatures":[{"sig":"MEUCIBtntjrEY7gdKkd888/n7qiXQ/huoLO3WG5ppX+Ol0HfAiEAn2DJl4y3l/FaaFgE6KI6afCDUoBzfWX0MNSs8iTvUgs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038279},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"840550dc97a3782302ddf918d3a0d07e59dd11eb","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.840550dc97a3782302ddf918d3a0d07e59dd11eb","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.840550dc97a3782302ddf918d3a0d07e59dd11eb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.840550dc97a3782302ddf918d3a0d07e59dd11eb","@strapi/types":"0.0.0-next.840550dc97a3782302ddf918d3a0d07e59dd11eb","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.840550dc97a3782302ddf918d3a0d07e59dd11eb_1728347305444_0.3035036966159681","host":"s3://npm-registry-packages"}},"0.0.0-next.53c97b9b27dcd99739ba6e68872791c982c3a6e1":{"name":"@strapi/content-type-builder","version":"0.0.0-next.53c97b9b27dcd99739ba6e68872791c982c3a6e1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.53c97b9b27dcd99739ba6e68872791c982c3a6e1","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4f8d335703217d79d6b9086e65a84793a552193f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.53c97b9b27dcd99739ba6e68872791c982c3a6e1.tgz","fileCount":319,"integrity":"sha512-ZdA1uUi4+3ToYdjGGqQd8k4vx0d3xo0bgIc7K1DEyY0SWazJGYlZ2GEKW33AVaRjlENHJJmJaItLWYDNg0WXJQ==","signatures":[{"sig":"MEQCIG0lTBDsjxqZgxTJQGCnGqbB+okR2o22VgDjZkcrcuM/AiAlAKlv7XMe2Ed9npQf1UUirdTWIPJASvQV5SYJw9xRvA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038279},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"53c97b9b27dcd99739ba6e68872791c982c3a6e1","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.53c97b9b27dcd99739ba6e68872791c982c3a6e1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.53c97b9b27dcd99739ba6e68872791c982c3a6e1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.53c97b9b27dcd99739ba6e68872791c982c3a6e1","@strapi/types":"0.0.0-next.53c97b9b27dcd99739ba6e68872791c982c3a6e1","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.53c97b9b27dcd99739ba6e68872791c982c3a6e1_1728433726912_0.4814952836618729","host":"s3://npm-registry-packages"}},"0.0.0-experimental.fdacf4285d1cada9d94ab4dcd756c5362cba1b54":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fdacf4285d1cada9d94ab4dcd756c5362cba1b54","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fdacf4285d1cada9d94ab4dcd756c5362cba1b54","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fa40e765822c9245bfadcaf7b62873c2846fb5ae","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fdacf4285d1cada9d94ab4dcd756c5362cba1b54.tgz","fileCount":319,"integrity":"sha512-VB7poxcK44Vc//hTh5V0UPpTUTV81W1SGdGYM9uZM2Uo+6HyTQQrTwVVCKKP/xvvgebWV0EKxFpwG7QU4mcArQ==","signatures":[{"sig":"MEYCIQDNo7ymK2/iE7dv/o0jzuIOCO8uIYCY49uRNx1B1auiDwIhAIGqsjKWJe6DAesKHDAdgL+kFUmzMYpudJ7x9xS7XBcW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035051},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fdacf4285d1cada9d94ab4dcd756c5362cba1b54","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.fdacf4285d1cada9d94ab4dcd756c5362cba1b54","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.fdacf4285d1cada9d94ab4dcd756c5362cba1b54","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fdacf4285d1cada9d94ab4dcd756c5362cba1b54","@strapi/types":"0.0.0-experimental.fdacf4285d1cada9d94ab4dcd756c5362cba1b54","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fdacf4285d1cada9d94ab4dcd756c5362cba1b54_1728466795949_0.8042569793008807","host":"s3://npm-registry-packages"}},"5.0.4":{"name":"@strapi/content-type-builder","version":"5.0.4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.4","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"401397027e5ff2806370108b7f3cf9bd6b3d0eb0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.4.tgz","fileCount":319,"integrity":"sha512-SH7kXCp4tFnByW1bkveLA4b+rGKNd6sBLImEUz5sqdLCFftc0SHIXe/7tqoNR+TLfCgW77rbujBSJpsHULiA1g==","signatures":[{"sig":"MEUCIFT1p+5NBLqM03iwVUopz4jEDrXMCe41CpunupIMNEOJAiEAsW5qk4pEOvkLCbfvsI3qBtF9xfUkXQsZZeEW6stNzJY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038049},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e97d870c8f809031cd06bc07bad8b07340e35fb3","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.4","@strapi/types":"5.0.4","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.4_1728486531069_0.3226544228703374","host":"s3://npm-registry-packages"}},"0.0.0-experimental.46fff2fd7a1218580f8f7852e7e33574f2082fed":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.46fff2fd7a1218580f8f7852e7e33574f2082fed","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.46fff2fd7a1218580f8f7852e7e33574f2082fed","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f27527a0011978ee4ad8cc8c67e87c0192c250b7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.46fff2fd7a1218580f8f7852e7e33574f2082fed.tgz","fileCount":319,"integrity":"sha512-YRnkORWZISZBaTCDSqIjRPjnlw+ZGt2lRNPy1Yeo8GPVG4dyQRKmbLmxfNQJ940xyCYdfVEn9iyYHSipkpURdA==","signatures":[{"sig":"MEUCIHC7sfyGpaBowd/TrITKYCK+06JtglW1Icso7MKdEGIqAiEAiwe0QVmURX7Qi7X5Bvv57eU9YwmiSDAnc29ZjP9m5eY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038319},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"46fff2fd7a1218580f8f7852e7e33574f2082fed","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.46fff2fd7a1218580f8f7852e7e33574f2082fed","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.46fff2fd7a1218580f8f7852e7e33574f2082fed","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.46fff2fd7a1218580f8f7852e7e33574f2082fed","@strapi/types":"0.0.0-experimental.46fff2fd7a1218580f8f7852e7e33574f2082fed","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.46fff2fd7a1218580f8f7852e7e33574f2082fed_1728510284290_0.14029774212081025","host":"s3://npm-registry-packages"}},"0.0.0-next.63ac2488522fc5d934952d9f1fe5f900131316dd":{"name":"@strapi/content-type-builder","version":"0.0.0-next.63ac2488522fc5d934952d9f1fe5f900131316dd","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.63ac2488522fc5d934952d9f1fe5f900131316dd","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3c31e8e0e64279247658212264124d6fd81c73b0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.63ac2488522fc5d934952d9f1fe5f900131316dd.tgz","fileCount":319,"integrity":"sha512-n3x5aFiqGpHlyzIPLoLz39NwImWIgV3cM7BGI/ROPqMGa3QzCjGMuz06Wk6m63zwuRm8+cjV9WX0TPC349knKQ==","signatures":[{"sig":"MEYCIQCqdA4lrJcm95NnW2BjIpSgqYHlg8inNK7poiUfBWBdwgIhAL5ycuurEnoffX5nrh4Ina19F6ts172iG7HsJkWW3cpL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038279},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"63ac2488522fc5d934952d9f1fe5f900131316dd","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.63ac2488522fc5d934952d9f1fe5f900131316dd","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.63ac2488522fc5d934952d9f1fe5f900131316dd","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.63ac2488522fc5d934952d9f1fe5f900131316dd","@strapi/types":"0.0.0-next.63ac2488522fc5d934952d9f1fe5f900131316dd","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.63ac2488522fc5d934952d9f1fe5f900131316dd_1728520108772_0.11539981249403342","host":"s3://npm-registry-packages"}},"0.0.0-experimental.f0d3b2d782e972f1dcb8acf0dce31d4090d1e420":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f0d3b2d782e972f1dcb8acf0dce31d4090d1e420","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f0d3b2d782e972f1dcb8acf0dce31d4090d1e420","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f44a5c5a299f02c788158d1dda9c132fc838c6ac","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f0d3b2d782e972f1dcb8acf0dce31d4090d1e420.tgz","fileCount":319,"integrity":"sha512-ju1vNJnMLzPMSrS+f4GxUZ5CciDrISciMZIfIqn9sBOCe8kOk1hBaoY1UD0aYCWFVg8tlf/gykeLrDazaL/wKg==","signatures":[{"sig":"MEQCIGAT8NLizhJX5QMVoaP4MbpFi0cyLmBro99vYbx6YhpzAiAhrO2WWhxTjBOws++xsbc/n4tCwWn75hGkh86HYOO2yg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038319},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f0d3b2d782e972f1dcb8acf0dce31d4090d1e420","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.f0d3b2d782e972f1dcb8acf0dce31d4090d1e420","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f0d3b2d782e972f1dcb8acf0dce31d4090d1e420","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f0d3b2d782e972f1dcb8acf0dce31d4090d1e420","@strapi/types":"0.0.0-experimental.f0d3b2d782e972f1dcb8acf0dce31d4090d1e420","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f0d3b2d782e972f1dcb8acf0dce31d4090d1e420_1728548026913_0.7216413787187494","host":"s3://npm-registry-packages"}},"0.0.0-experimental.f0d4afee92a0d386f80385590c87955656f995ce":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f0d4afee92a0d386f80385590c87955656f995ce","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f0d4afee92a0d386f80385590c87955656f995ce","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bb9d4d3020984d752843f8ceb484ee1c651fa29b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f0d4afee92a0d386f80385590c87955656f995ce.tgz","fileCount":319,"integrity":"sha512-EQvdpTTnm5kJYMiG3Wuus2Z+tLqmCRLHKYZKqlleU0CnTqtISr3m/kYcoZpxh9Xe7WR4yx/+3TXyo2F7Qa9KNg==","signatures":[{"sig":"MEYCIQCX8J3aNQpAhlpLFFpzrYxpc5mdQimxTfPy5jAt0l+XmQIhAL0FTahgeTl8+6LDk7Bdi5FE+sZNVXt6aBdU5NJVXPxN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038319},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f0d4afee92a0d386f80385590c87955656f995ce","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.f0d4afee92a0d386f80385590c87955656f995ce","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f0d4afee92a0d386f80385590c87955656f995ce","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f0d4afee92a0d386f80385590c87955656f995ce","@strapi/types":"0.0.0-experimental.f0d4afee92a0d386f80385590c87955656f995ce","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f0d4afee92a0d386f80385590c87955656f995ce_1728575110646_0.21720493099311056","host":"s3://npm-registry-packages"}},"5.0.5":{"name":"@strapi/content-type-builder","version":"5.0.5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.5","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c61c0b0af7b13a073adeb19c87433b0e7aa90820","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.5.tgz","fileCount":319,"integrity":"sha512-fxYegEaSm0eVrjdPe1oi5xbMdDgbrqTLNvU2K53K0etTFPxx+hXM/9FtWnE44V0/EopXtpAY9W5P7L1WkUKscA==","signatures":[{"sig":"MEUCID7H3HQcsWH11pujAF8SDX2k9aN+CBhCNYOpw4FTtnUSAiEApiW8/pfPg3Cl4lDodKxsREIWSTH7ky4RR/glDsLN8vo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038049},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9cbf0e65dc4979f0db4355c05a03917f21448367","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.9.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.5","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.5","@strapi/types":"5.0.5","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.5_1728585336562_0.1750795930586","host":"s3://npm-registry-packages"}},"0.0.0-experimental.76999222c105ee5da1bc2540e3b5e5f57747300c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.76999222c105ee5da1bc2540e3b5e5f57747300c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.76999222c105ee5da1bc2540e3b5e5f57747300c","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2ee84786fe062a4c4af023c253f4f9fdf609fcb0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.76999222c105ee5da1bc2540e3b5e5f57747300c.tgz","fileCount":319,"integrity":"sha512-D+RVEDPkCRsAV6TiF23tZO37Zo7wCWHA9Syg4qG9ppdzJRZw4hIdrFDdTncEaaNjNor2155EkjEtSi1/NfLRAQ==","signatures":[{"sig":"MEYCIQC0zFbr+j5G8JM3CIiYnQOpFpajN+xZPj9KHO9JGYxvmAIhAJ2pIBFwt6HZpMZ+03BSvb9fpTaiFAQyk4N5y2d/El4R","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038319},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"76999222c105ee5da1bc2540e3b5e5f57747300c","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.76999222c105ee5da1bc2540e3b5e5f57747300c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.76999222c105ee5da1bc2540e3b5e5f57747300c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.76999222c105ee5da1bc2540e3b5e5f57747300c","@strapi/types":"0.0.0-experimental.76999222c105ee5da1bc2540e3b5e5f57747300c","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.76999222c105ee5da1bc2540e3b5e5f57747300c_1728587567888_0.36825194100433656","host":"s3://npm-registry-packages"}},"0.0.0-next.bec3f8cddf61be32ee5516609a1d4d6032933972":{"name":"@strapi/content-type-builder","version":"0.0.0-next.bec3f8cddf61be32ee5516609a1d4d6032933972","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.bec3f8cddf61be32ee5516609a1d4d6032933972","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ce29d8e7bc228583fe76fa2d06cb2aef447780ee","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.bec3f8cddf61be32ee5516609a1d4d6032933972.tgz","fileCount":319,"integrity":"sha512-SHoVDXdErqogG7Ge+H0r5TI1hO/2Yzo3GbM2QIaM70UQcdYzZL4XtB63WDX4l3pt8MOaXaPdkCTULOg9WzJnmw==","signatures":[{"sig":"MEYCIQC4hl1kiFV2Eb3DHVnd2GaqniBYlH4EigyJweppDbONFQIhAOIXOWJ9I+/hBSYhhP4LIjsO4GSPudtdtovKVYb1zPoA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038279},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bec3f8cddf61be32ee5516609a1d4d6032933972","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.bec3f8cddf61be32ee5516609a1d4d6032933972","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.bec3f8cddf61be32ee5516609a1d4d6032933972","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.bec3f8cddf61be32ee5516609a1d4d6032933972","@strapi/types":"0.0.0-next.bec3f8cddf61be32ee5516609a1d4d6032933972","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.bec3f8cddf61be32ee5516609a1d4d6032933972_1728606518095_0.9054662252812486","host":"s3://npm-registry-packages"}},"0.0.0-experimental.4abe3ba72a976dd31453f1c69d10d4d72ab079af":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4abe3ba72a976dd31453f1c69d10d4d72ab079af","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4abe3ba72a976dd31453f1c69d10d4d72ab079af","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"afd184d9763c78d304a11d113ef736eb41ee5a7c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4abe3ba72a976dd31453f1c69d10d4d72ab079af.tgz","fileCount":319,"integrity":"sha512-yjXiyrPzfGQUbJa8ApuS+Tq0Tb2Awxqe17tG15+PbN2t8cdnWrNAv6RulnI/t7mBjixkceewZjkrmN8k6pKOVA==","signatures":[{"sig":"MEQCIBshCYG4l5SPCVdM1ALcTyjEruDT+qWCMvtjCvfAXHTTAiBHDtgyWM/ZfavTBXB3QljsKllzI9g7dWWv9jWAeZFgXw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038319},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4abe3ba72a976dd31453f1c69d10d4d72ab079af","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.4abe3ba72a976dd31453f1c69d10d4d72ab079af","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.4abe3ba72a976dd31453f1c69d10d4d72ab079af","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4abe3ba72a976dd31453f1c69d10d4d72ab079af","@strapi/types":"0.0.0-experimental.4abe3ba72a976dd31453f1c69d10d4d72ab079af","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4abe3ba72a976dd31453f1c69d10d4d72ab079af_1728646535139_0.74780273690671","host":"s3://npm-registry-packages"}},"5.0.6":{"name":"@strapi/content-type-builder","version":"5.0.6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.0.6","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5209316e5c137d06d723e6bdeb41d147a6098666","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.0.6.tgz","fileCount":319,"integrity":"sha512-j7KgaeuVAv0SIP7pme5bxegpK3LUc2yzAKVDobsRsOTfP8eZxr7ukdwFAHz7yk9XzvGHPCizReyYGJVsck691A==","signatures":[{"sig":"MEQCIG2nhP4UQMg2sOaWmgGmdXxfZI0Y42avzHSNID1A3n1lAiAmwjTN6soi16xdtRgZS6ZDV1brLnDvyWH4ocJPzae/yg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035131},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a281e06e9e1520e3f86e18c4ff78b8daa7a33356","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"remidej","email":"remi@hey.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.0.6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.0.6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.0.6","@strapi/types":"5.0.6","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.0.6_1728663356128_0.7673183982300733","host":"s3://npm-registry-packages"}},"0.0.0-next.3c5400321681b66eb35ab84c11113a78c1d9386e":{"name":"@strapi/content-type-builder","version":"0.0.0-next.3c5400321681b66eb35ab84c11113a78c1d9386e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.3c5400321681b66eb35ab84c11113a78c1d9386e","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"971e2b8b01d6d67415477b1ad105fc64478a363c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.3c5400321681b66eb35ab84c11113a78c1d9386e.tgz","fileCount":319,"integrity":"sha512-CGDjZqSSve93fFzxa0k6W0j/lLJ+ZdZpKVYFrzvvGXtE4Wc6mdJxw0zeOiInBVaif2gdmr+KT2JqCPK1Ufa2Wg==","signatures":[{"sig":"MEQCIAalIxM+oNDd7dZmEXaq/JYUI3Ee8uIzR9bpRYXvUvhMAiBubGUs2PpJ1jEMHBkVUe4HNyQDkI3S3ZavLUDBgRz/Bw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038279},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3c5400321681b66eb35ab84c11113a78c1d9386e","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.3c5400321681b66eb35ab84c11113a78c1d9386e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.3c5400321681b66eb35ab84c11113a78c1d9386e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.3c5400321681b66eb35ab84c11113a78c1d9386e","@strapi/types":"0.0.0-next.3c5400321681b66eb35ab84c11113a78c1d9386e","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.3c5400321681b66eb35ab84c11113a78c1d9386e_1728692874011_0.9126847927549953","host":"s3://npm-registry-packages"}},"0.0.0-experimental.5d4d8671a4141a722aa70f22022a255988f07137":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5d4d8671a4141a722aa70f22022a255988f07137","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5d4d8671a4141a722aa70f22022a255988f07137","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3891937656c03f870b6cef2cdb89a15d0819c615","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5d4d8671a4141a722aa70f22022a255988f07137.tgz","fileCount":319,"integrity":"sha512-HZy6SvRVUY3tXJei5GyMlEIP979PrguF12r5LRfN0I7c/2mE7gVYDBXa7MLbQ2jtMm4fEhfMHq/HM957DNuGKA==","signatures":[{"sig":"MEUCIGCy3p8vtKAn4iDk5oJRncD2V3X7nLqweYS6wIC3fDbGAiEAus1jatKktleBjSWRJuXUzCDkWoDrE6Wk6Guc6zTxUjg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038319},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5d4d8671a4141a722aa70f22022a255988f07137","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.5d4d8671a4141a722aa70f22022a255988f07137","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5d4d8671a4141a722aa70f22022a255988f07137","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5d4d8671a4141a722aa70f22022a255988f07137","@strapi/types":"0.0.0-experimental.5d4d8671a4141a722aa70f22022a255988f07137","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5d4d8671a4141a722aa70f22022a255988f07137_1728909484906_0.3266115429048593","host":"s3://npm-registry-packages"}},"0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137":{"name":"@strapi/content-type-builder","version":"0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"871d8d040827b8b149dbe78be6a497ee9405236b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137.tgz","fileCount":319,"integrity":"sha512-4erwZcdblJPdpZaq/5PODd/JY6xHtn2DDq6lfkwvOtgD2hiLhP9v1bfBFv1Dcvi4IlR5WimIaMB7OoX/77r3ug==","signatures":[{"sig":"MEUCIDL+AA1I+gjqG4Spuzi8/h+oXJ90e+F1xeLsz+A6reGVAiEAifkP+UyYL7OtQP1Ohbs0Q0Fi7lLJW+CuuH1HidnCbec=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038279},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5d4d8671a4141a722aa70f22022a255988f07137","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137","@strapi/types":"0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137_1728952144582_0.4996530458002939","host":"s3://npm-registry-packages"}},"0.0.0-experimental.7273fc63f5c2c8aa9e100655b1776f3e0621e61a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7273fc63f5c2c8aa9e100655b1776f3e0621e61a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7273fc63f5c2c8aa9e100655b1776f3e0621e61a","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"832b3bc5920e14e18c80d4df7c907cb0f0d42d05","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7273fc63f5c2c8aa9e100655b1776f3e0621e61a.tgz","fileCount":319,"integrity":"sha512-QmVkrP0W+MzIFHZYMTq7kESvJIsB+gRMp8SZplaugzaoI0R93Sgt1RdDdbqcB/KZzO0isGHOZPDiRbLgANZNSA==","signatures":[{"sig":"MEUCIQCl30pbz8tEoVfRmdJ6/FZorDEyH7J1ZqYnSLFb/5ALfAIgWo5AjrZhlgItMHpJ5DghLL+YJnL1uIXiULq3G+ZvyoU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038319},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7273fc63f5c2c8aa9e100655b1776f3e0621e61a","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.7273fc63f5c2c8aa9e100655b1776f3e0621e61a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.7273fc63f5c2c8aa9e100655b1776f3e0621e61a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7273fc63f5c2c8aa9e100655b1776f3e0621e61a","@strapi/types":"0.0.0-experimental.7273fc63f5c2c8aa9e100655b1776f3e0621e61a","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7273fc63f5c2c8aa9e100655b1776f3e0621e61a_1728979380878_0.9645523687684627","host":"s3://npm-registry-packages"}},"0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c":{"name":"@strapi/content-type-builder","version":"0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7296260a55ce8f94fe173de29abd83f75cc27a71","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c.tgz","fileCount":319,"integrity":"sha512-EjP1U/EzE6YqBRqwa1KU3p0dpQC+oGI4igAdXmdIBPE7L+hSOO4+5zKn+U/5o/2c5LT1/bXCcRY7kob5tn2uhQ==","signatures":[{"sig":"MEUCIEgiUbR2OzSYk6t57E9LuYkTnILnIWiDxj+gonWon5QaAiEA9yyKYKtOOj8U46CZr8nHMDnVXG4U5V9IybGxrxpvO+I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038279},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ee56af7ae29770097422de95c0d5500908dce15c","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c","@strapi/types":"0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c_1729038543813_0.30104629318312814","host":"s3://npm-registry-packages"}},"0.0.0-experimental.9a7831c04ba07c03200a7d90706d832f63c0f3a9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9a7831c04ba07c03200a7d90706d832f63c0f3a9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9a7831c04ba07c03200a7d90706d832f63c0f3a9","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5efebe36a139354d76c50662561e765dd3a4abfd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9a7831c04ba07c03200a7d90706d832f63c0f3a9.tgz","fileCount":319,"integrity":"sha512-uR5/pAcG50cGdQtf6QKzcYXXl5pD9tOWNDjlDJjOI3bBV49Dygr3NFT7H5Rp+8Gr4w3Qn6lksVaxf5ulY+6nCw==","signatures":[{"sig":"MEUCIGerTkPkjQr8cLyMCa5DxqBcYb2r9YbIYH3FuzxvvHcyAiEAmeAv40Qe8SdNPLFaQzAdmmEm8MtWbmVyoc5TJwxU+zY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038319},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9a7831c04ba07c03200a7d90706d832f63c0f3a9","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.9a7831c04ba07c03200a7d90706d832f63c0f3a9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.9a7831c04ba07c03200a7d90706d832f63c0f3a9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9a7831c04ba07c03200a7d90706d832f63c0f3a9","@strapi/types":"0.0.0-experimental.9a7831c04ba07c03200a7d90706d832f63c0f3a9","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9a7831c04ba07c03200a7d90706d832f63c0f3a9_1729066223025_0.7081902933405382","host":"s3://npm-registry-packages"}},"0.0.0-experimental.2b7dc44ce2c49ae5fc338d31586adda583eae259":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2b7dc44ce2c49ae5fc338d31586adda583eae259","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2b7dc44ce2c49ae5fc338d31586adda583eae259","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f031901a51d4f2c4dba22e2ce0df6b913758dc3e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2b7dc44ce2c49ae5fc338d31586adda583eae259.tgz","fileCount":319,"integrity":"sha512-QrUQrEQcznU+HdNZ8vzS3SqsEyHu+z2zZfFElgagycZILrggNO20ppNnAzCB5qHmit3aLsQnDer0clM1/U8iGw==","signatures":[{"sig":"MEUCIBEyZ8u6XXCi0oPQeWqyn/7m493aswg6YMXnOsJ0HUVSAiEA1FlpeD1622NYfZ3ogvVR5IGEJ6Ya4+LSQLp3dRg6RZY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038319},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2b7dc44ce2c49ae5fc338d31586adda583eae259","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.2b7dc44ce2c49ae5fc338d31586adda583eae259","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.2b7dc44ce2c49ae5fc338d31586adda583eae259","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2b7dc44ce2c49ae5fc338d31586adda583eae259","@strapi/types":"0.0.0-experimental.2b7dc44ce2c49ae5fc338d31586adda583eae259","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2b7dc44ce2c49ae5fc338d31586adda583eae259_1729070456264_0.8194655249484786","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"@strapi/content-type-builder","version":"5.1.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.1.0","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a68f1be6522a6a07d86c4a628dc23d6d44d35376","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.1.0.tgz","fileCount":319,"integrity":"sha512-rQaPmOqZAhCwy0YSLvm1d/I9CJczgrZYBplR0Wocd+dW7U6T1gy6zJPNgp5vA/PZEsdZNev+3obc+lnB3oWJWQ==","signatures":[{"sig":"MEUCICS3+cyf0DM9XxXGJcPg7x6qpwr6y4mvXB0p7zoScBY/AiEAhqTiyUwEYwTXpArPPmrkZqL+5rUhQtc78G6i0DpvGus=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038049},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e490c81792c93aafbd16fd684394a6f223e5c528","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.9.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.1.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.1.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.1.0","@strapi/types":"5.1.0","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.1.0_1729072232452_0.20278656851281718","host":"s3://npm-registry-packages"}},"0.0.0-experimental.41a9d88b9d4bf02b096b70055a2dc8eab8c316d7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.41a9d88b9d4bf02b096b70055a2dc8eab8c316d7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.41a9d88b9d4bf02b096b70055a2dc8eab8c316d7","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"be75434e2f9178efa92fa61442717e9fae410d3e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.41a9d88b9d4bf02b096b70055a2dc8eab8c316d7.tgz","fileCount":319,"integrity":"sha512-NAM10eNZGzQCKXH4o8AXun3Lgtua+Uy6xYIR5P+6IsvxzrAspRhEZYz/nAZAvsjriNINKXSTaojYTjDrtFvWyg==","signatures":[{"sig":"MEQCIHPsARW9pZjYwCQmZa9MQ06fBYB5J3eJWsynvsg7KwjjAiAbni/cs8fQ66ECAH8A1ykj3B0vMqXHQX2U411jTBD8OQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038319},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"41a9d88b9d4bf02b096b70055a2dc8eab8c316d7","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.41a9d88b9d4bf02b096b70055a2dc8eab8c316d7","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.41a9d88b9d4bf02b096b70055a2dc8eab8c316d7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.41a9d88b9d4bf02b096b70055a2dc8eab8c316d7","@strapi/types":"0.0.0-experimental.41a9d88b9d4bf02b096b70055a2dc8eab8c316d7","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.41a9d88b9d4bf02b096b70055a2dc8eab8c316d7_1729076504828_0.43247759781932005","host":"s3://npm-registry-packages"}},"0.0.0-experimental.dd1d47ef78ef6cfec4ed62576108500bd9f13740":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.dd1d47ef78ef6cfec4ed62576108500bd9f13740","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.dd1d47ef78ef6cfec4ed62576108500bd9f13740","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c703ec4ad70f0f0f402c5b8c79f073bd3219d2e8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.dd1d47ef78ef6cfec4ed62576108500bd9f13740.tgz","fileCount":319,"integrity":"sha512-Zy56QOOM2Fur4XEjX+VQhBc01sjXRFCAx4RFVChDwjx9obH2NSSXbyJDUcDQONHUPjGmJ8lpCs5/p9M+uQfldw==","signatures":[{"sig":"MEYCIQCu19Tiply15DXO6UeE2Y6r4AtLBZ5MPd6npCFZhQEROAIhAJBSC0gu0VET8PBIcunPJRoLv0DaM6O4qAyufFnzgkqD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038319},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"dd1d47ef78ef6cfec4ed62576108500bd9f13740","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.dd1d47ef78ef6cfec4ed62576108500bd9f13740","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.dd1d47ef78ef6cfec4ed62576108500bd9f13740","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.dd1d47ef78ef6cfec4ed62576108500bd9f13740","@strapi/types":"0.0.0-experimental.dd1d47ef78ef6cfec4ed62576108500bd9f13740","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.dd1d47ef78ef6cfec4ed62576108500bd9f13740_1729087936932_0.9129857032207407","host":"s3://npm-registry-packages"}},"0.0.0-experimental.b391efb8ce3832d4f280928b99ef5cb9c228fdee":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b391efb8ce3832d4f280928b99ef5cb9c228fdee","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b391efb8ce3832d4f280928b99ef5cb9c228fdee","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"12ee6563f36384b7d478d784ee64a7719b311a03","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b391efb8ce3832d4f280928b99ef5cb9c228fdee.tgz","fileCount":319,"integrity":"sha512-Bm7yKH4PmaD21eDOaaIxTtJedfYmATGQuvK2jM75u/caDgEBz1VtJ9BAxMNsEWmEZOuxUOCw+Q8xMqFV9riI9Q==","signatures":[{"sig":"MEUCID6XhtxKZUl24+XKuDAotVRgAZbxp7Drj8TcHlZjUv9CAiEA6J+SDvDywSDsVZHD20aTkPS0fYCacCcF15vZNFax2KQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038319},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b391efb8ce3832d4f280928b99ef5cb9c228fdee","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.b391efb8ce3832d4f280928b99ef5cb9c228fdee","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.b391efb8ce3832d4f280928b99ef5cb9c228fdee","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b391efb8ce3832d4f280928b99ef5cb9c228fdee","@strapi/types":"0.0.0-experimental.b391efb8ce3832d4f280928b99ef5cb9c228fdee","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b391efb8ce3832d4f280928b99ef5cb9c228fdee_1729088471473_0.5698997531485641","host":"s3://npm-registry-packages"}},"0.0.0-experimental.4da52d54a4257f3b2c655670b4528aec55c4b1c9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4da52d54a4257f3b2c655670b4528aec55c4b1c9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4da52d54a4257f3b2c655670b4528aec55c4b1c9","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"454d217517d395573279bd7b1d6911f0d16197d8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4da52d54a4257f3b2c655670b4528aec55c4b1c9.tgz","fileCount":319,"integrity":"sha512-7kJE+QdThd+XWLls6SZrMLY3Tvk8cOf1tlEGUriq8gRvA2f1VbD8xIqr6WuuYlPlxeZZB5kC7b0AGszzzKJAtA==","signatures":[{"sig":"MEUCIA4Mu+n6ra8OvuQLvCokdbyhQy0+oTdUbg7myDtxD1doAiEAgHOgsPKEx1xFGUkn2vMbIBpZhx7oMja7FYyMMBz6784=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3032998},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=20.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4da52d54a4257f3b2c655670b4528aec55c4b1c9","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.4da52d54a4257f3b2c655670b4528aec55c4b1c9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.4da52d54a4257f3b2c655670b4528aec55c4b1c9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4da52d54a4257f3b2c655670b4528aec55c4b1c9","@strapi/types":"0.0.0-experimental.4da52d54a4257f3b2c655670b4528aec55c4b1c9","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4da52d54a4257f3b2c655670b4528aec55c4b1c9_1729089539163_0.09824805391601976","host":"s3://npm-registry-packages"}},"0.0.0-next.c823b10e981295994d8b0733c78fa065aec064ee":{"name":"@strapi/content-type-builder","version":"0.0.0-next.c823b10e981295994d8b0733c78fa065aec064ee","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.c823b10e981295994d8b0733c78fa065aec064ee","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"dc6d0860515398e56c966d68826909813755e6e2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.c823b10e981295994d8b0733c78fa065aec064ee.tgz","fileCount":319,"integrity":"sha512-uL5piyHJjRpoSV2LjxLsYSAIxigr1w86Us/jVHaeaK7s9PekukA5eeGf+Ptyg/raW6WX+ayadhDt49qc3u9Cuw==","signatures":[{"sig":"MEQCIEi9OZXn3cFOTLTwkO7m9clfAmZjTeFX3IPNB0+UZOXNAiAtrdmyWU42iik679eIhrsh6pO5zK8gAPhB8I52BJdC4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038279},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c823b10e981295994d8b0733c78fa065aec064ee","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.c823b10e981295994d8b0733c78fa065aec064ee","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.c823b10e981295994d8b0733c78fa065aec064ee","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.c823b10e981295994d8b0733c78fa065aec064ee","@strapi/types":"0.0.0-next.c823b10e981295994d8b0733c78fa065aec064ee","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.c823b10e981295994d8b0733c78fa065aec064ee_1729124939042_0.6616663895601798","host":"s3://npm-registry-packages"}},"0.0.0-experimental.58c6b635911a7cb83cd165b4e5abd75b8ec30893":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.58c6b635911a7cb83cd165b4e5abd75b8ec30893","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.58c6b635911a7cb83cd165b4e5abd75b8ec30893","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"251b5a15ad7173f35abeaac201430d07f4cdecf0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.58c6b635911a7cb83cd165b4e5abd75b8ec30893.tgz","fileCount":319,"integrity":"sha512-tVD9EtvRgDqILSMgEuJtcpsH6hr3UFG8a++8/vnXhD1kI4xZg/+QwB1HPKL5U80acpwH3JtxVwMlaWnZoxPczA==","signatures":[{"sig":"MEYCIQDu+GOwS1hIVnhjBKW6hSxaIbJQ3h5Eh+PU3cUWrf0rygIhANnV2HhOhE8VXG1WbFAlyukXi0n4jyGmOxqD36FCskyy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038319},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"58c6b635911a7cb83cd165b4e5abd75b8ec30893","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.58c6b635911a7cb83cd165b4e5abd75b8ec30893","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.58c6b635911a7cb83cd165b4e5abd75b8ec30893","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.58c6b635911a7cb83cd165b4e5abd75b8ec30893","@strapi/types":"0.0.0-experimental.58c6b635911a7cb83cd165b4e5abd75b8ec30893","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.58c6b635911a7cb83cd165b4e5abd75b8ec30893_1729151740644_0.22804423668190732","host":"s3://npm-registry-packages"}},"0.0.0-next.4cf36024d8e6011c265fdc01924d063589432f8f":{"name":"@strapi/content-type-builder","version":"0.0.0-next.4cf36024d8e6011c265fdc01924d063589432f8f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.4cf36024d8e6011c265fdc01924d063589432f8f","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3289e52ce1613dba49668ff38d4901d71d6fb84a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.4cf36024d8e6011c265fdc01924d063589432f8f.tgz","fileCount":319,"integrity":"sha512-FTBERiZQ+BPWb2dOa2xpoP09bI5JSptzvPmg09P+ijW5mzO4IhkvOg8s3ViiSG7pjafAh3K4t0DJco4m/Z5Bcg==","signatures":[{"sig":"MEUCIQCIaR3kAivxRmV6hAKwNqBc+ogCoYsMFB5Px20GahigcAIgWerNgKrqaplOvWT4BeFXSylVd0t3kX9sGt5IJoc6FoI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038279},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4cf36024d8e6011c265fdc01924d063589432f8f","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.17.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.17.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.4cf36024d8e6011c265fdc01924d063589432f8f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.4cf36024d8e6011c265fdc01924d063589432f8f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.4cf36024d8e6011c265fdc01924d063589432f8f","@strapi/types":"0.0.0-next.4cf36024d8e6011c265fdc01924d063589432f8f","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.4cf36024d8e6011c265fdc01924d063589432f8f_1729211324212_0.6889078964669706","host":"s3://npm-registry-packages"}},"0.0.0-next.42b1f4024ffacb50505febfe826697570521b05e":{"name":"@strapi/content-type-builder","version":"0.0.0-next.42b1f4024ffacb50505febfe826697570521b05e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.42b1f4024ffacb50505febfe826697570521b05e","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"19d34a42d4d05d1683a7900e367ac89f8ee7ec5c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.42b1f4024ffacb50505febfe826697570521b05e.tgz","fileCount":319,"integrity":"sha512-RhQ1d3E2A92t3t3ePK+eDXkk9TVqp7JJJLCnXRl8OPTHdG+I/9WjsX/YyzVlhJaA/0X1AAGuNbB9e1FvAFKomA==","signatures":[{"sig":"MEUCICHOscCzRfQXmrG4hjbz6Y/dRUH8GGvFEZy9Z25CDv5kAiEA0LXuf0tS0pJWqUps+ks3KfZOw74alOzZfvfsBHDdxeE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040079},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"42b1f4024ffacb50505febfe826697570521b05e","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.42b1f4024ffacb50505febfe826697570521b05e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.42b1f4024ffacb50505febfe826697570521b05e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.42b1f4024ffacb50505febfe826697570521b05e","@strapi/types":"0.0.0-next.42b1f4024ffacb50505febfe826697570521b05e","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.42b1f4024ffacb50505febfe826697570521b05e_1729297704441_0.0837596753180625","host":"s3://npm-registry-packages"}},"0.0.0-experimental.aa9d061a97e250ce2c7dc88ef3e41668bbf64351":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.aa9d061a97e250ce2c7dc88ef3e41668bbf64351","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.aa9d061a97e250ce2c7dc88ef3e41668bbf64351","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5039a52f4ca4b1ad19e1feafb595c261bfc5f026","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.aa9d061a97e250ce2c7dc88ef3e41668bbf64351.tgz","fileCount":319,"integrity":"sha512-eGVXSsjv1QXJWMjbLkQF3qg6OKMzEjWXHHQRg6tKyx6vlacvEjwFH/75m18Vo1QopQmebVM6VGjCVTwl0h3FYA==","signatures":[{"sig":"MEYCIQDZk3Q7rAp8SCzd4I6jiTNLrjVfNAcov2EWsZ4IDVW4dgIhAJKXGHhWrra5dMm854/ZFQfRgP+gV1uPhutVNJHfs01v","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040119},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"aa9d061a97e250ce2c7dc88ef3e41668bbf64351","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.aa9d061a97e250ce2c7dc88ef3e41668bbf64351","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.aa9d061a97e250ce2c7dc88ef3e41668bbf64351","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.aa9d061a97e250ce2c7dc88ef3e41668bbf64351","@strapi/types":"0.0.0-experimental.aa9d061a97e250ce2c7dc88ef3e41668bbf64351","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.aa9d061a97e250ce2c7dc88ef3e41668bbf64351_1729503135965_0.35687556310489277","host":"s3://npm-registry-packages"}},"0.0.0-experimental.73ff3d9f3b7e8959f6c88caa89c356b1d3695824":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.73ff3d9f3b7e8959f6c88caa89c356b1d3695824","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.73ff3d9f3b7e8959f6c88caa89c356b1d3695824","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"566b89f570531fd9a7234f40aee693759ba4eb6e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.73ff3d9f3b7e8959f6c88caa89c356b1d3695824.tgz","fileCount":319,"integrity":"sha512-54isac0/dXCYxxaV0x36iSGyNtxhwGKIrvudIgIe6iqsan4yOsNnzInH3Q7zk51/MEm0CfLI1IBHFKfBe97mmA==","signatures":[{"sig":"MEUCIQDuPsDXXKUF6fh9sBmRR01mtQ9HjQ+jSMLZWPGe1EOpIwIgdrjnZMfU9tV3kj7ZQhEWvIZQyfSlW1QzvgjpUAaLjc4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040119},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"73ff3d9f3b7e8959f6c88caa89c356b1d3695824","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.73ff3d9f3b7e8959f6c88caa89c356b1d3695824","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.73ff3d9f3b7e8959f6c88caa89c356b1d3695824","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.73ff3d9f3b7e8959f6c88caa89c356b1d3695824","@strapi/types":"0.0.0-experimental.73ff3d9f3b7e8959f6c88caa89c356b1d3695824","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.73ff3d9f3b7e8959f6c88caa89c356b1d3695824_1729549614649_0.22266851554908995","host":"s3://npm-registry-packages"}},"0.0.0-next.20afc21f5d54593dc724202ebca562df76601077":{"name":"@strapi/content-type-builder","version":"0.0.0-next.20afc21f5d54593dc724202ebca562df76601077","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.20afc21f5d54593dc724202ebca562df76601077","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7dd76814fbd5cf618120979ec76d92777f97f56e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.20afc21f5d54593dc724202ebca562df76601077.tgz","fileCount":319,"integrity":"sha512-AuGI7SqGMH8yHefACnoPdEl7c09iEAQHnU8dPX3DmxeA3PHSIRI/nISnIAJdXWEv+6l7fYDe9h6aERmHAq6epQ==","signatures":[{"sig":"MEQCIEDCP9Z5g+jjU9pbEE4RGLN3+6BBYA+g0IY15OhqqT+1AiAyrwzZ+XdPCgHzLklkH6BqomI6taM+JxN2G9dA0ye0IQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040079},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"20afc21f5d54593dc724202ebca562df76601077","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.20afc21f5d54593dc724202ebca562df76601077","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.20afc21f5d54593dc724202ebca562df76601077","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.20afc21f5d54593dc724202ebca562df76601077","@strapi/types":"0.0.0-next.20afc21f5d54593dc724202ebca562df76601077","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.20afc21f5d54593dc724202ebca562df76601077_1729556953740_0.30471019404605726","host":"s3://npm-registry-packages"}},"0.0.0-experimental.bf539fcb8054f8f95f3fd89fb24321df84d0a9f8":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.bf539fcb8054f8f95f3fd89fb24321df84d0a9f8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.bf539fcb8054f8f95f3fd89fb24321df84d0a9f8","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"75f7f833dd28940ff24e0b51f04b4586e6a3a386","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.bf539fcb8054f8f95f3fd89fb24321df84d0a9f8.tgz","fileCount":319,"integrity":"sha512-BNhmIqgHm7KTh2Zqn473HQbBUQvNZ4Dseaq/6Kdp3zSKuJw5RZToH6+M8mnrO+dCNeHB59BQZJZBydrK5Df51A==","signatures":[{"sig":"MEUCIHzycQJweYq6QRJvDgMPxrlci2zmy4Qwdnh9jSdP1DTwAiEAvyfHVGY9I6xNY+WNMLnTsvnFoYuyjB+d03pQyTXxKOU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040119},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bf539fcb8054f8f95f3fd89fb24321df84d0a9f8","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.bf539fcb8054f8f95f3fd89fb24321df84d0a9f8","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.bf539fcb8054f8f95f3fd89fb24321df84d0a9f8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.bf539fcb8054f8f95f3fd89fb24321df84d0a9f8","@strapi/types":"0.0.0-experimental.bf539fcb8054f8f95f3fd89fb24321df84d0a9f8","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.bf539fcb8054f8f95f3fd89fb24321df84d0a9f8_1729576479528_0.8572168771214139","host":"s3://npm-registry-packages"}},"0.0.0-experimental.df298029ec6478763dcca7d59fafe8d2ae4ed60a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.df298029ec6478763dcca7d59fafe8d2ae4ed60a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.df298029ec6478763dcca7d59fafe8d2ae4ed60a","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c9c7edce964d55bdd832c3db3984178b22532860","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.df298029ec6478763dcca7d59fafe8d2ae4ed60a.tgz","fileCount":319,"integrity":"sha512-7HxS3wMcpwiYC5sZ9MfsrZPqt/wCHZCH9w/cmJDTXkzcTa9IxPLS4yoMUcE/SwmWadnHrTdXf6CWzcu7phkXFw==","signatures":[{"sig":"MEUCIDqMlq7/PlDadneyR6KtDfmE9X2di9QsA8coKKDtGgFRAiEAmR8w6y4y+kP2e2l7riIJJSUImfkzsZXZaYk8BVGDl1w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040119},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"df298029ec6478763dcca7d59fafe8d2ae4ed60a","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.df298029ec6478763dcca7d59fafe8d2ae4ed60a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.df298029ec6478763dcca7d59fafe8d2ae4ed60a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.df298029ec6478763dcca7d59fafe8d2ae4ed60a","@strapi/types":"0.0.0-experimental.df298029ec6478763dcca7d59fafe8d2ae4ed60a","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.df298029ec6478763dcca7d59fafe8d2ae4ed60a_1729583458102_0.6837540105884348","host":"s3://npm-registry-packages"}},"0.0.0-experimental.953e1857bbad81a3c34f5d6511736c1bc8b91dcb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.953e1857bbad81a3c34f5d6511736c1bc8b91dcb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.953e1857bbad81a3c34f5d6511736c1bc8b91dcb","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"57238982700c9223518c6e270b019af9ae2a6622","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.953e1857bbad81a3c34f5d6511736c1bc8b91dcb.tgz","fileCount":319,"integrity":"sha512-wQWIBMyvrx9Hk/OSqpWkborZoP9lfCwDRP8pCNHQXzGdHA71wVdzwCH/aN0s97RH00Tp6Uj6TvX9B9EfmP096Q==","signatures":[{"sig":"MEUCIBE4fwzAXevOkqgoess6HyW7UbY7fynPRF8ocNcuu5NKAiEAui6XAOQfE64W8P/yz1lbQB3d4c7Cd4bnImP2QewNxWI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040119},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"953e1857bbad81a3c34f5d6511736c1bc8b91dcb","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.953e1857bbad81a3c34f5d6511736c1bc8b91dcb","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.953e1857bbad81a3c34f5d6511736c1bc8b91dcb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.953e1857bbad81a3c34f5d6511736c1bc8b91dcb","@strapi/types":"0.0.0-experimental.953e1857bbad81a3c34f5d6511736c1bc8b91dcb","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.953e1857bbad81a3c34f5d6511736c1bc8b91dcb_1729587991355_0.649063247002615","host":"s3://npm-registry-packages"}},"0.0.0-next.3db8f1fc613b89bf7742dc5746bf21a8d8ba0d04":{"name":"@strapi/content-type-builder","version":"0.0.0-next.3db8f1fc613b89bf7742dc5746bf21a8d8ba0d04","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.3db8f1fc613b89bf7742dc5746bf21a8d8ba0d04","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bdb78ee33cfb3d23f2fe5facf1a9755fc25d2083","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.3db8f1fc613b89bf7742dc5746bf21a8d8ba0d04.tgz","fileCount":319,"integrity":"sha512-tnIIVcXJSiqHVcjkfEw8yipx9kh6SoVU8+IaMuL4udrMAmMjFZObCZxkY/Ysq/IZdlOMw82wm1a7rttyxzIvpg==","signatures":[{"sig":"MEQCIEfMKs036fGnc8U8WtcmF3XJv7SviyZQCvUQbkntEpJWAiA1kPeKwZZivTMG0AOBR281RsWR87/DlU7jMlyXSjZg7Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040079},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3db8f1fc613b89bf7742dc5746bf21a8d8ba0d04","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.3db8f1fc613b89bf7742dc5746bf21a8d8ba0d04","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.3db8f1fc613b89bf7742dc5746bf21a8d8ba0d04","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.3db8f1fc613b89bf7742dc5746bf21a8d8ba0d04","@strapi/types":"0.0.0-next.3db8f1fc613b89bf7742dc5746bf21a8d8ba0d04","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.3db8f1fc613b89bf7742dc5746bf21a8d8ba0d04_1729643341950_0.3343404499285343","host":"s3://npm-registry-packages"}},"5.1.1":{"name":"@strapi/content-type-builder","version":"5.1.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.1.1","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"644e5ec6244b72f13f6227c573fe7c4fa2623c05","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.1.1.tgz","fileCount":319,"integrity":"sha512-jMn4Xa67Wcf/HIU7KdKZavSnlinVJgaeJy5E+M0B3oid4ywdPDszmqoGjFZXqGwAbnvRucz+CmRUv8yhV+lhdg==","signatures":[{"sig":"MEQCIBRSMDkw5z2jYc4IjlakOeWFP7vhVrx0xYbvd039o7+AAiB7dUECmBrQsfXUZSMkBksbLw5rYS6kk3fyOM+vy3KnQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3039849},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"642dabff0ba05c7fb69fbf70a779ef12b766b242","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.10.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.10.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.1.1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.1.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.1.1","@strapi/types":"5.1.1","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.1.1_1729688779326_0.7079848867079619","host":"s3://npm-registry-packages"}},"0.0.0-next.6ed779c066310248c506ce3d2cdae97f59f700ef":{"name":"@strapi/content-type-builder","version":"0.0.0-next.6ed779c066310248c506ce3d2cdae97f59f700ef","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.6ed779c066310248c506ce3d2cdae97f59f700ef","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d2182a66efa4c58954b5db718e58beb88413f4d9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.6ed779c066310248c506ce3d2cdae97f59f700ef.tgz","fileCount":319,"integrity":"sha512-e/RaODZvAbBfNew8VSO5ifRrCI2uJQIxplGoMCgf2q4LqRiXb3owBZhFD+rrHckEGKalqrVMPDFzB0IeOWRxlA==","signatures":[{"sig":"MEUCIDBgk6XyHQSRsR7+6ZMdTThhziLywE18ecEFeLEyt59kAiEAjUsB4AP8hgP5mc+UG3gaT5u/qFzCKFKy6DfzxiaDggU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040079},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6ed779c066310248c506ce3d2cdae97f59f700ef","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.6ed779c066310248c506ce3d2cdae97f59f700ef","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.6ed779c066310248c506ce3d2cdae97f59f700ef","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.6ed779c066310248c506ce3d2cdae97f59f700ef","@strapi/types":"0.0.0-next.6ed779c066310248c506ce3d2cdae97f59f700ef","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.6ed779c066310248c506ce3d2cdae97f59f700ef_1729729736931_0.01353806015528769","host":"s3://npm-registry-packages"}},"0.0.0-next.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b":{"name":"@strapi/content-type-builder","version":"0.0.0-next.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"80f8e184cd7f4acc844f45863b55673feab4fc58","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b.tgz","fileCount":319,"integrity":"sha512-7jnrDfhzwTsKisWxbcamCHOTsF/8x4yiyxv7vs3RV8P/uHbSPf2mShnKwFzfFMACW310duGXRlmhflCRNhmW2g==","signatures":[{"sig":"MEYCIQDnlb/loLMMaeqbN0o4vb1643O0UQB8A61URax5Tq0TpAIhAMFPq++4TEbutQHcjULuUamUNTAaIoaHZ6i1MemjNh0c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040079},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b","@strapi/types":"0.0.0-next.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b_1729816149857_0.7372152283081637","host":"s3://npm-registry-packages"}},"0.0.0-next.f6dca5adf05ef6bed9605a1535999ab0bbbf063e":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f6dca5adf05ef6bed9605a1535999ab0bbbf063e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f6dca5adf05ef6bed9605a1535999ab0bbbf063e","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"75ef0bd2809498c2fe9dfeacb6392a62aa7fdb09","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f6dca5adf05ef6bed9605a1535999ab0bbbf063e.tgz","fileCount":319,"integrity":"sha512-AwbLSnmONqNMSAg3x+OzSIgP0Djcsworv3FlkhdiP0lA8+WjEjVzAUqYa4rNf6u9VnSmyafZLZapRKrgzXGFlA==","signatures":[{"sig":"MEUCIFb0v8Olzdzr5ByCzV6LPG39/689Mcql04RBycO13SMnAiEA7QTCwYmBXvJFrOA1qNTqX9f6q2EUsDAR0HFhPR8MJKI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040079},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f6dca5adf05ef6bed9605a1535999ab0bbbf063e","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.f6dca5adf05ef6bed9605a1535999ab0bbbf063e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.f6dca5adf05ef6bed9605a1535999ab0bbbf063e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f6dca5adf05ef6bed9605a1535999ab0bbbf063e","@strapi/types":"0.0.0-next.f6dca5adf05ef6bed9605a1535999ab0bbbf063e","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f6dca5adf05ef6bed9605a1535999ab0bbbf063e_1729902506094_0.14222149912514714","host":"s3://npm-registry-packages"}},"0.0.0-experimental.c222e1c4de12dd05c26938a605a1128fb3481d1d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c222e1c4de12dd05c26938a605a1128fb3481d1d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c222e1c4de12dd05c26938a605a1128fb3481d1d","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"63fabb4638e65878cab9d10cb563b4628c4ebe07","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c222e1c4de12dd05c26938a605a1128fb3481d1d.tgz","fileCount":319,"integrity":"sha512-6IYQ1WPKm88OOdyoZG5pfPwIN5VVSxvzQh3+4aKsiuJzzT/zv+2XZslJrwNG1f4WtlzqrdbtURPuSukQmZrp2w==","signatures":[{"sig":"MEUCIEUHZh/K4qpZTbmNqmX4T8jwKw2R2ZhSvLr3SAWdLpW1AiEAmF+wKCEaURoE3uufzXuCGzwOplvklFtyUMlw8yVJPP8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040119},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c222e1c4de12dd05c26938a605a1128fb3481d1d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.c222e1c4de12dd05c26938a605a1128fb3481d1d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.c222e1c4de12dd05c26938a605a1128fb3481d1d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c222e1c4de12dd05c26938a605a1128fb3481d1d","@strapi/types":"0.0.0-experimental.c222e1c4de12dd05c26938a605a1128fb3481d1d","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c222e1c4de12dd05c26938a605a1128fb3481d1d_1730107788516_0.7726885837842983","host":"s3://npm-registry-packages"}},"0.0.0-experimental.36632203b17974c18103c138ffbef53a82e448c3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.36632203b17974c18103c138ffbef53a82e448c3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.36632203b17974c18103c138ffbef53a82e448c3","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0c9ae1e9c460cceb3d77e3187af95b87d2c7d42b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.36632203b17974c18103c138ffbef53a82e448c3.tgz","fileCount":319,"integrity":"sha512-G54zrhcIEBZaVZU2IMkJPyl02LsKx0OekxcHTlO4SmWayHMw5p67oGuVX6TD8pc0vDu4xEnrxDRw3b8Er5nD4A==","signatures":[{"sig":"MEUCIQCoXBX9WP040MSr5kb5Amm93DS3+tuF/NxNZUJ/sh2pWQIgS4d+JNUaiaga7Zdoh9J5CskGvrbq2MwTMhsatKjZvo4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040119},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"36632203b17974c18103c138ffbef53a82e448c3","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.36632203b17974c18103c138ffbef53a82e448c3","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.36632203b17974c18103c138ffbef53a82e448c3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.36632203b17974c18103c138ffbef53a82e448c3","@strapi/types":"0.0.0-experimental.36632203b17974c18103c138ffbef53a82e448c3","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.36632203b17974c18103c138ffbef53a82e448c3_1730131351001_0.34711447063211254","host":"s3://npm-registry-packages"}},"0.0.0-next.36632203b17974c18103c138ffbef53a82e448c3":{"name":"@strapi/content-type-builder","version":"0.0.0-next.36632203b17974c18103c138ffbef53a82e448c3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.36632203b17974c18103c138ffbef53a82e448c3","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"02cf5389121e817015b2619e84fb5571d5996183","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.36632203b17974c18103c138ffbef53a82e448c3.tgz","fileCount":319,"integrity":"sha512-Ez9LjCsXSV66iex98mCoB0uR7lOp3wJ6xuGHnNXc0NDoQTfpSXMU9F36VCsThHiquicCzbaANlRrqALig62pKg==","signatures":[{"sig":"MEUCIGHqEB3+v5TLyPZTfgPBUOhhmMjsWC+Gppm0RSnJa+tUAiEAj/VMVn8GNyvcqMupC9Wf/8IeypajSh9dS92F43AZGrw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040079},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"36632203b17974c18103c138ffbef53a82e448c3","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.36632203b17974c18103c138ffbef53a82e448c3","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.36632203b17974c18103c138ffbef53a82e448c3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.36632203b17974c18103c138ffbef53a82e448c3","@strapi/types":"0.0.0-next.36632203b17974c18103c138ffbef53a82e448c3","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.36632203b17974c18103c138ffbef53a82e448c3_1730161779428_0.17826375767992664","host":"s3://npm-registry-packages"}},"0.0.0-next.f5312617ca16b870c2bf1adcea2c69b676979e29":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f5312617ca16b870c2bf1adcea2c69b676979e29","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f5312617ca16b870c2bf1adcea2c69b676979e29","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c757f6d0d2d336d90397682a75797372309d960a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f5312617ca16b870c2bf1adcea2c69b676979e29.tgz","fileCount":319,"integrity":"sha512-cQ8MxmtuppDNeh7EiuVDfCB1EJRNtdrdUUW+nH6BYGl3Ay11bXTo5nFYmiZd0UGpz5yFjeOBpSHS/0TJJLDU0g==","signatures":[{"sig":"MEYCIQDHgs72Gx0SFQeOXCnqKwSUPYM/BmjAWh3/MO+LLThuiQIhAPvX6BOwVxF2SPkUe5F/zXVHDpojPLCgI7pcJX53ZEWB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040079},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f5312617ca16b870c2bf1adcea2c69b676979e29","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.f5312617ca16b870c2bf1adcea2c69b676979e29","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.f5312617ca16b870c2bf1adcea2c69b676979e29","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f5312617ca16b870c2bf1adcea2c69b676979e29","@strapi/types":"0.0.0-next.f5312617ca16b870c2bf1adcea2c69b676979e29","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f5312617ca16b870c2bf1adcea2c69b676979e29_1730248168654_0.2976759452856925","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"@strapi/content-type-builder","version":"5.2.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.2.0","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3d3772e0ea34b5fbbe83e398cca6d0dbc9e2d349","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.2.0.tgz","fileCount":319,"integrity":"sha512-Jd/r7vHmxnPeNqSbXwvPXFdn9PiviPo3c0mzQn1L8NNEIK6sAgFZ41ZcDrOfl4CFM/NV2E8gmyGS3H6ywADHGQ==","signatures":[{"sig":"MEYCIQCgfCu54JD9ejNuVsmzcsEVjRub99/gEVJk09HF1+YCeAIhAOqDemoSKBE/4r6Zpk+xSCctJvVkOry56Ueee26N66e0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3039849},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c3b3af2ac546ef6c4dab905d9094a12a02060327","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"remidej","email":"remi@hey.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"5.2.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.2.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.2.0","@strapi/types":"5.2.0","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.2.0_1730301023213_0.12643785439254263","host":"s3://npm-registry-packages"}},"0.0.0-next.8f63e1055db761e0213cb6610f80c55658196ae1":{"name":"@strapi/content-type-builder","version":"0.0.0-next.8f63e1055db761e0213cb6610f80c55658196ae1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.8f63e1055db761e0213cb6610f80c55658196ae1","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9b9ff317d1ba4388b7024a251cbce371b21f872f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.8f63e1055db761e0213cb6610f80c55658196ae1.tgz","fileCount":319,"integrity":"sha512-gWtMTew5RfK/GEDgt0hS1kgbsOEhKtKKDycg/uHfK82fVelN8PBzBnFHsEXJdygsMn0RCtQP4PSWjeyU1f7/vA==","signatures":[{"sig":"MEUCIQCDwLtXQJsmspKPNraEWqqqsEa8O/smLLAJbF05BxCUbAIgbg1jG7RHC5jZVnMKAKDDCgLB9xUSA37ehR39munDoro=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040079},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8f63e1055db761e0213cb6610f80c55658196ae1","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.8f63e1055db761e0213cb6610f80c55658196ae1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.8f63e1055db761e0213cb6610f80c55658196ae1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.8f63e1055db761e0213cb6610f80c55658196ae1","@strapi/types":"0.0.0-next.8f63e1055db761e0213cb6610f80c55658196ae1","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.8f63e1055db761e0213cb6610f80c55658196ae1_1730334578782_0.1300433852633296","host":"s3://npm-registry-packages"}},"0.0.0-next.3fdd03038d558a8190aa7e17574020c5f65395e6":{"name":"@strapi/content-type-builder","version":"0.0.0-next.3fdd03038d558a8190aa7e17574020c5f65395e6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.3fdd03038d558a8190aa7e17574020c5f65395e6","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ca51e337a20c57884b76cf2ddf318972681320a4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.3fdd03038d558a8190aa7e17574020c5f65395e6.tgz","fileCount":319,"integrity":"sha512-WNPgePYwTDFkjjd2+vYbLwBfBdbLRPnjsh6yNX7imR/hyN/fVJnzn7pjllJ8dlUaCyvBqh1bhnwUxOswK3nkKw==","signatures":[{"sig":"MEYCIQCyp/UK2UqeTlUPLO7TagQGcezZBjBX2SKX8s7yZF+E2QIhALQpOBdnSwNQw5aRaYev7AQ2xMZ9UQfO5epI7A23JuYy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040079},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3fdd03038d558a8190aa7e17574020c5f65395e6","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-next.3fdd03038d558a8190aa7e17574020c5f65395e6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.3fdd03038d558a8190aa7e17574020c5f65395e6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.3fdd03038d558a8190aa7e17574020c5f65395e6","@strapi/types":"0.0.0-next.3fdd03038d558a8190aa7e17574020c5f65395e6","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.3fdd03038d558a8190aa7e17574020c5f65395e6_1730421126134_0.7197046908289921","host":"s3://npm-registry-packages"}},"0.0.0-next.c3eb27c3a05a30387b6b44e15d3661201d54787d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.c3eb27c3a05a30387b6b44e15d3661201d54787d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.c3eb27c3a05a30387b6b44e15d3661201d54787d","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b1b38a59f0c0b434e6ca1994f247c336e06abd74","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.c3eb27c3a05a30387b6b44e15d3661201d54787d.tgz","fileCount":319,"integrity":"sha512-QkbR+Qs6Lj791NjyKUb8Fjm6G2IwvyluPt9h9hQKqu5L+csvHpysjgKu50tHcqwU72O39c6Mh8RPbmW8Ga2pjg==","signatures":[{"sig":"MEUCIQCh4UmYeYRsaBXOS/KjG/f2a1DGrHdCVKEhp3fFlUcvNAIgdOPTtKI5KotyCWZ9D1LRztaeqzbMcK5NfznOEG6F5C4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038026},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c3eb27c3a05a30387b6b44e15d3661201d54787d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-next.c3eb27c3a05a30387b6b44e15d3661201d54787d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.c3eb27c3a05a30387b6b44e15d3661201d54787d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.c3eb27c3a05a30387b6b44e15d3661201d54787d","@strapi/types":"0.0.0-next.c3eb27c3a05a30387b6b44e15d3661201d54787d","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.c3eb27c3a05a30387b6b44e15d3661201d54787d_1730766529156_0.5401310149954495","host":"s3://npm-registry-packages"}},"0.0.0-experimental.5c463a4f3349c33b8034dcda66a04758d0efc542":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5c463a4f3349c33b8034dcda66a04758d0efc542","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5c463a4f3349c33b8034dcda66a04758d0efc542","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ebdcb862e488a6ab7944f5cfc3672734bd136f69","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5c463a4f3349c33b8034dcda66a04758d0efc542.tgz","fileCount":319,"integrity":"sha512-RFVFx3EZ2/CL5s5b9ePva4+kdOQlaPki9yqqMQUm8jhnKZ8NY4GoLooeAF32n4U4K8ux+ZatOepGbddv+9UrXQ==","signatures":[{"sig":"MEQCICvuNLwOkRLSdGm10hY69FyM+Tt+RWmgX1nXpPdGRFSwAiAgxfoRo0n3dZLgKCWuTrh+5a1z9k18X50aELH85d0n4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038066},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5c463a4f3349c33b8034dcda66a04758d0efc542","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-experimental.5c463a4f3349c33b8034dcda66a04758d0efc542","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5c463a4f3349c33b8034dcda66a04758d0efc542","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5c463a4f3349c33b8034dcda66a04758d0efc542","@strapi/types":"0.0.0-experimental.5c463a4f3349c33b8034dcda66a04758d0efc542","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5c463a4f3349c33b8034dcda66a04758d0efc542_1730794960481_0.8703973328576657","host":"s3://npm-registry-packages"}},"0.0.0-experimental.a13c58eec89ab119f0e381fb79c0252979e9c125":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a13c58eec89ab119f0e381fb79c0252979e9c125","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a13c58eec89ab119f0e381fb79c0252979e9c125","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1c7fcc16caca3478ad48dd786dcd56bc2dbf641e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a13c58eec89ab119f0e381fb79c0252979e9c125.tgz","fileCount":319,"integrity":"sha512-6gIZWNN9FvWbvUyDBqa54SjXYP36IzqEFREOgOlbIu7mSssPo74yh0DlDRfkd3S/TPBQMNf4vevLE9lg+ZC3Vg==","signatures":[{"sig":"MEQCIA5tCsJxaT75Q1pk8NGZirx+WTw1k0DE9oMHt3ejakILAiBnGm7fpN0WeZGiLIY9KO+WFUZo5IFZ56vZ1Ud0isT/uQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038066},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a13c58eec89ab119f0e381fb79c0252979e9c125","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-experimental.a13c58eec89ab119f0e381fb79c0252979e9c125","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.a13c58eec89ab119f0e381fb79c0252979e9c125","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a13c58eec89ab119f0e381fb79c0252979e9c125","@strapi/types":"0.0.0-experimental.a13c58eec89ab119f0e381fb79c0252979e9c125","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a13c58eec89ab119f0e381fb79c0252979e9c125_1730814302725_0.5109421027369667","host":"s3://npm-registry-packages"}},"0.0.0-next.973df62640087231761ffaeb1c2b5d0d706346d8":{"name":"@strapi/content-type-builder","version":"0.0.0-next.973df62640087231761ffaeb1c2b5d0d706346d8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.973df62640087231761ffaeb1c2b5d0d706346d8","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f36dff9cc3c673d63d000e34a0bb77a7a014fb4f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.973df62640087231761ffaeb1c2b5d0d706346d8.tgz","fileCount":319,"integrity":"sha512-iLPOLzsPXKgB47INppDkGwG2a7cKo7nR58RbqYA46wgCQRbFyCvnSY15z/ktLRwAkFU3Dwd5JPVOyYAqpdWyTg==","signatures":[{"sig":"MEQCIC0JCtvsXNIBbnKjQilYNvVizF7rckyuSmZ45Rx4QoxZAiAuGhB9jp3KJcvYFv+uTClMGfgmMsOr0hyUWeirfxbXGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038026},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"973df62640087231761ffaeb1c2b5d0d706346d8","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-next.973df62640087231761ffaeb1c2b5d0d706346d8","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.973df62640087231761ffaeb1c2b5d0d706346d8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.973df62640087231761ffaeb1c2b5d0d706346d8","@strapi/types":"0.0.0-next.973df62640087231761ffaeb1c2b5d0d706346d8","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.973df62640087231761ffaeb1c2b5d0d706346d8_1730852923376_0.7052449942564007","host":"s3://npm-registry-packages"}},"5.3.0":{"name":"@strapi/content-type-builder","version":"5.3.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.3.0","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"acc54c29b4a15597aedf573c79a8c2e22f9ad8f1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.3.0.tgz","fileCount":319,"integrity":"sha512-PUgWJu0HBz0JB63LAEf/QBWaURkN/iQ88JUCOGrdr61kCfnV9b340FvyltD39lioTs1zT00T7wB8w8JGzJfARw==","signatures":[{"sig":"MEUCIQD54PGtDRsHcIPv3UFYal68SPxuJ1Ui3BjCArb2aRd44AIgeN2euFbqe7MwCUhBT3DYJYAxbS2RHO2PYpwjE2Rd4Gc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3037796},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a83471de7de7757b0e50c1b4cbb84b01028ba5d1","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.9.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"5.3.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.3.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.3.0","@strapi/types":"5.3.0","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.3.0_1730905254641_0.24529294574191218","host":"s3://npm-registry-packages"}},"0.0.0-next.77e66829c8c9c19a6fd9c80944bb2395c7d7f714":{"name":"@strapi/content-type-builder","version":"0.0.0-next.77e66829c8c9c19a6fd9c80944bb2395c7d7f714","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.77e66829c8c9c19a6fd9c80944bb2395c7d7f714","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"13d2ba3245cedde58db6bcbd52a9243b4f14b331","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.77e66829c8c9c19a6fd9c80944bb2395c7d7f714.tgz","fileCount":319,"integrity":"sha512-UOndtKxWzRfJsXX38gxDSTvoOPG3Zmw9HF7uwcAHEo4Pd0O6wP/ZTCkcL4zY+HQCKLQ8GxupW0AUZXjEy5mnzQ==","signatures":[{"sig":"MEYCIQC7zbhiJgNeA22hPi03Q5Oijmv0WV2wv8RNSvu752r0ZQIhAPunWRW1g41JY7tENNNqJkc5ngdTYtJ5e9Drl8n9nLkL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038026},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"77e66829c8c9c19a6fd9c80944bb2395c7d7f714","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-next.77e66829c8c9c19a6fd9c80944bb2395c7d7f714","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.77e66829c8c9c19a6fd9c80944bb2395c7d7f714","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.77e66829c8c9c19a6fd9c80944bb2395c7d7f714","@strapi/types":"0.0.0-next.77e66829c8c9c19a6fd9c80944bb2395c7d7f714","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.77e66829c8c9c19a6fd9c80944bb2395c7d7f714_1730939333659_0.025911531044427782","host":"s3://npm-registry-packages"}},"0.0.0-experimental.8e52d29d243dccc7c24beb53412cf1c9c0b36d11":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8e52d29d243dccc7c24beb53412cf1c9c0b36d11","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8e52d29d243dccc7c24beb53412cf1c9c0b36d11","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b31b2075e4715cb67f6a64994f72556e8ffae957","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8e52d29d243dccc7c24beb53412cf1c9c0b36d11.tgz","fileCount":319,"integrity":"sha512-DJieusXiGFg3coBICNQocniDUkbffYAkUEAUuKcUOr0KZBb5StbA4CsG67PrkPcnu4DWN1j+t6m3N/rURAB7bQ==","signatures":[{"sig":"MEUCIQC2kcJBI1bOQBZMRqca24Z7E3m9UPXDMn8oq3yCbwh7XAIgEt4AMu0OxYgOv8b9e/RGMZiEDFFPtRQGmLsy/+k7UM4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040119},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8e52d29d243dccc7c24beb53412cf1c9c0b36d11","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.11","@strapi/utils":"0.0.0-experimental.8e52d29d243dccc7c24beb53412cf1c9c0b36d11","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.8e52d29d243dccc7c24beb53412cf1c9c0b36d11","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8e52d29d243dccc7c24beb53412cf1c9c0b36d11","@strapi/types":"0.0.0-experimental.8e52d29d243dccc7c24beb53412cf1c9c0b36d11","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8e52d29d243dccc7c24beb53412cf1c9c0b36d11_1730982770339_0.48438471757367707","host":"s3://npm-registry-packages"}},"0.0.0-next.bb6ff32f5168f3e380d3d9acba90a9d53bfcfb89":{"name":"@strapi/content-type-builder","version":"0.0.0-next.bb6ff32f5168f3e380d3d9acba90a9d53bfcfb89","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.bb6ff32f5168f3e380d3d9acba90a9d53bfcfb89","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a99e3b43b5978d919068fc153c1fa8fa6dd7c151","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.bb6ff32f5168f3e380d3d9acba90a9d53bfcfb89.tgz","fileCount":319,"integrity":"sha512-oi+7EMVeWJlEXv+imQ5m4/BNYSIAgqEDaWUTOS+GDQQdgQtLlw462HCn44XA8G45IdHYvjDWgzjl4xctGlrXag==","signatures":[{"sig":"MEQCIB2xYfAn6AZmDlqQrDN7Lv3MbOCdJypQTV2+aEKibodxAiAD8u2hUjNC0JS3ewNlsg4O/RqSgehNKsIULumWCt2h1w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038026},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bb6ff32f5168f3e380d3d9acba90a9d53bfcfb89","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-next.bb6ff32f5168f3e380d3d9acba90a9d53bfcfb89","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.bb6ff32f5168f3e380d3d9acba90a9d53bfcfb89","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.bb6ff32f5168f3e380d3d9acba90a9d53bfcfb89","@strapi/types":"0.0.0-next.bb6ff32f5168f3e380d3d9acba90a9d53bfcfb89","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.bb6ff32f5168f3e380d3d9acba90a9d53bfcfb89_1731025719948_0.5371903514581573","host":"s3://npm-registry-packages"}},"0.0.0-next.ea6e3b80ab37f554da4f8bde08dbfe9b57400d31":{"name":"@strapi/content-type-builder","version":"0.0.0-next.ea6e3b80ab37f554da4f8bde08dbfe9b57400d31","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.ea6e3b80ab37f554da4f8bde08dbfe9b57400d31","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f995d77f1466e8873525eae61451667b01ebb146","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.ea6e3b80ab37f554da4f8bde08dbfe9b57400d31.tgz","fileCount":319,"integrity":"sha512-lDmoNbi20OzKyh/cja7aKNx9HprE4LyWzBbkU788dA1fSzEo9gGMmT2AmZIz4Z1iSJxK504/dRksiqPy/FMu0g==","signatures":[{"sig":"MEUCIAQShx1Kwz86Y8446AqJJPBHKWJBbQWpke1uZDLJghFNAiEAp6f1BJehrz5USyPZ3DqvxBnkcNUwkVGEcCfAIj5dglw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038026},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ea6e3b80ab37f554da4f8bde08dbfe9b57400d31","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-next.ea6e3b80ab37f554da4f8bde08dbfe9b57400d31","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.ea6e3b80ab37f554da4f8bde08dbfe9b57400d31","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.ea6e3b80ab37f554da4f8bde08dbfe9b57400d31","@strapi/types":"0.0.0-next.ea6e3b80ab37f554da4f8bde08dbfe9b57400d31","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.ea6e3b80ab37f554da4f8bde08dbfe9b57400d31_1731112099090_0.6306415377560404","host":"s3://npm-registry-packages"}},"0.0.0-experimental.b0db56479de441dfe8feb37a43c7f6f6fecf75c1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b0db56479de441dfe8feb37a43c7f6f6fecf75c1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b0db56479de441dfe8feb37a43c7f6f6fecf75c1","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a71fddca3182528524fa3fca072d889aad507a5a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b0db56479de441dfe8feb37a43c7f6f6fecf75c1.tgz","fileCount":319,"integrity":"sha512-ZMLW33E05AgfJNfjPkrvHaIxtsPLIn5ynTkdz5fINVL/Jdgkcch20z/XwhjoosF4Pj/fcOUZpFf8yO/Qn+00tw==","signatures":[{"sig":"MEUCIQDrUq9frKjjSX+rdAZ/nqG6En0eqa6coaWefoXGIMAxkgIgZS63tZysazqsaOOpFJ0tPgvhS7lz1TvTBP9oxrvvXA4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038066},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b0db56479de441dfe8feb37a43c7f6f6fecf75c1","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-experimental.b0db56479de441dfe8feb37a43c7f6f6fecf75c1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.b0db56479de441dfe8feb37a43c7f6f6fecf75c1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b0db56479de441dfe8feb37a43c7f6f6fecf75c1","@strapi/types":"0.0.0-experimental.b0db56479de441dfe8feb37a43c7f6f6fecf75c1","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b0db56479de441dfe8feb37a43c7f6f6fecf75c1_1731342901411_0.005345146344074347","host":"s3://npm-registry-packages"}},"0.0.0-next.b0db56479de441dfe8feb37a43c7f6f6fecf75c1":{"name":"@strapi/content-type-builder","version":"0.0.0-next.b0db56479de441dfe8feb37a43c7f6f6fecf75c1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.b0db56479de441dfe8feb37a43c7f6f6fecf75c1","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"027482e88670cdb452de8bdfd2d64820edeecae9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.b0db56479de441dfe8feb37a43c7f6f6fecf75c1.tgz","fileCount":319,"integrity":"sha512-ZgZjfiL6JBhVpZHf5TfCkSoKENppycnSfchFq7cblPbtzx+vlyLOvX7UT7SFVpDBUTQrEpcQTA1M6E3FtO3rgA==","signatures":[{"sig":"MEUCIQCXwn0uWxTadWexebfU9iKu03BELrY16/vJB2SiyWJL6AIgFG6oTu64LEBTykOZKDIdoDG1hHjxfLjiADw41vEDv6o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038026},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b0db56479de441dfe8feb37a43c7f6f6fecf75c1","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-next.b0db56479de441dfe8feb37a43c7f6f6fecf75c1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.b0db56479de441dfe8feb37a43c7f6f6fecf75c1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.b0db56479de441dfe8feb37a43c7f6f6fecf75c1","@strapi/types":"0.0.0-next.b0db56479de441dfe8feb37a43c7f6f6fecf75c1","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.b0db56479de441dfe8feb37a43c7f6f6fecf75c1_1731371305941_0.4031210290054976","host":"s3://npm-registry-packages"}},"0.0.0-experimental.af7e4e2471a04cc7f17b8ed3474530810efc02bc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.af7e4e2471a04cc7f17b8ed3474530810efc02bc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.af7e4e2471a04cc7f17b8ed3474530810efc02bc","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ef37177140cebfd848e7a8a6b88e74012e342f2d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.af7e4e2471a04cc7f17b8ed3474530810efc02bc.tgz","fileCount":319,"integrity":"sha512-gPX7dwUzXVD1qLa+doyyxhMLHfQ8T4gyZvZkFpqmGFhoWVO+4nJPMo+EUUP3ZbChKHZ7R7Tj/1eBV2bWrst61A==","signatures":[{"sig":"MEQCIFSOY2v2Bk6TKMERQ5JfXtY/v91VJhSX2kaJx/lvgQmbAiAKsFn4SYPQ8/h5tZBrN/RoCquJWcJboaXRYo4aqhliFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038066},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"af7e4e2471a04cc7f17b8ed3474530810efc02bc","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-experimental.af7e4e2471a04cc7f17b8ed3474530810efc02bc","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.af7e4e2471a04cc7f17b8ed3474530810efc02bc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.af7e4e2471a04cc7f17b8ed3474530810efc02bc","@strapi/types":"0.0.0-experimental.af7e4e2471a04cc7f17b8ed3474530810efc02bc","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.af7e4e2471a04cc7f17b8ed3474530810efc02bc_1731428047663_0.13005746176712973","host":"s3://npm-registry-packages"}},"0.0.0-next.4119cc523a8fec549bb2f1869c6e789650f7f4de":{"name":"@strapi/content-type-builder","version":"0.0.0-next.4119cc523a8fec549bb2f1869c6e789650f7f4de","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.4119cc523a8fec549bb2f1869c6e789650f7f4de","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1fc34399a762ea1ef4366b2d948f7f3db7005aba","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.4119cc523a8fec549bb2f1869c6e789650f7f4de.tgz","fileCount":319,"integrity":"sha512-ghPAb2uCsK7hHJ5gvMf8gS6hTmcpU7DKHrAiLDGqKWA1xbksQDqBbAjGUlGCA2urg5g+OZYB7pKhd02L7m3VIw==","signatures":[{"sig":"MEUCIC0F+qQKZ1g8fKxcDiH3wA68P0VvVstCWGwQcndKVnbzAiEAjmoEKOXnlRxF6y4lmfAzGse2DwOmHoqTKV5Xqe4vlHE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038026},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4119cc523a8fec549bb2f1869c6e789650f7f4de","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-next.4119cc523a8fec549bb2f1869c6e789650f7f4de","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.4119cc523a8fec549bb2f1869c6e789650f7f4de","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.4119cc523a8fec549bb2f1869c6e789650f7f4de","@strapi/types":"0.0.0-next.4119cc523a8fec549bb2f1869c6e789650f7f4de","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.4119cc523a8fec549bb2f1869c6e789650f7f4de_1731457750174_0.9350644950980798","host":"s3://npm-registry-packages"}},"0.0.0-experimental.3d5794391d4c2d9eddf7bd162c02f4bb836eb7a6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3d5794391d4c2d9eddf7bd162c02f4bb836eb7a6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3d5794391d4c2d9eddf7bd162c02f4bb836eb7a6","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b222c51a565c1c6deabed01052a9d19a82a3c7bb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3d5794391d4c2d9eddf7bd162c02f4bb836eb7a6.tgz","fileCount":319,"integrity":"sha512-mLFhoGDfyqq+7dOG0zvG9Rs2cXzSfPr5YQKg1HEkKIEAWus7bnOldLcFXrVnV7DMVTy5Cir/+JCDVCg5Te8Org==","signatures":[{"sig":"MEQCICBPKgor5Hk28tLCRXtCvcG7hsnmGSXVqYpBIL6XZKC7AiBCcUavtdNl1iK6kTPzswdh0R/XIcDOlOYEiG3gM4XU+A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3037934},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3d5794391d4c2d9eddf7bd162c02f4bb836eb7a6","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-experimental.3d5794391d4c2d9eddf7bd162c02f4bb836eb7a6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.3d5794391d4c2d9eddf7bd162c02f4bb836eb7a6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3d5794391d4c2d9eddf7bd162c02f4bb836eb7a6","@strapi/types":"0.0.0-experimental.3d5794391d4c2d9eddf7bd162c02f4bb836eb7a6","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3d5794391d4c2d9eddf7bd162c02f4bb836eb7a6_1731496228720_0.4763511694951099","host":"s3://npm-registry-packages"}},"5.4.0":{"name":"@strapi/content-type-builder","version":"5.4.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.4.0","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5a652144c9a41f382fb593bbc703d162bc70d17d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.4.0.tgz","fileCount":319,"integrity":"sha512-XX9u/CzYd0D1NHUeURGp1S/Ro7x2F8kLRZsCXhYzvIn2PEzcFOi4e4NEgVMIAH4qkJo6v7fnxOEIlfYgOtkt7w==","signatures":[{"sig":"MEQCIC2hJxtFN3ZSytm3IjDQ4tKC6SxnbX0cwE0Z+YDcMpiAAiBzu1HADCCO7gsPO4sCP0xXBv6l9wGkeLmLJC0cbTzvwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3037762},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"186981dd710bedbe48a84bd819f95f9764da61e1","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.9.0+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"5.4.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.4.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.4.0","@strapi/types":"5.4.0","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.4.0_1731514341593_0.7025729307128201","host":"s3://npm-registry-packages"}},"0.0.0-next.f4ec69568d980c6fee91ce2ee0f41c138347aa81":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f4ec69568d980c6fee91ce2ee0f41c138347aa81","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f4ec69568d980c6fee91ce2ee0f41c138347aa81","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6209a992a3324bda5b56960c3bf15fd23187a85c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f4ec69568d980c6fee91ce2ee0f41c138347aa81.tgz","fileCount":319,"integrity":"sha512-hYi8i/MPoOtfMK1hH97wmjF4aHwkf7/qDIkxe6leBtvKJzU+DZgfIiIdD9YoFy0PXkbmqSdkKvyC6MV9FNNLkQ==","signatures":[{"sig":"MEUCIQCF2k8vQ5m7KT+7q0H6qGHn74kTkW652LR6wHJVSagCtgIgTUIWu9SwE0fZ3U7NG5A09iBBEqh9I4dE+ALQlwF6PG4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038026},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f4ec69568d980c6fee91ce2ee0f41c138347aa81","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-next.f4ec69568d980c6fee91ce2ee0f41c138347aa81","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.f4ec69568d980c6fee91ce2ee0f41c138347aa81","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f4ec69568d980c6fee91ce2ee0f41c138347aa81","@strapi/types":"0.0.0-next.f4ec69568d980c6fee91ce2ee0f41c138347aa81","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f4ec69568d980c6fee91ce2ee0f41c138347aa81_1731544131592_0.6726529904628344","host":"s3://npm-registry-packages"}},"0.0.0-next.51dcef446efe662f00da6d85d6bea2218c4c538e":{"name":"@strapi/content-type-builder","version":"0.0.0-next.51dcef446efe662f00da6d85d6bea2218c4c538e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.51dcef446efe662f00da6d85d6bea2218c4c538e","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"98ef3e05a969ef08bfca590bdbf081c5cb776c0b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.51dcef446efe662f00da6d85d6bea2218c4c538e.tgz","fileCount":319,"integrity":"sha512-3K+VybY1Fb8mD/cwQOe3Wt0E9GKoDzw07XxcvwBIZXQOXirjtw1JAPnanKU6SWgPQr5Mr/3LjmI0Xt3Fpy8r0A==","signatures":[{"sig":"MEYCIQD6EGt4X93Dcb/7xMTBWcnjXMxubVPhZcV6pJVaVxFsUwIhAMxCF3eCzQzFyc92oMtxwc/PgICSl9BkT/T8AR1nfjhc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038191},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"51dcef446efe662f00da6d85d6bea2218c4c538e","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-next.51dcef446efe662f00da6d85d6bea2218c4c538e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.51dcef446efe662f00da6d85d6bea2218c4c538e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.51dcef446efe662f00da6d85d6bea2218c4c538e","@strapi/types":"0.0.0-next.51dcef446efe662f00da6d85d6bea2218c4c538e","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.51dcef446efe662f00da6d85d6bea2218c4c538e_1731630644285_0.8495506765042278","host":"s3://npm-registry-packages"}},"0.0.0-next.ec9b1b708d4d319f2b8b39d9397bd752d250d541":{"name":"@strapi/content-type-builder","version":"0.0.0-next.ec9b1b708d4d319f2b8b39d9397bd752d250d541","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.ec9b1b708d4d319f2b8b39d9397bd752d250d541","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"dad3069da1e552ad47826a12035804fa60a55d54","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.ec9b1b708d4d319f2b8b39d9397bd752d250d541.tgz","fileCount":319,"integrity":"sha512-ZsRNtWiqQVAZTl3eiWHfxeOF/NqpW0UokAW+7wugZ5wNy+m3zx4prCVsHDkEdlNh/xHrqjC09Chwqt5clt7TUw==","signatures":[{"sig":"MEYCIQC5vbsg35pwvK3Ex/KQYKTOIOlEfeg8HCAofnC3zbxzfgIhALvEX9bkNPUR9LP04MquSKTWhE1a6gig/o/XOeh+ZrWZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038191},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ec9b1b708d4d319f2b8b39d9397bd752d250d541","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-next.ec9b1b708d4d319f2b8b39d9397bd752d250d541","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.ec9b1b708d4d319f2b8b39d9397bd752d250d541","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.ec9b1b708d4d319f2b8b39d9397bd752d250d541","@strapi/types":"0.0.0-next.ec9b1b708d4d319f2b8b39d9397bd752d250d541","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.ec9b1b708d4d319f2b8b39d9397bd752d250d541_1731717006150_0.8526255468732504","host":"s3://npm-registry-packages"}},"0.0.0-experimental.f49f46a1c17445a39e8af3f63124bcccf73842e6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f49f46a1c17445a39e8af3f63124bcccf73842e6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f49f46a1c17445a39e8af3f63124bcccf73842e6","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"21d30ecefb8e1ab7bbe5404da882f58160321bb6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f49f46a1c17445a39e8af3f63124bcccf73842e6.tgz","fileCount":319,"integrity":"sha512-vI72rAK2VE1nfvn33cfjx5Sz43KTKzxU17xanG0ojqdZEwbV35pDoqXJZynVnFKMWuAeG0Rs/6W9j48mCmwtiw==","signatures":[{"sig":"MEUCIFKJ9J4bjBWNPPjRAc8rIuKxMDjibzcnVxMKMnSQhWpbAiEAucRSwVAd8hruUYbceHAinC5pc84OO5pw0hJaqRqn2Bk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038231},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f49f46a1c17445a39e8af3f63124bcccf73842e6","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-experimental.f49f46a1c17445a39e8af3f63124bcccf73842e6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f49f46a1c17445a39e8af3f63124bcccf73842e6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f49f46a1c17445a39e8af3f63124bcccf73842e6","@strapi/types":"0.0.0-experimental.f49f46a1c17445a39e8af3f63124bcccf73842e6","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f49f46a1c17445a39e8af3f63124bcccf73842e6_1731942439010_0.0899397592679414","host":"s3://npm-registry-packages"}},"0.0.0-next.72ea34aaac6f60a1e1b8041850c21bed9eceb064":{"name":"@strapi/content-type-builder","version":"0.0.0-next.72ea34aaac6f60a1e1b8041850c21bed9eceb064","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.72ea34aaac6f60a1e1b8041850c21bed9eceb064","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"def295e3c121db1bf83e19dd72540c137fa3c553","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.72ea34aaac6f60a1e1b8041850c21bed9eceb064.tgz","fileCount":319,"integrity":"sha512-2mwHaQyWk/OkHrVR9Hb5XQ/inpGCcMeP2eCBfKwoRluOYUnj9e9aJrogFo43ONk1betKqnFLCRzPACYK9/1jWw==","signatures":[{"sig":"MEQCIHGyLgwB2bl0tmdZNdkRCMnm2oEQRsw6TyIX6wSk3/KoAiB3QzeUYIqTsHRbxqpAo2nMdxEhF/oRBhE9H0S2myMbDA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038191},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"72ea34aaac6f60a1e1b8041850c21bed9eceb064","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-next.72ea34aaac6f60a1e1b8041850c21bed9eceb064","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.72ea34aaac6f60a1e1b8041850c21bed9eceb064","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.72ea34aaac6f60a1e1b8041850c21bed9eceb064","@strapi/types":"0.0.0-next.72ea34aaac6f60a1e1b8041850c21bed9eceb064","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.72ea34aaac6f60a1e1b8041850c21bed9eceb064_1731976221625_0.4718607174045337","host":"s3://npm-registry-packages"}},"0.0.0-next.eedb036f0a7ac282d2a645d8a40625091bd28b1e":{"name":"@strapi/content-type-builder","version":"0.0.0-next.eedb036f0a7ac282d2a645d8a40625091bd28b1e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.eedb036f0a7ac282d2a645d8a40625091bd28b1e","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"09c6739b53072ac48613de7470c20572782cee36","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.eedb036f0a7ac282d2a645d8a40625091bd28b1e.tgz","fileCount":319,"integrity":"sha512-cnle3TGnEvxI7QK6Se7UzlnycFyqO159n08Z7T3Pvwa1mKZT90Ogkn6ZodHzdUM8no3PvnY9TbnagxEhQPKupw==","signatures":[{"sig":"MEQCIERBqL0qhJlUVD00geXypSzm7zG26nMypDFyp0ohGVuJAiBvDqWSYzuMimFUZPgZctn1WR9dO+nhfF6jHC40WOKrlQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038191},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"eedb036f0a7ac282d2a645d8a40625091bd28b1e","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-next.eedb036f0a7ac282d2a645d8a40625091bd28b1e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.eedb036f0a7ac282d2a645d8a40625091bd28b1e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.eedb036f0a7ac282d2a645d8a40625091bd28b1e","@strapi/types":"0.0.0-next.eedb036f0a7ac282d2a645d8a40625091bd28b1e","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.eedb036f0a7ac282d2a645d8a40625091bd28b1e_1732062616181_0.028689421247169555","host":"s3://npm-registry-packages"}},"0.0.0-experimental.b67f4e6a09bc9dea2c9c999705ecef7e18e84f94":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b67f4e6a09bc9dea2c9c999705ecef7e18e84f94","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b67f4e6a09bc9dea2c9c999705ecef7e18e84f94","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cd74681d3223d8735dc153c700c7ab170994d0c3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b67f4e6a09bc9dea2c9c999705ecef7e18e84f94.tgz","fileCount":319,"integrity":"sha512-6tQ2xKJwH5d7NxYAZ1Lz2+1xiQvKnyR/ONEUbwbfmWEks0zxNePijFEdnaRXm7KpmwbeG7FFB7hC4Hi+WMIFGw==","signatures":[{"sig":"MEYCIQDPr5HClhctPjJjK3Jy+KrqHmfqimVYMgGm0napqnR6HgIhANv2m7k6kPNYdcecUWCRIscTG7pv/W/+tJq3vTE+w0zq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038231},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b67f4e6a09bc9dea2c9c999705ecef7e18e84f94","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.13","@strapi/utils":"0.0.0-experimental.b67f4e6a09bc9dea2c9c999705ecef7e18e84f94","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.b67f4e6a09bc9dea2c9c999705ecef7e18e84f94","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b67f4e6a09bc9dea2c9c999705ecef7e18e84f94","@strapi/types":"0.0.0-experimental.b67f4e6a09bc9dea2c9c999705ecef7e18e84f94","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b67f4e6a09bc9dea2c9c999705ecef7e18e84f94_1732093262587_0.06533211552626694","host":"s3://npm-registry-packages"}},"0.0.0-experimental.780730225a7b82dc9f04ceb9ef60710e52d832ab":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.780730225a7b82dc9f04ceb9ef60710e52d832ab","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.780730225a7b82dc9f04ceb9ef60710e52d832ab","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7f5f5f4f5ecf84c33715515103c5405249baa091","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.780730225a7b82dc9f04ceb9ef60710e52d832ab.tgz","fileCount":319,"integrity":"sha512-kc4KnFgD5kgERjDmAcUHkNu6FVKdj/kOFgzw5rCU+LVq/kw00Hg3YU5ud/APiJE1Hqo5190kKoLixTdHuOOwNA==","signatures":[{"sig":"MEUCIHh7P2uAlCVgYwLv8tMBbcqxgVP89kOrwekL73feaV5tAiEA9ZrHx3dUOn5YCl8DjQ+BPEl6g+8SWXKH8Tz3kZmmgyQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038231},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"780730225a7b82dc9f04ceb9ef60710e52d832ab","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.13","@strapi/utils":"0.0.0-experimental.780730225a7b82dc9f04ceb9ef60710e52d832ab","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.780730225a7b82dc9f04ceb9ef60710e52d832ab","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.780730225a7b82dc9f04ceb9ef60710e52d832ab","@strapi/types":"0.0.0-experimental.780730225a7b82dc9f04ceb9ef60710e52d832ab","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.780730225a7b82dc9f04ceb9ef60710e52d832ab_1732108155574_0.8413745816916618","host":"s3://npm-registry-packages"}},"0.0.0-experimental.a687a6977f91492ccfc6771bf398a5236ece3c94":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a687a6977f91492ccfc6771bf398a5236ece3c94","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a687a6977f91492ccfc6771bf398a5236ece3c94","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"496b50edfb036a7b16309bbdeed6180a53ba28fd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a687a6977f91492ccfc6771bf398a5236ece3c94.tgz","fileCount":319,"integrity":"sha512-kKK8W+5yoXfNcklTR3Fbta3IezmdwV37D9BrQsNoD5CDWGXIgnztHcGSWtaXN2dsQ8yDtqhFnpk/8Gv1zNdbpQ==","signatures":[{"sig":"MEYCIQDMnK5rnV44nCTzMtl7e+foW31D0wMjlZN/6O3K0SYcUwIhALDQmEiMKGcEaSl4E1wLZLK9QR86mvVZORkujvso+/nA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038231},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a687a6977f91492ccfc6771bf398a5236ece3c94","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-experimental.a687a6977f91492ccfc6771bf398a5236ece3c94","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.a687a6977f91492ccfc6771bf398a5236ece3c94","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a687a6977f91492ccfc6771bf398a5236ece3c94","@strapi/types":"0.0.0-experimental.a687a6977f91492ccfc6771bf398a5236ece3c94","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a687a6977f91492ccfc6771bf398a5236ece3c94_1732138434206_0.15504228377959994","host":"s3://npm-registry-packages"}},"0.0.0-next.ac654f8b8646bf964ebd39d4313c4afab0917a24":{"name":"@strapi/content-type-builder","version":"0.0.0-next.ac654f8b8646bf964ebd39d4313c4afab0917a24","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.ac654f8b8646bf964ebd39d4313c4afab0917a24","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"491290f121dd240118882b16a1dae42965519976","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.ac654f8b8646bf964ebd39d4313c4afab0917a24.tgz","fileCount":319,"integrity":"sha512-1wSBbLCnDdpwVZtcPjK9DS9Fk5c9iUuMQbmkYgZ9kZ9wiDSrwfh4iR3Ji/fo95uGqNKgaTBC+1xPyfc7hTKWYQ==","signatures":[{"sig":"MEUCIBm3GMqTd34cAArBJlh1VGq8oUUnTp4WN/nyhoxL0wIMAiEA7FfR1NvJ/2VxA0nuFMfdr8l1o91wd3IOf78B/aHkx/o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038377},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ac654f8b8646bf964ebd39d4313c4afab0917a24","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.13","@strapi/utils":"0.0.0-next.ac654f8b8646bf964ebd39d4313c4afab0917a24","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.ac654f8b8646bf964ebd39d4313c4afab0917a24","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.ac654f8b8646bf964ebd39d4313c4afab0917a24","@strapi/types":"0.0.0-next.ac654f8b8646bf964ebd39d4313c4afab0917a24","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.ac654f8b8646bf964ebd39d4313c4afab0917a24_1732149052733_0.7322520473322784","host":"s3://npm-registry-packages"}},"0.0.0-experimental.25041a58cd2af628963c29620b4657416a4d772e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.25041a58cd2af628963c29620b4657416a4d772e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.25041a58cd2af628963c29620b4657416a4d772e","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ce7c6fa0e3a06ba4342310ff89e855162fd7afdc","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.25041a58cd2af628963c29620b4657416a4d772e.tgz","fileCount":319,"integrity":"sha512-Dyc9geer1znA+DgpR27GoaailOXuoNrfb72+vlPvOB0reqDnlSQqGvSr9WvBvDClIChIFRQFA/Om1vXJ941KfQ==","signatures":[{"sig":"MEUCIQCIPGWJ/RqgdFcEH6mZ2dOjYhtbJ3O6+WAAGEE75EbQlQIgZNHDutSF8RSW758e6RHRVqP/IpobKRgvCLd8ZRKdRl8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038231},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"25041a58cd2af628963c29620b4657416a4d772e","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-experimental.25041a58cd2af628963c29620b4657416a4d772e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.25041a58cd2af628963c29620b4657416a4d772e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.25041a58cd2af628963c29620b4657416a4d772e","@strapi/types":"0.0.0-experimental.25041a58cd2af628963c29620b4657416a4d772e","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.25041a58cd2af628963c29620b4657416a4d772e_1732183123333_0.39148797579905614","host":"s3://npm-registry-packages"}},"5.4.1":{"name":"@strapi/content-type-builder","version":"5.4.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.4.1","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ac20fa9586863be81d02f3e136411579f8055162","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.4.1.tgz","fileCount":319,"integrity":"sha512-zokb6me0iKt2ynG33M/EYa22eUvYbfuLTZIYHA6ZXxxg+iR/11+RAVAzc5gQUFGP5yvgY/d27mbmINfgY8iC7w==","signatures":[{"sig":"MEUCIQCet0c4kDAIOEHNHWmqkbBJAVP3Pk49Q06XAyIpmOwX6gIgLomJ/rt8ruMIC22IaHe0cnZlAuAqK7aOqXKMuw55A/c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3037961},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c7e2ed60ecd8893748d30753ce16f0357e3c3663","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"5.4.1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.4.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.4.1","@strapi/types":"5.4.1","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.4.1_1732187389357_0.2322200065291089","host":"s3://npm-registry-packages"}},"0.0.0-next.185e16fdc3e6f1895610ab73932bc3f044bb59e9":{"name":"@strapi/content-type-builder","version":"0.0.0-next.185e16fdc3e6f1895610ab73932bc3f044bb59e9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.185e16fdc3e6f1895610ab73932bc3f044bb59e9","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"307a2c055cd541011c8d0287ae1b35fb1b17d371","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.185e16fdc3e6f1895610ab73932bc3f044bb59e9.tgz","fileCount":319,"integrity":"sha512-xJ2Nc4IrpTbukIbBrUXd1u0mhLaS0AcgmOhOUp8t9xwn2N4wWstUzTrV4YyiGEb5GxDmbbLsQU6hGn5p/uXAmA==","signatures":[{"sig":"MEUCIQDjmPyf1LmkcXveew7oGUPLXmMb3jNgT1CIhR+/SbRb6QIgfBmR1kfT1V9oF0vz3mEJgacRe3sb3m46JvXl+QfbIt8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038377},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"185e16fdc3e6f1895610ab73932bc3f044bb59e9","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.13","@strapi/utils":"0.0.0-next.185e16fdc3e6f1895610ab73932bc3f044bb59e9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.185e16fdc3e6f1895610ab73932bc3f044bb59e9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.185e16fdc3e6f1895610ab73932bc3f044bb59e9","@strapi/types":"0.0.0-next.185e16fdc3e6f1895610ab73932bc3f044bb59e9","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.185e16fdc3e6f1895610ab73932bc3f044bb59e9_1732235449990_0.998241862757445","host":"s3://npm-registry-packages"}},"0.0.0-experimental.483fcd129508a2a4bdd13691f1b64b3821090c8a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.483fcd129508a2a4bdd13691f1b64b3821090c8a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.483fcd129508a2a4bdd13691f1b64b3821090c8a","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"51c9f77f25a15f18a44cfa569ac3564d9404fd2f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.483fcd129508a2a4bdd13691f1b64b3821090c8a.tgz","fileCount":319,"integrity":"sha512-62pbJ7RmBE6Q5fJ3B3gpcPeqaPVVmnirt6CTQWiuPG+s2ENs8Ds+138dal8XMNZIjyE++Hn4U/t2ghKluIlndw==","signatures":[{"sig":"MEUCIEFMMaf2tK8SCv8EupxNqjKfaxcwDFBqPuqyxIj1Zo9hAiEAqY00c78Yjtjo9YYastaHDNQR++hjzQE/+joeuRyhBYs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038417},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"483fcd129508a2a4bdd13691f1b64b3821090c8a","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.13","@strapi/utils":"0.0.0-experimental.483fcd129508a2a4bdd13691f1b64b3821090c8a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.483fcd129508a2a4bdd13691f1b64b3821090c8a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.483fcd129508a2a4bdd13691f1b64b3821090c8a","@strapi/types":"0.0.0-experimental.483fcd129508a2a4bdd13691f1b64b3821090c8a","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.483fcd129508a2a4bdd13691f1b64b3821090c8a_1732264724500_0.2679200015919778","host":"s3://npm-registry-packages"}},"0.0.0-experimental.702fcf7aec9be82c4485a8bd49e235293c37f022":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.702fcf7aec9be82c4485a8bd49e235293c37f022","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.702fcf7aec9be82c4485a8bd49e235293c37f022","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"63902ee89d8376422cf8021d8bd54d14cc793728","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.702fcf7aec9be82c4485a8bd49e235293c37f022.tgz","fileCount":319,"integrity":"sha512-dDyM8oSgxbB0qYksZMbblnOP6in70Wz+Mgr7eaD0zs+JnTKqEyIUtvHkOEro8mKuQcv44p9BMFt3TlxUsyeS5g==","signatures":[{"sig":"MEUCIFZDI+Rz5/ygc+4duaOlTnQoIbBRp2swnIowQOxFXbYFAiEAg6Ylts0AUsntaedMeLETB7K0X6mXEGBH8OHqrprkU88=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3045949},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"702fcf7aec9be82c4485a8bd49e235293c37f022","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.12","@strapi/utils":"0.0.0-experimental.702fcf7aec9be82c4485a8bd49e235293c37f022","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.702fcf7aec9be82c4485a8bd49e235293c37f022","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.702fcf7aec9be82c4485a8bd49e235293c37f022","@strapi/types":"0.0.0-experimental.702fcf7aec9be82c4485a8bd49e235293c37f022","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.702fcf7aec9be82c4485a8bd49e235293c37f022_1732284845737_0.8041909257703197","host":"s3://npm-registry-packages"}},"0.0.0-next.c9f32f6f0c2be1b88323373117f12eb33219d20e":{"name":"@strapi/content-type-builder","version":"0.0.0-next.c9f32f6f0c2be1b88323373117f12eb33219d20e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.c9f32f6f0c2be1b88323373117f12eb33219d20e","maintainers":[{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"remidej","email":"remi@hey.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3266f4b7242de7d22147db4d5af8b0df64b710c5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.c9f32f6f0c2be1b88323373117f12eb33219d20e.tgz","fileCount":319,"integrity":"sha512-vQFSfa5Lsp/eUE7WLknrust2vFXw29b+oV2H0CpF27/YwldsRGkN3bMocGa3cJuuqYJCArFg0FN+3RoFil0eRg==","signatures":[{"sig":"MEYCIQD6dFCAZAk+xM44dKyMwMRRrxSCu7SIpmbPV6j5+9Nj7AIhAMELCD6tkZg4EzdQz8IolU0bR90s9eAyRyk2mEpGHSWf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038377},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c9f32f6f0c2be1b88323373117f12eb33219d20e","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.13","@strapi/utils":"0.0.0-next.c9f32f6f0c2be1b88323373117f12eb33219d20e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.c9f32f6f0c2be1b88323373117f12eb33219d20e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.c9f32f6f0c2be1b88323373117f12eb33219d20e","@strapi/types":"0.0.0-next.c9f32f6f0c2be1b88323373117f12eb33219d20e","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.c9f32f6f0c2be1b88323373117f12eb33219d20e_1732321793511_0.32129653904169797","host":"s3://npm-registry-packages"}},"0.0.0-experimental.fb22a8bd8745528903b2f168fdd286dfd1f5082e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fb22a8bd8745528903b2f168fdd286dfd1f5082e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fb22a8bd8745528903b2f168fdd286dfd1f5082e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ffb4695aa83e1c33affbb25b90392268da0884b6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fb22a8bd8745528903b2f168fdd286dfd1f5082e.tgz","fileCount":319,"integrity":"sha512-jZvA7nlYxielQvwnBH//jrTgD8RBBX1Yx12mG8EgLZElPtCJA5qlfZcQcPQ3XNpm7ljhRRQPDeWjO6RaTN2/0A==","signatures":[{"sig":"MEUCIF+IG5xwk9lxbEswHMyvTC/0fo9biwdDWdEsScIYDhXlAiEAhzs/I9iCGsxNWpSQEwWDN+aRc8zgPIe+p6bYGuTwd5E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038417},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fb22a8bd8745528903b2f168fdd286dfd1f5082e","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.13","@strapi/utils":"0.0.0-experimental.fb22a8bd8745528903b2f168fdd286dfd1f5082e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.fb22a8bd8745528903b2f168fdd286dfd1f5082e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fb22a8bd8745528903b2f168fdd286dfd1f5082e","@strapi/types":"0.0.0-experimental.fb22a8bd8745528903b2f168fdd286dfd1f5082e","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fb22a8bd8745528903b2f168fdd286dfd1f5082e_1732545821589_0.8402338631350845","host":"s3://npm-registry-packages"}},"0.0.0-experimental.eba25ec571b091c6bde1104eb6c753debdf15462":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.eba25ec571b091c6bde1104eb6c753debdf15462","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.eba25ec571b091c6bde1104eb6c753debdf15462","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"41a8b25f3edaaa3e5a75c8866125d0c2e056d38a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.eba25ec571b091c6bde1104eb6c753debdf15462.tgz","fileCount":319,"integrity":"sha512-SeE0PvRqftNyMcj97VEUjHG3lqJInbkuOu8G3GO86Bk/BYXCKC1HamZauaEDqnkJuUa+j+bI/nZngSfj6hAMoQ==","signatures":[{"sig":"MEUCIQCb9Gu3wy+GIVw52/ZbdZJnG8u3i+Oh8X26Z8NydabXdQIgD1PsQzTfZsqBJEf9Yu31QxZwcYWfykPhwzABvz2lq2s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038417},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"eba25ec571b091c6bde1104eb6c753debdf15462","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.13","@strapi/utils":"0.0.0-experimental.eba25ec571b091c6bde1104eb6c753debdf15462","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.eba25ec571b091c6bde1104eb6c753debdf15462","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.eba25ec571b091c6bde1104eb6c753debdf15462","@strapi/types":"0.0.0-experimental.eba25ec571b091c6bde1104eb6c753debdf15462","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.eba25ec571b091c6bde1104eb6c753debdf15462_1732556783043_0.3645799956645466","host":"s3://npm-registry-packages"}},"0.0.0-next.eba25ec571b091c6bde1104eb6c753debdf15462":{"name":"@strapi/content-type-builder","version":"0.0.0-next.eba25ec571b091c6bde1104eb6c753debdf15462","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.eba25ec571b091c6bde1104eb6c753debdf15462","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2f453e4ee42b7aae717838d82af20d31bc4d2e81","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.eba25ec571b091c6bde1104eb6c753debdf15462.tgz","fileCount":319,"integrity":"sha512-1mQXDl9nakJq7mfibpr7Plv/+NGTZSG+0+ME4ChlkWk/qXf9k5gujZm6Pw4dX+gb04aGeJP9wY4QqJ6024sKWA==","signatures":[{"sig":"MEUCIQDLjlcrbcK58Y6iuBCBDautRgY3pIP0WeyZjjlProf/TgIgCzek0nQsMYKmxkQ84cNRPdJVLpxju7b1bxVlA+6RzJs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038377},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"eba25ec571b091c6bde1104eb6c753debdf15462","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.0+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.13","@strapi/utils":"0.0.0-next.eba25ec571b091c6bde1104eb6c753debdf15462","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.eba25ec571b091c6bde1104eb6c753debdf15462","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.eba25ec571b091c6bde1104eb6c753debdf15462","@strapi/types":"0.0.0-next.eba25ec571b091c6bde1104eb6c753debdf15462","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.eba25ec571b091c6bde1104eb6c753debdf15462_1732581039186_0.8583273118449997","host":"s3://npm-registry-packages"}},"0.0.0-next.d65d44102fd32871728c0d74ec4f2519b7cc0a16":{"name":"@strapi/content-type-builder","version":"0.0.0-next.d65d44102fd32871728c0d74ec4f2519b7cc0a16","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.d65d44102fd32871728c0d74ec4f2519b7cc0a16","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d75bb79770c7dd90ad1582e57bf0012bb0288473","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.d65d44102fd32871728c0d74ec4f2519b7cc0a16.tgz","fileCount":319,"integrity":"sha512-r0nicbxMOs5yie9rp1X5nl4REEzalQQ7ufv6XT4M6pgS5MT/WPkLJEF1D8QKVbIwIt/+9O3/avkVd9zFY+srSw==","signatures":[{"sig":"MEQCIFfekYsAcZk+lCLlb485HTdtvBDyd1Y8rwFpX16iCUOHAiBOFb9hpolONGJG7mCwg+OjZU8QfK0vImbqvfIILc0+kQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038377},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d65d44102fd32871728c0d74ec4f2519b7cc0a16","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.d65d44102fd32871728c0d74ec4f2519b7cc0a16","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.d65d44102fd32871728c0d74ec4f2519b7cc0a16","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.d65d44102fd32871728c0d74ec4f2519b7cc0a16","@strapi/types":"0.0.0-next.d65d44102fd32871728c0d74ec4f2519b7cc0a16","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.d65d44102fd32871728c0d74ec4f2519b7cc0a16_1732667451722_0.32290834895024534","host":"s3://npm-registry-packages"}},"0.0.0-experimental.bec5a58066c034a7ebf5b14df62560e68a456fa3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.bec5a58066c034a7ebf5b14df62560e68a456fa3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.bec5a58066c034a7ebf5b14df62560e68a456fa3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2a431e0a481076318ef3306f37b5f48d9e15f5a6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.bec5a58066c034a7ebf5b14df62560e68a456fa3.tgz","fileCount":319,"integrity":"sha512-Gc3tU8BbkP5xw9wKf2Qed+u/V9uWaW8ylGdJPL9pn7+8ujKe77qVx05pFKv3jhPCYS/cypn3uk4J+41qh6YYAQ==","signatures":[{"sig":"MEQCID8ak/0H7cq2RBjopQh+fSvWjY+75N5k/XtzPrrR0R+YAiAfbMEXjLiFED/rtio8owLXIgNkR3NCUjUb99nio4Vm4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038417},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bec5a58066c034a7ebf5b14df62560e68a456fa3","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.13","@strapi/utils":"0.0.0-experimental.bec5a58066c034a7ebf5b14df62560e68a456fa3","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.bec5a58066c034a7ebf5b14df62560e68a456fa3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.bec5a58066c034a7ebf5b14df62560e68a456fa3","@strapi/types":"0.0.0-experimental.bec5a58066c034a7ebf5b14df62560e68a456fa3","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.bec5a58066c034a7ebf5b14df62560e68a456fa3_1732695309256_0.5723459378827318","host":"s3://npm-registry-packages"}},"0.0.0-experimental.68e9a4cd6745e351ad90cd57447ce36d35fccf64":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.68e9a4cd6745e351ad90cd57447ce36d35fccf64","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.68e9a4cd6745e351ad90cd57447ce36d35fccf64","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1e955c343e5bd0fdf154005829f5e9acffd31f82","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.68e9a4cd6745e351ad90cd57447ce36d35fccf64.tgz","fileCount":319,"integrity":"sha512-0DNZCSjBt+YC4aIzW3utI8HsYkgXGx9mOuXEqVL3+e5AeIcGCpMApkC2JebdoE7t9kV7p1DpWjwOY17OvxCD9w==","signatures":[{"sig":"MEUCIFdxLu+eEmWL/6KHfMnPLuaSL2yexgLLH/4qPcFo84/6AiEAt4p1ShbysNAXs2bjD5m68LIPjaK8bUhzZ6skjz/M/Yc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038417},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"68e9a4cd6745e351ad90cd57447ce36d35fccf64","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.68e9a4cd6745e351ad90cd57447ce36d35fccf64","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.68e9a4cd6745e351ad90cd57447ce36d35fccf64","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.68e9a4cd6745e351ad90cd57447ce36d35fccf64","@strapi/types":"0.0.0-experimental.68e9a4cd6745e351ad90cd57447ce36d35fccf64","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.68e9a4cd6745e351ad90cd57447ce36d35fccf64_1732704353299_0.016466417030048586","host":"s3://npm-registry-packages"}},"5.4.2":{"name":"@strapi/content-type-builder","version":"5.4.2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.4.2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1e41809a8518a439dd1039ea34aa69ee4676c26b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.4.2.tgz","fileCount":319,"integrity":"sha512-DxDbQs3meuFLx1OngyAHseSGYzr6pHNZXdKx2O08o2mLfeG/ALl1YYMdkQg+bN3Nn6aAKwQP/UMKPGHTpKG8Bg==","signatures":[{"sig":"MEUCIH37H10bb3Z5d9c2q/PxE8ike/qkxL4V9+VS699+1Iv1AiEAuuASEhkzgmrACEP7i5bwW7Wh56dOv49Mn/riNCJPafA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038147},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6b5242714b3612e0bd49ddc4f14205d6505eb5b9","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"remidej","email":"remi@hey.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.13","@strapi/utils":"5.4.2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.4.2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.13"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.4.2","@strapi/types":"5.4.2","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.4.2_1732721627598_0.8743975386492175","host":"s3://npm-registry-packages"}},"0.0.0-experimental.0588b9a4effba287cf26bd50e23baa14cdaf1616":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0588b9a4effba287cf26bd50e23baa14cdaf1616","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0588b9a4effba287cf26bd50e23baa14cdaf1616","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e255c5155e66e5e39156613f315e9490e725b7fa","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0588b9a4effba287cf26bd50e23baa14cdaf1616.tgz","fileCount":319,"integrity":"sha512-gys6IlFkvFkshaChzbkmMULzKQ3CIAjDxWw+26avvUDTay41UKwAgSDEI1JC60gdo7QT/fAb91KFZ8N3HFgraA==","signatures":[{"sig":"MEUCICP7kLmfPW2k2k7bKH9Womafg5uhLGHCHBEGLQi+ZNiZAiEAtO0mZoHbGEj/9ASs/2cYsyW87mJlJtgvdC3baLqA7xo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038417},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0588b9a4effba287cf26bd50e23baa14cdaf1616","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.0588b9a4effba287cf26bd50e23baa14cdaf1616","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.0588b9a4effba287cf26bd50e23baa14cdaf1616","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0588b9a4effba287cf26bd50e23baa14cdaf1616","@strapi/types":"0.0.0-experimental.0588b9a4effba287cf26bd50e23baa14cdaf1616","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0588b9a4effba287cf26bd50e23baa14cdaf1616_1732721708566_0.47313710133691367","host":"s3://npm-registry-packages"}},"0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"be45b54ba3e9b2631cf470e6e7acbfcea857303c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6.tgz","fileCount":319,"integrity":"sha512-R3fasoFQxCVDHhRehTcwKX4uZsH7dnNDYNSyALBg2+91HluqWHgq1Kvujq3261PtprMDgv650DvmWBQhZfQMOg==","signatures":[{"sig":"MEUCIQCVoQvrtHgkvsiMZ9CEaqmLjd2Snc7HmIzUGNg2JP6rbAIgTs+IOyQJ/eGICv9SNjzXTJpeyGQCEj0cmHvHCWrZh/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038377},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6","@strapi/types":"0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6_1732753856087_0.7582018708492204","host":"s3://npm-registry-packages"}},"0.0.0-experimental.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6c37a1cb2016bcfdbbb85473dc7d0eb44f392387","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6.tgz","fileCount":319,"integrity":"sha512-zfddnFy9LrbbU+TweREY6Dk/XUzkxUfOz5yCXz6R/K9K597CqdFhecA9v17Avd01D5A4YG4u/dKVY4fBRB4r8Q==","signatures":[{"sig":"MEUCIHlPXCYCXrsFDNgTqNnBBs9XVvGE0mXx/M+L/Wbyze2UAiEArhINNwAoZBKtx5H0+Eusv7f8Q+XVJbptCrtjfr8H/A4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038417},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6","@strapi/types":"0.0.0-experimental.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6","@strapi/pack-up":"5.0.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6_1732788318569_0.6194120559585725","host":"s3://npm-registry-packages"}},"0.0.0-experimental.8c83c87960f2f5ddf95ae2f0acf849052f4a9ab4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8c83c87960f2f5ddf95ae2f0acf849052f4a9ab4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8c83c87960f2f5ddf95ae2f0acf849052f4a9ab4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b87f3d0489e3a88b3b768d6815659be91e2f0616","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8c83c87960f2f5ddf95ae2f0acf849052f4a9ab4.tgz","fileCount":319,"integrity":"sha512-W0fF+3gkQCs8olraNPmOiT+uyytZweNBOqz4w9fGvPtbQQ+ZcNvgsO39e5sMWkAChhlxISxv3EDLaJ+fXHtjDg==","signatures":[{"sig":"MEUCIQD3pKhxOyB7R3OMPy/HFUAjbh7AXpsyb+CtQFhOQDgdFAIgSehKFAGfP6EDhOB7FGK2+4Pr2TGhWoh7KKxCd/9B4EQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040518},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8c83c87960f2f5ddf95ae2f0acf849052f4a9ab4","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.8c83c87960f2f5ddf95ae2f0acf849052f4a9ab4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.8c83c87960f2f5ddf95ae2f0acf849052f4a9ab4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8c83c87960f2f5ddf95ae2f0acf849052f4a9ab4","@strapi/types":"0.0.0-experimental.8c83c87960f2f5ddf95ae2f0acf849052f4a9ab4","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8c83c87960f2f5ddf95ae2f0acf849052f4a9ab4_1732798609985_0.9581115209739641","host":"s3://npm-registry-packages"}},"0.0.0-next.d6ed4fcf2c833656b8c91a90909c1e77c79379e5":{"name":"@strapi/content-type-builder","version":"0.0.0-next.d6ed4fcf2c833656b8c91a90909c1e77c79379e5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.d6ed4fcf2c833656b8c91a90909c1e77c79379e5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fbfbd0d60bc63959d45e051ba7aebe7b67a06b4e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.d6ed4fcf2c833656b8c91a90909c1e77c79379e5.tgz","fileCount":319,"integrity":"sha512-84dZ6Co0f5aPrDcNVllq4mWAxO3phInVfp8j2uyY+9WzjcaBq5HjYxlFQ8axaV/d8OyqYV+Vb3aldfavGC4WDQ==","signatures":[{"sig":"MEYCIQDZdrg0zWZaG28lhDOhLe+NZ/vv15zRJw7BNAhYxq5zTAIhAK7kKgVlCWIej4VHMSk2nBI315DAdca/a/I3P2zg887a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040526},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d6ed4fcf2c833656b8c91a90909c1e77c79379e5","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.d6ed4fcf2c833656b8c91a90909c1e77c79379e5","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.d6ed4fcf2c833656b8c91a90909c1e77c79379e5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.d6ed4fcf2c833656b8c91a90909c1e77c79379e5","@strapi/types":"0.0.0-next.d6ed4fcf2c833656b8c91a90909c1e77c79379e5","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.d6ed4fcf2c833656b8c91a90909c1e77c79379e5_1732840256891_0.5305900103056651","host":"s3://npm-registry-packages"}},"0.0.0-experimental.7bd770909ce799cf6fc76b7ebccd6d3ce2e377b5":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7bd770909ce799cf6fc76b7ebccd6d3ce2e377b5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7bd770909ce799cf6fc76b7ebccd6d3ce2e377b5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e8cf9b3e1bae7ecbba4677654b47de11d1c41fec","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7bd770909ce799cf6fc76b7ebccd6d3ce2e377b5.tgz","fileCount":319,"integrity":"sha512-o7+ZXspQqp7XC8heRMRNeXUGSVqRgrFXayX9lGg2q9KnThUObqXVMduuz8/uhmQDHssZFhjOFY16jPdhFYQIZw==","signatures":[{"sig":"MEYCIQC+7bmbx4UwyyOHQN/qtjCqPbliHqKtO2iLuVqhww7cQwIhAPl9BJLHEjCkdbvKf9GYfFveJmpQwIPno8YegfwHG8tR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040566},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7bd770909ce799cf6fc76b7ebccd6d3ce2e377b5","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.7bd770909ce799cf6fc76b7ebccd6d3ce2e377b5","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.7bd770909ce799cf6fc76b7ebccd6d3ce2e377b5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7bd770909ce799cf6fc76b7ebccd6d3ce2e377b5","@strapi/types":"0.0.0-experimental.7bd770909ce799cf6fc76b7ebccd6d3ce2e377b5","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7bd770909ce799cf6fc76b7ebccd6d3ce2e377b5_1732879911300_0.25962884588974466","host":"s3://npm-registry-packages"}},"0.0.0-next.7315bad3dd6542d457c3c837db874e3e6336ae9f":{"name":"@strapi/content-type-builder","version":"0.0.0-next.7315bad3dd6542d457c3c837db874e3e6336ae9f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.7315bad3dd6542d457c3c837db874e3e6336ae9f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f9e58258afb4bdbb55c7476c51e848d1b8d410d0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.7315bad3dd6542d457c3c837db874e3e6336ae9f.tgz","fileCount":319,"integrity":"sha512-ZZCqyHSbiZ4caf4iboPx5SNtkNQPsJ/RYiBHf7VbsjS6G5JOVUJX6K89ZqwVoD6lCJzqBqD5SkSUL/HY3l4B/A==","signatures":[{"sig":"MEQCIFASLqFFSjudtwWK5XRYa5DN48JMviCXMrZ3UIw+tioJAiA7Hr433CUPcXc79hKGnUL8ZwdRRMwxu3LxLaDTytx2jw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040526},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7315bad3dd6542d457c3c837db874e3e6336ae9f","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.7315bad3dd6542d457c3c837db874e3e6336ae9f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.7315bad3dd6542d457c3c837db874e3e6336ae9f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.7315bad3dd6542d457c3c837db874e3e6336ae9f","@strapi/types":"0.0.0-next.7315bad3dd6542d457c3c837db874e3e6336ae9f","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.7315bad3dd6542d457c3c837db874e3e6336ae9f_1732926609101_0.32255187150162","host":"s3://npm-registry-packages"}},"0.0.0-experimental.d6bba97c7ed8309e57888e84d4788fa279d473fd":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d6bba97c7ed8309e57888e84d4788fa279d473fd","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d6bba97c7ed8309e57888e84d4788fa279d473fd","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0f0701de0361c4cd598a0d2fd0dfa85751e2c482","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d6bba97c7ed8309e57888e84d4788fa279d473fd.tgz","fileCount":319,"integrity":"sha512-R7bYSDiR1PrrmVLo4I/60e7gjCwSi+Nk7zh3sUdRTut/A15L1vHYvDz5YCwuraPgE1OB+ZPdU8jkxCESH0BMlA==","signatures":[{"sig":"MEUCICTHOBtiikXa0wFwWwIg6sjA2gU72aytJ77Cf4DBQJO6AiEAmbORvNqb/iUGZHsx2oTsTaoYCvDiJ80/A4oDwAmZgf8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040566},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d6bba97c7ed8309e57888e84d4788fa279d473fd","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.d6bba97c7ed8309e57888e84d4788fa279d473fd","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.d6bba97c7ed8309e57888e84d4788fa279d473fd","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d6bba97c7ed8309e57888e84d4788fa279d473fd","@strapi/types":"0.0.0-experimental.d6bba97c7ed8309e57888e84d4788fa279d473fd","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d6bba97c7ed8309e57888e84d4788fa279d473fd_1733156660258_0.9465016776065451","host":"s3://npm-registry-packages"}},"0.0.0-experimental.48805eb12991b4903bb71a410601a8c1a9560678":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.48805eb12991b4903bb71a410601a8c1a9560678","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.48805eb12991b4903bb71a410601a8c1a9560678","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2323fe37de71d66cae80d789d186fec922acac8a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.48805eb12991b4903bb71a410601a8c1a9560678.tgz","fileCount":319,"integrity":"sha512-MA1c5LYUqMjKFUlHdQcDxTvtAoQjRo6aziTNyrcFNgvtwyBq1F5IHSa6P6Ylr8yA4ZUKfvQADFtkH1jqmWTS+g==","signatures":[{"sig":"MEUCIQDp0jFi/N3+LLjHSwOsrW90L9JE7Lb8RWhY/NCdAUlwBgIgR/eF5I++ejnVvba7X86sfUdX0X7ihc5qYz5N5Q58nV8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040566},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"48805eb12991b4903bb71a410601a8c1a9560678","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.48805eb12991b4903bb71a410601a8c1a9560678","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.48805eb12991b4903bb71a410601a8c1a9560678","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.48805eb12991b4903bb71a410601a8c1a9560678","@strapi/types":"0.0.0-experimental.48805eb12991b4903bb71a410601a8c1a9560678","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.48805eb12991b4903bb71a410601a8c1a9560678_1733159915475_0.3350592932728067","host":"s3://npm-registry-packages"}},"0.0.0-next.03640aa70ec25f95e1f09348e1baadbf150bf0c5":{"name":"@strapi/content-type-builder","version":"0.0.0-next.03640aa70ec25f95e1f09348e1baadbf150bf0c5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.03640aa70ec25f95e1f09348e1baadbf150bf0c5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"05bdb245a59581be250db99d14b230442ed8343a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.03640aa70ec25f95e1f09348e1baadbf150bf0c5.tgz","fileCount":319,"integrity":"sha512-1sQt79tpaafJ3BXnSHRlIEnd+kMkr+K7Y/l3btHf6ppQfFVu2wkO+0wMo7Jyf9ny3gThhrqJMQVw+4ogoFFn4g==","signatures":[{"sig":"MEUCIQC5HrrD/vbydsGgzbv9WSX3VNliTkXBWUYo9vspAgYo/gIgCu39kkq03PUY/kkonLlQJoNKtY8rE+oQvBQ8+GjdsY4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040526},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"03640aa70ec25f95e1f09348e1baadbf150bf0c5","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.03640aa70ec25f95e1f09348e1baadbf150bf0c5","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.03640aa70ec25f95e1f09348e1baadbf150bf0c5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.03640aa70ec25f95e1f09348e1baadbf150bf0c5","@strapi/types":"0.0.0-next.03640aa70ec25f95e1f09348e1baadbf150bf0c5","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.03640aa70ec25f95e1f09348e1baadbf150bf0c5_1733185944303_0.36048131208755496","host":"s3://npm-registry-packages"}},"0.0.0-next.2dcec09530c87d7b3b453630c2d76a967476338d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.2dcec09530c87d7b3b453630c2d76a967476338d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.2dcec09530c87d7b3b453630c2d76a967476338d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"799480344c96ee2f304ca7c67894dd3a86179c1b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.2dcec09530c87d7b3b453630c2d76a967476338d.tgz","fileCount":319,"integrity":"sha512-MBD7YL+kVswOCiyqynqXElv3z35n6Jnm39Got51Hm2LBByArjxvICa6ZaSsFpgfCy1Vap+5xeICBkJtjkSzy1w==","signatures":[{"sig":"MEUCIGcybmoDwE1Exo/XxZDA7f1bwDxFxskdoLzoHP8sP1A8AiEAyaoEfWR5MLwV4y1f8SBYnvG3B3Q7f3QNRVfI811VS4s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040526},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2dcec09530c87d7b3b453630c2d76a967476338d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.2dcec09530c87d7b3b453630c2d76a967476338d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.2dcec09530c87d7b3b453630c2d76a967476338d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.2dcec09530c87d7b3b453630c2d76a967476338d","@strapi/types":"0.0.0-next.2dcec09530c87d7b3b453630c2d76a967476338d","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.2dcec09530c87d7b3b453630c2d76a967476338d_1733272280229_0.24445967275795777","host":"s3://npm-registry-packages"}},"5.5.0":{"name":"@strapi/content-type-builder","version":"5.5.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.5.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4abf4014222d0aae7b6e455ce4a9d6b6088885ac","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.5.0.tgz","fileCount":319,"integrity":"sha512-f9VSc/Cr1OLPCIQdVgiZslGFf9Jld+lk1ZmXKMIvGrrh4xPKCcEaAjrrS1FxLg4zuGXLFrHK8ONr1GK12UWumg==","signatures":[{"sig":"MEUCIQCSO4TgNqo0NXyADGLOw/px7gQxT9JbpprOec2ObLjGvQIgaHqIXXgbf6PxC9o0aTy/qwseaVjsa7rpgpwyyiATA3s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040296},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7d785703f52464577d077c4618cbe68b44f8a9cd","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.1.0","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"5.5.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.5.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.5.0","@strapi/types":"5.5.0","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.5.0_1733322342387_0.24275457044599102","host":"s3://npm-registry-packages"}},"0.0.0-next.837384c065457f44cba22eb6fb56079cc4b04a2b":{"name":"@strapi/content-type-builder","version":"0.0.0-next.837384c065457f44cba22eb6fb56079cc4b04a2b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.837384c065457f44cba22eb6fb56079cc4b04a2b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2b96ae53368ae06e353bddb8a51d2398de02aa7f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.837384c065457f44cba22eb6fb56079cc4b04a2b.tgz","fileCount":319,"integrity":"sha512-5DiLD+4Lli6kKRO4khWtfcM/b4BJ9L5GWyssaJm+4hEaVzmihlBl6VM+I44X99sohm58hkXRZ3VyLn+ey+2nQg==","signatures":[{"sig":"MEUCIBL9VkpXqf6Dg8Dvv1ebkurdcXVccpLnCk6kUXxF8VxHAiEA8RVAbOkCFLGiRjes2uEWzP//958dBEi2duciZsbhTw4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040526},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"837384c065457f44cba22eb6fb56079cc4b04a2b","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.837384c065457f44cba22eb6fb56079cc4b04a2b","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.837384c065457f44cba22eb6fb56079cc4b04a2b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.837384c065457f44cba22eb6fb56079cc4b04a2b","@strapi/types":"0.0.0-next.837384c065457f44cba22eb6fb56079cc4b04a2b","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.837384c065457f44cba22eb6fb56079cc4b04a2b_1733358686977_0.28760769945830966","host":"s3://npm-registry-packages"}},"0.0.0-experimental.820adfc37c687bbcc4a213ae6929c541358b71e8":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.820adfc37c687bbcc4a213ae6929c541358b71e8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.820adfc37c687bbcc4a213ae6929c541358b71e8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b51bf311c520cacf1fc4417629417c5d573d0ecd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.820adfc37c687bbcc4a213ae6929c541358b71e8.tgz","fileCount":319,"integrity":"sha512-KqHPG0rk8m7C9P8a9olCevH8zHUrEAnkc9ZOiwvBaLoqmAcneRoh5hBudK7BRFfXu3xwUjw6X5uEm6mVnrx33w==","signatures":[{"sig":"MEQCICygT4iYcoc1SRHeIDX6Wk8Vncez4ZNpGr+/g42021JcAiAmQYhHRodJS3Qaw+gpFGqX+sqKTutWLmgM8gN0mcnw0g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040566},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"820adfc37c687bbcc4a213ae6929c541358b71e8","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.820adfc37c687bbcc4a213ae6929c541358b71e8","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.820adfc37c687bbcc4a213ae6929c541358b71e8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.820adfc37c687bbcc4a213ae6929c541358b71e8","@strapi/types":"0.0.0-experimental.820adfc37c687bbcc4a213ae6929c541358b71e8","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.820adfc37c687bbcc4a213ae6929c541358b71e8_1733411195780_0.8554848009677307","host":"s3://npm-registry-packages"}},"0.0.0-next.820adfc37c687bbcc4a213ae6929c541358b71e8":{"name":"@strapi/content-type-builder","version":"0.0.0-next.820adfc37c687bbcc4a213ae6929c541358b71e8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.820adfc37c687bbcc4a213ae6929c541358b71e8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5b001a26f7b33d05c809d488fd565bcefd47d16a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.820adfc37c687bbcc4a213ae6929c541358b71e8.tgz","fileCount":319,"integrity":"sha512-7PQBrFOtKoDJ4V4/T5/MOyWnbzVcr2ME5N7IRVI5jDORfkbH/b4Qsib9DY7FQVOgnR6A2oy+JKa60KNF9zpFFw==","signatures":[{"sig":"MEQCIEjDun2gwXcs2UKkJ1j5RicbO6BKVoa+Sv5umW2tgEf8AiA9B21Y0gzpCij5EiokGs22SIC1aGzLO2pdBpnCOwgybw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040526},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"820adfc37c687bbcc4a213ae6929c541358b71e8","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.820adfc37c687bbcc4a213ae6929c541358b71e8","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.820adfc37c687bbcc4a213ae6929c541358b71e8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.820adfc37c687bbcc4a213ae6929c541358b71e8","@strapi/types":"0.0.0-next.820adfc37c687bbcc4a213ae6929c541358b71e8","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.820adfc37c687bbcc4a213ae6929c541358b71e8_1733445090357_0.16633386712191123","host":"s3://npm-registry-packages"}},"0.0.0-next.af5da17207f828ea159182ea6e2d9a07ae6d34bf":{"name":"@strapi/content-type-builder","version":"0.0.0-next.af5da17207f828ea159182ea6e2d9a07ae6d34bf","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.af5da17207f828ea159182ea6e2d9a07ae6d34bf","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3cded97f2d2e5bc7563a034334a7ed661e717771","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.af5da17207f828ea159182ea6e2d9a07ae6d34bf.tgz","fileCount":319,"integrity":"sha512-eL8e992EZzN/gegLMSPkuSVoaq0NfSOJ9Uc7b8yDfyWMW1u22KKUJYzzb4xBAWoa+GRENDbtZSZ5XSISXQX6PA==","signatures":[{"sig":"MEUCIDChY/Va3h8iJwcFb1USkqLuTYi2MgPMIA1Hj2MuHqHYAiEApX2gZbQNY+SsvWIuo4lV2/0EeMdzSZfGLb5sA3Orvms=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040526},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"af5da17207f828ea159182ea6e2d9a07ae6d34bf","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.af5da17207f828ea159182ea6e2d9a07ae6d34bf","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.af5da17207f828ea159182ea6e2d9a07ae6d34bf","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.af5da17207f828ea159182ea6e2d9a07ae6d34bf","@strapi/types":"0.0.0-next.af5da17207f828ea159182ea6e2d9a07ae6d34bf","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.af5da17207f828ea159182ea6e2d9a07ae6d34bf_1733531458801_0.8837552259496553","host":"s3://npm-registry-packages"}},"0.0.0-experimental.39bf1ab0d2e327b0a192d2f5adcb4182de865411":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.39bf1ab0d2e327b0a192d2f5adcb4182de865411","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.39bf1ab0d2e327b0a192d2f5adcb4182de865411","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c4b60aa8df701a6e4155772b54f7488ade6d7a1b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.39bf1ab0d2e327b0a192d2f5adcb4182de865411.tgz","fileCount":319,"integrity":"sha512-nib9tPN7FiNzg2E9SuDguC0PDV1nJKHX44tuk3DoQvnSzdwGTgT7MKrB0KX0WXkD6M4p9J2PJ+KzJF4uFBe6jA==","signatures":[{"sig":"MEUCIAjJJpJwqMwEkBaGwkNWasDS8uaCebKsYfGeu76fAftDAiEA+Gw30z6B/mjCwJN0FQjONHZMxpaW7iCaLchwJSMzR0g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040420},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"39bf1ab0d2e327b0a192d2f5adcb4182de865411","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.39bf1ab0d2e327b0a192d2f5adcb4182de865411","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.39bf1ab0d2e327b0a192d2f5adcb4182de865411","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.39bf1ab0d2e327b0a192d2f5adcb4182de865411","@strapi/types":"0.0.0-experimental.39bf1ab0d2e327b0a192d2f5adcb4182de865411","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.39bf1ab0d2e327b0a192d2f5adcb4182de865411_1733758088516_0.5132670499136991","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.cb74730ce5154c26404d4dccca14976a22319002":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.cb74730ce5154c26404d4dccca14976a22319002","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.cb74730ce5154c26404d4dccca14976a22319002","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5da4b58707b9408e8721f3b3298095547738d625","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.cb74730ce5154c26404d4dccca14976a22319002.tgz","fileCount":319,"integrity":"sha512-ndkUZqI8bk0hTOTKK7wd1tQaOqQjq24IOLJH3YtaDrTCJqEHOoHnJ3w/ZR94HECnhuy+k0YQcoCkQpYARJyGtg==","signatures":[{"sig":"MEUCIQD7dKVwEWPvfGbcZ3UMHAX7FnrK54eXZUMpNwKIswMJ7AIgX6XkVItILi8tHy3HSuuW7fLpoXIGwvTDN5x8pDVIbUM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040566},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cb74730ce5154c26404d4dccca14976a22319002","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.cb74730ce5154c26404d4dccca14976a22319002","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.cb74730ce5154c26404d4dccca14976a22319002","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.cb74730ce5154c26404d4dccca14976a22319002","@strapi/types":"0.0.0-experimental.cb74730ce5154c26404d4dccca14976a22319002","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.cb74730ce5154c26404d4dccca14976a22319002_1733767287400_0.12554096688052208","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.39bf1ab0d2e327b0a192d2f5adcb4182de865411":{"name":"@strapi/content-type-builder","version":"0.0.0-next.39bf1ab0d2e327b0a192d2f5adcb4182de865411","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.39bf1ab0d2e327b0a192d2f5adcb4182de865411","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c96fe27e67fab328fe515b9f300bd3019ac017f9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.39bf1ab0d2e327b0a192d2f5adcb4182de865411.tgz","fileCount":319,"integrity":"sha512-sJmHB82kZsGxvo8NsbwT8G1kI6GbsLTNRcu3vH3DyIbQQdi4/ieRuQyMXw/jeictR7+XAiX2wioMdyG0RCJaBw==","signatures":[{"sig":"MEYCIQDi5P65IdfA+pRYzUCSgXDZbqP0IL8sGA7Q7enTc3MWNQIhAKzu4a+nEkoKehQHxNWlKtxul2viqWSKgWhjG/2xnbyo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040380},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"39bf1ab0d2e327b0a192d2f5adcb4182de865411","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.39bf1ab0d2e327b0a192d2f5adcb4182de865411","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.39bf1ab0d2e327b0a192d2f5adcb4182de865411","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.39bf1ab0d2e327b0a192d2f5adcb4182de865411","@strapi/types":"0.0.0-next.39bf1ab0d2e327b0a192d2f5adcb4182de865411","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.39bf1ab0d2e327b0a192d2f5adcb4182de865411_1733790709743_0.17899063959257733","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7bc5339b0393e53f9f568301594621e7fb466e2f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7bc5339b0393e53f9f568301594621e7fb466e2f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7bc5339b0393e53f9f568301594621e7fb466e2f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"eaefb77c74c6e23e8285183566030c8fd6e79560","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7bc5339b0393e53f9f568301594621e7fb466e2f.tgz","fileCount":319,"integrity":"sha512-zki5uEtMtLM+lYQuodaRU96HrTbiWapZLjzh7/IH3a5tJ5jwtQk0a8rnNxKs99J4AI9tUp73Xa8A55nGHPbdYw==","signatures":[{"sig":"MEYCIQCFihh9MJxQEc9T+f94MpGfym4Zyv9LDITl2Kz9HfmnCwIhAIbVb8bn0n4JCDsaThuNkBW2rX+6wePqKOBkZxUJPWhw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040566},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7bc5339b0393e53f9f568301594621e7fb466e2f","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.7bc5339b0393e53f9f568301594621e7fb466e2f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.7bc5339b0393e53f9f568301594621e7fb466e2f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7bc5339b0393e53f9f568301594621e7fb466e2f","@strapi/types":"0.0.0-experimental.7bc5339b0393e53f9f568301594621e7fb466e2f","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7bc5339b0393e53f9f568301594621e7fb466e2f_1733827506993_0.6167641749407475","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.4afb25b82502b04f05bbc122b43e1e3a806e7600":{"name":"@strapi/content-type-builder","version":"0.0.0-next.4afb25b82502b04f05bbc122b43e1e3a806e7600","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.4afb25b82502b04f05bbc122b43e1e3a806e7600","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"adbf7c20dbbeec38df56dd501b6b7cdd01481223","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.4afb25b82502b04f05bbc122b43e1e3a806e7600.tgz","fileCount":319,"integrity":"sha512-35hnnfspw4eGTK5r0VAW0jIEpb7kCDYzLPX4N7Wc9WKEH1bkH+SZeChYWXx2tK7DzeToy7idUtfb2AP/pUUcNg==","signatures":[{"sig":"MEYCIQCln6R7LPkG16VgOb80VMwsNma+MHasZjHIOBocI93ybgIhAIbrzM6C70HeJFHWFn8MaFJOdglHztTZ+Xpuami/4KLw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040380},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4afb25b82502b04f05bbc122b43e1e3a806e7600","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.4afb25b82502b04f05bbc122b43e1e3a806e7600","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.4afb25b82502b04f05bbc122b43e1e3a806e7600","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.4afb25b82502b04f05bbc122b43e1e3a806e7600","@strapi/types":"0.0.0-next.4afb25b82502b04f05bbc122b43e1e3a806e7600","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.4afb25b82502b04f05bbc122b43e1e3a806e7600_1733877095019_0.8913155320255117","host":"s3://npm-registry-packages-npm-production"}},"5.5.1":{"name":"@strapi/content-type-builder","version":"5.5.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.5.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3ca8fd0054c191b111e972e558402de29976ac3e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.5.1.tgz","fileCount":319,"integrity":"sha512-+TgNcHsYiQNM/NwSZhtMXdAisyOKXT7QkJfXmHQQhwcheWITHdMM83pn75HvtRnPgNrUCB6VljRS9MXTa8CDeQ==","signatures":[{"sig":"MEYCIQC3dd+qNETu5xZrAULLRpCY9N2A/4yEt3x1CGBt0UOLfAIhAI/5iHZk/cl8sFHvYBfE6o9gVUy0LNbTBTptWP6WA8+J","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040093},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"909d84b5d830742a38482c5986259067f196fd12","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.0","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"5.5.1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.5.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.5.1","@strapi/types":"5.5.1","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.5.1_1733924432513_0.48801896111386434","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b05633daea1bf090c66312b8ab30ec13bdb52f57":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b05633daea1bf090c66312b8ab30ec13bdb52f57","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b05633daea1bf090c66312b8ab30ec13bdb52f57","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"dc98d9764e3999ec57e978691f9993fd676657a7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b05633daea1bf090c66312b8ab30ec13bdb52f57.tgz","fileCount":319,"integrity":"sha512-jMRrJ0OqUHToS/g1nF2YGZ5eZvSn1IW567f+EzuaKp+BiIDVCq7xVxqw+qBzcstNl6m3w9B6Z7Q+q0S66rX3Hg==","signatures":[{"sig":"MEYCIQCL4eNt3OKMR9Fx8zytiLEGYZguTU9sSGrKan4Ch1XXtgIhAOgtlKkK2NkWx25nsB359+rYgHDzYEnwnK0/kF7YasCL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040372},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b05633daea1bf090c66312b8ab30ec13bdb52f57","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.b05633daea1bf090c66312b8ab30ec13bdb52f57","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.b05633daea1bf090c66312b8ab30ec13bdb52f57","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b05633daea1bf090c66312b8ab30ec13bdb52f57","@strapi/types":"0.0.0-experimental.b05633daea1bf090c66312b8ab30ec13bdb52f57","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b05633daea1bf090c66312b8ab30ec13bdb52f57_1733928551077_0.9221329264662892","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.8414b837972392b1d362ae53b86b5da1eb2ad05c":{"name":"@strapi/content-type-builder","version":"0.0.0-next.8414b837972392b1d362ae53b86b5da1eb2ad05c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.8414b837972392b1d362ae53b86b5da1eb2ad05c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c5d205df0349c9179871cc45ec0266d2c7a3a85a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.8414b837972392b1d362ae53b86b5da1eb2ad05c.tgz","fileCount":319,"integrity":"sha512-bM+eW1u+7rX59fSVu0Ee82Iz8DcKt7gNRLTfg9pIyPVjD4gj2i9309A1j3hGPr+A+F5AAJdtDwjXLwjUfwjNSg==","signatures":[{"sig":"MEQCIHonzGgnKcnsON45FFmno/JcKbhsahJeFGUTn20k2dNCAiBxKcZhho3G0VazgKrtCaoo4+wVodJsWGfsWn59veybUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040332},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8414b837972392b1d362ae53b86b5da1eb2ad05c","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.8414b837972392b1d362ae53b86b5da1eb2ad05c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.8414b837972392b1d362ae53b86b5da1eb2ad05c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.8414b837972392b1d362ae53b86b5da1eb2ad05c","@strapi/types":"0.0.0-next.8414b837972392b1d362ae53b86b5da1eb2ad05c","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.8414b837972392b1d362ae53b86b5da1eb2ad05c_1733963485763_0.32534201718738265","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.f698d55751345c4ca87477ef683475c1a68f310a":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f698d55751345c4ca87477ef683475c1a68f310a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f698d55751345c4ca87477ef683475c1a68f310a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"afbb41ce2b6aa2cd9fc9819311c1b24bd831f53f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f698d55751345c4ca87477ef683475c1a68f310a.tgz","fileCount":319,"integrity":"sha512-XuS73yZkxWDXH/Dm/OcNz4nglpDmyFMtK3v0ipQOyTa4UMxphMhPv4FMtSW0pogvafoQlMlMoyiykcp//hEK3w==","signatures":[{"sig":"MEUCIQCyrA7tnkOjSpUPog477swVfyfk6NiELZ7+ByukV2qDWgIgHFcmGYT3KLiGE1YX0fcvs+kfmTpJTURhAg0KjKC+Zns=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040332},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f698d55751345c4ca87477ef683475c1a68f310a","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.f698d55751345c4ca87477ef683475c1a68f310a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.f698d55751345c4ca87477ef683475c1a68f310a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f698d55751345c4ca87477ef683475c1a68f310a","@strapi/types":"0.0.0-next.f698d55751345c4ca87477ef683475c1a68f310a","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f698d55751345c4ca87477ef683475c1a68f310a_1734049905660_0.13765655697612833","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e350eaa6073e65190102b4b798c32c287053cc02":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e350eaa6073e65190102b4b798c32c287053cc02","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e350eaa6073e65190102b4b798c32c287053cc02","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"55ac5c2ae755a5580a624e7a8d859358236d99a8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e350eaa6073e65190102b4b798c32c287053cc02.tgz","fileCount":319,"integrity":"sha512-YUO4r4V50AZaeVt44wpOPj6fb5P6wk2U9eeJd/jJ+2kT1nvpbq1oyiMrRRINlkEXnsymGvGcLB+94iAUEiW5NQ==","signatures":[{"sig":"MEQCIAXYaLKo2e8jPqp0SgLvkeAsD7fupUR5ZvBP1K1lplrjAiAe9ou3cf0/KjNp0Q9YwkhT7kYnswRBdUTvhCodco0/1A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040372},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e350eaa6073e65190102b4b798c32c287053cc02","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.e350eaa6073e65190102b4b798c32c287053cc02","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.e350eaa6073e65190102b4b798c32c287053cc02","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e350eaa6073e65190102b4b798c32c287053cc02","@strapi/types":"0.0.0-experimental.e350eaa6073e65190102b4b798c32c287053cc02","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e350eaa6073e65190102b4b798c32c287053cc02_1734101890380_0.5451275458829323","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.691d2b5196cc7faea5a7c4d25476984d37d7c3a4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.691d2b5196cc7faea5a7c4d25476984d37d7c3a4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.691d2b5196cc7faea5a7c4d25476984d37d7c3a4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8254ecdd143a5d99f1bcf9cfb56b3dc6469c7140","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.691d2b5196cc7faea5a7c4d25476984d37d7c3a4.tgz","fileCount":319,"integrity":"sha512-czksjO1XcwUXdrDavi9NITzCHFGbwHQ5QLSX2O0Ng6TMTqLgwd98AXPgM2ALNPkwNpLBcNfyO9ni4+i84kv9Uw==","signatures":[{"sig":"MEQCIHGKQNNRcQ8aFxbfN6h9VB8Grbr2aRD6O5qTXX2zz9xlAiAldFKyLwodDi1zgcYGYK/SbYfmwLRraaLJlDTLKDLNXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040372},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"691d2b5196cc7faea5a7c4d25476984d37d7c3a4","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.691d2b5196cc7faea5a7c4d25476984d37d7c3a4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.691d2b5196cc7faea5a7c4d25476984d37d7c3a4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.691d2b5196cc7faea5a7c4d25476984d37d7c3a4","@strapi/types":"0.0.0-experimental.691d2b5196cc7faea5a7c4d25476984d37d7c3a4","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.691d2b5196cc7faea5a7c4d25476984d37d7c3a4_1734104346684_0.2314309480634944","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.16399698bd270e78290e5afc9cd317bd05bb0c6e":{"name":"@strapi/content-type-builder","version":"0.0.0-next.16399698bd270e78290e5afc9cd317bd05bb0c6e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.16399698bd270e78290e5afc9cd317bd05bb0c6e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8024e56d78ed7cbd7fd9370a2fa4358bf3e04ef5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.16399698bd270e78290e5afc9cd317bd05bb0c6e.tgz","fileCount":319,"integrity":"sha512-CyNLdxM7tv6adZvBmJEuW5DvwZhTWI/m90IZnjjUuNY6lPxm4Ez+/Yo/QrOIfPADUu89yA3aYgHAYSw9CT5trQ==","signatures":[{"sig":"MEUCIQDesYWedXE5ljQFOqanciUy0+ShwzjT5uKc8yLfkQbsZQIgSqePNkytPO92rbBPd2hFs30eWySsqmz9lGhCFSlcqzo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040332},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"16399698bd270e78290e5afc9cd317bd05bb0c6e","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.16399698bd270e78290e5afc9cd317bd05bb0c6e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.16399698bd270e78290e5afc9cd317bd05bb0c6e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.16399698bd270e78290e5afc9cd317bd05bb0c6e","@strapi/types":"0.0.0-next.16399698bd270e78290e5afc9cd317bd05bb0c6e","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.16399698bd270e78290e5afc9cd317bd05bb0c6e_1734136227237_0.9664396687462669","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.cfda358b7f27015e34e739b8742a2962ae2e7aee":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.cfda358b7f27015e34e739b8742a2962ae2e7aee","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.cfda358b7f27015e34e739b8742a2962ae2e7aee","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"51e2f6a8e80d1d9eed7aad73e7402195c785165d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.cfda358b7f27015e34e739b8742a2962ae2e7aee.tgz","fileCount":319,"integrity":"sha512-60KsI9bYahFKjabBPfJNBCTjNKfOeRlJxaAY5+yr6VUd+aYgVVv1ajfNzfj2P5GbKXG4nCPzbNTcmmI9Tab1rw==","signatures":[{"sig":"MEUCIBaKpGu1hDTfwsOgmr1U71AnLd7JBzXMj9fGJfrofT6YAiEAo8zO+xtF4pWYu5pJ95G7WArkLWn9M/1fkgxNWabBMmM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040372},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cfda358b7f27015e34e739b8742a2962ae2e7aee","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.cfda358b7f27015e34e739b8742a2962ae2e7aee","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.cfda358b7f27015e34e739b8742a2962ae2e7aee","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.cfda358b7f27015e34e739b8742a2962ae2e7aee","@strapi/types":"0.0.0-experimental.cfda358b7f27015e34e739b8742a2962ae2e7aee","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.cfda358b7f27015e34e739b8742a2962ae2e7aee_1734339095740_0.9500507950451289","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.3218535c8b12e654be4191f9c36c07b43861b437":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3218535c8b12e654be4191f9c36c07b43861b437","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3218535c8b12e654be4191f9c36c07b43861b437","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b0af3d6aa2638fc477527dace7ebae29dc9d5c35","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3218535c8b12e654be4191f9c36c07b43861b437.tgz","fileCount":319,"integrity":"sha512-u1++rhkxsykO7g6Mcb9twyNaCnf3+V4dDw0PPjBoBpwGYORtPwN64mfKz3zN7mPQALVo7ImVo9dymtFUfvuF1A==","signatures":[{"sig":"MEQCIF1YGvQ+po2qAPwa2odFsunY+gVgDIPzAVH8azlUKbEnAiAP+MeoGAualt4CXO073OEnh1yez0XgiuiRsWCNUZxhKw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040372},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3218535c8b12e654be4191f9c36c07b43861b437","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.3218535c8b12e654be4191f9c36c07b43861b437","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.3218535c8b12e654be4191f9c36c07b43861b437","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3218535c8b12e654be4191f9c36c07b43861b437","@strapi/types":"0.0.0-experimental.3218535c8b12e654be4191f9c36c07b43861b437","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3218535c8b12e654be4191f9c36c07b43861b437_1734346092683_0.6328585262067024","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.b6435ada233136a0d0b14fba67961ff8f16cdac2":{"name":"@strapi/content-type-builder","version":"0.0.0-next.b6435ada233136a0d0b14fba67961ff8f16cdac2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.b6435ada233136a0d0b14fba67961ff8f16cdac2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9b76807cad4dde1a83b88bd5aa93adfb25e4eadf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.b6435ada233136a0d0b14fba67961ff8f16cdac2.tgz","fileCount":319,"integrity":"sha512-tHQ7Aw59ayMPNTa1zMsOz+ppunUzVgI4K4KIdlcY425yk5OZI1z8gc2iW6ZAtpbmsBemVIg6oAHnEqrQM1183Q==","signatures":[{"sig":"MEQCIC/t45B2+Y21kKFaL75eB7m6xR8X61h7Rrq2VvlCUUm3AiB4kR48prK/sPFiMG+kLgxopSQrMitXksGhoBTj26mDZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040332},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b6435ada233136a0d0b14fba67961ff8f16cdac2","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.b6435ada233136a0d0b14fba67961ff8f16cdac2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.b6435ada233136a0d0b14fba67961ff8f16cdac2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.b6435ada233136a0d0b14fba67961ff8f16cdac2","@strapi/types":"0.0.0-next.b6435ada233136a0d0b14fba67961ff8f16cdac2","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.b6435ada233136a0d0b14fba67961ff8f16cdac2_1734395490555_0.5150236946900852","host":"s3://npm-registry-packages-npm-production"}},"5.5.2":{"name":"@strapi/content-type-builder","version":"5.5.2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.5.2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f8c9c8aea477f2ba3975efc7bda37588673c73ee","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.5.2.tgz","fileCount":319,"integrity":"sha512-fxJEEgEftxKPUDTXC3RO8GrZTsUpBnEynwI+KfitIW2CzDSWRuBWrbtTfe5IHsHmvEEEqxTs2WT2sPNkmQZg+Q==","signatures":[{"sig":"MEUCIAlA9cEDv3alL0/NE02o9a2zUUf2IWtIMFlKtC2yxpamAiEAlRCXf9MxNtqlB5qQLVCwjGUBsEypJy11rLc5Sufp6Po=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040045},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4012abe398eb731b53c07648dbc5bb7415bd26e4","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"5.5.2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.5.2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.5.2","@strapi/types":"5.5.2","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.5.2_1734434736822_0.22852022638781522","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ee7402bacc4656d268ab76aa9c334a7b7a951201":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ee7402bacc4656d268ab76aa9c334a7b7a951201","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ee7402bacc4656d268ab76aa9c334a7b7a951201","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a75f50be695850598652002b348c4c8518206f5e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ee7402bacc4656d268ab76aa9c334a7b7a951201.tgz","fileCount":319,"integrity":"sha512-BJjWmhV/7SzV4so28aJ3Bfx+sNEFpG3KIOrMa0Z+QgyWcu2A3EnJdvl2QX1OZlI+Pqg0rEsNtOb1sn1/z0FGNQ==","signatures":[{"sig":"MEQCIEMtSJTQ+zmgYXQS+KRxERPARvZWr12UeCCUnr9KUkD5AiAb7LHirtEqirx1/2oQo3KbnimvXfJrzebh+VDYjsyyow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040372},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ee7402bacc4656d268ab76aa9c334a7b7a951201","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.ee7402bacc4656d268ab76aa9c334a7b7a951201","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.ee7402bacc4656d268ab76aa9c334a7b7a951201","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ee7402bacc4656d268ab76aa9c334a7b7a951201","@strapi/types":"0.0.0-experimental.ee7402bacc4656d268ab76aa9c334a7b7a951201","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ee7402bacc4656d268ab76aa9c334a7b7a951201_1734444399678_0.13970627265709368","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"52f1c8caca6124baee51a47f61cdafb3a7932200","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca.tgz","fileCount":319,"integrity":"sha512-2asWZvk+OxEyjeDdcVArkWYbExraAuhIRclSwGNWQfd0o44sqmUyh5YAVgjQsH6qlLU8oyn8L/+ftbh1adehWA==","signatures":[{"sig":"MEYCIQC3xy//jBoviu8kqdpwKfWOVbgAGbBeGQRBtoPtcDY1AAIhALRG0NgMVUkl6ahXFMuAHA2Kjct0BvX9a/8Z2wldAasV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040332},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca","@strapi/types":"0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca_1734481826076_0.6848309287032974","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2903c316f18417cfd03ef5145885c04a5bca3c2e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca.tgz","fileCount":319,"integrity":"sha512-SHCE49rha9ZRtKgF9rLaBLX+DdDIyIpqE/pbhB/D7o8kBSHa3SpnInaRtmqftCWLnWHt7q0tXF0107kFXHKuiQ==","signatures":[{"sig":"MEUCIERA6AK412pFlNkjpihRrUU3iLT+wHScsg3UE842M++7AiEAq3UO8eetpCInnZb+n0nTjina3y8AUVLs2unwFXE+uvk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040372},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca","@strapi/types":"0.0.0-experimental.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca_1734515747101_0.06521225728683722","host":"s3://npm-registry-packages-npm-production"}},"5.6.0":{"name":"@strapi/content-type-builder","version":"5.6.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.6.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b6f0378cbd4bc92afb4be627ebe46434d98dc6e9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.6.0.tgz","fileCount":319,"integrity":"sha512-1oUL4kUWvTL8TAlNqqQvs6PZxFmsGToA4ElanVcjUFvYunaxzX58F+zu4XCBeR3GqjPlz1EPhuXp/VpuibRDwQ==","signatures":[{"sig":"MEQCIEF9Qm/s+ErY2etgcIrn798DAjgaWv85PpVf6X96XHMXAiA81lImha19zInXpzMyRHihjUZ7p5THRKEo1MHaPBTqWA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040045},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d08f965fdae7b8811b54bdbfd331a9834d1bfdea","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.1.0","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"5.6.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.6.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.6.0","@strapi/types":"5.6.0","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.6.0_1734530694243_0.1544136665932847","host":"s3://npm-registry-packages-npm-production"}},"5.7.0-beta.0":{"name":"@strapi/content-type-builder","version":"5.7.0-beta.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.7.0-beta.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b9931cc5b8b13434beb71268b90b812a3b9d3441","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.7.0-beta.0.tgz","fileCount":319,"integrity":"sha512-n1ktNhK/Bf4CqpIKGPpe/ezYJiWz8DTpIGjV9Ur63M3J6r3X7zzc0HLtMnV3NrMbq9Mu1cwX1YFSewhf5jZ4/w==","signatures":[{"sig":"MEQCICMQie8QZdUWzQXVE1F9ZdWxiuNe7xmUEd9u92w9Z3SZAiAbEfJjPMqM0njfoiSGufindc+sFfhTdoOovLpBNwYcMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040137},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7377311e89eef67196ddc5ae39f4f7d8e5fc8853","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"remidej","email":"remi@hey.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.12.2+arm64 (darwin)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"5.7.0-beta.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.7.0-beta.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.7.0-beta.0","@strapi/types":"5.7.0-beta.0","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.7.0-beta.0_1734540565845_0.3000685767690823","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.9f812af47f0e9db3d5531382c836c2ac0776afdf":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9f812af47f0e9db3d5531382c836c2ac0776afdf","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9f812af47f0e9db3d5531382c836c2ac0776afdf","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1e1e571d0bf820a72265de2f3c84283bd369fc92","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9f812af47f0e9db3d5531382c836c2ac0776afdf.tgz","fileCount":319,"integrity":"sha512-KAEA6U1Os4TtFiSTCZno6fYF+q+HcY1ijR6jezP6TWvuLcZ804WOtCro35+A/Er+eA5JyKVzFQTP3DMK+VwwEA==","signatures":[{"sig":"MEQCICzta7h7ImQ5BZXZxLf8bx2V5HeL69KVKLMbkoDASR+oAiB1RQ+kxOAYRpECnHZswci7OE8jqfJx/yYqhcje4PQe6A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040372},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9f812af47f0e9db3d5531382c836c2ac0776afdf","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.9f812af47f0e9db3d5531382c836c2ac0776afdf","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.9f812af47f0e9db3d5531382c836c2ac0776afdf","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9f812af47f0e9db3d5531382c836c2ac0776afdf","@strapi/types":"0.0.0-experimental.9f812af47f0e9db3d5531382c836c2ac0776afdf","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9f812af47f0e9db3d5531382c836c2ac0776afdf_1734551207858_0.8810075596318798","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.f09127d8df0234ad0b771b931b044b7c2e09c686":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f09127d8df0234ad0b771b931b044b7c2e09c686","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f09127d8df0234ad0b771b931b044b7c2e09c686","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"156d52867b9e385133aa80c1b75fdf368803a08c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f09127d8df0234ad0b771b931b044b7c2e09c686.tgz","fileCount":319,"integrity":"sha512-z9QzxQiowgaFKazhBpIs+SqsKvXGrBnCrRTqvpoFmwG1T7ymEFAfDc1A9sYmjWNHJRzJyVuTSght1NnKM25yfw==","signatures":[{"sig":"MEQCIAy/cSy1zus6YAOpmYsuoAgO63iZvdlkYEAfA3d6Iip7AiBC4JfW1pjx/njG3yTH68zZyIliMYzzsrnBn+DBWI+CiQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040332},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f09127d8df0234ad0b771b931b044b7c2e09c686","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.f09127d8df0234ad0b771b931b044b7c2e09c686","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.f09127d8df0234ad0b771b931b044b7c2e09c686","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f09127d8df0234ad0b771b931b044b7c2e09c686","@strapi/types":"0.0.0-next.f09127d8df0234ad0b771b931b044b7c2e09c686","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f09127d8df0234ad0b771b931b044b7c2e09c686_1734568253176_0.6949430435460275","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.15989d13d8be058bf37afc84b7a8377ef1da3263":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.15989d13d8be058bf37afc84b7a8377ef1da3263","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.15989d13d8be058bf37afc84b7a8377ef1da3263","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ebf2cc27bea5d3b4882fc11915ac5f37284b1c86","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.15989d13d8be058bf37afc84b7a8377ef1da3263.tgz","fileCount":319,"integrity":"sha512-h9VzChOjXJNeg7DzIlEom1JMUKcfrOSgS4kFAJeDnMZydNTJTdf86RctMP4LKaauGlwjxmd1UL2shZo8OghoYw==","signatures":[{"sig":"MEUCIFsUH5HxtPakYUI5d/xiOVVm9lW1dSLx+zSgtEvWcQmxAiEA5W6STIhjIf7BN6l1Ic9AKXv+beVzuEhOe1mzWGBNax8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040372},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"15989d13d8be058bf37afc84b7a8377ef1da3263","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.15989d13d8be058bf37afc84b7a8377ef1da3263","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.15989d13d8be058bf37afc84b7a8377ef1da3263","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.15989d13d8be058bf37afc84b7a8377ef1da3263","@strapi/types":"0.0.0-experimental.15989d13d8be058bf37afc84b7a8377ef1da3263","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.15989d13d8be058bf37afc84b7a8377ef1da3263_1734613695223_0.09077608266098891","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.40d132bcf8139c1d691684ec83a5834c98dfd41f":{"name":"@strapi/content-type-builder","version":"0.0.0-next.40d132bcf8139c1d691684ec83a5834c98dfd41f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.40d132bcf8139c1d691684ec83a5834c98dfd41f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"be0102e022334de9f22f7a2ab96beeecbaf510d0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.40d132bcf8139c1d691684ec83a5834c98dfd41f.tgz","fileCount":319,"integrity":"sha512-qMXnya26ZOurM/JWOf5GE2ffFk31gltKC7Ue4UD3CFMIS0ghsereXfRaowVM9hqSNxPh8mCAKn06e3iYFVwv1Q==","signatures":[{"sig":"MEUCICyZ3MvQ+cgCQHL+ylWUGZnkkpKruXZMHwyD2E7YI2q2AiEAoBqUr8ZYFweh1FG9p2UVvMzfB0oIpna2+KsOgSmgkak=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040332},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"40d132bcf8139c1d691684ec83a5834c98dfd41f","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.40d132bcf8139c1d691684ec83a5834c98dfd41f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.40d132bcf8139c1d691684ec83a5834c98dfd41f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.40d132bcf8139c1d691684ec83a5834c98dfd41f","@strapi/types":"0.0.0-next.40d132bcf8139c1d691684ec83a5834c98dfd41f","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.40d132bcf8139c1d691684ec83a5834c98dfd41f_1734654568907_0.3200562222928576","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.146a31b564bc8232686331f6b28f7ff966817963":{"name":"@strapi/content-type-builder","version":"0.0.0-next.146a31b564bc8232686331f6b28f7ff966817963","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.146a31b564bc8232686331f6b28f7ff966817963","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b0d3113bb64a45f2b8d3c7eb6b8310bf83aedec8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.146a31b564bc8232686331f6b28f7ff966817963.tgz","fileCount":319,"integrity":"sha512-zX8DKnhfeq31xWoVrQ7ZPceXtd0jAx5evoKItAd6xaYtzXZEhOUc9NL/5K9MPDapKtaEaI7y0VCQ8r4gT77Itw==","signatures":[{"sig":"MEUCIGiar+p6rDCrQkzsGVciLk6rZaQKjbZGheFhLob209ZWAiEA0RUJwaMgqlBwhCYo+C/TI4G+GbGXWFB//ucSOEbnU88=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040332},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"146a31b564bc8232686331f6b28f7ff966817963","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.146a31b564bc8232686331f6b28f7ff966817963","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.146a31b564bc8232686331f6b28f7ff966817963","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.146a31b564bc8232686331f6b28f7ff966817963","@strapi/types":"0.0.0-next.146a31b564bc8232686331f6b28f7ff966817963","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.146a31b564bc8232686331f6b28f7ff966817963_1734740933288_0.03050098678304969","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.146a31b564bc8232686331f6b28f7ff966817963":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.146a31b564bc8232686331f6b28f7ff966817963","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.146a31b564bc8232686331f6b28f7ff966817963","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fd9cb16a8cdf7e3539bca24bc0595bba68f6b45b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.146a31b564bc8232686331f6b28f7ff966817963.tgz","fileCount":319,"integrity":"sha512-qIAtjFDzTeM68FXng9Zv3kTaFhJQX1Wm+/xBnBipDH0SEvTw0DDIgdexyUZa2gdDrHakX7FJ94c+shTz+OAUBA==","signatures":[{"sig":"MEUCIBRfetDqgWYhozn4tLZeOSc4LsrHti4aD55tHqZwvYjVAiEAlzEAQ/wksNCrV2layiN3PPBCsz35CEQVkpTu93qMTY0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040372},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"146a31b564bc8232686331f6b28f7ff966817963","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.146a31b564bc8232686331f6b28f7ff966817963","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.146a31b564bc8232686331f6b28f7ff966817963","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.146a31b564bc8232686331f6b28f7ff966817963","@strapi/types":"0.0.0-experimental.146a31b564bc8232686331f6b28f7ff966817963","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.146a31b564bc8232686331f6b28f7ff966817963_1735835169504_0.9823059114712502","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7bef52cb5066b2d3918afde3c5a60ded8754fdf9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7bef52cb5066b2d3918afde3c5a60ded8754fdf9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7bef52cb5066b2d3918afde3c5a60ded8754fdf9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"502d17de1bef41415def0d93a48024156b5e58e3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7bef52cb5066b2d3918afde3c5a60ded8754fdf9.tgz","fileCount":319,"integrity":"sha512-zlhm7qwQAbPevjyAF0bWBF9yTCekvQtr0N+8Pqb08bwENBAhjDX1e+gAjo+maSZtOrH3tvdaS+te4i6lFYrcFg==","signatures":[{"sig":"MEUCIQCUHcuMAspPXHooQ9V9oZZLDPwrpjFRNoQHMMlCgqy2FQIgD2cRn86f+v4ywGe7OEsD1izmWaF3o8R2AAWg67f+O8Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040372},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7bef52cb5066b2d3918afde3c5a60ded8754fdf9","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.7bef52cb5066b2d3918afde3c5a60ded8754fdf9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.7bef52cb5066b2d3918afde3c5a60ded8754fdf9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7bef52cb5066b2d3918afde3c5a60ded8754fdf9","@strapi/types":"0.0.0-experimental.7bef52cb5066b2d3918afde3c5a60ded8754fdf9","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7bef52cb5066b2d3918afde3c5a60ded8754fdf9_1735924049923_0.3104104631100988","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.cb5f24c83e8fde7c31e5850c14430d38aa9b8862":{"name":"@strapi/content-type-builder","version":"0.0.0-next.cb5f24c83e8fde7c31e5850c14430d38aa9b8862","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.cb5f24c83e8fde7c31e5850c14430d38aa9b8862","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"93371555b70c137b5c5483502e13cc85456d3a1e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.cb5f24c83e8fde7c31e5850c14430d38aa9b8862.tgz","fileCount":319,"integrity":"sha512-u2w7UZq0zX6Yk17QO6uUd/8pFi3ZH5FCmFtVydIc+/i0Kk156syKr1AW3exHkmuTOjCb3cG8Xi5JjNTj37zv8A==","signatures":[{"sig":"MEQCIHHVwdx0/zyod1uM94Nf+4MAICAuMOwHwf9cAwdnQRE1AiA5rFdwvTi3rBrqbSWbMDSbByfGCciwRDeBxy81+pbIPA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040620},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cb5f24c83e8fde7c31e5850c14430d38aa9b8862","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.cb5f24c83e8fde7c31e5850c14430d38aa9b8862","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.cb5f24c83e8fde7c31e5850c14430d38aa9b8862","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.cb5f24c83e8fde7c31e5850c14430d38aa9b8862","@strapi/types":"0.0.0-next.cb5f24c83e8fde7c31e5850c14430d38aa9b8862","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.cb5f24c83e8fde7c31e5850c14430d38aa9b8862_1735950529659_0.9583476795574368","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.110b429be2fc8a677f3a3b140b8322d7df61b596":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.110b429be2fc8a677f3a3b140b8322d7df61b596","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.110b429be2fc8a677f3a3b140b8322d7df61b596","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fda7bbff110d0bb7b1813a32bb883647bccd8ff6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.110b429be2fc8a677f3a3b140b8322d7df61b596.tgz","fileCount":319,"integrity":"sha512-xgqEid/MaGEoKOOauJMGk7ART/qolk3qVxkZEbnLgot6H1ZFGMob508n3mc1xf+EGLRYYmiIAR+8JDa5L7sT5Q==","signatures":[{"sig":"MEQCICqwk9TDeuXQZk4tZ4eKfBHkwbAzcXFbq6oKe5vNCiW6AiBAjTg3hyQNijL60A4ou6npAc9+v1MwZ+UibHLQJxbWzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040748},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"110b429be2fc8a677f3a3b140b8322d7df61b596","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.110b429be2fc8a677f3a3b140b8322d7df61b596","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.110b429be2fc8a677f3a3b140b8322d7df61b596","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.110b429be2fc8a677f3a3b140b8322d7df61b596","@strapi/types":"0.0.0-experimental.110b429be2fc8a677f3a3b140b8322d7df61b596","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.110b429be2fc8a677f3a3b140b8322d7df61b596_1736176610190_0.6706118403860661","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.550e739e36d7678bd8317b48acab2f24b1f4dcd6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.550e739e36d7678bd8317b48acab2f24b1f4dcd6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.550e739e36d7678bd8317b48acab2f24b1f4dcd6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5df95c19feface6a034d4f3e56a20feefa2d5784","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.550e739e36d7678bd8317b48acab2f24b1f4dcd6.tgz","fileCount":319,"integrity":"sha512-LB2HztGt6kU7DLJKs8GmGJ4t9+/AVRmFdWMOn16Y+/IwXAoLQaZNANoB6+PLsaKrNRknUFIOaYfCZkkW/xw+kg==","signatures":[{"sig":"MEUCIQDcd/AWUteiYqjznH1gPY81cxo8HRZIJildbnDTyNM1jgIgOdGZtjCkP2Uj+b1HvWf0Y1tcQbej1DwC/SFkS+XQyCk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040748},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"550e739e36d7678bd8317b48acab2f24b1f4dcd6","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.550e739e36d7678bd8317b48acab2f24b1f4dcd6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.550e739e36d7678bd8317b48acab2f24b1f4dcd6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.550e739e36d7678bd8317b48acab2f24b1f4dcd6","@strapi/types":"0.0.0-experimental.550e739e36d7678bd8317b48acab2f24b1f4dcd6","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.550e739e36d7678bd8317b48acab2f24b1f4dcd6_1736180701714_0.1564779078128462","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.110b429be2fc8a677f3a3b140b8322d7df61b596":{"name":"@strapi/content-type-builder","version":"0.0.0-next.110b429be2fc8a677f3a3b140b8322d7df61b596","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.110b429be2fc8a677f3a3b140b8322d7df61b596","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"60a81c4fd846b8ac5ac045967f40cc4c204679d1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.110b429be2fc8a677f3a3b140b8322d7df61b596.tgz","fileCount":319,"integrity":"sha512-fotkWLcW7ejrOaM20ZLb5xo4OCcg4ve6EOVBZ1S1jyt/dLnNFf0U1NBnqTsvbi+8eknBeOhIByxeDi4Ba5BT2w==","signatures":[{"sig":"MEYCIQDcwcM1hBlWgDaAvPH6tSHwmylRl00y5mAzaAIvh0LbpgIhAJsAcqbDRJ7yCYO6WZ5Qti6WqMRuFOjKyS/ccJ3IJfPD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040708},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"110b429be2fc8a677f3a3b140b8322d7df61b596","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.110b429be2fc8a677f3a3b140b8322d7df61b596","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.110b429be2fc8a677f3a3b140b8322d7df61b596","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.110b429be2fc8a677f3a3b140b8322d7df61b596","@strapi/types":"0.0.0-next.110b429be2fc8a677f3a3b140b8322d7df61b596","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.110b429be2fc8a677f3a3b140b8322d7df61b596_1736209800714_0.9407324464076539","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.76d3543c13df7ef0095963ae2c20b792f179eef0":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.76d3543c13df7ef0095963ae2c20b792f179eef0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.76d3543c13df7ef0095963ae2c20b792f179eef0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ae8cbdece9572108122bdc7b7a40bb0ab7c702aa","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.76d3543c13df7ef0095963ae2c20b792f179eef0.tgz","fileCount":319,"integrity":"sha512-uN8pV0dCLiBdVxjrqObH2s0QRVDO0092SUA0wI3UObia8d+5lkgC2LfF7nvPFJOOfk4j2HZiZQu2bRLMTPXfKw==","signatures":[{"sig":"MEUCIQC+09IToBRPZ2pn3+3bBCgPTzdHf7mLA5KHgqEOj+PSIwIgfcD+VEi+IHK6RKiLX1sSrKqSC4Wxv9bt4XW7JgYPx8Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040748},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"76d3543c13df7ef0095963ae2c20b792f179eef0","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.76d3543c13df7ef0095963ae2c20b792f179eef0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.76d3543c13df7ef0095963ae2c20b792f179eef0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.76d3543c13df7ef0095963ae2c20b792f179eef0","@strapi/types":"0.0.0-experimental.76d3543c13df7ef0095963ae2c20b792f179eef0","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.76d3543c13df7ef0095963ae2c20b792f179eef0_1736248847950_0.16581223044460192","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.c2680dea29af0c9e9a69c0474b40c8c2ab6f70ac":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c2680dea29af0c9e9a69c0474b40c8c2ab6f70ac","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c2680dea29af0c9e9a69c0474b40c8c2ab6f70ac","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c9b33deb0ba906d7d963ff855cdc5e28956574ba","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c2680dea29af0c9e9a69c0474b40c8c2ab6f70ac.tgz","fileCount":319,"integrity":"sha512-fJ8B88grMsuFF7gMbeVnMRFAa1ObCfl5SRvo5Qf8Fvry9hxoJjL5kjFYTk3nEfHce06y77bbserx2ne4587PBQ==","signatures":[{"sig":"MEYCIQCdbD9RwwcqeMFBCt6nAIyH16AOq3Z0xu8kOSheBhn4SwIhALlG+HE8tx1dgUqtfTrDR5AuZ4W2rkmTO6WgOlMi1D87","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040748},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c2680dea29af0c9e9a69c0474b40c8c2ab6f70ac","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.c2680dea29af0c9e9a69c0474b40c8c2ab6f70ac","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.c2680dea29af0c9e9a69c0474b40c8c2ab6f70ac","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c2680dea29af0c9e9a69c0474b40c8c2ab6f70ac","@strapi/types":"0.0.0-experimental.c2680dea29af0c9e9a69c0474b40c8c2ab6f70ac","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c2680dea29af0c9e9a69c0474b40c8c2ab6f70ac_1736262811135_0.9516557311399136","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.5d0cd5a1a7d80ae3da90f2331d25161b28f06910":{"name":"@strapi/content-type-builder","version":"0.0.0-next.5d0cd5a1a7d80ae3da90f2331d25161b28f06910","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.5d0cd5a1a7d80ae3da90f2331d25161b28f06910","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ff779c04ac399401dd14336f66f198c1a8ea5cdf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.5d0cd5a1a7d80ae3da90f2331d25161b28f06910.tgz","fileCount":319,"integrity":"sha512-MSwlLZhkX6EReFvmlObKnt4glx+FAXMoAgJWF7vSPYx8Zc9XspvmiQAYmo+eqgyc72YVQ2dwJD1JOBqs+WmUgA==","signatures":[{"sig":"MEUCIGFAhHFT0WL9lSe7FYhmxfCdDF4zQNw5RwLxdJfZcc43AiEA+uD4cOP6z2GMZCeayJCYMmMC7+BxCdrR1Uxm5cV2WI4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040708},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5d0cd5a1a7d80ae3da90f2331d25161b28f06910","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.5d0cd5a1a7d80ae3da90f2331d25161b28f06910","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.5d0cd5a1a7d80ae3da90f2331d25161b28f06910","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.5d0cd5a1a7d80ae3da90f2331d25161b28f06910","@strapi/types":"0.0.0-next.5d0cd5a1a7d80ae3da90f2331d25161b28f06910","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.5d0cd5a1a7d80ae3da90f2331d25161b28f06910_1736296181680_0.6714350901050434","host":"s3://npm-registry-packages-npm-production"}},"5.7.0":{"name":"@strapi/content-type-builder","version":"5.7.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.7.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"718b22f0975067db05038e59eb4aa653715350fe","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.7.0.tgz","fileCount":319,"integrity":"sha512-ll7xadiyCjtENUctCCA4DhJXiiq6lxXMSYJ0QH51ZaSGPGZrwBi2oZHO1l6W8mn333FaPjjfIUsoDw4VRjOPFQ==","signatures":[{"sig":"MEQCIG3UoLREWqX7AxXNS0HIo8W44gC9GhUkpgsKJHt3m6/rAiAU3C/AlG6X9NYteqTaiv5W8ZSTMO2SKaJSDI3eQeO54g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040421},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4be93cf38bce0ed43eeaa0268b052ba0ef9b239a","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.1.0","description":"Create and manage content types","directories":{},"_nodeVersion":"20.9.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"5.7.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.7.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.7.0","@strapi/types":"5.7.0","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.7.0_1736343682244_0.9233100627340689","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d3cdf79a0d5f803dfeb6d0f055bb2f3b913bb015":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d3cdf79a0d5f803dfeb6d0f055bb2f3b913bb015","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d3cdf79a0d5f803dfeb6d0f055bb2f3b913bb015","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c66218ed3e41c31fea8b4c4357a68034a6899bf6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d3cdf79a0d5f803dfeb6d0f055bb2f3b913bb015.tgz","fileCount":319,"integrity":"sha512-IQAcMAa37az6fjaIv0X3kzUollgGym3imZ7bwHpiC1nSaOJdI+UjpajlirmezfLwcl9Y+NzZsRKNWfJ+DA+Grg==","signatures":[{"sig":"MEYCIQDrDjSjU8YyMFK5y4/WBzcK4dNuwDjL/UnCudDyqxoPjQIhAKPOM/PGjWt3zmPoZURLsUPkUZxYPi8xXIkrDERWzgZZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040315},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d3cdf79a0d5f803dfeb6d0f055bb2f3b913bb015","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.d3cdf79a0d5f803dfeb6d0f055bb2f3b913bb015","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.d3cdf79a0d5f803dfeb6d0f055bb2f3b913bb015","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d3cdf79a0d5f803dfeb6d0f055bb2f3b913bb015","@strapi/types":"0.0.0-experimental.d3cdf79a0d5f803dfeb6d0f055bb2f3b913bb015","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d3cdf79a0d5f803dfeb6d0f055bb2f3b913bb015_1736351897698_0.18239945946203617","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.dad3c50630ca4fd9eccdcbe549ee632fc572e23d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.dad3c50630ca4fd9eccdcbe549ee632fc572e23d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.dad3c50630ca4fd9eccdcbe549ee632fc572e23d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e1bc1c1f40b2a3163f3b44952a2647e9d129b7ef","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.dad3c50630ca4fd9eccdcbe549ee632fc572e23d.tgz","fileCount":319,"integrity":"sha512-ckqnNBqBLVe4Y43ERxaSBTRWljk/ycBuB91KUW5QceTAghufjAKk88eh8IsUbGIougvoFDa2mzjYrD34Maj5Fg==","signatures":[{"sig":"MEYCIQDdjuySrYgi5zKX2TAaHVK5e8j8pgJm+YiDnGGN3lJFSQIhAKI7RKZkbkIHw7C8yFvouzFXTTMGW/JRQc9NFuACaANj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040748},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"dad3c50630ca4fd9eccdcbe549ee632fc572e23d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.dad3c50630ca4fd9eccdcbe549ee632fc572e23d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.dad3c50630ca4fd9eccdcbe549ee632fc572e23d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.dad3c50630ca4fd9eccdcbe549ee632fc572e23d","@strapi/types":"0.0.0-experimental.dad3c50630ca4fd9eccdcbe549ee632fc572e23d","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.dad3c50630ca4fd9eccdcbe549ee632fc572e23d_1736367398166_0.6947241715940271","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.dad3c50630ca4fd9eccdcbe549ee632fc572e23d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.dad3c50630ca4fd9eccdcbe549ee632fc572e23d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.dad3c50630ca4fd9eccdcbe549ee632fc572e23d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9188498f986ffe35f06f510f57983234b05e42a0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.dad3c50630ca4fd9eccdcbe549ee632fc572e23d.tgz","fileCount":319,"integrity":"sha512-qv8C29vHpOfAUVAS1zMSYBnejDTuZ2URjINef7H78y7uxXvZ4ApXsJmgguDAzWMjhBpJzldTnlkB8FC/le//RA==","signatures":[{"sig":"MEUCIQDva8ABKqBQi+byh6BrOtxwGOFsi4hcBavXzfTa8vAxAgIgKERF+2zkn+2o7tHlga7iyoyvPYKxItaO8Z5RAhUBNeQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040708},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"dad3c50630ca4fd9eccdcbe549ee632fc572e23d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.dad3c50630ca4fd9eccdcbe549ee632fc572e23d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.dad3c50630ca4fd9eccdcbe549ee632fc572e23d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.dad3c50630ca4fd9eccdcbe549ee632fc572e23d","@strapi/types":"0.0.0-next.dad3c50630ca4fd9eccdcbe549ee632fc572e23d","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.dad3c50630ca4fd9eccdcbe549ee632fc572e23d_1736382577738_0.2524432853045062","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.33da70177d156ccbea5cfcbeed769bf25f8a7adc":{"name":"@strapi/content-type-builder","version":"0.0.0-next.33da70177d156ccbea5cfcbeed769bf25f8a7adc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.33da70177d156ccbea5cfcbeed769bf25f8a7adc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"35d29154df23b0b914469fa1a586a15ab1b03841","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.33da70177d156ccbea5cfcbeed769bf25f8a7adc.tgz","fileCount":319,"integrity":"sha512-ZiDkRK2zFvqJs46itxcKf5wK8mu9H+8SgnkW7Cd7Bnxwn8W09EjmF4kbkUOtlWlkwg3LetCYdH65G0DZj+ZJwQ==","signatures":[{"sig":"MEUCIFttPMQD03k/QXipPxRM+ZZFXpJWBAk4lRlo+QXlE+JiAiEAijAnp5nOMWTjkXw58ejWStJNFwf1PJ2nqqCxXocynfE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040821},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"33da70177d156ccbea5cfcbeed769bf25f8a7adc","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.33da70177d156ccbea5cfcbeed769bf25f8a7adc","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.33da70177d156ccbea5cfcbeed769bf25f8a7adc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.33da70177d156ccbea5cfcbeed769bf25f8a7adc","@strapi/types":"0.0.0-next.33da70177d156ccbea5cfcbeed769bf25f8a7adc","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.33da70177d156ccbea5cfcbeed769bf25f8a7adc_1736469003967_0.008506422956125137","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.cb666fde52df857549ddd0e7bf1f6888f5d06951":{"name":"@strapi/content-type-builder","version":"0.0.0-next.cb666fde52df857549ddd0e7bf1f6888f5d06951","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.cb666fde52df857549ddd0e7bf1f6888f5d06951","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9fa824c899cd7a60875daff9893fa452e8965e39","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.cb666fde52df857549ddd0e7bf1f6888f5d06951.tgz","fileCount":319,"integrity":"sha512-/pqxtje6emsJkqtUvTyGbZMKoCo+7qNhsgC+2oGCv3MYulNJXygCYor5+4Ev0jqxqB0dT3yt4Kv8kmnf5iialw==","signatures":[{"sig":"MEUCID9KEEgH59tMeUmuiKL+LMXE3Ev3BL2+1B20lU4mJHoBAiEAlw00HXNJlvAZJoeJKhbp1hnggK6SahEWIum2gXZaBKM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040821},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cb666fde52df857549ddd0e7bf1f6888f5d06951","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.cb666fde52df857549ddd0e7bf1f6888f5d06951","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.cb666fde52df857549ddd0e7bf1f6888f5d06951","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.cb666fde52df857549ddd0e7bf1f6888f5d06951","@strapi/types":"0.0.0-next.cb666fde52df857549ddd0e7bf1f6888f5d06951","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.cb666fde52df857549ddd0e7bf1f6888f5d06951_1736555381577_0.9737555873671508","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.6665eb3c1eed3f48d650cca09220447cd02aa7c2":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.6665eb3c1eed3f48d650cca09220447cd02aa7c2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.6665eb3c1eed3f48d650cca09220447cd02aa7c2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5df494068def89f28aa513c176299281176cd874","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.6665eb3c1eed3f48d650cca09220447cd02aa7c2.tgz","fileCount":319,"integrity":"sha512-ZuXk1g7QcUuTLQISGIi7aReRRBUy06SSzjXbTluwLjqdXdVbqp5dLm8KCPrLOgyKx2aTFb0pFGlyd8sS4+c7kQ==","signatures":[{"sig":"MEUCIB3UM2qRfJy9cwumYLQUAe2nDACV8bRolFRVyuyc0yJ4AiEAviHouV8sI0U9LO9jmB8VPLA5TBDSXEkd6OD7vSnm8M0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040861},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6665eb3c1eed3f48d650cca09220447cd02aa7c2","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.6665eb3c1eed3f48d650cca09220447cd02aa7c2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.6665eb3c1eed3f48d650cca09220447cd02aa7c2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.6665eb3c1eed3f48d650cca09220447cd02aa7c2","@strapi/types":"0.0.0-experimental.6665eb3c1eed3f48d650cca09220447cd02aa7c2","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.6665eb3c1eed3f48d650cca09220447cd02aa7c2_1736780646861_0.4161655831991382","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.108b2cd7ad1be9676807f94bb93dfe71248936f8":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.108b2cd7ad1be9676807f94bb93dfe71248936f8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.108b2cd7ad1be9676807f94bb93dfe71248936f8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4be7bb90135ed9189045d2a0cf8e054615e34512","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.108b2cd7ad1be9676807f94bb93dfe71248936f8.tgz","fileCount":319,"integrity":"sha512-UobZbqUNYLGKgHhzlIjKYDOQcECWGe7yRhj/pxWLpreMAEP8JqcVKleDr6m6VoSHzADCql6Z5zoa45aH/q774A==","signatures":[{"sig":"MEUCIE2rvVg1fgSlm0Pt41Id1KnYgj9QDPAcDVbaXXZELdyhAiEAr6aekgXzGmlc7R3pq+T+C1sUBgmAkvUVLeQY+WRgkas=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040861},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"108b2cd7ad1be9676807f94bb93dfe71248936f8","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.108b2cd7ad1be9676807f94bb93dfe71248936f8","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.108b2cd7ad1be9676807f94bb93dfe71248936f8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.108b2cd7ad1be9676807f94bb93dfe71248936f8","@strapi/types":"0.0.0-experimental.108b2cd7ad1be9676807f94bb93dfe71248936f8","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.108b2cd7ad1be9676807f94bb93dfe71248936f8_1736783042145_0.1776412581505642","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9cc4bbd645f5b5f0888114e8c26b12b70cf0b2fa","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3.tgz","fileCount":319,"integrity":"sha512-q2dWvrxi7EQC7LRdDuKN+j5yZv/egAlgEaFfSZQP9OVomZIgp1w35t2TdFNp5yB1Lxavg+kP1MyO46T1lbeFPw==","signatures":[{"sig":"MEYCIQChN+IknqIJlvDj50OTX4sZ4bikJNytzFqFRyIYjyewPgIhAIKne9IGesvt4WWYynk6fw9yWLncw7cLS/14Eb0ROrXY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040861},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3","@strapi/types":"0.0.0-experimental.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3_1736788673217_0.3030381808898768","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3":{"name":"@strapi/content-type-builder","version":"0.0.0-next.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5eff6b9d6607b0e69adbd18a6bd2bb68b3691120","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3.tgz","fileCount":319,"integrity":"sha512-pKbtMSKcYvjYq85AXwImD34Nr3ApFIZVV2L45ar7akr2iP2k2BkjNroZs3HNjS8Flq4vi4ney2hubKdIMvAoVQ==","signatures":[{"sig":"MEUCIQCYw3yP2UFFfZ8nHL3KNzrNkuV1dqRs+wwWcrFbf3mceAIgGf6Rrcc5nDktSfJ3PRMuj8UT9A5cQcYkDqJUsERduqE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040821},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3","@strapi/types":"0.0.0-next.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3_1736814511000_0.9331799992983916","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a4bb06d54b493ab973659d0200e0e42937988850":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a4bb06d54b493ab973659d0200e0e42937988850","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a4bb06d54b493ab973659d0200e0e42937988850","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a34f7598cfb9028ba840da5f0d9b21ac7519ec8f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a4bb06d54b493ab973659d0200e0e42937988850.tgz","fileCount":319,"integrity":"sha512-7jMix473hCDy+0nYq9FQbdS+pb9uPOA0Q2kF8Io5fJSVyqNAk2v0gwisN1Ptd2Pa1Wl68TDhsDibetB/ZRCGIQ==","signatures":[{"sig":"MEYCIQC/nu8EW2CudiEuR0sAOa5nz79G2CvNT9HpzfmTlD5AwAIhAJcPhbsUHTOZduq9RaEWfIqMTz8N7oX+7XvKJRrhw6m9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a4bb06d54b493ab973659d0200e0e42937988850","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.a4bb06d54b493ab973659d0200e0e42937988850","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.a4bb06d54b493ab973659d0200e0e42937988850","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a4bb06d54b493ab973659d0200e0e42937988850","@strapi/types":"0.0.0-experimental.a4bb06d54b493ab973659d0200e0e42937988850","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a4bb06d54b493ab973659d0200e0e42937988850_1736859076293_0.45268371611505187","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.a4bb06d54b493ab973659d0200e0e42937988850":{"name":"@strapi/content-type-builder","version":"0.0.0-next.a4bb06d54b493ab973659d0200e0e42937988850","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.a4bb06d54b493ab973659d0200e0e42937988850","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5e210a6750498c28d460d5873743e9dda0682088","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.a4bb06d54b493ab973659d0200e0e42937988850.tgz","fileCount":319,"integrity":"sha512-phl55e3zwnssEELL6/L7d2O9qmqX2IB29YyvOCt2wURGj7lvNvBr53XRUEGR89IPHgktljKPl7M3i5qhcNCyBQ==","signatures":[{"sig":"MEUCIBfx1p4x6PWVpVzfXTEZdSooyca78sN7lyCyP+YPwZzBAiEAkMhAnH+Zv8kn6z2p7Z0TEa17eBVE7QllIFbYDtGChxY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040764},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a4bb06d54b493ab973659d0200e0e42937988850","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.a4bb06d54b493ab973659d0200e0e42937988850","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.a4bb06d54b493ab973659d0200e0e42937988850","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.a4bb06d54b493ab973659d0200e0e42937988850","@strapi/types":"0.0.0-next.a4bb06d54b493ab973659d0200e0e42937988850","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.a4bb06d54b493ab973659d0200e0e42937988850_1736900957774_0.9192317866758015","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.14fd433d38456a5899dff3ea799f80d8757a85e3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.14fd433d38456a5899dff3ea799f80d8757a85e3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.14fd433d38456a5899dff3ea799f80d8757a85e3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9f9772057a3f8bb577bae2a47f53dad273381fa1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.14fd433d38456a5899dff3ea799f80d8757a85e3.tgz","fileCount":319,"integrity":"sha512-OjL4borOhW8Fz1qF74E+83//kTIy+oQq6LrnNQSMo5iIP7coOut2D9ftngByzBOty4taJDpgEdFciY6dv+XmhQ==","signatures":[{"sig":"MEUCIEqGOLCVNFPrN5J5nmBI27gHsGJkYnlwLNuiBi59IK/AAiEA6HznhVt4OWDpjLdlGGN1BiUFgmxR/EY3nP9VT9c+Ksk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040861},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"14fd433d38456a5899dff3ea799f80d8757a85e3","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"lerna/8.1.2/node@v20.18.1+x64 (linux)","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.14fd433d38456a5899dff3ea799f80d8757a85e3","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.14fd433d38456a5899dff3ea799f80d8757a85e3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.14fd433d38456a5899dff3ea799f80d8757a85e3","@strapi/types":"0.0.0-experimental.14fd433d38456a5899dff3ea799f80d8757a85e3","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.14fd433d38456a5899dff3ea799f80d8757a85e3_1736930648911_0.3597476950008007","host":"s3://npm-registry-packages-npm-production"}},"5.8.0":{"name":"@strapi/content-type-builder","version":"5.8.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.8.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ba4e73eeacadd3606517a464e523669033fe027c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.8.0.tgz","fileCount":319,"integrity":"sha512-RWN4OZKPIU1kxbRES8FDxoqvE0slIZrf+2GCOEkiknxhRKQeZ4a2m3pp1GwhP+Lz/wnm7gUpF+vdVdrwQgAG3Q==","signatures":[{"sig":"MEQCIEKFi0NiqU+JqeVHpp2LXVtUfe4E7PBmW5uWjcQCfyUMAiBRmtFKA9xp8/kyr8LtSTMWrFYx8YU56nm7L7HpNqfa0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040534},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"dd9c610dd96e80974d59073c9604e3f5d1509d54","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"remidej","email":"remi@hey.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.5.0","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"5.8.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.8.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.8.0","@strapi/types":"5.8.0","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.8.0_1736956815038_0.20925648108461958","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad":{"name":"@strapi/content-type-builder","version":"0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"45480c9c761d8b8202af219549980e33cb65c24f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad.tgz","fileCount":319,"integrity":"sha512-vagjCHBMnjbTHaM9dMJJFMEYAzEiPHH6fEYs7Ogo0Im9yw6d3cfv/tHUqSsXIGmv5qhn9tSw2lZWikn8OjBnQQ==","signatures":[{"sig":"MEUCIQDZC9jKYj2hAEjYysdvux1VYpHsLxdDD0kpNqoHtPMNgQIgGNMKafhdKEIe8RKIjPMUT9zRaM+fNewl04y9gDqNinw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040764},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fc1775f7731f8999840e56e298a216b9a6c5c4ad","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad","@strapi/types":"0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad_1736987358366_0.3381607360403467","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.54778b2fb4c3eaa5f5392127cdf45e6035cfa854":{"name":"@strapi/content-type-builder","version":"0.0.0-next.54778b2fb4c3eaa5f5392127cdf45e6035cfa854","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.54778b2fb4c3eaa5f5392127cdf45e6035cfa854","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c4d0403f9d9a232a0a136c5dffa4336eed3943ca","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.54778b2fb4c3eaa5f5392127cdf45e6035cfa854.tgz","fileCount":319,"integrity":"sha512-YCTwowzNUZaPobFjsVMmh52pEWegK953u+ltoN1GlYzRadHfxzZN76nRykcrunQCFXSM/nOLhegJfdDK7xYjpQ==","signatures":[{"sig":"MEUCIB7FQVErxWQq1fmSdWWSLikvQ7o1jH6wATA9FLKCycekAiEAr+RCp5b4R0zgSqysTxJjAgYUifhrobdYhk7xsfr0RD0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040764},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"54778b2fb4c3eaa5f5392127cdf45e6035cfa854","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.54778b2fb4c3eaa5f5392127cdf45e6035cfa854","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.54778b2fb4c3eaa5f5392127cdf45e6035cfa854","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.54778b2fb4c3eaa5f5392127cdf45e6035cfa854","@strapi/types":"0.0.0-next.54778b2fb4c3eaa5f5392127cdf45e6035cfa854","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.54778b2fb4c3eaa5f5392127cdf45e6035cfa854_1737073745713_0.8530409011051245","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.76a9dc5ca66301db734af3bc2111406c17ccb860":{"name":"@strapi/content-type-builder","version":"0.0.0-next.76a9dc5ca66301db734af3bc2111406c17ccb860","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.76a9dc5ca66301db734af3bc2111406c17ccb860","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6955b0e61f3b08cc5e98b2a50323bef9d1b6f044","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.76a9dc5ca66301db734af3bc2111406c17ccb860.tgz","fileCount":319,"integrity":"sha512-UlaNxXwYQqDIjJwhEW+YKMbA1ShVXNj1ZN6YfdJh+bnFQsdk9Z+qO1ZAsdwTiW/RVcR3CKpC5+NCh4+XMkeiCw==","signatures":[{"sig":"MEYCIQDKmwkjM4q0H7jeNvZtdfKLp6lzb/xLhkukamoQSR6QJQIhAPYr24I/UGzFgw7R2W9/jF29xzyDm6vBTYfNJDGCyqr5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040764},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"76a9dc5ca66301db734af3bc2111406c17ccb860","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.76a9dc5ca66301db734af3bc2111406c17ccb860","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.76a9dc5ca66301db734af3bc2111406c17ccb860","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.76a9dc5ca66301db734af3bc2111406c17ccb860","@strapi/types":"0.0.0-next.76a9dc5ca66301db734af3bc2111406c17ccb860","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.76a9dc5ca66301db734af3bc2111406c17ccb860_1737160096210_0.011109581930734302","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b0240412a007bea5d73c29b17c8ce04802fca919":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b0240412a007bea5d73c29b17c8ce04802fca919","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b0240412a007bea5d73c29b17c8ce04802fca919","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5e419cb502323e46eaa0c06840ab6ed2e5d3cd6f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b0240412a007bea5d73c29b17c8ce04802fca919.tgz","fileCount":319,"integrity":"sha512-TPnFSMBGC1OuLBHT1KYl0wLQZLi+ekKqQ9a4cs9mTAH9lPQ4I6bBhYnPwPTjjjIll6gPu1VGEAq/cZlZjgbxcw==","signatures":[{"sig":"MEUCICLtRKZRejrq8dtbcXwdJGRcjM8Pjy/2/Sv0tdd9LIkMAiEAwNY8i94OJjuxvzs8rF6mpS/IlbSS0b/m7VLksOPdWdA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b0240412a007bea5d73c29b17c8ce04802fca919","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.b0240412a007bea5d73c29b17c8ce04802fca919","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.b0240412a007bea5d73c29b17c8ce04802fca919","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b0240412a007bea5d73c29b17c8ce04802fca919","@strapi/types":"0.0.0-experimental.b0240412a007bea5d73c29b17c8ce04802fca919","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b0240412a007bea5d73c29b17c8ce04802fca919_1737378073848_0.15609750521037014","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.7ff82e00c12aa44d99b20c7b95fe781a4b8d7435":{"name":"@strapi/content-type-builder","version":"0.0.0-next.7ff82e00c12aa44d99b20c7b95fe781a4b8d7435","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.7ff82e00c12aa44d99b20c7b95fe781a4b8d7435","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"66ed168c87ab3a8eb6a2cf45e8843896890bdac7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.7ff82e00c12aa44d99b20c7b95fe781a4b8d7435.tgz","fileCount":319,"integrity":"sha512-8SOkvZSirFpigVt8IJbPEJUaIBeVU1JdkBPrvfcwf5Lvo2qenkq612eRQTRxHLHjwOpysFcogJqlSS0YDOZU+A==","signatures":[{"sig":"MEUCIQC6Pu2s6rjWM91Zm6Sekg8Ht2KZr5MAgugYn7aWO2dsuAIgOZv/eDNVky+0kPZMD8atYgltFKvlbfz9C28QaBc14Tg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040764},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7ff82e00c12aa44d99b20c7b95fe781a4b8d7435","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.7ff82e00c12aa44d99b20c7b95fe781a4b8d7435","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.7ff82e00c12aa44d99b20c7b95fe781a4b8d7435","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.7ff82e00c12aa44d99b20c7b95fe781a4b8d7435","@strapi/types":"0.0.0-next.7ff82e00c12aa44d99b20c7b95fe781a4b8d7435","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.7ff82e00c12aa44d99b20c7b95fe781a4b8d7435_1737419343869_0.5701723643642391","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a81c3c1e89623ff374a35d8bfa1ff43f7aa6d449","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9.tgz","fileCount":319,"integrity":"sha512-fH19n2EudHan3TBoMmvzPwL11vC7RwC/B3b4sqlnh2k6TtEQot6EEuW2TzEtG592YYk3BiAO9qhzjQVPdfuxNQ==","signatures":[{"sig":"MEUCIQCIKMqd8OeSYSKWeuUSFGfmw2NylIJ6gPhiS0dSa/H8HAIgXYlqw51LDfbBq7V6NCq5H0BCEGoVq7Z0AZxg8+o4cyQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9","@strapi/types":"0.0.0-experimental.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9_1737469241325_0.6424174829085181","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9":{"name":"@strapi/content-type-builder","version":"0.0.0-next.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bea36bac2a64a4ba33b13449b26463a43f30a4fe","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9.tgz","fileCount":319,"integrity":"sha512-4b5jvhFiBJoiJDG4zKMHeE2YelgApD1Q8tzpqaoKfSHWF+fuPDAzLEljvm0OMiPHbKY2vmr8sXGbNosnZFyEPQ==","signatures":[{"sig":"MEUCIQDyk7tSaXcv5IxfTGOYJ6V1QAb1FmEI3KmGSFM2LNGJzwIgT3LNcxk1Q6SdXIJP8wLU7hTLgT7xuFfCXLzVzS7TG1I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040764},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9","@strapi/types":"0.0.0-next.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9_1737505777864_0.43868983926766436","host":"s3://npm-registry-packages-npm-production"}},"5.8.1":{"name":"@strapi/content-type-builder","version":"5.8.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.8.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"23338b328616a75d53214443d8ea89f907735b26","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.8.1.tgz","fileCount":319,"integrity":"sha512-6lsLc9ouyyAxd0I9nclCEHv5FE7uwaO/zFSVCScfkFBzTCQIUnE5Ae0ln/GGBhkRb9/aylTU51wk57RO8XFJ/Q==","signatures":[{"sig":"MEUCIHnyEEWta9oPT0MvrJXhNaa8b2EVBCc3/eyTTC+UBVzDAiEAt8c8O9LBKKPRdUagWmt9n7fGtua23HsRaaqvrqcvGdQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040534},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ac4b186dabe783037005abc2ee4c431762618748","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"5.8.1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.8.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.8.1","@strapi/types":"5.8.1","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.8.1_1737554123917_0.8941283348718381","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.926e9af9369b89a571145e3c8fa1ce6bfd6cc0ab":{"name":"@strapi/content-type-builder","version":"0.0.0-next.926e9af9369b89a571145e3c8fa1ce6bfd6cc0ab","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.926e9af9369b89a571145e3c8fa1ce6bfd6cc0ab","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"65023e25d009c1dd2c9863025364eed461446de6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.926e9af9369b89a571145e3c8fa1ce6bfd6cc0ab.tgz","fileCount":319,"integrity":"sha512-whmWVwVpmXz9/FOp9PQNNKfD5PQ0s+WAxc+KGTUz1ZOVqFPp1OUtdfNQ4NTjKMgu/cUORoiPa4M519PTpDZekg==","signatures":[{"sig":"MEUCIQDEsO55gUPJAy2yKvaiROtoAZtus7EsfY1/q2pyoIyvTgIgIfBpaEET/Ut6p7lU6k14sJQcNh8343H7rVMkPvsHkc8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040764},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"926e9af9369b89a571145e3c8fa1ce6bfd6cc0ab","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.926e9af9369b89a571145e3c8fa1ce6bfd6cc0ab","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.926e9af9369b89a571145e3c8fa1ce6bfd6cc0ab","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.926e9af9369b89a571145e3c8fa1ce6bfd6cc0ab","@strapi/types":"0.0.0-next.926e9af9369b89a571145e3c8fa1ce6bfd6cc0ab","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.926e9af9369b89a571145e3c8fa1ce6bfd6cc0ab_1737592153844_0.5206919682473696","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.82afe56cecefd0078d534e25909834ecf5fdd404":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.82afe56cecefd0078d534e25909834ecf5fdd404","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.82afe56cecefd0078d534e25909834ecf5fdd404","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fc6d3e02f897d7c5c07a82c894dd2c63330d6d65","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.82afe56cecefd0078d534e25909834ecf5fdd404.tgz","fileCount":319,"integrity":"sha512-FgO8ANF2SIoLaKqZEaKHmK8cQxyV1i1utrxJiFs2euixxSEw6+RrzYM5rG3SHt/gTyHCTFs4AlaQKJcxanKbyA==","signatures":[{"sig":"MEQCIECD7B3t/DJgWtIALeyfdCRsyUqwZ/lbPitrgxcgoI2xAiAavHkep8AOmFfwYEIF1nC8OME8+6zVMPfDF1DwEzAx8A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"82afe56cecefd0078d534e25909834ecf5fdd404","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.82afe56cecefd0078d534e25909834ecf5fdd404","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.82afe56cecefd0078d534e25909834ecf5fdd404","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.82afe56cecefd0078d534e25909834ecf5fdd404","@strapi/types":"0.0.0-experimental.82afe56cecefd0078d534e25909834ecf5fdd404","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.82afe56cecefd0078d534e25909834ecf5fdd404_1737621544073_0.7654323997035697","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.3a1d87a9c3b1d4d89f741c6ecd7f501230fd8d76":{"name":"@strapi/content-type-builder","version":"0.0.0-next.3a1d87a9c3b1d4d89f741c6ecd7f501230fd8d76","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.3a1d87a9c3b1d4d89f741c6ecd7f501230fd8d76","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"91897c6a484da3700f3ba090fdf6a59b7890417c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.3a1d87a9c3b1d4d89f741c6ecd7f501230fd8d76.tgz","fileCount":319,"integrity":"sha512-MWSGSbFQG6j7jU9enInpVUSzbNc3x4h8IR9kdCNAem2EwJjAruxRCq3CyJwpLHoEflPHUy7KrHe0JxjDzkIrig==","signatures":[{"sig":"MEQCIAlkuCW1by3e/UstvzMBbS53bJDCwjnn3Jk+xKHr6evvAiA1bWbVGOlkOPnI6dyhS6J3JvPxmdbCgcL0Z+8H4T38Aw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040764},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3a1d87a9c3b1d4d89f741c6ecd7f501230fd8d76","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.3a1d87a9c3b1d4d89f741c6ecd7f501230fd8d76","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.3a1d87a9c3b1d4d89f741c6ecd7f501230fd8d76","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.3a1d87a9c3b1d4d89f741c6ecd7f501230fd8d76","@strapi/types":"0.0.0-next.3a1d87a9c3b1d4d89f741c6ecd7f501230fd8d76","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.3a1d87a9c3b1d4d89f741c6ecd7f501230fd8d76_1737678554739_0.8940090973721913","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5":{"name":"@strapi/content-type-builder","version":"0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4b45ee5b3d2194027ae899a04c7f075e822540aa","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5.tgz","fileCount":319,"integrity":"sha512-lyVbDf35WmC9F0/P2xDuh3jXtCGGHRGfKNHCW8h1FUVV7QAbuGoQWzVA2MlDFSpggfVF9hlrz52XmwOJ0h1NUg==","signatures":[{"sig":"MEQCICcYnu06m8yYcRLIKJwkFPWsfIh392hMOSDfdzH3K2UxAiAOVR72cymM9n5koyXSSAHsiW0Dt1iN+N21qeTbWQ1N4g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040764},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"008421e40e4f0fb98aab7504cea5a2b8ef7099d5","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5","@strapi/types":"0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5_1737764910461_0.400604081904834","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d325780feab1caf1b9e4423588eb1cc73b74c376":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d325780feab1caf1b9e4423588eb1cc73b74c376","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d325780feab1caf1b9e4423588eb1cc73b74c376","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bfa9a8d67fb229004d118fbf1922dc42e8fcb301","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d325780feab1caf1b9e4423588eb1cc73b74c376.tgz","fileCount":319,"integrity":"sha512-7zNgryfwrZiZHbHIkCPvaXkWnnA/CFgPbdmp8pNILjo2xFyVqT30lmfaaJBqCPWYwRJWeCo8LkDy4aJ0OzvZ0A==","signatures":[{"sig":"MEYCIQCpuu4bxk3GyHcZHRezV4stHs0qggcH7WQFjMV5AA5qHQIhAPFmw4b/DNFcfzZpoIeLgfjlM2iAdBratQddamY8yCrp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d325780feab1caf1b9e4423588eb1cc73b74c376","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.d325780feab1caf1b9e4423588eb1cc73b74c376","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.d325780feab1caf1b9e4423588eb1cc73b74c376","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d325780feab1caf1b9e4423588eb1cc73b74c376","@strapi/types":"0.0.0-experimental.d325780feab1caf1b9e4423588eb1cc73b74c376","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d325780feab1caf1b9e4423588eb1cc73b74c376_1737971231892_0.7531315783174548","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.fd51913e4ee4e81a845e6f5bcfd4916cac70ca2e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fd51913e4ee4e81a845e6f5bcfd4916cac70ca2e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fd51913e4ee4e81a845e6f5bcfd4916cac70ca2e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1eaabde1627f4b04e6be79d245af77c837c90bf7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fd51913e4ee4e81a845e6f5bcfd4916cac70ca2e.tgz","fileCount":319,"integrity":"sha512-kG6/5WEQ2FxaTnex/L6nrmIc7imfQa05BpVFFV2/MKKF8mL/7yl7XortjoCbLtinaI0i3lfqeZ355naqUUPFWA==","signatures":[{"sig":"MEQCIEWRv02Wbq9cibdMWbtqImgrnXy8uh2lWEhKv/CxLW6lAiAPkWRP5ipbPb5Kut0DgrlPmHFRtGcMVFxDQ0HVc7OobQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fd51913e4ee4e81a845e6f5bcfd4916cac70ca2e","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.fd51913e4ee4e81a845e6f5bcfd4916cac70ca2e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.fd51913e4ee4e81a845e6f5bcfd4916cac70ca2e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fd51913e4ee4e81a845e6f5bcfd4916cac70ca2e","@strapi/types":"0.0.0-experimental.fd51913e4ee4e81a845e6f5bcfd4916cac70ca2e","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fd51913e4ee4e81a845e6f5bcfd4916cac70ca2e_1737975522026_0.8580175231898706","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.208044d4144d170a8f93057bb69a4278e3953476":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.208044d4144d170a8f93057bb69a4278e3953476","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.208044d4144d170a8f93057bb69a4278e3953476","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c783bcc6cd4b54c077109f924e345e56cf9613ff","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.208044d4144d170a8f93057bb69a4278e3953476.tgz","fileCount":319,"integrity":"sha512-IyZ8Wzrg3ZKtUKlneRABv8Ofnju6k2uFBKlQFR6g5VDRsphRmGdk0ky4I9RdPDGF3vCeB5yL7M/DRZGOd2/ILA==","signatures":[{"sig":"MEUCIQC8MsYenlDQNVt/a4LqlFxj6MYdvZmscLbLEhuV5M9LgwIgE94UQR1a9WHgLmoYbEeIItJmDjWt2rJJMj2mXPw3cHs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"208044d4144d170a8f93057bb69a4278e3953476","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.208044d4144d170a8f93057bb69a4278e3953476","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.208044d4144d170a8f93057bb69a4278e3953476","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.208044d4144d170a8f93057bb69a4278e3953476","@strapi/types":"0.0.0-experimental.208044d4144d170a8f93057bb69a4278e3953476","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.208044d4144d170a8f93057bb69a4278e3953476_1737983583086_0.3743946810749188","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b151f6317f694ea1dff40b241fc437c9a38036dc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b151f6317f694ea1dff40b241fc437c9a38036dc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b151f6317f694ea1dff40b241fc437c9a38036dc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b3c16c04b961992646bd194094ff2cbff1e7562d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b151f6317f694ea1dff40b241fc437c9a38036dc.tgz","fileCount":319,"integrity":"sha512-8rubDdZAkfGC1HRpuu9XcjFh2thkZZzShR4AteeeqqCsfp9LjdOulodEK2Ey2Xgt1YBOhsf8+yOBApK9ajf5xQ==","signatures":[{"sig":"MEYCIQDto2rHC1zAFE5qAdeCow5Vc9ioNT9sd3WWTmwgpiSwDwIhAJ/SmbvHzsxgOThWgf+NTMPmIvhOBldti4L72qPmEYSs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b151f6317f694ea1dff40b241fc437c9a38036dc","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.b151f6317f694ea1dff40b241fc437c9a38036dc","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.b151f6317f694ea1dff40b241fc437c9a38036dc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b151f6317f694ea1dff40b241fc437c9a38036dc","@strapi/types":"0.0.0-experimental.b151f6317f694ea1dff40b241fc437c9a38036dc","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b151f6317f694ea1dff40b241fc437c9a38036dc_1737993092173_0.21024484782946296","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.5bd54472327d69041855d9b38a3d4e445535c9a3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5bd54472327d69041855d9b38a3d4e445535c9a3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5bd54472327d69041855d9b38a3d4e445535c9a3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c1acb9db66fe549db55f838214d2fc49c0a74f03","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5bd54472327d69041855d9b38a3d4e445535c9a3.tgz","fileCount":319,"integrity":"sha512-0ggL8ZrzVyULuCSw2gH94qPh+IkuU+d/VzHsXtTq/5ABYta8fz6wpV2JwVG7M/gi+5aA1XQ6vhvKIGSfnl4M3A==","signatures":[{"sig":"MEUCIBa0SYzsxGWUDTJW7sqU7Bt0C1LA/CzxCF9dY247AsE/AiEA6bbqe6obGB161l/z3NW+GlGJfoICObsMQFde/k/UiUo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5bd54472327d69041855d9b38a3d4e445535c9a3","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.5bd54472327d69041855d9b38a3d4e445535c9a3","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5bd54472327d69041855d9b38a3d4e445535c9a3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5bd54472327d69041855d9b38a3d4e445535c9a3","@strapi/types":"0.0.0-experimental.5bd54472327d69041855d9b38a3d4e445535c9a3","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5bd54472327d69041855d9b38a3d4e445535c9a3_1737994319423_0.8320892248905196","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.bffd3c1819cd08304e7d270e88b4973e9fcbc183":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.bffd3c1819cd08304e7d270e88b4973e9fcbc183","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.bffd3c1819cd08304e7d270e88b4973e9fcbc183","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0b2f4dbf5edb3c8c8e3bb1f73bbc3bfb82cdc4cc","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.bffd3c1819cd08304e7d270e88b4973e9fcbc183.tgz","fileCount":319,"integrity":"sha512-wiYYdB/nVFk/lhvIqU8vLkcV85oMU+SaenxMMVVrrLZ6kMYcBKByTjBDKGEV8vLaDyx/KpuVWR2kZQmrU8V6Ew==","signatures":[{"sig":"MEQCICfPFYSkfJWPQtZCaLOmIuJm4igYJxdcEMPtd81t7CPoAiAtj3+WOiZkcjDH/DbgYbM72mo6fOr3BaokrV0Z2Q4hbg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bffd3c1819cd08304e7d270e88b4973e9fcbc183","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.bffd3c1819cd08304e7d270e88b4973e9fcbc183","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.bffd3c1819cd08304e7d270e88b4973e9fcbc183","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.bffd3c1819cd08304e7d270e88b4973e9fcbc183","@strapi/types":"0.0.0-experimental.bffd3c1819cd08304e7d270e88b4973e9fcbc183","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.bffd3c1819cd08304e7d270e88b4973e9fcbc183_1737994483050_0.42341960738344064","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.c4796a8a857b6e4d1d5ce6bd2606f6438e63962f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c4796a8a857b6e4d1d5ce6bd2606f6438e63962f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c4796a8a857b6e4d1d5ce6bd2606f6438e63962f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9e40dd3b1345b48e47dc95800a7f2e5735f1b4f6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c4796a8a857b6e4d1d5ce6bd2606f6438e63962f.tgz","fileCount":319,"integrity":"sha512-ffY3LqAyYCNvzRZVCJDRM4CKO1fmmW7J9NrThHqd2qeHH8aQlROixzoIDOUP8aZxMLvjml3xIU76lCWIJ8976g==","signatures":[{"sig":"MEUCIDb1fCb5lqJpUkRg1p/qN+1HRWi97vbSm3d7+MO8jJrmAiEAtlN7iyEVYtZLry1rdz6HDnk2XMPsGt37wZAPUu+3sZY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3633160},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c4796a8a857b6e4d1d5ce6bd2606f6438e63962f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.c4796a8a857b6e4d1d5ce6bd2606f6438e63962f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.c4796a8a857b6e4d1d5ce6bd2606f6438e63962f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c4796a8a857b6e4d1d5ce6bd2606f6438e63962f","@strapi/types":"0.0.0-experimental.c4796a8a857b6e4d1d5ce6bd2606f6438e63962f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c4796a8a857b6e4d1d5ce6bd2606f6438e63962f_1737995134492_0.2940169834949953","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"12ee7313e4a2eed7fb4dc4a27d070a6e2c101fbe","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5.tgz","fileCount":319,"integrity":"sha512-6WSnVy1wjri3lPUeTlshpNQbI3TpHYeF2LJv27uKofF7qWBYYC4KaTA7tFQbz5AaSUtxhixUyMNvZ/MeVzCLuA==","signatures":[{"sig":"MEYCIQCqwKbz2Y584NNsm64ManWJefqgzxxVfQPYOcb9tYl7ewIhAJwVxkD7R+jpVWdQo6PTAulNk3+Go6kciqGvQ5uGGt98","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5","@strapi/types":"0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5_1737997963215_0.4380448134226538","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.19d775295eb622de3e659110caf22fcd2cd5d10d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.19d775295eb622de3e659110caf22fcd2cd5d10d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.19d775295eb622de3e659110caf22fcd2cd5d10d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"eeecd88e73f3f6cd36158eae4511d30d144819cb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.19d775295eb622de3e659110caf22fcd2cd5d10d.tgz","fileCount":319,"integrity":"sha512-7yEdGzXz7GpOvXn1URamy/aofaIXvi12B5T1U6nfnCE09uGMcIx1xEW/7Mil9DWpvIFrgbQEN3znBrhnjZIDZA==","signatures":[{"sig":"MEQCIBQxbzITA1W9S8cFzA/HZSrwlWSJcPWdKNAWEVLZCJEZAiA2y8pwFSNCypS25oMMwWhPxMxmWDDPk17lQNtdycwPog==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"19d775295eb622de3e659110caf22fcd2cd5d10d","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.19d775295eb622de3e659110caf22fcd2cd5d10d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.19d775295eb622de3e659110caf22fcd2cd5d10d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.19d775295eb622de3e659110caf22fcd2cd5d10d","@strapi/types":"0.0.0-experimental.19d775295eb622de3e659110caf22fcd2cd5d10d","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.19d775295eb622de3e659110caf22fcd2cd5d10d_1737999365374_0.45977653439833555","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.bffd3c1819cd08304e7d270e88b4973e9fcbc183":{"name":"@strapi/content-type-builder","version":"0.0.0-next.bffd3c1819cd08304e7d270e88b4973e9fcbc183","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.bffd3c1819cd08304e7d270e88b4973e9fcbc183","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"243e28dfc52a8ad57db4efee906b2fc080778f75","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.bffd3c1819cd08304e7d270e88b4973e9fcbc183.tgz","fileCount":319,"integrity":"sha512-TjGpf/7Lx7YwUsx/1wBU9me5N0mqkCWnq6MAAdccYSySClP3OqNuueq36pk/F47dcDDXR9u7ISaj7H+jr41QJw==","signatures":[{"sig":"MEUCIQCUwquDG/SbPIi4pe831thhElipPthUIjhKyavTXZT20QIganvDNopOEWTfMS4KeUgvzCvXdu+jImu5O8ou9vWgtiE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040764},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bffd3c1819cd08304e7d270e88b4973e9fcbc183","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.bffd3c1819cd08304e7d270e88b4973e9fcbc183","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.bffd3c1819cd08304e7d270e88b4973e9fcbc183","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.bffd3c1819cd08304e7d270e88b4973e9fcbc183","@strapi/types":"0.0.0-next.bffd3c1819cd08304e7d270e88b4973e9fcbc183","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.bffd3c1819cd08304e7d270e88b4973e9fcbc183_1738024167234_0.2819390286972141","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.cffeb3f30bb8beaa0d2a247ba56da461781c6690":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.cffeb3f30bb8beaa0d2a247ba56da461781c6690","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.cffeb3f30bb8beaa0d2a247ba56da461781c6690","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ec33e5ab77137f87aa85d50ddb4ca0882cbd63a5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.cffeb3f30bb8beaa0d2a247ba56da461781c6690.tgz","fileCount":319,"integrity":"sha512-oQE8Fskyuq3uRV8k2SJWEZy2lh3x6WjU0Fbpcz2cLK17aBrZxWqI/WwdxVBA/ZS5v83KQXC1uUW+7sGh48PKLA==","signatures":[{"sig":"MEUCIBpBnvqH0r/YjheOwaCWszkg6bgyGf7BJBu1X2M1fdcTAiEA3WQEwGw60CIctT+pdrL8vCRgxOiS7BzP/LmOjkM6PHs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3633160},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cffeb3f30bb8beaa0d2a247ba56da461781c6690","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.cffeb3f30bb8beaa0d2a247ba56da461781c6690","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.cffeb3f30bb8beaa0d2a247ba56da461781c6690","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.cffeb3f30bb8beaa0d2a247ba56da461781c6690","@strapi/types":"0.0.0-experimental.cffeb3f30bb8beaa0d2a247ba56da461781c6690","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.cffeb3f30bb8beaa0d2a247ba56da461781c6690_1738088721559_0.821077087657563","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.7051057497777a23c7418e675330d2fb69c89fec":{"name":"@strapi/content-type-builder","version":"0.0.0-next.7051057497777a23c7418e675330d2fb69c89fec","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.7051057497777a23c7418e675330d2fb69c89fec","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"aed5219f3eb480c12fa89dff01992c65b6e7cf4a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.7051057497777a23c7418e675330d2fb69c89fec.tgz","fileCount":319,"integrity":"sha512-PP1TOTqrkU1Hc5jPXUGfbQ3Gmt/kJmN2WhS6JkwL1hvUZpAPlEpFKPgLoX+yZCYsGPgGkUWJpqIc5hgaP0MxIQ==","signatures":[{"sig":"MEQCIC9JQF/nkuHHnu1MUmahfgPPL/ihySx3PtzBvnSZ/bcmAiAtd6doY5WO+zxnXDcTb2+sAnrHfK6lZcwNMVc5dAUTqQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040764},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7051057497777a23c7418e675330d2fb69c89fec","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.7051057497777a23c7418e675330d2fb69c89fec","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.7051057497777a23c7418e675330d2fb69c89fec","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.7051057497777a23c7418e675330d2fb69c89fec","@strapi/types":"0.0.0-next.7051057497777a23c7418e675330d2fb69c89fec","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.7051057497777a23c7418e675330d2fb69c89fec_1738110545660_0.2867646860779709","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f6f58027a6338ed795382f2d1c8882158b242361":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f6f58027a6338ed795382f2d1c8882158b242361","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f6f58027a6338ed795382f2d1c8882158b242361","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9825997a0a40b15e4187ff32054290d8aa253248","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f6f58027a6338ed795382f2d1c8882158b242361.tgz","fileCount":319,"integrity":"sha512-bAo8wN6FbjezNVQYcfhse3TEXbSdVobE5nR3zlk9WgFUPMbXvNbyyGzaWvNCdZriB6HIgdV9j5u750Li3dhXPw==","signatures":[{"sig":"MEYCIQDFESMWTcvUd/s6NfTVbFJWxlcLATy4WIbwpjumomPISQIhALsDe6TyEjCzzhgWpI1Md6GQeE8+2GbW0ssM5PxyyrsJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f6f58027a6338ed795382f2d1c8882158b242361","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.f6f58027a6338ed795382f2d1c8882158b242361","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f6f58027a6338ed795382f2d1c8882158b242361","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f6f58027a6338ed795382f2d1c8882158b242361","@strapi/types":"0.0.0-experimental.f6f58027a6338ed795382f2d1c8882158b242361","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f6f58027a6338ed795382f2d1c8882158b242361_1738146247195_0.4447819385448064","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.0581774d9b26d449a40191b96482efca5664a181":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0581774d9b26d449a40191b96482efca5664a181","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0581774d9b26d449a40191b96482efca5664a181","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"78b80b7b00fce24bedc1a2ea0782dc1b7a56ded1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0581774d9b26d449a40191b96482efca5664a181.tgz","fileCount":319,"integrity":"sha512-N57yqsE36FWufqxA5T805fe3FUnKKsaFSo94JzdTTiuIrcg4ENGybwYoPHtN6GOKB4zW3swKVuiib1Gw/z4vHQ==","signatures":[{"sig":"MEUCIQCksN8UoNNRs6h6LXx6xYCNjSHHNCamq2bb+Yvx1VvIIQIgAXGmYhlxOllCEZBV0IGJKjJZgE1g5sFcWGuV8mDUZpg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0581774d9b26d449a40191b96482efca5664a181","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.0581774d9b26d449a40191b96482efca5664a181","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.0581774d9b26d449a40191b96482efca5664a181","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0581774d9b26d449a40191b96482efca5664a181","@strapi/types":"0.0.0-experimental.0581774d9b26d449a40191b96482efca5664a181","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0581774d9b26d449a40191b96482efca5664a181_1738147545719_0.8981574248314506","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.51e87e311df34df634a6bce7b841df8be31f1efb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.51e87e311df34df634a6bce7b841df8be31f1efb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.51e87e311df34df634a6bce7b841df8be31f1efb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f4a052051f98a1e9deff7ee96b95549e0d61142e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.51e87e311df34df634a6bce7b841df8be31f1efb.tgz","fileCount":319,"integrity":"sha512-Se3vKLPr+mnTHyJIjETFPFMyE9JxpKNSYiK7wpzJS7AIOQvx1obA/Kz8WIS+KdmDc8M53+Ty6qs/DODzrgSMDA==","signatures":[{"sig":"MEUCIADuK4klic9MQ199rV1Mm+AUfUudHsNxtWHTYMlQAfkSAiEAmExtYZ0aIC8in1nP8sCcKnLw/Gsm5llGDK/MZmLKwME=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"51e87e311df34df634a6bce7b841df8be31f1efb","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.51e87e311df34df634a6bce7b841df8be31f1efb","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.51e87e311df34df634a6bce7b841df8be31f1efb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.51e87e311df34df634a6bce7b841df8be31f1efb","@strapi/types":"0.0.0-experimental.51e87e311df34df634a6bce7b841df8be31f1efb","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.51e87e311df34df634a6bce7b841df8be31f1efb_1738149293671_0.6565727987795353","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.599b53360e581fdbd0afac055f1bf2d29816feec":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.599b53360e581fdbd0afac055f1bf2d29816feec","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.599b53360e581fdbd0afac055f1bf2d29816feec","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a5fa76872e7c699d316ee5c20f7d642f0b3dfd4f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.599b53360e581fdbd0afac055f1bf2d29816feec.tgz","fileCount":319,"integrity":"sha512-iqnxM1w1zd6qIQQ4G4ltqZL/HVMXO7GyVur+uN/uKDdMT7kfidI9XvLwiju4WD8okALmP2eWbIsmGwhn8ZkN8Q==","signatures":[{"sig":"MEUCIQDeTyr+u65CHBQKkeLEbUtN7mT8os7l1TACnjeOlJsYjgIgEoYP5Fywv7d9cR70aHkNEmKpY8Rhhx/iosZ3vXQ+3sg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"599b53360e581fdbd0afac055f1bf2d29816feec","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.599b53360e581fdbd0afac055f1bf2d29816feec","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.599b53360e581fdbd0afac055f1bf2d29816feec","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.599b53360e581fdbd0afac055f1bf2d29816feec","@strapi/types":"0.0.0-experimental.599b53360e581fdbd0afac055f1bf2d29816feec","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.599b53360e581fdbd0afac055f1bf2d29816feec_1738150455104_0.8933930550957614","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8e4302929d7fe147203ed0266450d0a565c69660":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8e4302929d7fe147203ed0266450d0a565c69660","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8e4302929d7fe147203ed0266450d0a565c69660","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a109d45a1cdc69d8e69f80651a9860faa3b98032","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8e4302929d7fe147203ed0266450d0a565c69660.tgz","fileCount":319,"integrity":"sha512-Vi/F9cp7EhJWtnBbN8L92kgL/S9MDfBJeBN9aUlIDdRE+WAApgAmT7sJf/OqvfSV6xVTJu3d1NE8l8f1bJ73rg==","signatures":[{"sig":"MEUCIBYytIgEvwRDGSvapjFocuC+c/KbxA4n8gWucCHUSkvPAiEA3CkR4+UU3LuiTgN810xrqcb6rwtx+E9y6329QtTeTPw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8e4302929d7fe147203ed0266450d0a565c69660","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.8e4302929d7fe147203ed0266450d0a565c69660","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.8e4302929d7fe147203ed0266450d0a565c69660","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8e4302929d7fe147203ed0266450d0a565c69660","@strapi/types":"0.0.0-experimental.8e4302929d7fe147203ed0266450d0a565c69660","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8e4302929d7fe147203ed0266450d0a565c69660_1738152860571_0.09476145671954206","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.382d4503a015dbc8e8850b92e67c203a76d9dfdb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.382d4503a015dbc8e8850b92e67c203a76d9dfdb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.382d4503a015dbc8e8850b92e67c203a76d9dfdb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d1dee18cf5d770c205d747fba99d256bb638b7e9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.382d4503a015dbc8e8850b92e67c203a76d9dfdb.tgz","fileCount":319,"integrity":"sha512-E3LXb/ku81WNlIS0TPUObOhPxM9MZnN2NFf7cicRXCdt5yN54J7/DVC0BFDLHgqXopnbBGBBzshnQykwQp2IxQ==","signatures":[{"sig":"MEQCIHp7bQv2axWOD/VbCMTJdwQp+wm7BTxZm/kewcfDRo5zAiBy78UiLZnL36/xxmWmFTyXgTddAno5EGMMJ3ZW86sRsQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"382d4503a015dbc8e8850b92e67c203a76d9dfdb","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.382d4503a015dbc8e8850b92e67c203a76d9dfdb","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.382d4503a015dbc8e8850b92e67c203a76d9dfdb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.382d4503a015dbc8e8850b92e67c203a76d9dfdb","@strapi/types":"0.0.0-experimental.382d4503a015dbc8e8850b92e67c203a76d9dfdb","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.382d4503a015dbc8e8850b92e67c203a76d9dfdb_1738160717087_0.980810751848511","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.0e4ee97541bf8b600fc5272e0fee2b733aaf283b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0e4ee97541bf8b600fc5272e0fee2b733aaf283b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0e4ee97541bf8b600fc5272e0fee2b733aaf283b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0314c2a16d40543426354a1707633342bd994edf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0e4ee97541bf8b600fc5272e0fee2b733aaf283b.tgz","fileCount":319,"integrity":"sha512-E/u7G0US3HtJ3glX1tsDhLFLlpD/kV5CJ8KdKvA92va2dcSueNZVqKoyAmASML3YVo5tsbDOhQc/jCV69fj6KQ==","signatures":[{"sig":"MEYCIQCb4QfAPGjqIeWG7oN5qFeVGK9Ey/NvmSQYd30+UcTrQwIhAKa+CxqpIlOYMqMyYdMNw09jyoWQGae3oIIIFbROw3LB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0e4ee97541bf8b600fc5272e0fee2b733aaf283b","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.0e4ee97541bf8b600fc5272e0fee2b733aaf283b","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.0e4ee97541bf8b600fc5272e0fee2b733aaf283b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0e4ee97541bf8b600fc5272e0fee2b733aaf283b","@strapi/types":"0.0.0-experimental.0e4ee97541bf8b600fc5272e0fee2b733aaf283b","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0e4ee97541bf8b600fc5272e0fee2b733aaf283b_1738163390776_0.714553378176122","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.332a7d5b6b1d23635d7e205657f0ff39ec133c9e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.332a7d5b6b1d23635d7e205657f0ff39ec133c9e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.332a7d5b6b1d23635d7e205657f0ff39ec133c9e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1b4821689b542e07e107268d2287c9a00c15832c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.332a7d5b6b1d23635d7e205657f0ff39ec133c9e.tgz","fileCount":319,"integrity":"sha512-nkVIgF34oqCcyfgeMocA+D61NKpXUSO+3LkljS17diSuJw9hTFgOOq+3lohqDw/G0mK33p4fVh98JDycnbpW3Q==","signatures":[{"sig":"MEQCIGnvzy/ekrMuEW37qfLhu4hSJ5myotX23QQv3NM9MSfVAiA3/Rgrz5c8xIMoGtaDz3coXXPq/I1IbKJfb5O0UkAtlQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"332a7d5b6b1d23635d7e205657f0ff39ec133c9e","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.332a7d5b6b1d23635d7e205657f0ff39ec133c9e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.332a7d5b6b1d23635d7e205657f0ff39ec133c9e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.332a7d5b6b1d23635d7e205657f0ff39ec133c9e","@strapi/types":"0.0.0-experimental.332a7d5b6b1d23635d7e205657f0ff39ec133c9e","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.332a7d5b6b1d23635d7e205657f0ff39ec133c9e_1738164259865_0.6269652798396312","host":"s3://npm-registry-packages-npm-production"}},"5.9.0":{"name":"@strapi/content-type-builder","version":"5.9.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.9.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f93b90e707e1a53487aea97d32ad525e392c1ce6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.9.0.tgz","fileCount":319,"integrity":"sha512-svVSZjax80vyv7k0E1cnQQXGnse4VUNRPxUO/8zlLDR+KmQeM83+SFZs77RGjHs9Wbk1OLJyxZIai/T4YDoz4g==","signatures":[{"sig":"MEUCIQDph9psPyDHgHzqqPKuNiYX4HLbuNzw0vPtjPVSduvkzAIgFHDy3CVxPyYVvIHxhXCZnYII1O9dnUpEa4dl9zosb+0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040534},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e999f3329eead396ca87a26ea4435a60ba189fe8","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.9.2","description":"Create and manage content types","directories":{},"_nodeVersion":"22.13.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"5.9.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.9.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.9.0","@strapi/types":"5.9.0","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.9.0_1738164444153_0.29738942481360153","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f736daceb203b33d9ed36a1149e21f2814d1935c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f736daceb203b33d9ed36a1149e21f2814d1935c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f736daceb203b33d9ed36a1149e21f2814d1935c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"437429c171b6303e332bff04c3e878620c0406db","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f736daceb203b33d9ed36a1149e21f2814d1935c.tgz","fileCount":319,"integrity":"sha512-/L3zsLgEt7N900lZTbUwiWtILx7Rh6cfRRYsAlzkYnYMUouZa25RB3Q5mxGQfOBwYxyQp2pwjuplqOkVG4AFAA==","signatures":[{"sig":"MEQCIF9wS5K+WPMFZW0zrNA8ypG32/pvTP0noTzSB313KuivAiBgbazM6JAT0WhOoWACLW6yn5QPj/KGQKh/8lC7bbRIFA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3040804},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f736daceb203b33d9ed36a1149e21f2814d1935c","scripts":{"lint":"run -T eslint .","build":"pack-up build","clean":"run -T rimraf ./dist","watch":"pack-up watch","test:unit":"run -T jest","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.f736daceb203b33d9ed36a1149e21f2814d1935c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f736daceb203b33d9ed36a1149e21f2814d1935c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f736daceb203b33d9ed36a1149e21f2814d1935c","@strapi/types":"0.0.0-experimental.f736daceb203b33d9ed36a1149e21f2814d1935c","@strapi/pack-up":"5.0.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f736daceb203b33d9ed36a1149e21f2814d1935c_1738167622384_0.04455749255145336","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.fc9d26d995624dc886b29f563e1de655d47e6609":{"name":"@strapi/content-type-builder","version":"0.0.0-next.fc9d26d995624dc886b29f563e1de655d47e6609","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.fc9d26d995624dc886b29f563e1de655d47e6609","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b9f1cb10a7f401df199c1165dfd586f05848142d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.fc9d26d995624dc886b29f563e1de655d47e6609.tgz","fileCount":319,"integrity":"sha512-8/sJyLx9rVlAuWyZ223JBhB9yJP3kKEIF+vLrK8S3f1tWmMkx/W8GsZUZCSYtldOE2pZVPNCJa3LeEfQ72yIfw==","signatures":[{"sig":"MEYCIQDtuvENf6AShYCy+IYT86xHR5iQgs8np+M7ycuEX2JWvwIhALs/YjbfXJM0aUwBZ/hYnnyvyOmbRj9R19h/t0cIvmvy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3633120},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fc9d26d995624dc886b29f563e1de655d47e6609","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.fc9d26d995624dc886b29f563e1de655d47e6609","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.fc9d26d995624dc886b29f563e1de655d47e6609","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.fc9d26d995624dc886b29f563e1de655d47e6609","@strapi/types":"0.0.0-next.fc9d26d995624dc886b29f563e1de655d47e6609","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.fc9d26d995624dc886b29f563e1de655d47e6609_1738197010928_0.38750841570891414","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.75b9c6babc2f67877cfc879041cfff9fb966e742":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.75b9c6babc2f67877cfc879041cfff9fb966e742","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.75b9c6babc2f67877cfc879041cfff9fb966e742","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2893ba02895f2b2701a24ca1b7acb5e7be3535df","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.75b9c6babc2f67877cfc879041cfff9fb966e742.tgz","fileCount":319,"integrity":"sha512-AoKU550l9rHZOr/jPguGxiEqXsUI/25yc9Z+vkvHLRTOpepUF3ZkW6Ow0l5tBXLsrS9Wi+WKYqtpIBTeiyRJuw==","signatures":[{"sig":"MEYCIQC57Cb5RHzV8OcfJrbdTUnAT55WMLYooHRxq91eUVQUdgIhAPlYaWgNkjDpZgDDdN+JCSyJ0DjCjJsXrEeGhyEXr8lO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3633160},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"75b9c6babc2f67877cfc879041cfff9fb966e742","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.75b9c6babc2f67877cfc879041cfff9fb966e742","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.75b9c6babc2f67877cfc879041cfff9fb966e742","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.75b9c6babc2f67877cfc879041cfff9fb966e742","@strapi/types":"0.0.0-experimental.75b9c6babc2f67877cfc879041cfff9fb966e742","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.75b9c6babc2f67877cfc879041cfff9fb966e742_1738226727132_0.7473902416308353","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a4df7ad5ff6a4366442059f7c067a0424ba1e2f9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a4df7ad5ff6a4366442059f7c067a0424ba1e2f9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a4df7ad5ff6a4366442059f7c067a0424ba1e2f9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"46152e8b610bfcf9bb3cc12eda816cdc80eba90c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a4df7ad5ff6a4366442059f7c067a0424ba1e2f9.tgz","fileCount":319,"integrity":"sha512-Wdi8FEcuaKHT8YvJyoMqUxoN8N/KkuYUFZMoZW9xaStcvmr4k/yboFyMKpvFpEHUnt8h9k9QBnBBcpDgfRb5AQ==","signatures":[{"sig":"MEYCIQDehR4qE+vtBxDLzuhqS76MQTA0fjzw/8kTJDcuddJJuQIhAIOOmfYdBwxsM5p2Xs7Q1L+iW4sU505nPDk7/Y4a3MIu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3633160},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a4df7ad5ff6a4366442059f7c067a0424ba1e2f9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.a4df7ad5ff6a4366442059f7c067a0424ba1e2f9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.a4df7ad5ff6a4366442059f7c067a0424ba1e2f9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a4df7ad5ff6a4366442059f7c067a0424ba1e2f9","@strapi/types":"0.0.0-experimental.a4df7ad5ff6a4366442059f7c067a0424ba1e2f9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a4df7ad5ff6a4366442059f7c067a0424ba1e2f9_1738227713786_0.9553339801199308","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.c22d1aa5024dc77092c3df7e990ad89dcd79e7b0":{"name":"@strapi/content-type-builder","version":"0.0.0-next.c22d1aa5024dc77092c3df7e990ad89dcd79e7b0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.c22d1aa5024dc77092c3df7e990ad89dcd79e7b0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8661637406f85f8c89617370fa575b523989c07d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.c22d1aa5024dc77092c3df7e990ad89dcd79e7b0.tgz","fileCount":319,"integrity":"sha512-ZkMMpi4wfacABS2cFCJmKt2PyIVZ0WKbHyLZMSAjiT9P7U2Moz2nckrHR5OTrMP6E5HWQKOcCGjszzA0IGOY4w==","signatures":[{"sig":"MEUCIQDU+c9iPpsLIOgYejZWvFrzxI2NPfmwRZD836JzHG5klgIgM+guGkF4Sogyx2MPF/nj/AGh+eiy1hIMf98XL5TaAlg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3633120},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c22d1aa5024dc77092c3df7e990ad89dcd79e7b0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.c22d1aa5024dc77092c3df7e990ad89dcd79e7b0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.c22d1aa5024dc77092c3df7e990ad89dcd79e7b0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.c22d1aa5024dc77092c3df7e990ad89dcd79e7b0","@strapi/types":"0.0.0-next.c22d1aa5024dc77092c3df7e990ad89dcd79e7b0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.c22d1aa5024dc77092c3df7e990ad89dcd79e7b0_1738369946369_0.19403981968724193","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.39c0188c3aa01bec7b64b948211571d5159e811d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.39c0188c3aa01bec7b64b948211571d5159e811d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.39c0188c3aa01bec7b64b948211571d5159e811d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8c2cff267947a628405637c98058934e27501a6d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.39c0188c3aa01bec7b64b948211571d5159e811d.tgz","fileCount":316,"integrity":"sha512-9Elm+vxh7B83WY3eEiQ2kIcAcL1CszfG4D6ld0GaYCBrOrLZhPC3pAw8GZyNnsHcOiO8JZzKmgh3CohIj9+W+A==","signatures":[{"sig":"MEQCIFxPRgLAdOAFXom9/UnnypYxWVmd5TcLuZJUqA/Fv6VFAiBW0YVLl1SX3aXmOMKP3DG7JOTSPUhqIptS8CifTCrY4A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3602588},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"39c0188c3aa01bec7b64b948211571d5159e811d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.39c0188c3aa01bec7b64b948211571d5159e811d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.39c0188c3aa01bec7b64b948211571d5159e811d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.39c0188c3aa01bec7b64b948211571d5159e811d","@strapi/types":"0.0.0-experimental.39c0188c3aa01bec7b64b948211571d5159e811d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.39c0188c3aa01bec7b64b948211571d5159e811d_1738603467758_0.03219159716781661","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.39c0188c3aa01bec7b64b948211571d5159e811d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.39c0188c3aa01bec7b64b948211571d5159e811d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.39c0188c3aa01bec7b64b948211571d5159e811d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3b2d2264b4758bada945630799380295567e3bc2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.39c0188c3aa01bec7b64b948211571d5159e811d.tgz","fileCount":316,"integrity":"sha512-FHTDDow+clcGkJxplw2PecB+arTcSeXwYUUFVT7g2wuHKxhyoNNPJMpagHL4ii7SW+8amM87BmWJMK6l7G7vnQ==","signatures":[{"sig":"MEUCIB8iZ0vPk/+8Wnm2Vjs3YVs4YVoHvrMIpOwie7yGb2KvAiEAiBYKg0pP71emcpayo6n9TSAei1xKvIaQtb0jXJoiJOs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3602548},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"39c0188c3aa01bec7b64b948211571d5159e811d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-next.39c0188c3aa01bec7b64b948211571d5159e811d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.39c0188c3aa01bec7b64b948211571d5159e811d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.39c0188c3aa01bec7b64b948211571d5159e811d","@strapi/types":"0.0.0-next.39c0188c3aa01bec7b64b948211571d5159e811d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.39c0188c3aa01bec7b64b948211571d5159e811d_1738629013263_0.8589669036901058","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.28b545d58abbc57b054aa474c1d98ecfdfca9f18":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.28b545d58abbc57b054aa474c1d98ecfdfca9f18","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.28b545d58abbc57b054aa474c1d98ecfdfca9f18","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"230ccec9757b8847f721dd7ace14d83d1a5f86e1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.28b545d58abbc57b054aa474c1d98ecfdfca9f18.tgz","fileCount":316,"integrity":"sha512-5RW/mPCrQWv5zlmacFlM1dmQB9NfbCDBWX/zO/4ahZ43wDwZHWOhOhNoDH4C27KyQvonYIqG9gIvCWo2kYjzjA==","signatures":[{"sig":"MEUCIGPTyduCHKREA8GcDjpguCJJOhtof8n34sb/ti/uFkSZAiEAhSmab/bGb0IE9MVHlcPtYZ24+0/3z4nNu+MkNjQx2PM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608602},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"28b545d58abbc57b054aa474c1d98ecfdfca9f18","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.28b545d58abbc57b054aa474c1d98ecfdfca9f18","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.28b545d58abbc57b054aa474c1d98ecfdfca9f18","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.28b545d58abbc57b054aa474c1d98ecfdfca9f18","@strapi/types":"0.0.0-experimental.28b545d58abbc57b054aa474c1d98ecfdfca9f18","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.28b545d58abbc57b054aa474c1d98ecfdfca9f18_1738750369826_0.09447901864413333","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.cf8bb33f3f3ac8c6469f469802867e9fc2005e58":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.cf8bb33f3f3ac8c6469f469802867e9fc2005e58","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.cf8bb33f3f3ac8c6469f469802867e9fc2005e58","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8068a5f7b2bbeb7fdb89f22314e6e846d10bb0a5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.cf8bb33f3f3ac8c6469f469802867e9fc2005e58.tgz","fileCount":316,"integrity":"sha512-m7fLl32O5ZpgX6bpN5rljoh8kJ3KRumwnEoairHNpW8VG8oScbKUfmwOPfFUmJXWdYkXZ6f7inw4jzJHpvfJsg==","signatures":[{"sig":"MEUCIQDlgA0kBKG1Rj5R6QcBWzIrCiitX2MLvLjJVizazJpSXwIgf5HKVeoCwa19kPttYmNoF6bzk3MxrrVvsfXy+rC4FRs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608602},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cf8bb33f3f3ac8c6469f469802867e9fc2005e58","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.cf8bb33f3f3ac8c6469f469802867e9fc2005e58","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.cf8bb33f3f3ac8c6469f469802867e9fc2005e58","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.cf8bb33f3f3ac8c6469f469802867e9fc2005e58","@strapi/types":"0.0.0-experimental.cf8bb33f3f3ac8c6469f469802867e9fc2005e58","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.cf8bb33f3f3ac8c6469f469802867e9fc2005e58_1738755123238_0.4894585822678015","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7f1d55badbc0c91e05559d1ffd36ccd6117b7408":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7f1d55badbc0c91e05559d1ffd36ccd6117b7408","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7f1d55badbc0c91e05559d1ffd36ccd6117b7408","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9ee4d0c2d70b58906233ac379da60a12a11d6e30","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7f1d55badbc0c91e05559d1ffd36ccd6117b7408.tgz","fileCount":316,"integrity":"sha512-c37qr91WlVm0BBOqzaYYuI4V+SjgLwVJEs5xp+D//+kPwXfPJLmy03p28DuHBc4FIfqaGbqPJRk6bMDHYhctfg==","signatures":[{"sig":"MEUCIQCqhAmTv28z9H1MDk9r5OUFhZFCxsUMFoP1bxzgOC9fUwIgZlJa/htdsLyR5vjzzlZHo23Dk3HeSwDjYBWqzCTfeok=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608602},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7f1d55badbc0c91e05559d1ffd36ccd6117b7408","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.7f1d55badbc0c91e05559d1ffd36ccd6117b7408","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.7f1d55badbc0c91e05559d1ffd36ccd6117b7408","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7f1d55badbc0c91e05559d1ffd36ccd6117b7408","@strapi/types":"0.0.0-experimental.7f1d55badbc0c91e05559d1ffd36ccd6117b7408","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7f1d55badbc0c91e05559d1ffd36ccd6117b7408_1738756553135_0.22715933613129136","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.3be592e7ed97ef1f2e60397561a7b7fdcb1f0c82":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3be592e7ed97ef1f2e60397561a7b7fdcb1f0c82","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3be592e7ed97ef1f2e60397561a7b7fdcb1f0c82","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"00bf7395000bb19bbb498163fde0a9e0859e5737","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3be592e7ed97ef1f2e60397561a7b7fdcb1f0c82.tgz","fileCount":319,"integrity":"sha512-3TyXxp1SiiXRDXh7A/WU+N3umrqRjbCTmrHNLfTWMccrG9Mx3pZWKWYXn18UA8yC2Exowjs9bwfYrjv6LFRPqQ==","signatures":[{"sig":"MEUCID6aU8nMmJMXbyGnUs/+pvznwP4TeotRWCh0nWD47GMUAiEAjNxPB9spO2bMc7SIZJ8Zbl9u5MrK4IL1dd6vn1y5PBQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3633160},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3be592e7ed97ef1f2e60397561a7b7fdcb1f0c82","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.3be592e7ed97ef1f2e60397561a7b7fdcb1f0c82","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.3be592e7ed97ef1f2e60397561a7b7fdcb1f0c82","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3be592e7ed97ef1f2e60397561a7b7fdcb1f0c82","@strapi/types":"0.0.0-experimental.3be592e7ed97ef1f2e60397561a7b7fdcb1f0c82","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3be592e7ed97ef1f2e60397561a7b7fdcb1f0c82_1738758367663_0.7920178278304877","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.be7746d32e70ba7219186219896ff4ae64735740":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.be7746d32e70ba7219186219896ff4ae64735740","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.be7746d32e70ba7219186219896ff4ae64735740","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ea721d283bd3ec1dd3ca17ef1604691bd210fab0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.be7746d32e70ba7219186219896ff4ae64735740.tgz","fileCount":316,"integrity":"sha512-qyHI7b7ar2sghN7qeWRkoya+3OMQUbYtKMuY5vh8lRAvss/OIbmUnC9x7Ps2SjxKi/9UU462c5A4+Lf85J1kbA==","signatures":[{"sig":"MEUCIEF3lO0ETcJ51I3MQJadNctfdspXflMpGENS4htR4Vm0AiEAkXAEDzb+X6IqOnn6C2WJdRcW0rc/0Jli6sSE1HqcJpo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608602},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"be7746d32e70ba7219186219896ff4ae64735740","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.be7746d32e70ba7219186219896ff4ae64735740","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.be7746d32e70ba7219186219896ff4ae64735740","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.be7746d32e70ba7219186219896ff4ae64735740","@strapi/types":"0.0.0-experimental.be7746d32e70ba7219186219896ff4ae64735740","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.be7746d32e70ba7219186219896ff4ae64735740_1738758581869_0.4795698998720852","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.66d61c546e3d6f1a2e9e9cd2717b8ab1b20c2201":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.66d61c546e3d6f1a2e9e9cd2717b8ab1b20c2201","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.66d61c546e3d6f1a2e9e9cd2717b8ab1b20c2201","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e3c5cea684d8453692b37ac5f509d58ede672962","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.66d61c546e3d6f1a2e9e9cd2717b8ab1b20c2201.tgz","fileCount":316,"integrity":"sha512-KzrrzCRGubOqJ0WmaT609huGzpEum2nnZzFjOUYZ8zcy14K2H7BK2RUlZClQae2VuAdT3RVfbHga+QPfe8Z55w==","signatures":[{"sig":"MEQCIAiu62VBYwxgbSjTo7yVfVHYU7MOraOIDq+DP5DpLvmuAiAvyXKqYsukZ/uVEhA0G73Mdsw6qzIam3pSBZODYpvi7Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608602},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"66d61c546e3d6f1a2e9e9cd2717b8ab1b20c2201","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.66d61c546e3d6f1a2e9e9cd2717b8ab1b20c2201","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.66d61c546e3d6f1a2e9e9cd2717b8ab1b20c2201","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.66d61c546e3d6f1a2e9e9cd2717b8ab1b20c2201","@strapi/types":"0.0.0-experimental.66d61c546e3d6f1a2e9e9cd2717b8ab1b20c2201","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.66d61c546e3d6f1a2e9e9cd2717b8ab1b20c2201_1738760177183_0.20737520041953195","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.3d525b3d2d44b055469a7694f6aaecfe7145b9e6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3d525b3d2d44b055469a7694f6aaecfe7145b9e6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3d525b3d2d44b055469a7694f6aaecfe7145b9e6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7a9f715190d0e38611766cda35dc081066b1e5d5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3d525b3d2d44b055469a7694f6aaecfe7145b9e6.tgz","fileCount":316,"integrity":"sha512-PTJkXqm8LU61yaUsNGYr1SkIQ+c538Fu7zcNXta8HqEJemPQLIxputTFeXEE79oZFBSnAP8PC4VpUZhztTq5QA==","signatures":[{"sig":"MEQCIH3hQBlpJETq342RhlwIMma8zh5Ija7VvsQX9XgFk80+AiA84ZI8koNRFKMQSZefUnAaWhgOcoYQ+zp3Dr8TD8Wb5w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608602},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3d525b3d2d44b055469a7694f6aaecfe7145b9e6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.3d525b3d2d44b055469a7694f6aaecfe7145b9e6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.3d525b3d2d44b055469a7694f6aaecfe7145b9e6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3d525b3d2d44b055469a7694f6aaecfe7145b9e6","@strapi/types":"0.0.0-experimental.3d525b3d2d44b055469a7694f6aaecfe7145b9e6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3d525b3d2d44b055469a7694f6aaecfe7145b9e6_1738768031388_0.7273939447068853","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d1602f22dc638a4c3c5084965fd6126fff5e9d4f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d1602f22dc638a4c3c5084965fd6126fff5e9d4f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d1602f22dc638a4c3c5084965fd6126fff5e9d4f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"baa8e6c388e052dfc8abdd308f25eaf21d6d9f83","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d1602f22dc638a4c3c5084965fd6126fff5e9d4f.tgz","fileCount":316,"integrity":"sha512-hcxPoboThmx+E6GyCfcpHiRjk6VCmzyPtSKgg1jGQhSyGEbXM2jf0iAH+ZZwzA1o80UhiWPTyqMAqJyMTvBYUQ==","signatures":[{"sig":"MEUCIFmTTl5Ew6Nj7vlRuLbuzElhIA3ROJxGmy3azYfnNu0mAiEA0OnrJAen3izkCr+MV2EycII3Qy4yWsAOpNZW8Gtyg9w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608602},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d1602f22dc638a4c3c5084965fd6126fff5e9d4f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.d1602f22dc638a4c3c5084965fd6126fff5e9d4f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.d1602f22dc638a4c3c5084965fd6126fff5e9d4f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d1602f22dc638a4c3c5084965fd6126fff5e9d4f","@strapi/types":"0.0.0-experimental.d1602f22dc638a4c3c5084965fd6126fff5e9d4f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d1602f22dc638a4c3c5084965fd6126fff5e9d4f_1738769712625_0.8940102197587099","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.321ce9aec15b73c35cde3a2802d0ff2aed17e1a1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.321ce9aec15b73c35cde3a2802d0ff2aed17e1a1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.321ce9aec15b73c35cde3a2802d0ff2aed17e1a1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0924000ded9f77d4d0a26b111fa34599794306ed","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.321ce9aec15b73c35cde3a2802d0ff2aed17e1a1.tgz","fileCount":316,"integrity":"sha512-Zrv+Ee9zhrxFCJ5FpymQyM3zhebVz8ZlPrrD+3r690EzcLt7q0Y07HAjbChS3c1CLSiFWvd5yivuGgbhQ5weJA==","signatures":[{"sig":"MEQCIFgQJP/2+wSnphxwEoJR1p+shEhRvxu/CKCi48h6kh/oAiAutZFedAoyR6BNXQycGn9+jdzCzyV0943FLQlcLHjTmw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608602},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"321ce9aec15b73c35cde3a2802d0ff2aed17e1a1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.321ce9aec15b73c35cde3a2802d0ff2aed17e1a1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.321ce9aec15b73c35cde3a2802d0ff2aed17e1a1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.321ce9aec15b73c35cde3a2802d0ff2aed17e1a1","@strapi/types":"0.0.0-experimental.321ce9aec15b73c35cde3a2802d0ff2aed17e1a1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.321ce9aec15b73c35cde3a2802d0ff2aed17e1a1_1738771104085_0.3780864307867653","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e9144fc8a193f9875a2c0832d689c14001c79f00":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e9144fc8a193f9875a2c0832d689c14001c79f00","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e9144fc8a193f9875a2c0832d689c14001c79f00","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"419885f941f07a6848cdbc06d47f4776ee97b798","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e9144fc8a193f9875a2c0832d689c14001c79f00.tgz","fileCount":316,"integrity":"sha512-oQ8cExv/OrvK+Gt87pnhB828k23+k3jbTgwelR2+1OYlWzhqNtCgORzx3aJYA3Uu5ljvbHXbBElm4uPd6EVHZw==","signatures":[{"sig":"MEQCIB+qXFONSp8a8dpxhl7waO3BIIZtmX1hY/qovrZY1+iCAiAIUNtIC9VDRPyUiC4y3fSWmIneaYMPKaWOQQ5MP7XMGQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608602},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e9144fc8a193f9875a2c0832d689c14001c79f00","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.e9144fc8a193f9875a2c0832d689c14001c79f00","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.e9144fc8a193f9875a2c0832d689c14001c79f00","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e9144fc8a193f9875a2c0832d689c14001c79f00","@strapi/types":"0.0.0-experimental.e9144fc8a193f9875a2c0832d689c14001c79f00","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e9144fc8a193f9875a2c0832d689c14001c79f00_1738792316164_0.9928505180258373","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ddb35414098c2a2816cae28a6abd5be1c4d8a58a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ddb35414098c2a2816cae28a6abd5be1c4d8a58a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ddb35414098c2a2816cae28a6abd5be1c4d8a58a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5044da4c9d145101ab28f33c46ed67efa7c0fa42","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ddb35414098c2a2816cae28a6abd5be1c4d8a58a.tgz","fileCount":316,"integrity":"sha512-b3114G9zxcpsCiLNxhXBrlQ74qTCL4+gRKz0kid+CSi+uq9VYuSbrLaE7H8NQRWJu++E6ZH2NAKPTNvjiArZXA==","signatures":[{"sig":"MEYCIQCvMIHmj8yoqqZdBroggVXT7uGPUdaiLWmIu+qD24xmtwIhAIfAhzogheuWJf5WISGu2VJ6+RMeyJ0J5VDxA5mym6Wl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3602774},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ddb35414098c2a2816cae28a6abd5be1c4d8a58a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.ddb35414098c2a2816cae28a6abd5be1c4d8a58a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.ddb35414098c2a2816cae28a6abd5be1c4d8a58a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ddb35414098c2a2816cae28a6abd5be1c4d8a58a","@strapi/types":"0.0.0-experimental.ddb35414098c2a2816cae28a6abd5be1c4d8a58a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ddb35414098c2a2816cae28a6abd5be1c4d8a58a_1738794615595_0.44061481160848803","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ce3ce68ff05de341bbdb48e7164d5367cffa839c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ce3ce68ff05de341bbdb48e7164d5367cffa839c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ce3ce68ff05de341bbdb48e7164d5367cffa839c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"36eee5aecd91880ef5ed991bd72e8d67caae5655","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ce3ce68ff05de341bbdb48e7164d5367cffa839c.tgz","fileCount":316,"integrity":"sha512-ggRW0YUOx1UPkWwkrJppfe8e6QGzZ9l07B+rp3kuKYhbWnlIhhfdmTf1rwyaJbOiGhmavAbcWVRbdFN4KVH9eg==","signatures":[{"sig":"MEUCIAkQ5gWsp1OJKblkbizRpcP7F3uIpdXF8jn2+wvdmAvxAiEAnRnVslKvsK2MFVZF6Ys1FRDPvkrZ74eKt4Xb7bMZW78=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608686},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ce3ce68ff05de341bbdb48e7164d5367cffa839c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.ce3ce68ff05de341bbdb48e7164d5367cffa839c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.ce3ce68ff05de341bbdb48e7164d5367cffa839c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ce3ce68ff05de341bbdb48e7164d5367cffa839c","@strapi/types":"0.0.0-experimental.ce3ce68ff05de341bbdb48e7164d5367cffa839c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ce3ce68ff05de341bbdb48e7164d5367cffa839c_1738796854635_0.7599123115175535","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.6ebd52456403cda71628e275f67617905f411af4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.6ebd52456403cda71628e275f67617905f411af4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.6ebd52456403cda71628e275f67617905f411af4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"35e4a096a34a51dac5f8ca153989f450ff118395","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.6ebd52456403cda71628e275f67617905f411af4.tgz","fileCount":316,"integrity":"sha512-tBk+20QtS9qeR/Bhe4ztDk4GHN/PDOAiNxActzszTczMdQ7S4DX009enfGpa4zXY7Lv7INYFfYyks+vLUbtwSA==","signatures":[{"sig":"MEUCIHhy37EDTV5ymU3uFhawCiYJud4Okf69IXQ2fzNrLe3zAiEAsEwkBcga3A0VFTLshzL6DkEkHzK2q3lOeX6t23mpbwA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608686},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6ebd52456403cda71628e275f67617905f411af4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.6ebd52456403cda71628e275f67617905f411af4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.6ebd52456403cda71628e275f67617905f411af4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.6ebd52456403cda71628e275f67617905f411af4","@strapi/types":"0.0.0-experimental.6ebd52456403cda71628e275f67617905f411af4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.6ebd52456403cda71628e275f67617905f411af4_1738797774082_0.9944271128976274","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b127d7466fc2858c91fd06647dbaa742efa95505":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b127d7466fc2858c91fd06647dbaa742efa95505","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b127d7466fc2858c91fd06647dbaa742efa95505","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f09eeb0cc6b4c0420120a27abbb5867ef944b2ea","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b127d7466fc2858c91fd06647dbaa742efa95505.tgz","fileCount":316,"integrity":"sha512-Z5xChvnSoC/QLwgeiQbRUsH828TkhoLb4aUZuq3InZI2NU9urXXZS5c7wVcdtt30gM4RHC35VFm42Wr4MFoKxQ==","signatures":[{"sig":"MEUCIDcDMLddYuzb8jNOF6WahnF+YQ7TpKdXyxpA7NVoq4fcAiEAzlC4qrPsZEx56YEoisF1sEpqpSAvvS96YKSOxkyFVDE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608686},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b127d7466fc2858c91fd06647dbaa742efa95505","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.b127d7466fc2858c91fd06647dbaa742efa95505","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.b127d7466fc2858c91fd06647dbaa742efa95505","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b127d7466fc2858c91fd06647dbaa742efa95505","@strapi/types":"0.0.0-experimental.b127d7466fc2858c91fd06647dbaa742efa95505","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b127d7466fc2858c91fd06647dbaa742efa95505_1738798564267_0.5792011212961319","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.16cb0821de17dd12078d915e3a10249158807e5e":{"name":"@strapi/content-type-builder","version":"0.0.0-next.16cb0821de17dd12078d915e3a10249158807e5e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.16cb0821de17dd12078d915e3a10249158807e5e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"686a3f86a7814fb18d133486fea7699913a7e810","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.16cb0821de17dd12078d915e3a10249158807e5e.tgz","fileCount":316,"integrity":"sha512-nYpcAotLSZ8hiqBkv8gM224wXZsHUdOx7Pcio7mkQY/+7+hUzWjSjKacZ7ldLn6RdNPhWNfTAYQC3O++DWEr0A==","signatures":[{"sig":"MEQCID0RE+B0/L4xQ6pgncTR/HZoZr4kPc08S+kD/N6jd9WvAiA94OenzhLLqIlb3YqM95e4IJ6Hpd8gg6KqJWas0/O0bw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3602734},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"16cb0821de17dd12078d915e3a10249158807e5e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-next.16cb0821de17dd12078d915e3a10249158807e5e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.16cb0821de17dd12078d915e3a10249158807e5e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.16cb0821de17dd12078d915e3a10249158807e5e","@strapi/types":"0.0.0-next.16cb0821de17dd12078d915e3a10249158807e5e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.16cb0821de17dd12078d915e3a10249158807e5e_1738801852735_0.7308720498301149","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.9ba6240667e72c2a7c5e41d0680ba31db09e3521":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9ba6240667e72c2a7c5e41d0680ba31db09e3521","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9ba6240667e72c2a7c5e41d0680ba31db09e3521","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"50de3a2cfbf8f47fa7ba170ab8db232a0f07b414","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9ba6240667e72c2a7c5e41d0680ba31db09e3521.tgz","fileCount":316,"integrity":"sha512-iUJp3MhcTB/KQo1xyLmzA/82o3aNZO/uZcj56c3Xa0IB9aenmzjlPhgeK3eMx4OHbuVtzLdlW/A3Jcphyvj+aA==","signatures":[{"sig":"MEQCIG98IJurgOlDYrq5GKaUEtRwJbQyV5rKLSieaAHKKa9zAiBIU0Be41SO3agFdw1UGOZHB085WhVg6jgU+Gi63FLRVA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608686},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9ba6240667e72c2a7c5e41d0680ba31db09e3521","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.9ba6240667e72c2a7c5e41d0680ba31db09e3521","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.9ba6240667e72c2a7c5e41d0680ba31db09e3521","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9ba6240667e72c2a7c5e41d0680ba31db09e3521","@strapi/types":"0.0.0-experimental.9ba6240667e72c2a7c5e41d0680ba31db09e3521","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9ba6240667e72c2a7c5e41d0680ba31db09e3521_1738830912122_0.46303569813826995","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.16cb0821de17dd12078d915e3a10249158807e5e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.16cb0821de17dd12078d915e3a10249158807e5e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.16cb0821de17dd12078d915e3a10249158807e5e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"66b177cdb0a6686921d1a656887f508781daf128","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.16cb0821de17dd12078d915e3a10249158807e5e.tgz","fileCount":316,"integrity":"sha512-UsueixvWp85n0ExO9KvlVansOm6skfew7mewirmFxXba2+ZP+YxQ+t0rjWA3Dnz0lXu7Ahxem7CHxTdCFcz6qA==","signatures":[{"sig":"MEUCIQCr8d3mLa9h98ICzMUskhgdp7V+EVLbc3PdYryA5zKUCQIgAXN7vKbhgJAg1fJMQlheTMJcwgg46bNNt7R7RsxA5k4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3602774},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"16cb0821de17dd12078d915e3a10249158807e5e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.16cb0821de17dd12078d915e3a10249158807e5e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.16cb0821de17dd12078d915e3a10249158807e5e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.16cb0821de17dd12078d915e3a10249158807e5e","@strapi/types":"0.0.0-experimental.16cb0821de17dd12078d915e3a10249158807e5e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.16cb0821de17dd12078d915e3a10249158807e5e_1738832374657_0.6244490981343804","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7b579e6415ea4434ccb2c2aa52a86b67ff2e7a64":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7b579e6415ea4434ccb2c2aa52a86b67ff2e7a64","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7b579e6415ea4434ccb2c2aa52a86b67ff2e7a64","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"06e2add9fbee7808e33cfb6dfd08fb722be6babb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7b579e6415ea4434ccb2c2aa52a86b67ff2e7a64.tgz","fileCount":316,"integrity":"sha512-F+odRw61NdIqXzsSFbEWw+Uya1+3wFpOgWc4lKT5N6O+9aYUDUi66NczNIktY2xVEI/ljmSV230ERqokGh7RzQ==","signatures":[{"sig":"MEUCIQDlnELQ2M8GFkjsScK1NwLuEg320IsKgYOXAyPM/lYh8AIgcNVvbMcjPLERofV/r62y1/fqSC6NJwllCSAl9DkM7/s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608686},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7b579e6415ea4434ccb2c2aa52a86b67ff2e7a64","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.14","@strapi/utils":"0.0.0-experimental.7b579e6415ea4434ccb2c2aa52a86b67ff2e7a64","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.7b579e6415ea4434ccb2c2aa52a86b67ff2e7a64","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7b579e6415ea4434ccb2c2aa52a86b67ff2e7a64","@strapi/types":"0.0.0-experimental.7b579e6415ea4434ccb2c2aa52a86b67ff2e7a64","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7b579e6415ea4434ccb2c2aa52a86b67ff2e7a64_1738832706479_0.8844663857977921","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8e93a8e5779de345245d8824da95ff6ce3aab5d2":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8e93a8e5779de345245d8824da95ff6ce3aab5d2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8e93a8e5779de345245d8824da95ff6ce3aab5d2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"91175dcdaba1979f17b23aad92928f9db4e107d4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8e93a8e5779de345245d8824da95ff6ce3aab5d2.tgz","fileCount":316,"integrity":"sha512-JfOrkcz0xzBdj9iQqtVljwpEx5qUO0aN4W/WZzeBpoLHJL6U5BFZxaVJPsZUEecHxwXL2Clb1fkLOkGKpRs0tQ==","signatures":[{"sig":"MEQCIFm5KbxsyoKcGSjY8vcoJjEWskXzVjIOvpejQHw5Uf9DAiAPoBCXWAT2mRqbmvyBYR0fvYgAg5E8HLcSQG2pcwxyiA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3602774},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8e93a8e5779de345245d8824da95ff6ce3aab5d2","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.8e93a8e5779de345245d8824da95ff6ce3aab5d2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.8e93a8e5779de345245d8824da95ff6ce3aab5d2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8e93a8e5779de345245d8824da95ff6ce3aab5d2","@strapi/types":"0.0.0-experimental.8e93a8e5779de345245d8824da95ff6ce3aab5d2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8e93a8e5779de345245d8824da95ff6ce3aab5d2_1738868967181_0.25703334452886284","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.b4e84114b7bd2b58e34af3f2a7febca9845e6f86":{"name":"@strapi/content-type-builder","version":"0.0.0-next.b4e84114b7bd2b58e34af3f2a7febca9845e6f86","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.b4e84114b7bd2b58e34af3f2a7febca9845e6f86","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"40d0454c005c9bd869adfddc1d6262b240333894","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.b4e84114b7bd2b58e34af3f2a7febca9845e6f86.tgz","fileCount":316,"integrity":"sha512-RKEZHJ9QUcgaPJupU6PA8whmybhpcJfs6NI3WEjk87jflmYS13T+TghU9bKglY9TqTFxs+G06HbPd+c5xLV1lQ==","signatures":[{"sig":"MEUCIQCUt3b37eVl8d1A1VIILr7RfW0IVHfcvymkGjzNrMpcPgIgc7Bmng8iY/o8d/jZEGt3aX1eIHNcXKlZrncku39KEZg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3602734},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b4e84114b7bd2b58e34af3f2a7febca9845e6f86","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-next.b4e84114b7bd2b58e34af3f2a7febca9845e6f86","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.b4e84114b7bd2b58e34af3f2a7febca9845e6f86","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.b4e84114b7bd2b58e34af3f2a7febca9845e6f86","@strapi/types":"0.0.0-next.b4e84114b7bd2b58e34af3f2a7febca9845e6f86","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.b4e84114b7bd2b58e34af3f2a7febca9845e6f86_1738888249625_0.9618992419971168","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.457ea3914b4550fd60261e9e99d4501c5d1702cb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.457ea3914b4550fd60261e9e99d4501c5d1702cb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.457ea3914b4550fd60261e9e99d4501c5d1702cb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0ce2772c5ecc471117ff25c15c36f84b5bf12c22","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.457ea3914b4550fd60261e9e99d4501c5d1702cb.tgz","fileCount":316,"integrity":"sha512-K/+mKPmL1ni3y2NprdlLvLff4wk7r8wmEs/NjJN4uPq8fLdMezlz6vpeRdGliB/PSVVBeOv78SZZRu7N5La6Kw==","signatures":[{"sig":"MEUCIHm2l5fAVbOGQghaqIDt2YFn589r+oCUTUDis+KQCKAvAiEArm+lD9+aWRX4MrcTqekSohNFPQ8EoHjcfvDFWFTk8II=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3602774},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"457ea3914b4550fd60261e9e99d4501c5d1702cb","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.457ea3914b4550fd60261e9e99d4501c5d1702cb","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.457ea3914b4550fd60261e9e99d4501c5d1702cb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.457ea3914b4550fd60261e9e99d4501c5d1702cb","@strapi/types":"0.0.0-experimental.457ea3914b4550fd60261e9e99d4501c5d1702cb","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.457ea3914b4550fd60261e9e99d4501c5d1702cb_1738916751456_0.005254279959885144","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.0521e81a13e903fbb769c5f0934bb4bfe573f7bf":{"name":"@strapi/content-type-builder","version":"0.0.0-next.0521e81a13e903fbb769c5f0934bb4bfe573f7bf","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.0521e81a13e903fbb769c5f0934bb4bfe573f7bf","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d4adae9f8f8e432c5454fdcdf3b5e4709a3f2591","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.0521e81a13e903fbb769c5f0934bb4bfe573f7bf.tgz","fileCount":316,"integrity":"sha512-TP9T5W1+BL7ZUW2mSXTjFoc2a+wcmvfmSlyRKDUOp8ZjPipuV72M+A5VLuCEWHl9X38XpAIqRuaA9vY2fC8jbQ==","signatures":[{"sig":"MEQCIC3eEPA/dCPewiuv4OvI8Ax0f6D59hynvFsGvfXw9RRbAiBtxaLhYBy4NqCVvnSCVRNx809gMoDcA1eVAac6RzAhaA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3602734},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0521e81a13e903fbb769c5f0934bb4bfe573f7bf","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-next.0521e81a13e903fbb769c5f0934bb4bfe573f7bf","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.0521e81a13e903fbb769c5f0934bb4bfe573f7bf","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.0521e81a13e903fbb769c5f0934bb4bfe573f7bf","@strapi/types":"0.0.0-next.0521e81a13e903fbb769c5f0934bb4bfe573f7bf","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.0521e81a13e903fbb769c5f0934bb4bfe573f7bf_1738974602276_0.30994842670298084","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32":{"name":"@strapi/content-type-builder","version":"0.0.0-next.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"30871a25b891c92b92618210c288c09d8ded3277","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32.tgz","fileCount":316,"integrity":"sha512-Eya9ZZND/iafj5LZdegZ9dk3n63NiMr/VZGsDFe/KaJ+KpTULBNC7ra1QKx8j2s5hb6l0aVlEHMF9AkDcRs+jg==","signatures":[{"sig":"MEUCICj5DK73s51pteLZ9A3cd3k1YAg02iCVIct/Gb/TnizuAiEAyQdEwZehl+e5JunyhHqL6aNUUBuYMPFiGm3/s/cFQzs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608832},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9e9a841899e6378b6f48ab8f419e4b0cc62bdf32","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-next.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32","@strapi/types":"0.0.0-next.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32_1739233847195_0.29849870684895174","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d4471d3a03790dfe27248398d153a392f211f4f0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32.tgz","fileCount":316,"integrity":"sha512-WLC5jzIq0g7mIBv7GmGhZEgkQwIplnueQac7SsSsXuf0o10vcaxXtZj+KHIrtL5PjMnJESmI2EgKsa+i9Vujug==","signatures":[{"sig":"MEQCIDFWV1fQZ1QYqW2/7nxXCBeRPz1vaDpazKUAWE7oSVrtAiAse+zqnSgcQX6jhn0oU2VPZQhr5tlxs98H/LjU/HjMvA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608872},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9e9a841899e6378b6f48ab8f419e4b0cc62bdf32","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32","@strapi/types":"0.0.0-experimental.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32_1739262697903_0.014514292775429372","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.4d4e78457ae42752910f16fdfc60632c3499e914":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4d4e78457ae42752910f16fdfc60632c3499e914","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4d4e78457ae42752910f16fdfc60632c3499e914","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"65b6b5e45a89a744d8a24c2e8b1bc425c9619f08","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4d4e78457ae42752910f16fdfc60632c3499e914.tgz","fileCount":316,"integrity":"sha512-Ih/hUFPKBSo5s1zP9H/Y545AMXbCsytHY6xrGbGeRUnICBwR1oAxsTpLQCWC90CG/UoCwRFTZj3riy3yDmXsfQ==","signatures":[{"sig":"MEUCIQDL7JDWyeTlr38cJFX2zDXKxm3axYPevYoPUWgoLzDaCAIgFBrrk1b1VMg78Lxkdp16Rwj1mEwLXFmvTdyhUjPBBYc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3602774},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4d4e78457ae42752910f16fdfc60632c3499e914","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.4d4e78457ae42752910f16fdfc60632c3499e914","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.4d4e78457ae42752910f16fdfc60632c3499e914","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4d4e78457ae42752910f16fdfc60632c3499e914","@strapi/types":"0.0.0-experimental.4d4e78457ae42752910f16fdfc60632c3499e914","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4d4e78457ae42752910f16fdfc60632c3499e914_1739355898974_0.1608899568365374","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.bd3419429b8caba37ca42ac08edb57cd4b5e1c47":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.bd3419429b8caba37ca42ac08edb57cd4b5e1c47","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.bd3419429b8caba37ca42ac08edb57cd4b5e1c47","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7053d11c7eb8fff14cab3dd2fb01cb1199667de9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.bd3419429b8caba37ca42ac08edb57cd4b5e1c47.tgz","fileCount":316,"integrity":"sha512-4p52DApiJo0JtjHx81ZXesAoPXg45IHuM6+KesvmhcSDjz6bCXmvgOvPNOaWWvw6qSg/XOQ93YjLw9GJHwYH0g==","signatures":[{"sig":"MEUCIQDWAQbfEL7AvzAqRRzcKKlGe5okL7aCMdAOAjl0/azxdgIgH56xwHDN+r5qfhACdBURNtjid0w9U4daksA0/ZGnA1I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608872},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bd3419429b8caba37ca42ac08edb57cd4b5e1c47","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.bd3419429b8caba37ca42ac08edb57cd4b5e1c47","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.bd3419429b8caba37ca42ac08edb57cd4b5e1c47","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.bd3419429b8caba37ca42ac08edb57cd4b5e1c47","@strapi/types":"0.0.0-experimental.bd3419429b8caba37ca42ac08edb57cd4b5e1c47","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.bd3419429b8caba37ca42ac08edb57cd4b5e1c47_1739363445027_0.2922588777979729","host":"s3://npm-registry-packages-npm-production"}},"5.10.0":{"name":"@strapi/content-type-builder","version":"5.10.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.10.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2cc9e781f77a10c0a93596b475e64d15054e8039","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.10.0.tgz","fileCount":316,"integrity":"sha512-CcgnDG/h6zHk5acEGB8CXtNdBC8Hbyu6RXtLaAoXmFnn0jF6sR5DBBl4meMlAna23REmOI8Zha+sWTQUH9fLXA==","signatures":[{"sig":"MEYCIQCmespoxk6yNtFgdsJ9UsqlM67+KZCNH41f9pL1J5iiIAIhANN0iBuTdd0EWXb8X8hcLGTZrqt51FyCtiu6/YEQsusi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608607},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a34d7e994590066c481f5b792f654de5cc437736","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"5.10.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.10.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.10.0","@strapi/types":"5.10.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.10.0_1739368423952_0.6179960260513069","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.dd200315442827f7887dd7c49ae0d196b801865d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.dd200315442827f7887dd7c49ae0d196b801865d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.dd200315442827f7887dd7c49ae0d196b801865d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e069c8965e85c1b67aa3ac5951627d848f8391da","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.dd200315442827f7887dd7c49ae0d196b801865d.tgz","fileCount":316,"integrity":"sha512-WlBTv/Q4rU+ZdKV/RXetJT5d52X1E8Tm8Zhe1yrvR9qd8FYhb7jDigminyBxi9+TRGNOby401UNew5Ajzqz8iA==","signatures":[{"sig":"MEUCICy2z34jduA/aQyEhwESfVI3sBCOO/VvD9B+K4WJ9uFEAiEA3SruO0MfDiLVwS89k3+oW5ZwusoJrwUyl/YlF1FG6bc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608872},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"dd200315442827f7887dd7c49ae0d196b801865d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.dd200315442827f7887dd7c49ae0d196b801865d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.dd200315442827f7887dd7c49ae0d196b801865d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.dd200315442827f7887dd7c49ae0d196b801865d","@strapi/types":"0.0.0-experimental.dd200315442827f7887dd7c49ae0d196b801865d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.dd200315442827f7887dd7c49ae0d196b801865d_1739382850455_0.7696350659066524","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7f8710b10e0dd6429bf4a13ef14462e3bd35a01a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7f8710b10e0dd6429bf4a13ef14462e3bd35a01a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7f8710b10e0dd6429bf4a13ef14462e3bd35a01a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b6dc390afeb0beef3a8a8f532b2fb4d3fa0def84","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7f8710b10e0dd6429bf4a13ef14462e3bd35a01a.tgz","fileCount":316,"integrity":"sha512-zjMt4CpJZq/W7iTaxgBGIdTaIHsLKoAbnKP4wHi3TWACzTQx+7tgCkRhHVhyMwkOtb5Votm5MW65TQOR90g4jA==","signatures":[{"sig":"MEUCIGes7ZMTaWOwMda8GpgfPV2NMcPHysdUonSynhRE9XSXAiEAlVKBK2LKmmOSfNd+/qHYYvdUP8UrtfPERYaqhtp49JE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608872},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7f8710b10e0dd6429bf4a13ef14462e3bd35a01a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.7f8710b10e0dd6429bf4a13ef14462e3bd35a01a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.7f8710b10e0dd6429bf4a13ef14462e3bd35a01a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7f8710b10e0dd6429bf4a13ef14462e3bd35a01a","@strapi/types":"0.0.0-experimental.7f8710b10e0dd6429bf4a13ef14462e3bd35a01a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7f8710b10e0dd6429bf4a13ef14462e3bd35a01a_1739403195626_0.12745029399262897","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.7e9928491527b4d1767954c3372ad33d9c409f14":{"name":"@strapi/content-type-builder","version":"0.0.0-next.7e9928491527b4d1767954c3372ad33d9c409f14","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.7e9928491527b4d1767954c3372ad33d9c409f14","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"214784339e67c6c16e8b9a4324d8ce24011f8bd3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.7e9928491527b4d1767954c3372ad33d9c409f14.tgz","fileCount":316,"integrity":"sha512-nnLmzb5r6yLLsOQaJEUvZRFga7j+dPxyI5t2IY5GHp0GtPRn7Hn3Nc4W6tTtI4KOGPWzPn10ebWTtYz8ZyIBSA==","signatures":[{"sig":"MEUCIQCNU8QldaXm3Cra5zCJUo9QvL8GqvGklPYgwvy4SSb6LAIgWcnb4T+h/WnMkuIqMFtOEJcmWguwAHArQEaSlYnCs0s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608832},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7e9928491527b4d1767954c3372ad33d9c409f14","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-next.7e9928491527b4d1767954c3372ad33d9c409f14","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.7e9928491527b4d1767954c3372ad33d9c409f14","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.7e9928491527b4d1767954c3372ad33d9c409f14","@strapi/types":"0.0.0-next.7e9928491527b4d1767954c3372ad33d9c409f14","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.7e9928491527b4d1767954c3372ad33d9c409f14_1739406648610_0.02978461686398237","host":"s3://npm-registry-packages-npm-production"}},"5.10.1":{"name":"@strapi/content-type-builder","version":"5.10.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.10.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f11553f583ea1039daf6d468df6aa68c5eb8b814","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.10.1.tgz","fileCount":316,"integrity":"sha512-n7AmFTK3adlqH2T8/RH1wPsO7SapGhcU3ZJQ+862MzyQ6ncJamLk3PXU0O4PQfL/VyXeniIJPgzxMvc6aTyW3Q==","signatures":[{"sig":"MEUCIQDqT9+jBkI2+xpxhS4YsTQQJn/W+m4mtlzxefa64QjwdQIgWqiqD1QxT5j/pO3/8RdTjxSQQDJ61J3aCXdCtOkksiM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608607},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8a96041b6e99e39dd0ac98d62231df03167b11b9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"5.10.1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.10.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.10.1","@strapi/types":"5.10.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.10.1_1739434716766_0.6026542623283098","host":"s3://npm-registry-packages-npm-production"}},"5.10.2":{"name":"@strapi/content-type-builder","version":"5.10.2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.10.2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2acfb001bba315aa5ad35c8189a47954e4bd14fe","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.10.2.tgz","fileCount":316,"integrity":"sha512-ScM1Voc7UlhtL06uCtxpSo8UFStpBGaqWLFt/DJ6QidaA2y9yQCOfSs3LvopEQlHwuRb6uE6v21ilfY/4vD4xw==","signatures":[{"sig":"MEUCIQDP29EEop5RQXQSiJrFCt1Iy1gs9wtoUEF8I4f08gwpZAIgLQsn+n0aYTg7gvIR6p+RBarphQw2rwclFci+3eNe7Fs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608607},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"51cb30e957ba3c8ca7cdf8a528047f30fdce1c32","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"5.10.2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.10.2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.10.2","@strapi/types":"5.10.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.10.2_1739435557251_0.7505298208749989","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.2a1c7a281f8080296033541146ea489dcd441daa":{"name":"@strapi/content-type-builder","version":"0.0.0-next.2a1c7a281f8080296033541146ea489dcd441daa","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.2a1c7a281f8080296033541146ea489dcd441daa","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2d9d032b022b82532c02909e8e79a8da2a035db7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.2a1c7a281f8080296033541146ea489dcd441daa.tgz","fileCount":316,"integrity":"sha512-5UvYqVaRM96bR4Q+TMUt8p55VTI3orx5zv/0Jt1wrHMFDOlsdef5bETGQ3ub+v/3+fBe1DtAlsH7fLJEjZIRcw==","signatures":[{"sig":"MEUCIA6TOoNLywWEgaA1dX7XUEoPoIFkDa9c79Yua+7N38pWAiEAnDXzhrGGy8wu6cZD1Le5j6aLcuk5h54aXHHiicSa+XE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608832},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2a1c7a281f8080296033541146ea489dcd441daa","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-next.2a1c7a281f8080296033541146ea489dcd441daa","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.2a1c7a281f8080296033541146ea489dcd441daa","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.2a1c7a281f8080296033541146ea489dcd441daa","@strapi/types":"0.0.0-next.2a1c7a281f8080296033541146ea489dcd441daa","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.2a1c7a281f8080296033541146ea489dcd441daa_1739493055268_0.1521489125869544","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e0df4d50334a17a1beb3d203bff414fbbff62f7b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e0df4d50334a17a1beb3d203bff414fbbff62f7b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e0df4d50334a17a1beb3d203bff414fbbff62f7b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9198e2ef116eb00bf58c7aefb40789fefceeaad3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e0df4d50334a17a1beb3d203bff414fbbff62f7b.tgz","fileCount":316,"integrity":"sha512-CoUk6tSfbtM6pLk2RVkDUHtAtUY98g9kyd/PF4P7vdPBbFYowxBwZrDIsHnA06oe+9yBSivfKsNVcaoyEjy11Q==","signatures":[{"sig":"MEQCIDc8Ft1PxPF2vULB8m0vIIUbjEZqu9f5O3bveU/5BjzcAiAu5Kdsm2y4/kbLVjAJ5C72jUzPuTKTAOBwIWQC3WFTEA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608872},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e0df4d50334a17a1beb3d203bff414fbbff62f7b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.e0df4d50334a17a1beb3d203bff414fbbff62f7b","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.e0df4d50334a17a1beb3d203bff414fbbff62f7b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e0df4d50334a17a1beb3d203bff414fbbff62f7b","@strapi/types":"0.0.0-experimental.e0df4d50334a17a1beb3d203bff414fbbff62f7b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e0df4d50334a17a1beb3d203bff414fbbff62f7b_1739569295894_0.8350071402684851","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.80103017ad0134c4681c5b742cfd24091a839446":{"name":"@strapi/content-type-builder","version":"0.0.0-next.80103017ad0134c4681c5b742cfd24091a839446","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.80103017ad0134c4681c5b742cfd24091a839446","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c8c7d4f7b2e629e78fc7e0ae6503a0854ad7ad35","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.80103017ad0134c4681c5b742cfd24091a839446.tgz","fileCount":316,"integrity":"sha512-m55/HgaPdFvEVsj8suK2nvX9QJx7B2MPyjaou2VdE+2eFmHrivoXy8FsHG+3fF8XvybTHzUCNiqkNm3nDxeYZA==","signatures":[{"sig":"MEQCIHVdU/2xHP+37Doqy4D+hRwX8AT0W3dVX73KTVU5XYGeAiBKkPInRhoT6ZKRTT58G7cTmkB0ygEqotgu1bXTCEc1Jw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608832},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"80103017ad0134c4681c5b742cfd24091a839446","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-next.80103017ad0134c4681c5b742cfd24091a839446","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.80103017ad0134c4681c5b742cfd24091a839446","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.80103017ad0134c4681c5b742cfd24091a839446","@strapi/types":"0.0.0-next.80103017ad0134c4681c5b742cfd24091a839446","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.80103017ad0134c4681c5b742cfd24091a839446_1739579433618_0.3544476797121534","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b8a93ec6cfca2f18075819bb617db6bca123b8e2":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b8a93ec6cfca2f18075819bb617db6bca123b8e2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b8a93ec6cfca2f18075819bb617db6bca123b8e2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"98b3dd93c8ed65872fe951f7002bea21679b3bfb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b8a93ec6cfca2f18075819bb617db6bca123b8e2.tgz","fileCount":316,"integrity":"sha512-m4ZSZAuL+bJtuG0Xs3wHFGBu67dGTc79p0Kt06WnVj7bLCBXE3W0PKdZppuu/aKVziS3a+Nf/uzbhRZF8qV0Mg==","signatures":[{"sig":"MEUCIQDNwEWfLmgp2avVTJ7Eno7s/lmuuF1U/Z1r7o/rdGdKHAIgHaHEp49MOv9psxR+VMFCSj/qmlhoT4U+r6V0liBOC8g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608872},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b8a93ec6cfca2f18075819bb617db6bca123b8e2","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.b8a93ec6cfca2f18075819bb617db6bca123b8e2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.b8a93ec6cfca2f18075819bb617db6bca123b8e2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b8a93ec6cfca2f18075819bb617db6bca123b8e2","@strapi/types":"0.0.0-experimental.b8a93ec6cfca2f18075819bb617db6bca123b8e2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b8a93ec6cfca2f18075819bb617db6bca123b8e2_1739812363019_0.4825588500417042","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.b8a93ec6cfca2f18075819bb617db6bca123b8e2":{"name":"@strapi/content-type-builder","version":"0.0.0-next.b8a93ec6cfca2f18075819bb617db6bca123b8e2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.b8a93ec6cfca2f18075819bb617db6bca123b8e2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d711dc1caed61c483f1972de62dc63abdca5180c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.b8a93ec6cfca2f18075819bb617db6bca123b8e2.tgz","fileCount":316,"integrity":"sha512-3gWPto2Ha2CDdnQ6nUzA4edMpQzw1INTuKv9z72/+xNn4I5l7E0ia9dmLCohJTRR7naEVovWIBwJl50GZCeM9Q==","signatures":[{"sig":"MEYCIQCrNNFV/5oyjVMe2fuYRPAU6UpwRwDd2Nj/6ZHFtBEP2AIhAPaplUR/fyLrMoLIAziQlYoO6eXFbvEaGRk3Ttn2eZS2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608832},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b8a93ec6cfca2f18075819bb617db6bca123b8e2","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-next.b8a93ec6cfca2f18075819bb617db6bca123b8e2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.b8a93ec6cfca2f18075819bb617db6bca123b8e2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.b8a93ec6cfca2f18075819bb617db6bca123b8e2","@strapi/types":"0.0.0-next.b8a93ec6cfca2f18075819bb617db6bca123b8e2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.b8a93ec6cfca2f18075819bb617db6bca123b8e2_1739838635537_0.11828349179857334","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.3f0da6c47a9691860812c214ad0ea5ed99e620e7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3f0da6c47a9691860812c214ad0ea5ed99e620e7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3f0da6c47a9691860812c214ad0ea5ed99e620e7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ebc8b8a967f3f1efe431e54052ce975191d5cd2c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3f0da6c47a9691860812c214ad0ea5ed99e620e7.tgz","fileCount":316,"integrity":"sha512-AHBZVj5T2cCeIbEtrkbbq/YoJKUEu3+MYTYpvLHKYoW46tDcv44LDHG0tV8KdK9qpiZql2C8Ycjl4IeBPiFn4w==","signatures":[{"sig":"MEUCIG+MEj8q4BW4fV9CpkqlnSnF8dAoKIkYX052S9/S/WETAiEA5VLvsgHROGR3Usj26NIK3gox0fIphAhf0yr1zQauk1A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608872},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3f0da6c47a9691860812c214ad0ea5ed99e620e7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.3f0da6c47a9691860812c214ad0ea5ed99e620e7","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.3f0da6c47a9691860812c214ad0ea5ed99e620e7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3f0da6c47a9691860812c214ad0ea5ed99e620e7","@strapi/types":"0.0.0-experimental.3f0da6c47a9691860812c214ad0ea5ed99e620e7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3f0da6c47a9691860812c214ad0ea5ed99e620e7_1739871697416_0.834225785520307","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.689f00d9f15ff1e3504c1adf6baa0f0157bfde4f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.689f00d9f15ff1e3504c1adf6baa0f0157bfde4f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.689f00d9f15ff1e3504c1adf6baa0f0157bfde4f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2c5a2dfc782127eee370d73713901644c89d9e87","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.689f00d9f15ff1e3504c1adf6baa0f0157bfde4f.tgz","fileCount":316,"integrity":"sha512-pVUoJ9fzPEsi5iCRa1Oh44p1ILjkptq8HPT+rhFoOvwGlbOQbfHnTCrQJGtXj2KiUc4gli/5fCE0vzVu8N7QfA==","signatures":[{"sig":"MEYCIQDyteftvabLvYDZaSRYELTBF+gZwZq/Ech+t9t9xK88dAIhAK8P4IPHfdzDCV3PZPmMyEwXb2KYmVShw26/UKQePJIL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608872},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"689f00d9f15ff1e3504c1adf6baa0f0157bfde4f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.689f00d9f15ff1e3504c1adf6baa0f0157bfde4f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.689f00d9f15ff1e3504c1adf6baa0f0157bfde4f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.689f00d9f15ff1e3504c1adf6baa0f0157bfde4f","@strapi/types":"0.0.0-experimental.689f00d9f15ff1e3504c1adf6baa0f0157bfde4f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.689f00d9f15ff1e3504c1adf6baa0f0157bfde4f_1739896169291_0.00443906113778314","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.37494b34d1b30bf22cf798b24fa74ec1b1b35f20":{"name":"@strapi/content-type-builder","version":"0.0.0-next.37494b34d1b30bf22cf798b24fa74ec1b1b35f20","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.37494b34d1b30bf22cf798b24fa74ec1b1b35f20","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f334c122d2b46b14181980347d9b97e1d964c8c5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.37494b34d1b30bf22cf798b24fa74ec1b1b35f20.tgz","fileCount":316,"integrity":"sha512-gHQ9MomShds+4YPQTijuwDL65XjIKWG7Hl6yvbDW3I6TR20FnzeBugKYmCLbMirR/TQ5USv7kkBhT9fRdhsc1g==","signatures":[{"sig":"MEUCIDMS4UYp1ZZrQh9S4FcHfIhpx3vwpP2e/xb75xopnHUqAiEAtq5TpxiLysvKdblesazSTRc1UMXHC/JAm1tAoLl0X7E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608832},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"37494b34d1b30bf22cf798b24fa74ec1b1b35f20","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-next.37494b34d1b30bf22cf798b24fa74ec1b1b35f20","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.37494b34d1b30bf22cf798b24fa74ec1b1b35f20","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.37494b34d1b30bf22cf798b24fa74ec1b1b35f20","@strapi/types":"0.0.0-next.37494b34d1b30bf22cf798b24fa74ec1b1b35f20","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.37494b34d1b30bf22cf798b24fa74ec1b1b35f20_1739925057394_0.4990915128512847","host":"s3://npm-registry-packages-npm-production"}},"5.10.3":{"name":"@strapi/content-type-builder","version":"5.10.3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.10.3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cfb8fccd67080e47be1568d48ae029e0675e1c86","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.10.3.tgz","fileCount":316,"integrity":"sha512-NUyHTOSpTujJJP5HILN8eOi7ZDLpU5nkpZTYqDeIyiJeGqJYR7kd+ldO9wBffNNFm8isppW2m0F/XwCBwrQsAQ==","signatures":[{"sig":"MEUCICjZ8ZUbDlmEW/on3wzpTGkUcOy5T83i2XGM/XoWI4dVAiEAkWPl7RbJyFamUsfj9qdmPxTf9hTOUcodKek4PMLPgug=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608607},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0fb3565a0b6cdb0fa259b8abd2cb6f5d0255c3ef","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"5.10.3","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.10.3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.10.3","@strapi/types":"5.10.3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.10.3_1739972734507_0.8021023156819755","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.23a591758a1d192f794079bbe4821ef8d26e1555":{"name":"@strapi/content-type-builder","version":"0.0.0-next.23a591758a1d192f794079bbe4821ef8d26e1555","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.23a591758a1d192f794079bbe4821ef8d26e1555","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9da98ec0677989e0f27721684392d5d85d7a8fbd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.23a591758a1d192f794079bbe4821ef8d26e1555.tgz","fileCount":316,"integrity":"sha512-QM4QFH/GPa7nFJ8I9cNSQnqAgDyzoBmIv6c6RD1nFMDSE3yW+nmp4DHrEbDvzGFAIzGofrg9GI+9oXPs87BV+g==","signatures":[{"sig":"MEUCIHSqwHXCTIttRu6xiKlP/QiA+DqTCk+TrRij7nzMsMc0AiEAv/cs8r3oNDbNnh7vGVuKt4yJZc3DSI81RDkOaAH7dB0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608832},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"23a591758a1d192f794079bbe4821ef8d26e1555","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-next.23a591758a1d192f794079bbe4821ef8d26e1555","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.23a591758a1d192f794079bbe4821ef8d26e1555","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.23a591758a1d192f794079bbe4821ef8d26e1555","@strapi/types":"0.0.0-next.23a591758a1d192f794079bbe4821ef8d26e1555","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.23a591758a1d192f794079bbe4821ef8d26e1555_1740011459045_0.6498215074500155","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.fdac61dd05ca665168f51f655f1d165b55ec4231":{"name":"@strapi/content-type-builder","version":"0.0.0-next.fdac61dd05ca665168f51f655f1d165b55ec4231","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.fdac61dd05ca665168f51f655f1d165b55ec4231","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cb92a2dd156e562d010b750b764af86fa623fdc0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.fdac61dd05ca665168f51f655f1d165b55ec4231.tgz","fileCount":316,"integrity":"sha512-0mapyo5jA99BhnQNqPew1kGUVRs5NCI9jm2DjXQzrHWGt9M2lSj73exF21EwO2SvZ1wrZ84S8aJFp57q8TBf5w==","signatures":[{"sig":"MEUCIQCDNfQHX65l7MqZmOraQccZ0rWE+7wi11pTEi17Sfg6SAIgfEfWyvRdyeGbutMfZZMliWmSWETF8+Bp4bxHpfQO9nM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608832},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fdac61dd05ca665168f51f655f1d165b55ec4231","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-next.fdac61dd05ca665168f51f655f1d165b55ec4231","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.fdac61dd05ca665168f51f655f1d165b55ec4231","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.fdac61dd05ca665168f51f655f1d165b55ec4231","@strapi/types":"0.0.0-next.fdac61dd05ca665168f51f655f1d165b55ec4231","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.fdac61dd05ca665168f51f655f1d165b55ec4231_1740097875970_0.4101696257752778","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.53bc31e82da0a30669d08ef9fe04efd2b5e9d4eb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.53bc31e82da0a30669d08ef9fe04efd2b5e9d4eb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.53bc31e82da0a30669d08ef9fe04efd2b5e9d4eb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3e6df63542bf14bd430efb0d84ad76cc250ee6ad","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.53bc31e82da0a30669d08ef9fe04efd2b5e9d4eb.tgz","fileCount":316,"integrity":"sha512-jZkYbWA1iDmhe4apS+YikzdgNlSQADI43dZXUqdLE/zit8azfXzjLi1D7sovn708GCrQ/5cp7/ic5yzTB/8P+Q==","signatures":[{"sig":"MEUCIGfMoJGyFgaSBHOYJSOixt84GXpExhQ8gYhrGvun6TC/AiEAr/RpCcSs0+5DmEU/Ugw8FdjS2GTAxWyb5ns4bK8gbTE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3602774},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"53bc31e82da0a30669d08ef9fe04efd2b5e9d4eb","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.53bc31e82da0a30669d08ef9fe04efd2b5e9d4eb","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.53bc31e82da0a30669d08ef9fe04efd2b5e9d4eb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.53bc31e82da0a30669d08ef9fe04efd2b5e9d4eb","@strapi/types":"0.0.0-experimental.53bc31e82da0a30669d08ef9fe04efd2b5e9d4eb","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.53bc31e82da0a30669d08ef9fe04efd2b5e9d4eb_1740155832453_0.4580521639509936","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.24165c9d5cbc756c03fe23bc491569c77973f5ac":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.24165c9d5cbc756c03fe23bc491569c77973f5ac","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.24165c9d5cbc756c03fe23bc491569c77973f5ac","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9f515948cc1747079acd44349da9e6af1d70568e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.24165c9d5cbc756c03fe23bc491569c77973f5ac.tgz","fileCount":316,"integrity":"sha512-AxGlcmW6Z7wMCKZ+vvQsMgDieKpT5HektdoMOk03gX3cLNO9VIw3D3k9QcKyzcyhK4JzlgfxM/Yq/DH2djjeGg==","signatures":[{"sig":"MEUCIDuMiLUVA2IeNlD+fIP+nAqpvKuTvwW1hT916kj3zW+nAiEA4KTwW+pHt3aIxPPaseu7YgePMzlLO1+WwUzpdNs67T4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608872},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"24165c9d5cbc756c03fe23bc491569c77973f5ac","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.17","@strapi/utils":"0.0.0-experimental.24165c9d5cbc756c03fe23bc491569c77973f5ac","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.24165c9d5cbc756c03fe23bc491569c77973f5ac","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.24165c9d5cbc756c03fe23bc491569c77973f5ac","@strapi/types":"0.0.0-experimental.24165c9d5cbc756c03fe23bc491569c77973f5ac","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.24165c9d5cbc756c03fe23bc491569c77973f5ac_1740409769060_0.7966999811537363","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.402a8c65252458d28f0c291ad2aaabec270b591d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.402a8c65252458d28f0c291ad2aaabec270b591d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.402a8c65252458d28f0c291ad2aaabec270b591d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"db01c4e6842c6be6104caed6fcf89fe27a4eba29","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.402a8c65252458d28f0c291ad2aaabec270b591d.tgz","fileCount":316,"integrity":"sha512-vkVx4BDUytsXAyjdIxgXmozmkQGgs4ffIi5AlvHwoem7OEwWCrwrmlycCaHGWeZqraDWQJ9wHgvw/zAzI30KNg==","signatures":[{"sig":"MEUCIB/uJ3Yxhd+fy5m6bIBRe/L4PrDpuW5rT/d4X1rN9h0WAiEAsB/XEmooJXSZ/MGTPiF4J5JEMQjLIxyZHm8AYhxSNjo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3602774},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"402a8c65252458d28f0c291ad2aaabec270b591d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.16","@strapi/utils":"0.0.0-experimental.402a8c65252458d28f0c291ad2aaabec270b591d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.402a8c65252458d28f0c291ad2aaabec270b591d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.402a8c65252458d28f0c291ad2aaabec270b591d","@strapi/types":"0.0.0-experimental.402a8c65252458d28f0c291ad2aaabec270b591d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.402a8c65252458d28f0c291ad2aaabec270b591d_1740431675922_0.21376026496441614","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f0ae22a92ff2c56127a7f843a3e973c934c1aab4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f0ae22a92ff2c56127a7f843a3e973c934c1aab4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f0ae22a92ff2c56127a7f843a3e973c934c1aab4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2ef06dc13498e8617f66cf71f2bf3a62aae3fc3f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f0ae22a92ff2c56127a7f843a3e973c934c1aab4.tgz","fileCount":316,"integrity":"sha512-u/coc0ynC6L14KwSUtTL5CNAuHAZ2HwDuheYvtpn0CZaCFySAIkuXldfLCJqkVPQGhALbBGVnW2V3cCQZlpb2Q==","signatures":[{"sig":"MEQCIEU/LkLkjvvLScr77PUxbAJ8IkPGHud37Xwy8S6r5OwLAiBOPd3zqwEpY2rA4lb0wL/s/kt41YbmGmAZSbq2ce9c/w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608872},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f0ae22a92ff2c56127a7f843a3e973c934c1aab4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.17","@strapi/utils":"0.0.0-experimental.f0ae22a92ff2c56127a7f843a3e973c934c1aab4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f0ae22a92ff2c56127a7f843a3e973c934c1aab4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f0ae22a92ff2c56127a7f843a3e973c934c1aab4","@strapi/types":"0.0.0-experimental.f0ae22a92ff2c56127a7f843a3e973c934c1aab4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f0ae22a92ff2c56127a7f843a3e973c934c1aab4_1740432920952_0.1442137743237546","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.24165c9d5cbc756c03fe23bc491569c77973f5ac":{"name":"@strapi/content-type-builder","version":"0.0.0-next.24165c9d5cbc756c03fe23bc491569c77973f5ac","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.24165c9d5cbc756c03fe23bc491569c77973f5ac","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f0ea75fffd8e651b127fd4834ceed6a67d277398","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.24165c9d5cbc756c03fe23bc491569c77973f5ac.tgz","fileCount":316,"integrity":"sha512-KmeLynZqUB7UyZMSmIrkZjC9UiPi63aB/yWBDEXJrUQy6QAxT0qCXcn5TuiYlsKEQ+U47B4nhVO7mBCrCVh9vQ==","signatures":[{"sig":"MEQCIC15CkKbZH0c/pP3BnA3r/RHiMtgy/sP6zYzove5Fj+nAiBjq6axE0PV3WvgvvVLWBmdm/RHumQGtht8MwoNCw69EQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608832},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"24165c9d5cbc756c03fe23bc491569c77973f5ac","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.17","@strapi/utils":"0.0.0-next.24165c9d5cbc756c03fe23bc491569c77973f5ac","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.24165c9d5cbc756c03fe23bc491569c77973f5ac","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.24165c9d5cbc756c03fe23bc491569c77973f5ac","@strapi/types":"0.0.0-next.24165c9d5cbc756c03fe23bc491569c77973f5ac","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.24165c9d5cbc756c03fe23bc491569c77973f5ac_1740443498410_0.12091499956825458","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.9f12de545908a77b10196617c93b8db59a9151c1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9f12de545908a77b10196617c93b8db59a9151c1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9f12de545908a77b10196617c93b8db59a9151c1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e5d563abce49f1f65356920c0b08a5b411097b85","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9f12de545908a77b10196617c93b8db59a9151c1.tgz","fileCount":316,"integrity":"sha512-2QT2kM9bAHv7f05gsaKKVILDrybgnRP6t7dGqAfIaAVr+Wxl/D/VCY6+DVcFWCIlNgv3Oj+QGWlrf2NHosVNww==","signatures":[{"sig":"MEUCIEwd4najGyOs67fl1rpGpTAh9t1X0M6pc0eqRombIJXYAiEA2oVDVki9LGR+/MFjWukCmIEFQpc095iGzY0WFCm17Ng=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608872},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9f12de545908a77b10196617c93b8db59a9151c1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.17","@strapi/utils":"0.0.0-experimental.9f12de545908a77b10196617c93b8db59a9151c1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.9f12de545908a77b10196617c93b8db59a9151c1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9f12de545908a77b10196617c93b8db59a9151c1","@strapi/types":"0.0.0-experimental.9f12de545908a77b10196617c93b8db59a9151c1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9f12de545908a77b10196617c93b8db59a9151c1_1740497030096_0.6595985889991096","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.cc6c39db185a337e2eafce8bcf06544351e92cc5":{"name":"@strapi/content-type-builder","version":"0.0.0-next.cc6c39db185a337e2eafce8bcf06544351e92cc5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.cc6c39db185a337e2eafce8bcf06544351e92cc5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2383585fc6624c472e795b30e797f7381840d4c1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.cc6c39db185a337e2eafce8bcf06544351e92cc5.tgz","fileCount":316,"integrity":"sha512-ZW4Vl0eeaSYc4iOAgLqF3cvhWRLVnfQnjQDG6I96Z9RI9IDiJwYdJUL9lXtl/3lq9u3uyV5ls9hmnUYNKEVEwA==","signatures":[{"sig":"MEQCICMKsA3ptBiPa5js5x1INvIvMd/vLh9FMSXi/UsWoFdeAiAsftK8y8d3TWK8yDEeSPH3+mRkH3pUvy0VwhlhU37edQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608832},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cc6c39db185a337e2eafce8bcf06544351e92cc5","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.17","@strapi/utils":"0.0.0-next.cc6c39db185a337e2eafce8bcf06544351e92cc5","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.cc6c39db185a337e2eafce8bcf06544351e92cc5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.cc6c39db185a337e2eafce8bcf06544351e92cc5","@strapi/types":"0.0.0-next.cc6c39db185a337e2eafce8bcf06544351e92cc5","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.cc6c39db185a337e2eafce8bcf06544351e92cc5_1740529880388_0.5621923989519984","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a4161dd0ce4a6742074cbfc43734281e14a29baa":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a4161dd0ce4a6742074cbfc43734281e14a29baa","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a4161dd0ce4a6742074cbfc43734281e14a29baa","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ed7d74202114c30c24baab4de0c410033c2d87fa","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a4161dd0ce4a6742074cbfc43734281e14a29baa.tgz","fileCount":316,"integrity":"sha512-+bAyeUNaixRs8F5cwxGdmltEH+lJKqlcM04EGmVGqBsVsgSbpFBU1MM+EwsonNjEfjrrhq1/U+S+Rv4BbnDnzQ==","signatures":[{"sig":"MEUCIDuvDVEV7ejxZDZN7Um+u1yY7pqt+pQWhRePkG2h+kOpAiEAihnbrdEJetOe+ENy+ZgnhsQEQ5pqmugv8XpxOCH3LWo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608872},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a4161dd0ce4a6742074cbfc43734281e14a29baa","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.17","@strapi/utils":"0.0.0-experimental.a4161dd0ce4a6742074cbfc43734281e14a29baa","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.a4161dd0ce4a6742074cbfc43734281e14a29baa","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a4161dd0ce4a6742074cbfc43734281e14a29baa","@strapi/types":"0.0.0-experimental.a4161dd0ce4a6742074cbfc43734281e14a29baa","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a4161dd0ce4a6742074cbfc43734281e14a29baa_1740567703767_0.12984665360062353","host":"s3://npm-registry-packages-npm-production"}},"5.10.4":{"name":"@strapi/content-type-builder","version":"5.10.4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.10.4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2d9272369cf7be7b78cabe4b0de609335416fd16","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.10.4.tgz","fileCount":316,"integrity":"sha512-w4aIOJNgxi4i3uZj37PCtSZkbIyuuYb7uVXuTqxthPwu/lV+UHXLKtH4PDHRlIR7olRvkmqCcMR5Frz+Hu+Tsw==","signatures":[{"sig":"MEUCIQCMsLCI9lRuT2UOUDsmVL8opj2uA5KWtvY3lHiuXOvUvQIge8rAZAGT9ru71VH4XQgnvPTkpnpqcg6BjOJVIwVHbCU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3608607},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f0677746dd95bc06e8ab602dc521639b7142154b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.17","@strapi/utils":"5.10.4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.10.4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.17"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.10.4","@strapi/types":"5.10.4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.10.4_1740581975399_0.8049246505396681","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e61eff51f9834ffdef16bdc236aecab5f837723b":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e61eff51f9834ffdef16bdc236aecab5f837723b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e61eff51f9834ffdef16bdc236aecab5f837723b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3a8c921c3ed54b443c836b809ddc50d7b11bba3b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e61eff51f9834ffdef16bdc236aecab5f837723b.tgz","fileCount":316,"integrity":"sha512-bOOLW4T69lfu5/1mH2MkjjTJxvk+sSl58Sp+eX00C/Rqau1Tw/NhEXy7LJ/f+a80mEN7aH2b3jy903yQR8XrCg==","signatures":[{"sig":"MEYCIQCMaQeSMUfjbmQdbpr09euV3J6zOE0Ja+/F/WLS0vK7IQIhAIp4wUuIRf2Ml+4XSAeDoXdDmVmTI4d8062nxM1UQhu1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620464},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e61eff51f9834ffdef16bdc236aecab5f837723b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.e61eff51f9834ffdef16bdc236aecab5f837723b","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.e61eff51f9834ffdef16bdc236aecab5f837723b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e61eff51f9834ffdef16bdc236aecab5f837723b","@strapi/types":"0.0.0-next.e61eff51f9834ffdef16bdc236aecab5f837723b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e61eff51f9834ffdef16bdc236aecab5f837723b_1740616288487_0.13912302299001955","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.1253cf1413edf12553abf0600cb28a78b02935fb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1253cf1413edf12553abf0600cb28a78b02935fb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1253cf1413edf12553abf0600cb28a78b02935fb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6031f3f1424772a5456d7060b63ecd2c6dd0bb99","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1253cf1413edf12553abf0600cb28a78b02935fb.tgz","fileCount":316,"integrity":"sha512-rvR3GNNmt5rw3VFHMHr9FTg/RjucyNuSaT7wKUFAimqN3JgMH6DTUcQl20vOJNky4BmVApf2h8Tew8KGADKxiw==","signatures":[{"sig":"MEYCIQCiCCT8lcmWmnZqp4aJQZDE/GfAhV+32OasUEJbJPxI5gIhAIaiUrRNIuPWFjpX2OseWqIdtLLzHcb0wXKUbEBa4Y2X","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620504},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1253cf1413edf12553abf0600cb28a78b02935fb","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.1253cf1413edf12553abf0600cb28a78b02935fb","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.1253cf1413edf12553abf0600cb28a78b02935fb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1253cf1413edf12553abf0600cb28a78b02935fb","@strapi/types":"0.0.0-experimental.1253cf1413edf12553abf0600cb28a78b02935fb","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1253cf1413edf12553abf0600cb28a78b02935fb_1740674035972_0.3865419656987774","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.1905f36833468f12a6ad1dbd03650aa3b6474658":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1905f36833468f12a6ad1dbd03650aa3b6474658","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1905f36833468f12a6ad1dbd03650aa3b6474658","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8c2265840f25cbe587b9e318133d6638fd7bf20c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1905f36833468f12a6ad1dbd03650aa3b6474658.tgz","fileCount":316,"integrity":"sha512-SH+Jm58U321useQdH0ed/26nrJmdpv/2+jWmpPqRYpyPPkG6vTkbVU/GlQRmPEOkm4D/SG0iPf0wBN1DcBadUw==","signatures":[{"sig":"MEQCICIvxcPeypSevqWCQxM/uy2NG8oKJWeMyxNxCSHCNQtxAiANnf+ozpvxJ1rOcsqNurBHquD6kxFRM3KRwj/iC73XrQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620504},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1905f36833468f12a6ad1dbd03650aa3b6474658","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.1905f36833468f12a6ad1dbd03650aa3b6474658","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.1905f36833468f12a6ad1dbd03650aa3b6474658","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1905f36833468f12a6ad1dbd03650aa3b6474658","@strapi/types":"0.0.0-experimental.1905f36833468f12a6ad1dbd03650aa3b6474658","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1905f36833468f12a6ad1dbd03650aa3b6474658_1740675019745_0.7452992489389019","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e98ae27d8c69c68823eb7c46cf329385637ba393":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e98ae27d8c69c68823eb7c46cf329385637ba393","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e98ae27d8c69c68823eb7c46cf329385637ba393","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"47729bb6317132f335f88bdea40571c8e2a2be56","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e98ae27d8c69c68823eb7c46cf329385637ba393.tgz","fileCount":316,"integrity":"sha512-WJdFQmduFdjngDean2xU/1/nLVmKx4xM9X62rIrvxXdZwDJN/SLdhjKjF0AkS3kN67cOF7uLLnowRLwrXzu/Hg==","signatures":[{"sig":"MEQCIEwbrgSkyRNFDizhNF4JBKTm4KiSvkOd/fUWeuypQR6LAiA0Qu9/3I3j9fygIyZR6c6DE3we5e7lTd6DTkskIS0ylw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620464},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e98ae27d8c69c68823eb7c46cf329385637ba393","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.e98ae27d8c69c68823eb7c46cf329385637ba393","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.e98ae27d8c69c68823eb7c46cf329385637ba393","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e98ae27d8c69c68823eb7c46cf329385637ba393","@strapi/types":"0.0.0-next.e98ae27d8c69c68823eb7c46cf329385637ba393","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e98ae27d8c69c68823eb7c46cf329385637ba393_1740702683857_0.35479950188717035","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.6d1dbc97a99dbfe8847598f6cbea3f7a1df2c89c":{"name":"@strapi/content-type-builder","version":"0.0.0-next.6d1dbc97a99dbfe8847598f6cbea3f7a1df2c89c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.6d1dbc97a99dbfe8847598f6cbea3f7a1df2c89c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3aa23dbfb686cd2182440ea05691e46a72dafc51","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.6d1dbc97a99dbfe8847598f6cbea3f7a1df2c89c.tgz","fileCount":316,"integrity":"sha512-fR1w4xBTVM4zDvxCTEeuL3DY4snUMbDSwEHeog9UHl16ZdLHsyx/46A0eWoN08N3oR/ObOJGXzFNQ5ouw6dl1A==","signatures":[{"sig":"MEUCIQCQlD2cqr0UxigYkjoLI27M3jstxal1S7lrnBEsnYIOmAIgT00U9II4Y0rI2/0WvrHn82IoNyVKAqM6KdS7cSOZBSk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620464},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6d1dbc97a99dbfe8847598f6cbea3f7a1df2c89c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.6d1dbc97a99dbfe8847598f6cbea3f7a1df2c89c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.6d1dbc97a99dbfe8847598f6cbea3f7a1df2c89c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.6d1dbc97a99dbfe8847598f6cbea3f7a1df2c89c","@strapi/types":"0.0.0-next.6d1dbc97a99dbfe8847598f6cbea3f7a1df2c89c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.6d1dbc97a99dbfe8847598f6cbea3f7a1df2c89c_1740789236621_0.4289423373422778","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.2cc011c888f93c1bfab276c5f709a40fb3fc9aac":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2cc011c888f93c1bfab276c5f709a40fb3fc9aac","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2cc011c888f93c1bfab276c5f709a40fb3fc9aac","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fe9cd2907a1f957dee88db4a365c90131c24e6c0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2cc011c888f93c1bfab276c5f709a40fb3fc9aac.tgz","fileCount":316,"integrity":"sha512-Kj1+ZIDSiAqDCupwZVHUUJjkO6ksMlT+VX8xB7n9Jjo7VkrOnaP5BIzJXWQBCicLPWJnwfjeB6XNhn0czmwsZg==","signatures":[{"sig":"MEUCIFY2gPzR9xsOEpbw9leP+Czrgm+tQ72yr8RVZJ9uViGqAiEAgHvnHU+UR6anaFSxpG7PTx1iVslzVnFldvSAtxmehtg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620504},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2cc011c888f93c1bfab276c5f709a40fb3fc9aac","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.2cc011c888f93c1bfab276c5f709a40fb3fc9aac","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.2cc011c888f93c1bfab276c5f709a40fb3fc9aac","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2cc011c888f93c1bfab276c5f709a40fb3fc9aac","@strapi/types":"0.0.0-experimental.2cc011c888f93c1bfab276c5f709a40fb3fc9aac","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2cc011c888f93c1bfab276c5f709a40fb3fc9aac_1741025272448_0.775405137093516","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.2cc011c888f93c1bfab276c5f709a40fb3fc9aac":{"name":"@strapi/content-type-builder","version":"0.0.0-next.2cc011c888f93c1bfab276c5f709a40fb3fc9aac","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.2cc011c888f93c1bfab276c5f709a40fb3fc9aac","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"756e51489817f428da6b4222eebacdd7f8eeacad","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.2cc011c888f93c1bfab276c5f709a40fb3fc9aac.tgz","fileCount":316,"integrity":"sha512-qRs41XA4KKECKuIa4vtkSa3U/wHvTfp2qq3FgSkXfRa10r4vseYreImhcS/Nhf472CjdwM9EomPq03ItQsxG8Q==","signatures":[{"sig":"MEYCIQDPWce4GF6hAFNi2xkne2NrlNppT+Iy7nwxHTLj5ArFaQIhANG4YSQti3Aj7mSaS/PQ+odD2vdEixR9DlBus1LZx3+k","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620464},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2cc011c888f93c1bfab276c5f709a40fb3fc9aac","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.2cc011c888f93c1bfab276c5f709a40fb3fc9aac","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.2cc011c888f93c1bfab276c5f709a40fb3fc9aac","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.2cc011c888f93c1bfab276c5f709a40fb3fc9aac","@strapi/types":"0.0.0-next.2cc011c888f93c1bfab276c5f709a40fb3fc9aac","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.2cc011c888f93c1bfab276c5f709a40fb3fc9aac_1741048290726_0.5561082419523509","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.614aaf36aaf7e94667b876f02949c3651d9715da":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.614aaf36aaf7e94667b876f02949c3651d9715da","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.614aaf36aaf7e94667b876f02949c3651d9715da","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"22772254c804c305d6ed542fde5741fcc42ccd74","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.614aaf36aaf7e94667b876f02949c3651d9715da.tgz","fileCount":316,"integrity":"sha512-soQH0vkHjMuOH7eOBlJ3kHCy6DgBRty6YBvBZSkobzkOpi2p9X13F6Wxu1KtZeYQ6X5flLOqYN80IU9fQdaR2A==","signatures":[{"sig":"MEQCICYfdMdfoZU8wD3fPx85QRtCR+DIl0KNPr00ff2yG2EyAiBxjUCMyEQGmTut51/Tlmy1y1szLKYLDmEHAUGOie81xA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620504},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"614aaf36aaf7e94667b876f02949c3651d9715da","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.614aaf36aaf7e94667b876f02949c3651d9715da","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.614aaf36aaf7e94667b876f02949c3651d9715da","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.614aaf36aaf7e94667b876f02949c3651d9715da","@strapi/types":"0.0.0-experimental.614aaf36aaf7e94667b876f02949c3651d9715da","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.614aaf36aaf7e94667b876f02949c3651d9715da_1741095649463_0.817126533789845","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.13421055c5da2ac016c435155c449a633d399dea":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.13421055c5da2ac016c435155c449a633d399dea","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.13421055c5da2ac016c435155c449a633d399dea","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f1423196aac52cfe46de884b42819ae26885e1a0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.13421055c5da2ac016c435155c449a633d399dea.tgz","fileCount":316,"integrity":"sha512-zm/GsfgduGq45M/WfS9FGsYa99R+SgxH6pIWoF+DmyEJcruEEWU37QrOXoFxmwRpkVoyjnpQgeO3l9OGYLPlzg==","signatures":[{"sig":"MEQCID16jK4MTpvydddDOSfPMB0o2/6VABWytgwuoYTxxkpwAiBXnuPXeyCnjnPxVL0iwUmXHUMtK+LpOD7uyn7Cn4zmDw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620504},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"13421055c5da2ac016c435155c449a633d399dea","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.13421055c5da2ac016c435155c449a633d399dea","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.13421055c5da2ac016c435155c449a633d399dea","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.13421055c5da2ac016c435155c449a633d399dea","@strapi/types":"0.0.0-experimental.13421055c5da2ac016c435155c449a633d399dea","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.13421055c5da2ac016c435155c449a633d399dea_1741106754504_0.3061349328363565","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e576af447d9f97e89e24c6daa32d8f714376cd5f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e576af447d9f97e89e24c6daa32d8f714376cd5f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e576af447d9f97e89e24c6daa32d8f714376cd5f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bc7509857e8466eba96dbf04bae4004ab404891c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e576af447d9f97e89e24c6daa32d8f714376cd5f.tgz","fileCount":316,"integrity":"sha512-k2VLxXcxFEmS/o2GY8++6s8oM1VbUyV2JYe20A7sbCi9HnNAT+SZYQgnDyVzN8fsf6U8jYJP7XRhZCqkXMXOmQ==","signatures":[{"sig":"MEYCIQCGCnq9NOOISw1K9b2cU23rNjW12UM2S+RAoo6NTQz/iQIhAI83gDnKAhYcKx4GYLvOKqviumnZtTM3un4gY5WXffRf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620504},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e576af447d9f97e89e24c6daa32d8f714376cd5f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.e576af447d9f97e89e24c6daa32d8f714376cd5f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.e576af447d9f97e89e24c6daa32d8f714376cd5f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e576af447d9f97e89e24c6daa32d8f714376cd5f","@strapi/types":"0.0.0-experimental.e576af447d9f97e89e24c6daa32d8f714376cd5f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e576af447d9f97e89e24c6daa32d8f714376cd5f_1741107740330_0.6043033965166966","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.614aaf36aaf7e94667b876f02949c3651d9715da":{"name":"@strapi/content-type-builder","version":"0.0.0-next.614aaf36aaf7e94667b876f02949c3651d9715da","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.614aaf36aaf7e94667b876f02949c3651d9715da","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1c0ba95d081acda61047c53ff5ef8852854ffccf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.614aaf36aaf7e94667b876f02949c3651d9715da.tgz","fileCount":316,"integrity":"sha512-kHntcin/sE1pFiQ1aXGUIPowSiaAvbrK5VHO+AmOxooL5BBo3fCq7MT1+KTMWdj7SXWHTXPk0arC9qb67dGwUA==","signatures":[{"sig":"MEYCIQDvS5y7hX+4BSVmFRX+0iM2poIJDqdlXQxct/pV5xPivAIhALUiYmVf4Ei8armvvFUnVZ8+iCR8+gwr2bo33E/9Baa1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620464},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"614aaf36aaf7e94667b876f02949c3651d9715da","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.614aaf36aaf7e94667b876f02949c3651d9715da","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.614aaf36aaf7e94667b876f02949c3651d9715da","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.614aaf36aaf7e94667b876f02949c3651d9715da","@strapi/types":"0.0.0-next.614aaf36aaf7e94667b876f02949c3651d9715da","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.614aaf36aaf7e94667b876f02949c3651d9715da_1741134704685_0.8175242343309592","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e12978dcee698470990e9c5c63384faf2c307443":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e12978dcee698470990e9c5c63384faf2c307443","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e12978dcee698470990e9c5c63384faf2c307443","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"210bf888b196023861ee60cd29d78a3dd74fd378","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e12978dcee698470990e9c5c63384faf2c307443.tgz","fileCount":316,"integrity":"sha512-UmrTkqs9bxL4dJpWs78JK73KoOU0Urcd1ZTAT7eHCjCxbMrrRcggTkeDqQpqoh9xJuJ6Wea0GD20dnAMRpKDrQ==","signatures":[{"sig":"MEQCIDK1eaiVRKlvZw70XvhqtcXtTu5z9s3oom/HPo+fxo2aAiBKn5znj0sZooHWK3exfM9SlyUF4L++esNlqqG3+WUn0w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620504},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e12978dcee698470990e9c5c63384faf2c307443","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.e12978dcee698470990e9c5c63384faf2c307443","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.e12978dcee698470990e9c5c63384faf2c307443","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e12978dcee698470990e9c5c63384faf2c307443","@strapi/types":"0.0.0-experimental.e12978dcee698470990e9c5c63384faf2c307443","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e12978dcee698470990e9c5c63384faf2c307443_1741165897282_0.010178798693933233","host":"s3://npm-registry-packages-npm-production"}},"5.11.0":{"name":"@strapi/content-type-builder","version":"5.11.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.11.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5f254ebdff078e9735518a565e275d2a236a8954","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.11.0.tgz","fileCount":316,"integrity":"sha512-682FYyjQ/C60gZXyujW5h3Sv0FocXJBBTRqeqO2hzRDYp4/mlGaQty+2CGO6h7aXBPEls9T7wufB842xLFm6Og==","signatures":[{"sig":"MEUCIQDzgQQyTFUr/BxDQOeba0/YM7f8WTbMNbPtrReeg5V/0gIgcTQrR7d4vZdODU0f0QK5Lv3GSzcU0AGlkPFsX5jw0Us=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620239},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"30bb92ab954311601885101c0fd82a64706e4fa7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"5.11.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.11.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.11.0","@strapi/types":"5.11.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.11.0_1741172549631_0.8502036611810624","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.ef9237644b07791c05e1b7edc54d1921e59565ae":{"name":"@strapi/content-type-builder","version":"0.0.0-next.ef9237644b07791c05e1b7edc54d1921e59565ae","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.ef9237644b07791c05e1b7edc54d1921e59565ae","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4dd077189b548e381f401665c4a2490ed39930ae","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.ef9237644b07791c05e1b7edc54d1921e59565ae.tgz","fileCount":316,"integrity":"sha512-0Siwzm8GfvNAv2DolJX2bBrkJvFNFCiKRu5TrHhfc0vyT4r3N2eSedajUd74EL8Phx+PZEGwcEvAWlyrP+S0mg==","signatures":[{"sig":"MEQCICHhp7rKGCQY1Lk5kAvB7vekvGm7usG7Jpyc8z2XvvFVAiBAlOh2D/goVjr0iAhqS8/twjK82SfLA7xskOSVFJyViA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620464},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ef9237644b07791c05e1b7edc54d1921e59565ae","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.ef9237644b07791c05e1b7edc54d1921e59565ae","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.ef9237644b07791c05e1b7edc54d1921e59565ae","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.ef9237644b07791c05e1b7edc54d1921e59565ae","@strapi/types":"0.0.0-next.ef9237644b07791c05e1b7edc54d1921e59565ae","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.ef9237644b07791c05e1b7edc54d1921e59565ae_1741221133708_0.6933673747792068","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.c57731c6e91ae024fa544ad986d80a3c4a489dbf":{"name":"@strapi/content-type-builder","version":"0.0.0-next.c57731c6e91ae024fa544ad986d80a3c4a489dbf","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.c57731c6e91ae024fa544ad986d80a3c4a489dbf","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9bfb916726ec2f15b53f4e2842e6cd82ae0c5b16","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.c57731c6e91ae024fa544ad986d80a3c4a489dbf.tgz","fileCount":316,"integrity":"sha512-9TmDhtZPGdKumHDXVn+ctA8a6XgRbxQxzptr96H3aGKvtR//nnidYGMvpVzCLJl5L4fukVsBJDeS8DbU2LB/vg==","signatures":[{"sig":"MEUCIQDoFRv+lB2kieUbfQfVWEbjlXPJq9kicj10bHtDBYhFPAIge+M40lyYkAIOaIBoEDOjc9KNQJ5KFfxuqnTM2P4fR9g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620464},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c57731c6e91ae024fa544ad986d80a3c4a489dbf","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.c57731c6e91ae024fa544ad986d80a3c4a489dbf","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.c57731c6e91ae024fa544ad986d80a3c4a489dbf","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.c57731c6e91ae024fa544ad986d80a3c4a489dbf","@strapi/types":"0.0.0-next.c57731c6e91ae024fa544ad986d80a3c4a489dbf","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.c57731c6e91ae024fa544ad986d80a3c4a489dbf_1741307535272_0.9681346369133643","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.1d7c4992290d64f21e2e7adc599143417bbe921a":{"name":"@strapi/content-type-builder","version":"0.0.0-next.1d7c4992290d64f21e2e7adc599143417bbe921a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.1d7c4992290d64f21e2e7adc599143417bbe921a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"323078ff84b59ae8a5e1d560974077ce1d605175","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.1d7c4992290d64f21e2e7adc599143417bbe921a.tgz","fileCount":316,"integrity":"sha512-2wUHgeevetSxNhLl/Na+txavDrPCzuGYmJ74EikvstXYORlBS0FuZlud5mBZOCCUwAAIc/bluxq5I8nhFssxYQ==","signatures":[{"sig":"MEUCIQDXpQbGwTc2tWCh0XT5kjXO04vEGmliZd4zH6V9Ifft9wIgMel4UujRR3rDE2oRvWDN1vLbATr8hfhus+HmyXP/1Gs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3620464},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1d7c4992290d64f21e2e7adc599143417bbe921a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.1d7c4992290d64f21e2e7adc599143417bbe921a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.1d7c4992290d64f21e2e7adc599143417bbe921a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.1d7c4992290d64f21e2e7adc599143417bbe921a","@strapi/types":"0.0.0-next.1d7c4992290d64f21e2e7adc599143417bbe921a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.1d7c4992290d64f21e2e7adc599143417bbe921a_1741393607137_0.49068942902794","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.5017d5e420167d48ec296e3af242d180abd86d53":{"name":"@strapi/content-type-builder","version":"0.0.0-next.5017d5e420167d48ec296e3af242d180abd86d53","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.5017d5e420167d48ec296e3af242d180abd86d53","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7928e5ee783467e50d3ba12c1130dbed0ad9e3ad","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.5017d5e420167d48ec296e3af242d180abd86d53.tgz","fileCount":316,"integrity":"sha512-sBmfbNvSvhFyCwe21rIaLqh5dLDoJ0SYpce4MAmBI2wishwSfKorH3SgUWngLSjidLoYS0d3sGSrBQlHlWDUMQ==","signatures":[{"sig":"MEQCIFDzwCmMnyBxOrGj7VtAKxX75OR1zYuB7sT/6lWWxE5AAiBGfGfbVw6KUk6ezuGTCS9kB0ctGtDKaUcDrP3TUY87Pw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622302},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5017d5e420167d48ec296e3af242d180abd86d53","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.5017d5e420167d48ec296e3af242d180abd86d53","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.5017d5e420167d48ec296e3af242d180abd86d53","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.5017d5e420167d48ec296e3af242d180abd86d53","@strapi/types":"0.0.0-next.5017d5e420167d48ec296e3af242d180abd86d53","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.5017d5e420167d48ec296e3af242d180abd86d53_1741653128727_0.2876892435062621","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.5017d5e420167d48ec296e3af242d180abd86d53":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5017d5e420167d48ec296e3af242d180abd86d53","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5017d5e420167d48ec296e3af242d180abd86d53","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bf2995bc592943742c3e7c254bf67af67e39a325","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5017d5e420167d48ec296e3af242d180abd86d53.tgz","fileCount":316,"integrity":"sha512-OzPal8FAIx7Tqlz+d5JM2AZ4+5eBUIpB+A+pH2qJH4jOVIUfbJA0bLnrkvHJbvf6slZU7frJ2H7U5RWMxTO+dQ==","signatures":[{"sig":"MEUCIBGR4aQwR7bbVCAOvjxN9EJigW/VYnH5w8G4K4ZOsyMXAiEA3gIBeFJnfxv7DpKjjORujDQM3ZH+1CHdsJ/iv/ySsJs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5017d5e420167d48ec296e3af242d180abd86d53","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.5017d5e420167d48ec296e3af242d180abd86d53","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5017d5e420167d48ec296e3af242d180abd86d53","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5017d5e420167d48ec296e3af242d180abd86d53","@strapi/types":"0.0.0-experimental.5017d5e420167d48ec296e3af242d180abd86d53","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5017d5e420167d48ec296e3af242d180abd86d53_1741682612932_0.6462977130674652","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a576251420eec95c5c06011dcf28202913fc8264":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a576251420eec95c5c06011dcf28202913fc8264","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a576251420eec95c5c06011dcf28202913fc8264","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9ccbf5e35bdc6aa4eb0e33e0192cc6c8b7688f86","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a576251420eec95c5c06011dcf28202913fc8264.tgz","fileCount":316,"integrity":"sha512-Fs+7uiiLbDNkTFJDY5T4ldLnRXUpUy8bwpOiDO2IHgtpwhcBTt8tpsSCaGYU7cRtQ78nnSVyUIhMk0WvwZPjcQ==","signatures":[{"sig":"MEYCIQCjtxnrWCNpg/MrdjNVfBvX8SWE+zht4p6JtUXanMPq2AIhALJP9FgUktLTOdnV5wRv1MU/b+sJ0jCYSVs7mUb79Cvj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a576251420eec95c5c06011dcf28202913fc8264","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.a576251420eec95c5c06011dcf28202913fc8264","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.a576251420eec95c5c06011dcf28202913fc8264","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a576251420eec95c5c06011dcf28202913fc8264","@strapi/types":"0.0.0-experimental.a576251420eec95c5c06011dcf28202913fc8264","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a576251420eec95c5c06011dcf28202913fc8264_1741696051044_0.6007644077428795","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.da0467de7eccc163e893e9b332505a79a5d52ec7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.da0467de7eccc163e893e9b332505a79a5d52ec7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.da0467de7eccc163e893e9b332505a79a5d52ec7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2fe884d7731ec175d3455d34b1e5cd6066681532","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.da0467de7eccc163e893e9b332505a79a5d52ec7.tgz","fileCount":316,"integrity":"sha512-vKBIBmrBFLnWK3jqmtmmkR1vfYEa+DBuZ2rPAuCmrjvK4Jyv+75sHCD7oZJSstfNQBdxqFFrv0dq5234oX+lHQ==","signatures":[{"sig":"MEUCIQDcRAK9CUvmIB6oHwM4HoJTOkHhV0hG1n8kOQAjbIkljgIgCmfD3PFUJ17DsmBs+1AMGbKso5jPQfic0rME2oRW/xo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"da0467de7eccc163e893e9b332505a79a5d52ec7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.da0467de7eccc163e893e9b332505a79a5d52ec7","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.da0467de7eccc163e893e9b332505a79a5d52ec7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.da0467de7eccc163e893e9b332505a79a5d52ec7","@strapi/types":"0.0.0-experimental.da0467de7eccc163e893e9b332505a79a5d52ec7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.da0467de7eccc163e893e9b332505a79a5d52ec7_1741712233332_0.03713426693226385","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.2f08d92b24a4731a9b10bae850bce95a2eb7340e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2f08d92b24a4731a9b10bae850bce95a2eb7340e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2f08d92b24a4731a9b10bae850bce95a2eb7340e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a41a90720081428905baf30ea96c83f125ccba1d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2f08d92b24a4731a9b10bae850bce95a2eb7340e.tgz","fileCount":316,"integrity":"sha512-PfOvlAcUf+XH1VpV2KAJ+OtnKa+d/fTegm33xbmmqSEtzG/P9x8Qu14J9JOnYo8MDRGtWjwUC1donMHtvehk0Q==","signatures":[{"sig":"MEUCIQD1rNokkdoCP7ZSp1IgbrV6TAFXku/HGgDBOqLCvf0IMgIgauCyc6bP8F1+Xxo4p5FDTs45SI/VfSpS6H29FCCtvJ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2f08d92b24a4731a9b10bae850bce95a2eb7340e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.2f08d92b24a4731a9b10bae850bce95a2eb7340e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.2f08d92b24a4731a9b10bae850bce95a2eb7340e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2f08d92b24a4731a9b10bae850bce95a2eb7340e","@strapi/types":"0.0.0-experimental.2f08d92b24a4731a9b10bae850bce95a2eb7340e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2f08d92b24a4731a9b10bae850bce95a2eb7340e_1741777082619_0.7172931304345127","host":"s3://npm-registry-packages-npm-production"}},"5.11.1":{"name":"@strapi/content-type-builder","version":"5.11.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.11.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c263e6f88cb2a68a67a6f32aa2fb791ddab202fe","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.11.1.tgz","fileCount":316,"integrity":"sha512-MyDwAC/7O+oCJN/+MrnURxep4lgZ7WbmSAQyL/+ZUAWn6gberBGs0bOPa99KWxh1A8HgdJ/5hCfi1NndcEpwHw==","signatures":[{"sig":"MEYCIQDtJ6fbTD+Eo/E9XfidVGpILmaGuN0Xuh5pAyC1To+2CwIhAIAaUaa1NFWvXPIEQl6sJOaal/L5KIMXZq9atgjoQmmD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622077},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b87e54e6fd3104630e7b065e61faa1347611dec3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"5.11.1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.11.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.11.1","@strapi/types":"5.11.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.11.1_1741780880959_0.7954424048701245","host":"s3://npm-registry-packages-npm-production"}},"5.12.0-beta.0":{"name":"@strapi/content-type-builder","version":"5.12.0-beta.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.12.0-beta.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"00382594e009d1bc157f50cb6487d37a8bdd811b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.12.0-beta.0.tgz","fileCount":316,"integrity":"sha512-VGpmhRoXxPCZa68EPS3qV8kWg4YEY5Bm19ithdk+EIBqVWSIuYdKpXSwpvOGKuKiqQ0E5VmPwAlltmaaFfLFGQ==","signatures":[{"sig":"MEQCIEkNPyqi69IfBKfw6EZOsiy8HBPnM1IM7qpwsGuTQX6QAiASuwukjoUBaUpw+NgPxtfjxovbTIGtm5hPU02J3FHrEA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622112},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"df7ec3dcfa2454d8869c6bca4c1c9ffb4920e68e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"remidej","email":"remi@hey.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.5.0","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"5.12.0-beta.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.12.0-beta.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.12.0-beta.0","@strapi/types":"5.12.0-beta.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.12.0-beta.0_1741800567276_0.7240384294712527","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.896eb4438c1f4d64f28d9d2ddcf1eeb53b6d0851":{"name":"@strapi/content-type-builder","version":"0.0.0-next.896eb4438c1f4d64f28d9d2ddcf1eeb53b6d0851","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.896eb4438c1f4d64f28d9d2ddcf1eeb53b6d0851","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"941bb360ee92179be9131140c2ca057aac84ce49","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.896eb4438c1f4d64f28d9d2ddcf1eeb53b6d0851.tgz","fileCount":316,"integrity":"sha512-1M34nu5oxVxc7gYm+a1B118v1WkuFeqwixMR9YtPlLRo32lzfOVosH0QnmKdwhI3fBjc5FS6IyvYNp5N4Q8a/w==","signatures":[{"sig":"MEYCIQD3E37bsy0CU+FcISakNIM/6sOEXDW22ZSGZssC9cnmFwIhAMst8NrJfJTVejsQgjz5tk347KsMllLhg4H0N2dRTD/I","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622302},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"896eb4438c1f4d64f28d9d2ddcf1eeb53b6d0851","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.896eb4438c1f4d64f28d9d2ddcf1eeb53b6d0851","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.896eb4438c1f4d64f28d9d2ddcf1eeb53b6d0851","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.896eb4438c1f4d64f28d9d2ddcf1eeb53b6d0851","@strapi/types":"0.0.0-next.896eb4438c1f4d64f28d9d2ddcf1eeb53b6d0851","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.896eb4438c1f4d64f28d9d2ddcf1eeb53b6d0851_1741825940697_0.8735965457693","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.abcfb5ddb536afe8e2213d4a4508536549e89f16":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.abcfb5ddb536afe8e2213d4a4508536549e89f16","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.abcfb5ddb536afe8e2213d4a4508536549e89f16","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7ea98392b54fad83790dfd4070e4cc201287519f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.abcfb5ddb536afe8e2213d4a4508536549e89f16.tgz","fileCount":316,"integrity":"sha512-WEzzaW4TWjLIdJG7d+ff2Osbql1gGJh+4MdnOgxnc9FbQ77LLFTm0VZmvwe9VHiFVx8R7XALCDomEPcqNbkgIA==","signatures":[{"sig":"MEYCIQCq3XqK/2tQ/1VyHl9v6eGEBxLBQ/TgHyvhyqgnoXelEQIhAMCKDXeAOOvjSjSC+fHiS7rdOIioIEwAW6725q5kMWVs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"abcfb5ddb536afe8e2213d4a4508536549e89f16","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.abcfb5ddb536afe8e2213d4a4508536549e89f16","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.abcfb5ddb536afe8e2213d4a4508536549e89f16","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.abcfb5ddb536afe8e2213d4a4508536549e89f16","@strapi/types":"0.0.0-experimental.abcfb5ddb536afe8e2213d4a4508536549e89f16","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.abcfb5ddb536afe8e2213d4a4508536549e89f16_1741890844877_0.3851863498863346","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.cbffd35b6dcd522ced2dc08f13ce2c2ec983514b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.cbffd35b6dcd522ced2dc08f13ce2c2ec983514b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.cbffd35b6dcd522ced2dc08f13ce2c2ec983514b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8e30df2659770d1aea2a20b6583481c2604f45b7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.cbffd35b6dcd522ced2dc08f13ce2c2ec983514b.tgz","fileCount":316,"integrity":"sha512-nJ3Q/sbp4/ZgSCta1q4eRXLnLhhOKzMmvnlsnDWY8cvFLhDRvs9kF1C/V/+yh3LqP9I81lBSp8s1yJDTtZ9C1w==","signatures":[{"sig":"MEQCICGR/g8kwyBWv+SfIa9z+iFCHRxDfd4H/uPkExXHLoK0AiBTwGWD7sxmq9f+8va6D2gvFLyRI0O8TYD+Moo1LVETnA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cbffd35b6dcd522ced2dc08f13ce2c2ec983514b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.cbffd35b6dcd522ced2dc08f13ce2c2ec983514b","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.cbffd35b6dcd522ced2dc08f13ce2c2ec983514b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.cbffd35b6dcd522ced2dc08f13ce2c2ec983514b","@strapi/types":"0.0.0-experimental.cbffd35b6dcd522ced2dc08f13ce2c2ec983514b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.cbffd35b6dcd522ced2dc08f13ce2c2ec983514b_1741892182073_0.6566487785577737","host":"s3://npm-registry-packages-npm-production"}},"5.11.2":{"name":"@strapi/content-type-builder","version":"5.11.2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.11.2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9de64a4d9d8ad96ec763dc4432d45979c3396c76","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.11.2.tgz","fileCount":316,"integrity":"sha512-e8EyGy3JWRzMZ2LXnXZgX/6xkYz0737tL8yQfLp/UnOT37O6qprslArT41D7Gn11sSgH0aVRcGX33pkb3HM2gA==","signatures":[{"sig":"MEUCIQCc/Wr3awO8xac7eTCwHnSRu5KGTIV+G4ni/AqaPR6pfwIgA1bUSGGVdGeOu5N50ftjw1HB7v/3LKheFSn+wBd4cGY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622077},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c209356020659756caa8fe9813ce0722268484f0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"5.11.2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.11.2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.11.2","@strapi/types":"5.11.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.11.2_1741894771169_0.15284304136422588","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"513ef596e04a6c8bdcd3bd5fae0b641797efbf8a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80.tgz","fileCount":316,"integrity":"sha512-3FMAjNEQEC0EkHPfUG5vxVT/18/lYJEWTbAPprwn3Fyb4U9YTsUvchMJfkaviv/C/t4QJcobrqymaLgUJlcv+w==","signatures":[{"sig":"MEUCIQDMVvjDoUvuGtBumf/bcpBqzfYehtQQkwVifFygQlSrtQIgZNX6IP5OBZ9sS0tzZY2HJ5yJyZdcFPXJZkZgObZzC8s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622302},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80","@strapi/types":"0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80_1741912293678_0.49506292324520507","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a4cee39f4705cbd534afa66170f94f2f68e65b75":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a4cee39f4705cbd534afa66170f94f2f68e65b75","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a4cee39f4705cbd534afa66170f94f2f68e65b75","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"26774ac07d9e8daa14d492e402a11bcfd8475826","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a4cee39f4705cbd534afa66170f94f2f68e65b75.tgz","fileCount":316,"integrity":"sha512-dk3eirxHq9mz2CVOuVGcKXBLS2DOuJWGgjj+HEWEc8X9GLlYLvMlxnhbqJlpjBM4L++PMQNe8gyvsY3fxCiFaw==","signatures":[{"sig":"MEUCIQDBZHIsGFlRwNF31JOfl6k5+4d8tZHcIcmENrIwhFVkwQIgLEiEFLH9qJfBYp2MMddsrmG4QXIow4P17WqZaQeZ5EQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a4cee39f4705cbd534afa66170f94f2f68e65b75","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.a4cee39f4705cbd534afa66170f94f2f68e65b75","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.a4cee39f4705cbd534afa66170f94f2f68e65b75","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a4cee39f4705cbd534afa66170f94f2f68e65b75","@strapi/types":"0.0.0-experimental.a4cee39f4705cbd534afa66170f94f2f68e65b75","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a4cee39f4705cbd534afa66170f94f2f68e65b75_1741950557167_0.5921759515495133","host":"s3://npm-registry-packages-npm-production"}},"5.12.0-beta.1":{"name":"@strapi/content-type-builder","version":"5.12.0-beta.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.12.0-beta.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"918263b22f9dd2895eddb448fc92e77fb1c5b374","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.12.0-beta.1.tgz","fileCount":316,"integrity":"sha512-Pu+VyjKohKU8HlnIc89ZDy+bYULPZ0Snh+TbyqRfXZFPJAdV0/4daOzL8H1sbwEKYPr+IjSGg7V5+FGW+DuHww==","signatures":[{"sig":"MEYCIQCMrefuHNFhAwgZKrVhVc2UGp668iVP8JpxPZSWqoXYWwIhAI9e+4hAVNMTBHmn96AF0tG/WxVL12h8UEKGAJPFssdq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622112},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"62b6c529ed1fdcca8f661925d5cf20ac148ef069","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"5.12.0-beta.1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.12.0-beta.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.12.0-beta.1","@strapi/types":"5.12.0-beta.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.12.0-beta.1_1741963941372_0.6610119645275438","host":"s3://npm-registry-packages-npm-production"}},"5.12.0-beta.2":{"name":"@strapi/content-type-builder","version":"5.12.0-beta.2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.12.0-beta.2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2c2cc08aec5959aa115743e619e7fd39d765528c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.12.0-beta.2.tgz","fileCount":316,"integrity":"sha512-gJlhzcRoWEzewd1WamRO0UlJ/VSmgxAM2MmseQrKPv21FJwRZZSbIe7jKOB9CBKE6j9YmEHKEJempyQNjlm3Mg==","signatures":[{"sig":"MEUCIAzsAjm621Ue8MbboSJonup3Yngx275W9algR7cAz8BTAiEAnsdU5JJJlh2fs5kihVFLtRjcxbWFsDE4ckmKxFL2gMc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622112},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9772dffa8e3ee81a25c5438cd4a48257e469d367","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"5.12.0-beta.2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.12.0-beta.2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.12.0-beta.2","@strapi/types":"5.12.0-beta.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.12.0-beta.2_1741965548509_0.7525552293854993","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.1a574eb92501bf5230c6126b73f8e992690d8da1":{"name":"@strapi/content-type-builder","version":"0.0.0-next.1a574eb92501bf5230c6126b73f8e992690d8da1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.1a574eb92501bf5230c6126b73f8e992690d8da1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f0ab37ec6e9b37226df709d480dd2b23ed9df1c6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.1a574eb92501bf5230c6126b73f8e992690d8da1.tgz","fileCount":316,"integrity":"sha512-L9x2OHkyr8jYDBHsIhqcCMU+4/O5B/OVoSU7zinMDbckwg0XoSvh1ABKZlqOhvIKZ1TUfzdTXNZlle6ajFy1xQ==","signatures":[{"sig":"MEYCIQCKZ4quuXnunvt3QUtPjsFJl2Upoajns5kInR1jmxVEgwIhALKn2sfj+ihQD9/KmDvm/epnuVak7ekmhHYf6qMJ8E2d","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622302},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1a574eb92501bf5230c6126b73f8e992690d8da1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.1a574eb92501bf5230c6126b73f8e992690d8da1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.1a574eb92501bf5230c6126b73f8e992690d8da1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.1a574eb92501bf5230c6126b73f8e992690d8da1","@strapi/types":"0.0.0-next.1a574eb92501bf5230c6126b73f8e992690d8da1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.1a574eb92501bf5230c6126b73f8e992690d8da1_1741998702495_0.8281280446038854","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.da32ec023171430e0b0185c39f3cdd0f22d36928":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.da32ec023171430e0b0185c39f3cdd0f22d36928","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.da32ec023171430e0b0185c39f3cdd0f22d36928","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"867392d4c2f8011ad67687083acd1559402f16c0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.da32ec023171430e0b0185c39f3cdd0f22d36928.tgz","fileCount":316,"integrity":"sha512-+AIyqFMmVdzySvCIU75J1sucbMY5vmR2WDLS4xg+We2WI6hr0dlkjGn0TTKUfZKWVs6Um/PI3I8bbdH6DPtwWg==","signatures":[{"sig":"MEUCIHf2xWjuayiDWlKxrV6815OHFfEFn8N206s6hXDPZmW3AiEAxx3mx8c4ibNZ4gkZlPfw+ZWMDbHia6RIjanCzg0Zxsc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"da32ec023171430e0b0185c39f3cdd0f22d36928","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.da32ec023171430e0b0185c39f3cdd0f22d36928","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.da32ec023171430e0b0185c39f3cdd0f22d36928","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.da32ec023171430e0b0185c39f3cdd0f22d36928","@strapi/types":"0.0.0-experimental.da32ec023171430e0b0185c39f3cdd0f22d36928","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.da32ec023171430e0b0185c39f3cdd0f22d36928_1742217962787_0.9084798777143606","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8ba06b448e7b82ad8505f461edf528901aea9e1e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8ba06b448e7b82ad8505f461edf528901aea9e1e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8ba06b448e7b82ad8505f461edf528901aea9e1e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2b83d56e2ab88fa47a94978294c210c8f1d8a785","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8ba06b448e7b82ad8505f461edf528901aea9e1e.tgz","fileCount":316,"integrity":"sha512-DC58lGR2pPyPgdH+fOzUpmSHTtLtaiYUbjmUINgRDrkW0vWu4+OPTMT6SgzdFZcM4CQ42GjhGnSHCAOpVOhhwA==","signatures":[{"sig":"MEUCIQDJbauzGknM9EHO0DEHDd0s+f8DKsaQ5vYryfzD+qr6mQIgKY8Mga5xnrqsukWcFSfKLoP7b55zJtFMwz98dRoUIt4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8ba06b448e7b82ad8505f461edf528901aea9e1e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.8ba06b448e7b82ad8505f461edf528901aea9e1e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.8ba06b448e7b82ad8505f461edf528901aea9e1e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8ba06b448e7b82ad8505f461edf528901aea9e1e","@strapi/types":"0.0.0-experimental.8ba06b448e7b82ad8505f461edf528901aea9e1e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8ba06b448e7b82ad8505f461edf528901aea9e1e_1742220084058_0.9141276913523462","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.9678892591ed5d28450369e1511b3d21cb7db4f9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9678892591ed5d28450369e1511b3d21cb7db4f9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9678892591ed5d28450369e1511b3d21cb7db4f9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e6918e9d1251f362755025a24c4b39511196f4b1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9678892591ed5d28450369e1511b3d21cb7db4f9.tgz","fileCount":316,"integrity":"sha512-QsDvxWKqGZ+UTSUWzka7OBRkAVQJwGLKJaPEJL6DCXFVW07640CwsTsoJ90gMvmI376EhvoJK4Te8sFDVXwiew==","signatures":[{"sig":"MEUCIGTA+28OorerYHjRT4dfsIx/pyb+E01sYCSlO+6CA8B8AiEAhMrvWAQFShdGNomA73EQbiNra1LDNQFgnifo9Km2fik=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9678892591ed5d28450369e1511b3d21cb7db4f9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.9678892591ed5d28450369e1511b3d21cb7db4f9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.9678892591ed5d28450369e1511b3d21cb7db4f9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9678892591ed5d28450369e1511b3d21cb7db4f9","@strapi/types":"0.0.0-experimental.9678892591ed5d28450369e1511b3d21cb7db4f9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9678892591ed5d28450369e1511b3d21cb7db4f9_1742222562192_0.8302420378224338","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.1a574eb92501bf5230c6126b73f8e992690d8da1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1a574eb92501bf5230c6126b73f8e992690d8da1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1a574eb92501bf5230c6126b73f8e992690d8da1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"dc34d80010ab050847940df2c34667e7c881d764","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1a574eb92501bf5230c6126b73f8e992690d8da1.tgz","fileCount":316,"integrity":"sha512-ECkJdJzgyQgX/v4Gn9Bk6xVQQwRZ+8c4v0TYOQY6wF+Y0TzHd4Te6ZXnDBbDU1AS+i+J80EMhktjyFbRfE/gFw==","signatures":[{"sig":"MEQCIEQ73phL+fdbdCAA8516YGZ7uJObJU3oi6eUYcKxnTqXAiBCHVW7NXAaAkkDLPJfPWQB3JzLipBpFwnAlkNDQMDWXw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1a574eb92501bf5230c6126b73f8e992690d8da1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.1a574eb92501bf5230c6126b73f8e992690d8da1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.1a574eb92501bf5230c6126b73f8e992690d8da1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1a574eb92501bf5230c6126b73f8e992690d8da1","@strapi/types":"0.0.0-experimental.1a574eb92501bf5230c6126b73f8e992690d8da1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1a574eb92501bf5230c6126b73f8e992690d8da1_1742230055604_0.869691084226877","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.08528ccedab628a053f4a6bdd779e3654b468e6d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.08528ccedab628a053f4a6bdd779e3654b468e6d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.08528ccedab628a053f4a6bdd779e3654b468e6d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7592b90ed019696f1f8d3709e404bb35aa6b1a3a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.08528ccedab628a053f4a6bdd779e3654b468e6d.tgz","fileCount":316,"integrity":"sha512-GfdU/qNaRWjVZncWROtLWeXZ3jAIDkQErgO2jBWXkO8Cj+71ZV1GbaMsnI7eFuA2GKEIPoJsd/jbrJINwntAdA==","signatures":[{"sig":"MEUCIBdGrS69tH5ythXQFTEryiC5+sHglygr5+ioWYFgFNywAiEA2343ehnmNtKHS6LbNqMDd8/q4fOaSg6Te6UqxN2UljM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"08528ccedab628a053f4a6bdd779e3654b468e6d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.08528ccedab628a053f4a6bdd779e3654b468e6d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.08528ccedab628a053f4a6bdd779e3654b468e6d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.08528ccedab628a053f4a6bdd779e3654b468e6d","@strapi/types":"0.0.0-experimental.08528ccedab628a053f4a6bdd779e3654b468e6d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.08528ccedab628a053f4a6bdd779e3654b468e6d_1742238036463_0.3676225281740737","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.6ba6edad9f95d94f05665c1dcfa5703ec138611d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.6ba6edad9f95d94f05665c1dcfa5703ec138611d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.6ba6edad9f95d94f05665c1dcfa5703ec138611d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e688322fe497e79ccd0f883564bd08fcccebcc2f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.6ba6edad9f95d94f05665c1dcfa5703ec138611d.tgz","fileCount":316,"integrity":"sha512-7BCLhmoueqXIF+qxVuDzsRrfLmonX0hn2dg2m84ixTcEh9oKLiZ2wKBgXepU9erJg30Pm03p/QJ32oO4s1mIWg==","signatures":[{"sig":"MEUCIFW6DJcrWutO8ddkK7kCkRptF0xe8MVXB11dQYBlfFt8AiEAt+2g1RS9XS+lExQ7q4gUWOtlHLIwCCv/DPeReYy+49Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6ba6edad9f95d94f05665c1dcfa5703ec138611d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.6ba6edad9f95d94f05665c1dcfa5703ec138611d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.6ba6edad9f95d94f05665c1dcfa5703ec138611d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.6ba6edad9f95d94f05665c1dcfa5703ec138611d","@strapi/types":"0.0.0-experimental.6ba6edad9f95d94f05665c1dcfa5703ec138611d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.6ba6edad9f95d94f05665c1dcfa5703ec138611d_1742287010647_0.6751735264665433","host":"s3://npm-registry-packages-npm-production"}},"5.11.3":{"name":"@strapi/content-type-builder","version":"5.11.3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.11.3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5f7830a9148adcd86f15b02aba91068b6dfc9886","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.11.3.tgz","fileCount":316,"integrity":"sha512-SrZSYii51/4oup5ZYRDqdtCgNoeU2MrU4TxpTAVl38wnXL0hcF39deOsWl63ld0Jm2YuY1TCz7Zj2+aDezsznQ==","signatures":[{"sig":"MEUCICni4tCFCk8yLW+00bvcRZlT0wMAlcrb/Yyzxjg1OwbKAiEAh+Ey94z4FqeGJe0YNg5SCyw2NZrzoZ0ZruJi+GWSk/c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622077},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b6a922147e59b8b4a38f48108dbee7e77e039e4f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"5.11.3","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.11.3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.11.3","@strapi/types":"5.11.3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.11.3_1742392893355_0.8707008875944322","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.736db7fa04f32cc7ed8db0830fc4c1bcef1948d4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.736db7fa04f32cc7ed8db0830fc4c1bcef1948d4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.736db7fa04f32cc7ed8db0830fc4c1bcef1948d4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"56502d0c232b8d655f3bae27844b89126cee1eae","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.736db7fa04f32cc7ed8db0830fc4c1bcef1948d4.tgz","fileCount":912,"integrity":"sha512-cYw2r9AIYT7FcuHH85uX1sfhRm7g1UlybXxYA6AaEfUJz2tjH8JCuD8l12d0WSMs81tv0v1/GO1t5ep/pBQf5w==","signatures":[{"sig":"MEUCIB8iaSO9AYO+3CUbteH8wMHUR6KcimGzGzBqgAPT5vJxAiEAtjeXSzrkQzvLPp9TW2re/xpYQF4sxu5sxvdD91OHntI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796850},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"736db7fa04f32cc7ed8db0830fc4c1bcef1948d4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.736db7fa04f32cc7ed8db0830fc4c1bcef1948d4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.736db7fa04f32cc7ed8db0830fc4c1bcef1948d4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.736db7fa04f32cc7ed8db0830fc4c1bcef1948d4","@strapi/types":"0.0.0-experimental.736db7fa04f32cc7ed8db0830fc4c1bcef1948d4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.736db7fa04f32cc7ed8db0830fc4c1bcef1948d4_1742402776245_0.28564944892893096","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d2a56e52af31fcf0f0c582a5a2e58e310966e96b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d2a56e52af31fcf0f0c582a5a2e58e310966e96b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d2a56e52af31fcf0f0c582a5a2e58e310966e96b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"035bb01d4b2320e2ababab7f2f3486165c34dbdf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d2a56e52af31fcf0f0c582a5a2e58e310966e96b.tgz","fileCount":316,"integrity":"sha512-0UnN1C5IfCPqcxDGPVYbIiXK21q9qD+9A6mpcAPQIj9QcWahayAiWs7je8gWVf6IEpmc1nHv8RJLSSu6Z1ruKw==","signatures":[{"sig":"MEUCIQCIPOtlaj5nr1/1KJLEvbRI4pRqYDhUSuJaSC9OQ0VfEQIgTLIi4NSo1hexJWejZ8BmensmflLeEFr0cad2YQUooE8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d2a56e52af31fcf0f0c582a5a2e58e310966e96b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.d2a56e52af31fcf0f0c582a5a2e58e310966e96b","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.d2a56e52af31fcf0f0c582a5a2e58e310966e96b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d2a56e52af31fcf0f0c582a5a2e58e310966e96b","@strapi/types":"0.0.0-experimental.d2a56e52af31fcf0f0c582a5a2e58e310966e96b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d2a56e52af31fcf0f0c582a5a2e58e310966e96b_1742404168777_0.36249600402755","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.2c83a77afa7fccd559dd22ce09acee5c216d070f":{"name":"@strapi/content-type-builder","version":"0.0.0-next.2c83a77afa7fccd559dd22ce09acee5c216d070f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.2c83a77afa7fccd559dd22ce09acee5c216d070f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"85685f81f06e8e3e3b26a2260d641a55ded8dab3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.2c83a77afa7fccd559dd22ce09acee5c216d070f.tgz","fileCount":316,"integrity":"sha512-dcouJptCnGuGD9mzhczUbGKF0BWRQv3aeJDXbl3gINUfthTdteeMxoKRtsjyfWix91dOPaT7vMFsIHroqSXl6A==","signatures":[{"sig":"MEUCIFEDu61R9iHBC2QNVyZhCMY5DsmXRXlt70jcp2IgmounAiEAxH+L2sBGkf5OJAmb1XuQiVj0NVaR1tqYeGC96WwYN40=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622302},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2c83a77afa7fccd559dd22ce09acee5c216d070f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.2c83a77afa7fccd559dd22ce09acee5c216d070f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.2c83a77afa7fccd559dd22ce09acee5c216d070f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.2c83a77afa7fccd559dd22ce09acee5c216d070f","@strapi/types":"0.0.0-next.2c83a77afa7fccd559dd22ce09acee5c216d070f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.2c83a77afa7fccd559dd22ce09acee5c216d070f_1742430714277_0.959914519497292","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.c23f51fc41b3ef5de081f427d07e87af93cdcb2c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c23f51fc41b3ef5de081f427d07e87af93cdcb2c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c23f51fc41b3ef5de081f427d07e87af93cdcb2c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"661ad94b8b00c7d5956261158cfefd9408da5116","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c23f51fc41b3ef5de081f427d07e87af93cdcb2c.tgz","fileCount":912,"integrity":"sha512-2DpuXVZlF4yl2883haRthAxW9XuJyPCPYoXRZjK1vKpxHHWoObYZ7r39+Ov4MWAO5WKuardNioLy0DPMYdxOUw==","signatures":[{"sig":"MEYCIQCTRAgPVwFMl/a8boCO9G9usVjgyXK3xU0jVK2d60MGnQIhALwXyrcoWNyt1hOwsP4DNRKnQSLx3BvV3nPLC99vnNDg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796850},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c23f51fc41b3ef5de081f427d07e87af93cdcb2c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.c23f51fc41b3ef5de081f427d07e87af93cdcb2c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.c23f51fc41b3ef5de081f427d07e87af93cdcb2c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c23f51fc41b3ef5de081f427d07e87af93cdcb2c","@strapi/types":"0.0.0-experimental.c23f51fc41b3ef5de081f427d07e87af93cdcb2c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c23f51fc41b3ef5de081f427d07e87af93cdcb2c_1742466175378_0.7959550568241089","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.f271284c756b9467b92aa7769978ff03d09fabbe":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f271284c756b9467b92aa7769978ff03d09fabbe","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f271284c756b9467b92aa7769978ff03d09fabbe","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f8bdcb4a557e904332cb1360f7dd4b9251ad8ec1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f271284c756b9467b92aa7769978ff03d09fabbe.tgz","fileCount":316,"integrity":"sha512-/2SoWs9X/Nsr15BqXmCobj5z8wOmVRic6KZLGN9fmIfpiZYTFZCBelPPQWQpvDoxNykPj0vpDkBDZL+ngm5M2Q==","signatures":[{"sig":"MEYCIQCdULE/P56JKlG0eZLN7zzhe165mOKLVKTYJpyT5vpH8wIhAK+MOMSb4mdOqnvr4OmP47v9AK82uPRMcRDGgLOr4pan","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622302},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f271284c756b9467b92aa7769978ff03d09fabbe","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.f271284c756b9467b92aa7769978ff03d09fabbe","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.f271284c756b9467b92aa7769978ff03d09fabbe","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f271284c756b9467b92aa7769978ff03d09fabbe","@strapi/types":"0.0.0-next.f271284c756b9467b92aa7769978ff03d09fabbe","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f271284c756b9467b92aa7769978ff03d09fabbe_1742517136187_0.6647661751145864","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.eb2d102c03f0984bece7258f6e0e8ab9ee39c82d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.eb2d102c03f0984bece7258f6e0e8ab9ee39c82d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.eb2d102c03f0984bece7258f6e0e8ab9ee39c82d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b757ea176189cf6781ab803d52edab0c66039339","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.eb2d102c03f0984bece7258f6e0e8ab9ee39c82d.tgz","fileCount":316,"integrity":"sha512-5vLScFuAYXqK11K18pKcGVM557/FbFu+MO1qjG1VicQooRxO30nSPMMSsYvljRSglLnnCzRwRc9BWiyhlqxx9w==","signatures":[{"sig":"MEQCIF0ORaLwfomCrAWEEDwC9IJCGb1IeFSygswSWpxlrVvAAiBjjjuV9NKVRHy/1SBjzSk/i19ecfPTV2HxXY14Ecoqnw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"eb2d102c03f0984bece7258f6e0e8ab9ee39c82d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.eb2d102c03f0984bece7258f6e0e8ab9ee39c82d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.eb2d102c03f0984bece7258f6e0e8ab9ee39c82d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.eb2d102c03f0984bece7258f6e0e8ab9ee39c82d","@strapi/types":"0.0.0-experimental.eb2d102c03f0984bece7258f6e0e8ab9ee39c82d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.eb2d102c03f0984bece7258f6e0e8ab9ee39c82d_1742554022747_0.19874384901468067","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.66fd5e4469bf52fd13fc9d4d8099cf66722cab24":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.66fd5e4469bf52fd13fc9d4d8099cf66722cab24","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.66fd5e4469bf52fd13fc9d4d8099cf66722cab24","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f45cabf0bebea641ab0d385c30a6169aacea756d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.66fd5e4469bf52fd13fc9d4d8099cf66722cab24.tgz","fileCount":316,"integrity":"sha512-9Z8SX1zaKqvc5582gPi3expflDEiFHginuZ1EwGy79ksPExdF/hWcy0Uw/fp/y92vSek+eZEFmwal3VeSuTbAA==","signatures":[{"sig":"MEUCIQCJjREQAvtXFAtdIzGhdh8K05uKdpaZPMwRr7BYwh8MfQIgPR3CU1dDXNuqcz2K1vsLiV3wYpfffbZ7fcEe5OGMrto=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"66fd5e4469bf52fd13fc9d4d8099cf66722cab24","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.66fd5e4469bf52fd13fc9d4d8099cf66722cab24","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.66fd5e4469bf52fd13fc9d4d8099cf66722cab24","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.66fd5e4469bf52fd13fc9d4d8099cf66722cab24","@strapi/types":"0.0.0-experimental.66fd5e4469bf52fd13fc9d4d8099cf66722cab24","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.66fd5e4469bf52fd13fc9d4d8099cf66722cab24_1742560021979_0.7613063025330062","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.66fd5e4469bf52fd13fc9d4d8099cf66722cab24":{"name":"@strapi/content-type-builder","version":"0.0.0-next.66fd5e4469bf52fd13fc9d4d8099cf66722cab24","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.66fd5e4469bf52fd13fc9d4d8099cf66722cab24","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b3c47da62da906577f7b1d68c55a893fc24100ec","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.66fd5e4469bf52fd13fc9d4d8099cf66722cab24.tgz","fileCount":316,"integrity":"sha512-LpqMS6CR3bCEcZNi74NY1EbCZxEFKT/HEPLsrpn8A1FoU9/LHC6riUZYjmtR7GMgH2zQpImt7biyOotDneRj2g==","signatures":[{"sig":"MEUCIHfg7jX+0D02Pj/2XHDh78UXZTRJrAttUJP5MI2yZfWQAiEAyOJPj2o2hNskb3iZ7AFgTWyBu2TKvg/zhoSEQC5/NfM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622302},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"66fd5e4469bf52fd13fc9d4d8099cf66722cab24","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.66fd5e4469bf52fd13fc9d4d8099cf66722cab24","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.66fd5e4469bf52fd13fc9d4d8099cf66722cab24","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.66fd5e4469bf52fd13fc9d4d8099cf66722cab24","@strapi/types":"0.0.0-next.66fd5e4469bf52fd13fc9d4d8099cf66722cab24","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.66fd5e4469bf52fd13fc9d4d8099cf66722cab24_1742603503081_0.9466536574081348","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.6b93a97ac754785f7894c17263d3b4fd5272454a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.6b93a97ac754785f7894c17263d3b4fd5272454a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.6b93a97ac754785f7894c17263d3b4fd5272454a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e137fbe2f56babce070fb227a60cef10a46ec12e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.6b93a97ac754785f7894c17263d3b4fd5272454a.tgz","fileCount":912,"integrity":"sha512-yqnO5Mbwm5rQE/e0pogPIFlSGI1NHBT0DNeji2S6S1rwrWE7Zay98E2OHv204RA6fZN9C14LsIFcLQfmM0obHA==","signatures":[{"sig":"MEYCIQDLPKv6o3gUt3yeMR/zSkeKraRi+LSAd4+oQ/i3oBxNUQIhAK6SN9BZjltjgiEa3ZUxP4k/n7mopzoLkX5Bwh9HLQi/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796850},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6b93a97ac754785f7894c17263d3b4fd5272454a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.6b93a97ac754785f7894c17263d3b4fd5272454a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.6b93a97ac754785f7894c17263d3b4fd5272454a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.6b93a97ac754785f7894c17263d3b4fd5272454a","@strapi/types":"0.0.0-experimental.6b93a97ac754785f7894c17263d3b4fd5272454a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.6b93a97ac754785f7894c17263d3b4fd5272454a_1742813662171_0.40657795040834","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.3e198200d32a65f20bd375086da6b1501e469c51":{"name":"@strapi/content-type-builder","version":"0.0.0-next.3e198200d32a65f20bd375086da6b1501e469c51","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.3e198200d32a65f20bd375086da6b1501e469c51","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"94a799a85690c4706ec63134af1c3495824baaaa","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.3e198200d32a65f20bd375086da6b1501e469c51.tgz","fileCount":316,"integrity":"sha512-haVzPyt/Znd3DunD25n5hpxST7JdVv58Na8oKMWKs044bL7MNseGQUFIrzJWL5ZdXcUtSKb8WrpLaV20Nnm6vQ==","signatures":[{"sig":"MEUCIEBjub//8gkQkQ5lp/p4MWFK7eDcnn/FW1x4q7PCcvkHAiEA0JO5fekNLQkvipfGPb2IL1e12dPkhEymFozX2D/zIf4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622302},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3e198200d32a65f20bd375086da6b1501e469c51","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.3e198200d32a65f20bd375086da6b1501e469c51","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.3e198200d32a65f20bd375086da6b1501e469c51","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.3e198200d32a65f20bd375086da6b1501e469c51","@strapi/types":"0.0.0-next.3e198200d32a65f20bd375086da6b1501e469c51","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.3e198200d32a65f20bd375086da6b1501e469c51_1742862771116_0.1507434725369372","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.3e198200d32a65f20bd375086da6b1501e469c51":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3e198200d32a65f20bd375086da6b1501e469c51","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3e198200d32a65f20bd375086da6b1501e469c51","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1e62b7430d35e261202322a9e3f1b48301821d14","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3e198200d32a65f20bd375086da6b1501e469c51.tgz","fileCount":316,"integrity":"sha512-dVqQCWPAyJ9qfMJEiYkf41zx61Z7DfH+NBIN5wtMJ5IqNBLhScUXBXf8jIgSXqHC8uF6bLeRIfBLvB3iE6My5g==","signatures":[{"sig":"MEUCIQC9kUvQkmz9Rcgigf7D8doMiC/1Q1x5isvP9MgwDwMVtgIgboEo8wRo0Ycvz2ij0Nf/F9GXE4+c4Ksv48ZkPoIpHHo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3e198200d32a65f20bd375086da6b1501e469c51","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.3e198200d32a65f20bd375086da6b1501e469c51","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.3e198200d32a65f20bd375086da6b1501e469c51","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3e198200d32a65f20bd375086da6b1501e469c51","@strapi/types":"0.0.0-experimental.3e198200d32a65f20bd375086da6b1501e469c51","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3e198200d32a65f20bd375086da6b1501e469c51_1742895516238_0.7655525296506234","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.eb48c73c86cbc452c1ba8d727106f9ed9da0c834":{"name":"@strapi/content-type-builder","version":"0.0.0-next.eb48c73c86cbc452c1ba8d727106f9ed9da0c834","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.eb48c73c86cbc452c1ba8d727106f9ed9da0c834","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7376ba3e5ac49af66ffbf6cf61f1f58a77b6dff2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.eb48c73c86cbc452c1ba8d727106f9ed9da0c834.tgz","fileCount":316,"integrity":"sha512-9F+0j4qozi1oH9bPjmO8GEO+WWP8hmbODm8PJ/Us7Qg3Yh2WbRTX2Dn9Yu8uiQU0VwoXhqeUDa2drToO4y9u0Q==","signatures":[{"sig":"MEUCIBmOVsKCpXC/ZoH9Oa0IIV9uAkg1f1/p2FzjqlF6RFWoAiEAjmcWnjqXlG0JaMiFJlJZmIU4F2tmBAzQtDHi5i+43Hw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622302},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"eb48c73c86cbc452c1ba8d727106f9ed9da0c834","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.eb48c73c86cbc452c1ba8d727106f9ed9da0c834","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.eb48c73c86cbc452c1ba8d727106f9ed9da0c834","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.eb48c73c86cbc452c1ba8d727106f9ed9da0c834","@strapi/types":"0.0.0-next.eb48c73c86cbc452c1ba8d727106f9ed9da0c834","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.eb48c73c86cbc452c1ba8d727106f9ed9da0c834_1742949146584_0.6798830945358689","host":"s3://npm-registry-packages-npm-production"}},"5.12.0":{"name":"@strapi/content-type-builder","version":"5.12.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.12.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d728da8db0a54cfeaf76288f5fee9e2b66f3a44d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.12.0.tgz","fileCount":316,"integrity":"sha512-DAgGe0xBxoIOmeMChYGfsbJ8/NfBoiWA1bRZJcv8f7dQHPgeborMN/QWm6r1kkc1FkbdCQVnbfaXH9GsGfOHaw==","signatures":[{"sig":"MEYCIQC9yVzQ7QuohATCv0xCVTI9Dt2RjUw7jUmiuqEeL2gO+gIhALVvhHSvEmuGBFh74WngcmG3oXKUSd2vaPgs+1QSIvfI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622077},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"05d9a4924498147acf9624605a04fef223c586a6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"5.12.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.12.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.12.0","@strapi/types":"5.12.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.12.0_1743000600703_0.09948366724465973","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.266ff4f8317121b6b17eea7fbfe2461e6171e48a":{"name":"@strapi/content-type-builder","version":"0.0.0-next.266ff4f8317121b6b17eea7fbfe2461e6171e48a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.266ff4f8317121b6b17eea7fbfe2461e6171e48a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9a005e0c62edfa42574387e9c15119c6a8662b76","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.266ff4f8317121b6b17eea7fbfe2461e6171e48a.tgz","fileCount":912,"integrity":"sha512-//4/M6br5GZ/foHncywQkPz/fDwbU3xb6+e657eRr2JeD21KZOe7akGMw9b2poKGj2kZV18HV242Uzcwvf1YyQ==","signatures":[{"sig":"MEUCIAGWpBocPWH4sDeSJF2MK0YS+TVaCy4U2iJuBFoUryuEAiEAvopAJ8mpcBznqu1tA9ZqS9J5lMB0IIiZ6lfBrfd+XhE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796810},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"266ff4f8317121b6b17eea7fbfe2461e6171e48a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.266ff4f8317121b6b17eea7fbfe2461e6171e48a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.266ff4f8317121b6b17eea7fbfe2461e6171e48a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.266ff4f8317121b6b17eea7fbfe2461e6171e48a","@strapi/types":"0.0.0-next.266ff4f8317121b6b17eea7fbfe2461e6171e48a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.266ff4f8317121b6b17eea7fbfe2461e6171e48a_1743035562709_0.5373900087330346","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.8c98bb4ad3e89fc5a3f45b1925795444d17042d6":{"name":"@strapi/content-type-builder","version":"0.0.0-next.8c98bb4ad3e89fc5a3f45b1925795444d17042d6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.8c98bb4ad3e89fc5a3f45b1925795444d17042d6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7b5b0430e1c75664b1ee8d7cb68a1b2bc7ecbfde","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.8c98bb4ad3e89fc5a3f45b1925795444d17042d6.tgz","fileCount":912,"integrity":"sha512-P7Ro9+5hW+vK3CtGoLnA+hPS7UYWjEKSHC+z3lHwTUHlDjRJ+IaJxfM9/xecnzBwUUvsN5lkhbkInUlxqXQWTQ==","signatures":[{"sig":"MEQCICPJxiCjtIp4/0cySlhIU/4nhHgobyTQipgVuuUiHPKQAiAIpToBUH6vS71vun6xWHrwkv9uOixznzYgZiyklI7sCQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796810},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8c98bb4ad3e89fc5a3f45b1925795444d17042d6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.8c98bb4ad3e89fc5a3f45b1925795444d17042d6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.8c98bb4ad3e89fc5a3f45b1925795444d17042d6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.8c98bb4ad3e89fc5a3f45b1925795444d17042d6","@strapi/types":"0.0.0-next.8c98bb4ad3e89fc5a3f45b1925795444d17042d6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.8c98bb4ad3e89fc5a3f45b1925795444d17042d6_1743121957611_0.3852314286156562","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.16a6ec52546a0c189b42121e51a744fd04fc0d65":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.16a6ec52546a0c189b42121e51a744fd04fc0d65","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.16a6ec52546a0c189b42121e51a744fd04fc0d65","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b9521ed4f8504c8c6590cd77e4f7cb4488706b36","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.16a6ec52546a0c189b42121e51a744fd04fc0d65.tgz","fileCount":316,"integrity":"sha512-gui0OmpCTAlbDCEO7fSt/X0fKipa6hX/n+yNnpX7v0Xl4g3EtEKBk6Hdbm3VA5qn9nf2adab7EVP4jCgsaj04A==","signatures":[{"sig":"MEQCICp3i2+Hm8LDeinRG24oXN41S5M418caKC0+y2MaKkLsAiA/gg0pS+/VEBmREQQETBjUxjCYaWFy65O6Gh+vEk6A6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"16a6ec52546a0c189b42121e51a744fd04fc0d65","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.16a6ec52546a0c189b42121e51a744fd04fc0d65","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.16a6ec52546a0c189b42121e51a744fd04fc0d65","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.16a6ec52546a0c189b42121e51a744fd04fc0d65","@strapi/types":"0.0.0-experimental.16a6ec52546a0c189b42121e51a744fd04fc0d65","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.16a6ec52546a0c189b42121e51a744fd04fc0d65_1743155035262_0.24997808261562637","host":"s3://npm-registry-packages-npm-production"}},"5.12.1":{"name":"@strapi/content-type-builder","version":"5.12.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.12.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e90bfa0d2d111f34f9d6a56959abd8e484cce32b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.12.1.tgz","fileCount":316,"integrity":"sha512-wuqd0iL09LgUExBOimairXV9qlo6PsgaJA/IEskmq7NdlEATQ5pcVMPjdjn5fF1/gPXDBJIKxbCUnt/eIIEBzQ==","signatures":[{"sig":"MEQCICsfLlP4cCZpg9PmK/QULcHniCRyWWO16y7sQ4M5CFGjAiBfus13ANyfd0TcBpK5kV/cDy4v8ayI1pkG5RcP5I/yrQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3622077},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4b4dcb3548b6e834c3141d1a462492af68b8e213","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"5.12.1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.12.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.12.1","@strapi/types":"5.12.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.12.1_1743163366858_0.6282297617359374","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.3df0fc0021c81650cb2d0ba4b433f378327a75b8":{"name":"@strapi/content-type-builder","version":"0.0.0-next.3df0fc0021c81650cb2d0ba4b433f378327a75b8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.3df0fc0021c81650cb2d0ba4b433f378327a75b8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ece8fa2ae8cd5477f69369378433de61b7961523","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.3df0fc0021c81650cb2d0ba4b433f378327a75b8.tgz","fileCount":912,"integrity":"sha512-eAc1yCBzDEBsBYDyHTnJCjdUXJuDHNMMkUTzpm+RKJn4K5RtyrY1tagCWUcIocgtZpdbUW+PteIjtqPjz90aNw==","signatures":[{"sig":"MEUCIQCq1IaklEo0zi4HbUg7MrQi29mPCXvzKzbSbj58byYM1gIgNzMzBklvDEnH6pqa4FsipIJLN82NrM0YCkTvXUp+frw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796810},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3df0fc0021c81650cb2d0ba4b433f378327a75b8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-next.3df0fc0021c81650cb2d0ba4b433f378327a75b8","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.3df0fc0021c81650cb2d0ba4b433f378327a75b8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.3df0fc0021c81650cb2d0ba4b433f378327a75b8","@strapi/types":"0.0.0-next.3df0fc0021c81650cb2d0ba4b433f378327a75b8","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.3df0fc0021c81650cb2d0ba4b433f378327a75b8_1743208339000_0.7381206154747466","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.3df0fc0021c81650cb2d0ba4b433f378327a75b8":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3df0fc0021c81650cb2d0ba4b433f378327a75b8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3df0fc0021c81650cb2d0ba4b433f378327a75b8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6e31db311d4945fd2d403bb2f1a4e0a4ada93607","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3df0fc0021c81650cb2d0ba4b433f378327a75b8.tgz","fileCount":912,"integrity":"sha512-r1XhdPzZeoJLyINYxrEZh2mmaB4qxB5TVClQv4KrO5MoqCCHENSahwUQqq5H51BHnRxhoImmBNr3CCsp00IeEA==","signatures":[{"sig":"MEUCIQDNcsoSGoGu63Foc4Z5gqPAgx5LdEI3+y4wOExQ1GFujwIgPFPbeUQ5apvXblNvb6DdQK+ufA4I7YtI2tf2y0FsMB4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796850},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3df0fc0021c81650cb2d0ba4b433f378327a75b8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.3df0fc0021c81650cb2d0ba4b433f378327a75b8","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.3df0fc0021c81650cb2d0ba4b433f378327a75b8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3df0fc0021c81650cb2d0ba4b433f378327a75b8","@strapi/types":"0.0.0-experimental.3df0fc0021c81650cb2d0ba4b433f378327a75b8","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3df0fc0021c81650cb2d0ba4b433f378327a75b8_1743430222238_0.49767759196265526","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.5a4d501fa348721471ac552dcecac1b0c8146ae7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5a4d501fa348721471ac552dcecac1b0c8146ae7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5a4d501fa348721471ac552dcecac1b0c8146ae7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"84ae437aa92a1792e4e3b512aaf60efe6ef3ccc7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5a4d501fa348721471ac552dcecac1b0c8146ae7.tgz","fileCount":912,"integrity":"sha512-MwH89XSOzv9fHYLcxbvIJnqk6g0mhQG2un+mbSO9kRIuGYPNayod496CdiwBlQbFS59zNpt36F7KspXiIRsGBw==","signatures":[{"sig":"MEQCIF7eF2v4dvol85/yR+Q5woHzPg8mno6ugKUaex+0jNCpAiAmjq2z0etkp9QG8CcQkEgFSWZmvdvolREhhAQxfhxadA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796850},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5a4d501fa348721471ac552dcecac1b0c8146ae7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.5a4d501fa348721471ac552dcecac1b0c8146ae7","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5a4d501fa348721471ac552dcecac1b0c8146ae7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5a4d501fa348721471ac552dcecac1b0c8146ae7","@strapi/types":"0.0.0-experimental.5a4d501fa348721471ac552dcecac1b0c8146ae7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5a4d501fa348721471ac552dcecac1b0c8146ae7_1743434909026_0.001525269620330727","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.3dfa46a688dac778822b4cb229acfc1ce41e71ed":{"name":"@strapi/content-type-builder","version":"0.0.0-next.3dfa46a688dac778822b4cb229acfc1ce41e71ed","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.3dfa46a688dac778822b4cb229acfc1ce41e71ed","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"432411e2632858112f7ec8ae4f3c4139629d171a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.3dfa46a688dac778822b4cb229acfc1ce41e71ed.tgz","fileCount":912,"integrity":"sha512-7Rsj++r5bAVr34WDNyglZbf5VgaY4Y6AjHA+wQ37B/zOB14END8aF/px9jggdSi6Rt7hgS4FZo/0k+3+45Mqdg==","signatures":[{"sig":"MEUCIFQpL+0e62brSsGkNDSsmSMFbfXdadc9Y/jf7PPQxhvNAiEAl6VJUJ2+xNhtY6p+h1jJxELyPjDhERT7d7eGJt25VUE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796810},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3dfa46a688dac778822b4cb229acfc1ce41e71ed","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-next.3dfa46a688dac778822b4cb229acfc1ce41e71ed","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.3dfa46a688dac778822b4cb229acfc1ce41e71ed","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.3dfa46a688dac778822b4cb229acfc1ce41e71ed","@strapi/types":"0.0.0-next.3dfa46a688dac778822b4cb229acfc1ce41e71ed","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.3dfa46a688dac778822b4cb229acfc1ce41e71ed_1743554021008_0.6786558840405559","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e100737b0ed96d0d80a5c6f4925c7374e63a342a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e100737b0ed96d0d80a5c6f4925c7374e63a342a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e100737b0ed96d0d80a5c6f4925c7374e63a342a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6f263e667a2dbc9558b48251fc1c79947da4fcf2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e100737b0ed96d0d80a5c6f4925c7374e63a342a.tgz","fileCount":912,"integrity":"sha512-tXmztFou9b0d5WlIzsy5Mo+MidLjTT+Uqj6GPP+1rlgy1N/dNHaGkM9nat6oOtC+XP7BmnduBQyGbFvHAd62Mw==","signatures":[{"sig":"MEYCIQCA/YWUgkwzuoQu3tCTUJRoHD0ZwoSWkAOt/qRq8QKQIwIhALemvv8o/SFOfPCwE8u4OwLh7RnYUEpT3UtV4v9FUg/Z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796850},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e100737b0ed96d0d80a5c6f4925c7374e63a342a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-experimental.e100737b0ed96d0d80a5c6f4925c7374e63a342a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.e100737b0ed96d0d80a5c6f4925c7374e63a342a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e100737b0ed96d0d80a5c6f4925c7374e63a342a","@strapi/types":"0.0.0-experimental.e100737b0ed96d0d80a5c6f4925c7374e63a342a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e100737b0ed96d0d80a5c6f4925c7374e63a342a_1743587210128_0.6268539587762831","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.444e4e174027795a4a7cda0be4d0bb675d9b2575":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.444e4e174027795a4a7cda0be4d0bb675d9b2575","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.444e4e174027795a4a7cda0be4d0bb675d9b2575","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ff40d8c90756fdebd71b38e9bf1d0de265f8bcb7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.444e4e174027795a4a7cda0be4d0bb675d9b2575.tgz","fileCount":890,"integrity":"sha512-eNwb20V5vaxILsHTJFSbbHAppHX5r26nKk7p2m2T8lhgQFk7hWNhDKUaqM79FPCKerR4vUn9BrE0L2EDE0GzZA==","signatures":[{"sig":"MEQCIBrStraHQPZpoLz+FLaB4poEjQ0z180mLgbFklk0AVbJAiBEQ2GQYytmcKGLfOhPVJzuIbZKA/yLfEHwMU2rP/b9Zg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7883154},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"444e4e174027795a4a7cda0be4d0bb675d9b2575","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-experimental.444e4e174027795a4a7cda0be4d0bb675d9b2575","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.444e4e174027795a4a7cda0be4d0bb675d9b2575","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.444e4e174027795a4a7cda0be4d0bb675d9b2575","@strapi/types":"0.0.0-experimental.444e4e174027795a4a7cda0be4d0bb675d9b2575","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.444e4e174027795a4a7cda0be4d0bb675d9b2575_1743597747195_0.6103992224334098","host":"s3://npm-registry-packages-npm-production"}},"5.12.2":{"name":"@strapi/content-type-builder","version":"5.12.2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.12.2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f25e197fde935f7d329959d6b6dbd9840e61ef18","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.12.2.tgz","fileCount":912,"integrity":"sha512-JIXitqam+nxk9jdS9lj0MbzJxSwyiF0ZpAbtGNrX1hIWtZ72WcFLiFYkQ5p1Ds1KoOjOm9M5yZQEoN0ZMvY3mw==","signatures":[{"sig":"MEQCIFtpzjJ2H+Vr2hg6pgIyuboAv2B8qjSRmnG1zCrCJ1k8AiA4pppe7eWp4HXmx6aTa2nm3yHvlC5GzSvV5u3dJ9sEgg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796585},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"53adddafe202d653edf526e0eacf447fd0f58018","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"5.12.2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.12.2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.12.2","@strapi/types":"5.12.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.12.2_1743598192857_0.7692818084237214","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.cb2eb3230e1cd78417158a7e44cee77f6eb94c32":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.cb2eb3230e1cd78417158a7e44cee77f6eb94c32","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.cb2eb3230e1cd78417158a7e44cee77f6eb94c32","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c60879d524dcb3e26b4449d15fdc607d469767e9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.cb2eb3230e1cd78417158a7e44cee77f6eb94c32.tgz","fileCount":912,"integrity":"sha512-WW5SdGHHRTbIwOUl61DBkyUizsqDmUG0ucIhzkllJL6+r7YD90xw0L0TK6nLlGc+hSp5wlZwjcB69zPa1abg7w==","signatures":[{"sig":"MEYCIQCxo6f1/MuMyqO6nUpxSBQI5LmMyg6exiFEQeqZYj9AbQIhAOFCQ7mbjpu+OCqxcK+X3md0IGvfrZjlof6UgTMFoqeS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796850},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cb2eb3230e1cd78417158a7e44cee77f6eb94c32","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"0.0.0-experimental.cb2eb3230e1cd78417158a7e44cee77f6eb94c32","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.cb2eb3230e1cd78417158a7e44cee77f6eb94c32","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.cb2eb3230e1cd78417158a7e44cee77f6eb94c32","@strapi/types":"0.0.0-experimental.cb2eb3230e1cd78417158a7e44cee77f6eb94c32","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.cb2eb3230e1cd78417158a7e44cee77f6eb94c32_1743609558407_0.9490226120255931","host":"s3://npm-registry-packages-npm-production"}},"5.12.3":{"name":"@strapi/content-type-builder","version":"5.12.3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.12.3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"815c53aa5dde92e6cdfb247ab12adedc7d6631cd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.12.3.tgz","fileCount":912,"integrity":"sha512-Cazut9L2RKad7Qsl14TwgAmph96xdp+05qwlwNwTWy34f1iJPfcHqAK8FD8FVg5l3NKCR8DOtSwy0NAL2/GaNw==","signatures":[{"sig":"MEQCIFdUTvwe//dA7IA9QaS3cdcLAO3/JehUZvV2wZWTwV9dAiB0U2NmZtHRQOcKjFw6U+Nmz+5IB1qA/97oqW/DWAIuHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796585},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c20d4c99e6efc6585a97de30adf42bf9f5198038","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.18","@strapi/utils":"5.12.3","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.12.3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.18"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.12.3","@strapi/types":"5.12.3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.12.3_1743610602303_0.8954522435622578","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.ce5699024a72ea224891438d5bbe39f904ec6774":{"name":"@strapi/content-type-builder","version":"0.0.0-next.ce5699024a72ea224891438d5bbe39f904ec6774","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.ce5699024a72ea224891438d5bbe39f904ec6774","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"acf5f3ad079200bcc220ce528c981d6d9e633d89","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.ce5699024a72ea224891438d5bbe39f904ec6774.tgz","fileCount":912,"integrity":"sha512-VSKEvuVqGAQCAIMFY4Da71tcSo/dzyajYvmoWv40wW+ol+cT5MlqzOsMBNhEVMdeFhCcfDw2aootd602AgJZaw==","signatures":[{"sig":"MEUCIDeUCmIgdMsFENjGuFx6huDvl7rOmMW9/1AskBIKFGqLAiEAoxkKKVxsV4MrLGAldV8b8Tcvu+z/v7sSOYhr9QBZvfg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796810},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ce5699024a72ea224891438d5bbe39f904ec6774","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-next.ce5699024a72ea224891438d5bbe39f904ec6774","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.ce5699024a72ea224891438d5bbe39f904ec6774","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.ce5699024a72ea224891438d5bbe39f904ec6774","@strapi/types":"0.0.0-next.ce5699024a72ea224891438d5bbe39f904ec6774","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.ce5699024a72ea224891438d5bbe39f904ec6774_1743640357293_0.535591218557893","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.6cc8ff695218d5a391739344d308dfb3683215c1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.6cc8ff695218d5a391739344d308dfb3683215c1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.6cc8ff695218d5a391739344d308dfb3683215c1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b05679f97a00a62f8941e04ac7ba35ced9671942","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.6cc8ff695218d5a391739344d308dfb3683215c1.tgz","fileCount":890,"integrity":"sha512-yjRfKRnVKYyOjsC+fYEgynTmeDblQ1Emg/2edk/OAO/eyDF92SmxhqkVgcGcXj5yOZWdtV7NWN3vSH4v+EZSRA==","signatures":[{"sig":"MEUCIQDIYGpwvS66elvIuvX9zgfPvE+gqCsAJwWqJb46ldjA1wIgLiRAQFBmzYt6s0sYTRR2yGIQk6F7h8fFihYxLiFnZyU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7887787},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6cc8ff695218d5a391739344d308dfb3683215c1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-experimental.6cc8ff695218d5a391739344d308dfb3683215c1","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.6cc8ff695218d5a391739344d308dfb3683215c1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.6cc8ff695218d5a391739344d308dfb3683215c1","@strapi/types":"0.0.0-experimental.6cc8ff695218d5a391739344d308dfb3683215c1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.6cc8ff695218d5a391739344d308dfb3683215c1_1743673490496_0.8301066946827316","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.929f36e7cd2888f97e66b5159baa15234a283fca":{"name":"@strapi/content-type-builder","version":"0.0.0-next.929f36e7cd2888f97e66b5159baa15234a283fca","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.929f36e7cd2888f97e66b5159baa15234a283fca","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6a58688d477b26ee5ba5d5ac075023d70d9d8bc1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.929f36e7cd2888f97e66b5159baa15234a283fca.tgz","fileCount":912,"integrity":"sha512-JLdz47B/HD1VSWkR4J/BI1f/HbyB9Hq+3ceqXFvrPgz+uTTZhrS19HakvyhylsdHGTODN/adgteeByWBvNYslQ==","signatures":[{"sig":"MEQCIBb70/IydRo6aJlTptgJtyr9OdoEuUIyK9M+MEF44iHrAiATrMq+DBO+uWTBf25EVNjlJtZzTd+Ky93QxYQrFkV8vQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3796810},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"929f36e7cd2888f97e66b5159baa15234a283fca","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-next.929f36e7cd2888f97e66b5159baa15234a283fca","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.929f36e7cd2888f97e66b5159baa15234a283fca","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.929f36e7cd2888f97e66b5159baa15234a283fca","@strapi/types":"0.0.0-next.929f36e7cd2888f97e66b5159baa15234a283fca","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.929f36e7cd2888f97e66b5159baa15234a283fca_1743726775434_0.6046628602314716","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.69e2ba3406b9409abc96eb4e19c3184ba6e49d98":{"name":"@strapi/content-type-builder","version":"0.0.0-next.69e2ba3406b9409abc96eb4e19c3184ba6e49d98","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.69e2ba3406b9409abc96eb4e19c3184ba6e49d98","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7832cbd09eb3139a298604b7775e668e851f8e7a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.69e2ba3406b9409abc96eb4e19c3184ba6e49d98.tgz","fileCount":912,"integrity":"sha512-oFp8I4zLupyno6rnHA6dZVcp5RWH/7sbnhMT3gMSTTPQoA3tFkPQ2ZawyK1jp7QHlg/F+sJrDzrqZjvnGOET6w==","signatures":[{"sig":"MEYCIQDM0K2MkEQfiiy6xJUMKM41t6GjVw2OkzbY0akLHZbVmQIhANGRznvFxslSe3k17pFVJ19I1kZXgGrl7GZc5+dTBPCd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3797775},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"69e2ba3406b9409abc96eb4e19c3184ba6e49d98","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-next.69e2ba3406b9409abc96eb4e19c3184ba6e49d98","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.69e2ba3406b9409abc96eb4e19c3184ba6e49d98","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.69e2ba3406b9409abc96eb4e19c3184ba6e49d98","@strapi/types":"0.0.0-next.69e2ba3406b9409abc96eb4e19c3184ba6e49d98","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.69e2ba3406b9409abc96eb4e19c3184ba6e49d98_1743813137126_0.3414663741553412","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d594270d189417b9207db1acd922f30792487dfe":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d594270d189417b9207db1acd922f30792487dfe","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d594270d189417b9207db1acd922f30792487dfe","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"db7f270367e668a84d2825a7c8915b973b82a85d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d594270d189417b9207db1acd922f30792487dfe.tgz","fileCount":890,"integrity":"sha512-y92QPk7bMJGcFRvpDNSkfhKaRcD0x7yI7j3PR6n+53/PA2olsOSfjFuQcDYB7RkGXwprpWJcxTNrNErpTqZK2A==","signatures":[{"sig":"MEUCIQCYWJ68251Vs+nJ3XvFQMP+Z/Io+SPuQ7ihWVirEG+FMQIgKBLy9Hg0RTsBkFLCrCiw7l1t6FOQasgn2hj59XZ4Qg4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7885210},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d594270d189417b9207db1acd922f30792487dfe","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-experimental.d594270d189417b9207db1acd922f30792487dfe","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d594270d189417b9207db1acd922f30792487dfe","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d594270d189417b9207db1acd922f30792487dfe","@strapi/types":"0.0.0-experimental.d594270d189417b9207db1acd922f30792487dfe","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d594270d189417b9207db1acd922f30792487dfe_1744036835326_0.8883802216154089","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.2d0a5401e9f3f5c797448e48890c9dd0c05ebad2":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2d0a5401e9f3f5c797448e48890c9dd0c05ebad2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2d0a5401e9f3f5c797448e48890c9dd0c05ebad2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"41f573b486a00e2311110f52f421d8780e1465e2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2d0a5401e9f3f5c797448e48890c9dd0c05ebad2.tgz","fileCount":912,"integrity":"sha512-DDeWqlxY13XqSXSeGSuikBfO2sJhiIrYdGEsy6sazTYr4VzGv7lTFL3A0zzYNxqooqL47tCuAqK85pLy+A9sgw==","signatures":[{"sig":"MEQCIDRt7vePy7XYvG4IKHXx+1DQhQzR0VGeKsP5GSskEs2FAiBlnxlGWfN/Qe1ZmKYtk+GPXXYI5gEzg6C9DezZXoT1cw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3797815},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2d0a5401e9f3f5c797448e48890c9dd0c05ebad2","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-experimental.2d0a5401e9f3f5c797448e48890c9dd0c05ebad2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.2d0a5401e9f3f5c797448e48890c9dd0c05ebad2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2d0a5401e9f3f5c797448e48890c9dd0c05ebad2","@strapi/types":"0.0.0-experimental.2d0a5401e9f3f5c797448e48890c9dd0c05ebad2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2d0a5401e9f3f5c797448e48890c9dd0c05ebad2_1744051233664_0.05913655601092582","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.0791cd2736057a8f66ee1682f02c46307a4d6e4a":{"name":"@strapi/content-type-builder","version":"0.0.0-next.0791cd2736057a8f66ee1682f02c46307a4d6e4a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.0791cd2736057a8f66ee1682f02c46307a4d6e4a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"dcd067383e3145b2318a3449a8ef654b556bbb74","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.0791cd2736057a8f66ee1682f02c46307a4d6e4a.tgz","fileCount":912,"integrity":"sha512-lQPUCruroVrhHVKtMUcNXYdIfoDg5yD+hB1oVfEgFFZVJM7NfWZS6yLaDqoi/1rJABylWgmF39mmBgxtNH5xtg==","signatures":[{"sig":"MEQCIFVTnM+F9ehLBMmVd6B9q4xsPJmFFGV1kAIl1ommJHpAAiAB7tlMXv1DRti9NDOcU2kcz/aG/1byTtXviDVI2pFoDw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3797775},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0791cd2736057a8f66ee1682f02c46307a4d6e4a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-next.0791cd2736057a8f66ee1682f02c46307a4d6e4a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.0791cd2736057a8f66ee1682f02c46307a4d6e4a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.0791cd2736057a8f66ee1682f02c46307a4d6e4a","@strapi/types":"0.0.0-next.0791cd2736057a8f66ee1682f02c46307a4d6e4a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.0791cd2736057a8f66ee1682f02c46307a4d6e4a_1744072376380_0.9330095150986077","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"01792eeb858aea347eb44c5bd6fc1dae7fbf581d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535.tgz","fileCount":912,"integrity":"sha512-ymsoSNnssQl+QABydvosBaXhe7x5ljoWbavbBIXHg7ZhGimpFk3EtVByffwaf1SDkiUD7IXYfRltJMQsC9ZvTA==","signatures":[{"sig":"MEQCIFBvY44+NZQ8yrYGHTWl2Mt1wvMTXoI0r7ZJHFUcyDJHAiADqIT4Skkiu5YeajQRd/olCgUgcapY8Bj85tboCGIffw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3797815},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-experimental.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535","@strapi/types":"0.0.0-experimental.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535_1744097941670_0.9599339177238886","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.931410e9ec44301eb4579640bf42aa347fb4a3b7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.931410e9ec44301eb4579640bf42aa347fb4a3b7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.931410e9ec44301eb4579640bf42aa347fb4a3b7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"30bcd687cc82e3c449e48c7b8e2335b9bdbcfea6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.931410e9ec44301eb4579640bf42aa347fb4a3b7.tgz","fileCount":890,"integrity":"sha512-mzQD+F0OhdG9qrWVnRjtjQtlVVapJSU9DY3J3fAWEHQRWsyTy3g/tydLWCdfznDo3eplKQRwjA1UTfGYIVYBtQ==","signatures":[{"sig":"MEYCIQC+Kv4hk5+oovQdKto4d2Wh7DCHEkTxw2D154Qd8y4+XgIhAO65vXH+gJ2O0XXkp/F+XYftGWtGe/J4BaophVrQlJDi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7885284},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"931410e9ec44301eb4579640bf42aa347fb4a3b7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-experimental.931410e9ec44301eb4579640bf42aa347fb4a3b7","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.931410e9ec44301eb4579640bf42aa347fb4a3b7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.931410e9ec44301eb4579640bf42aa347fb4a3b7","@strapi/types":"0.0.0-experimental.931410e9ec44301eb4579640bf42aa347fb4a3b7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.931410e9ec44301eb4579640bf42aa347fb4a3b7_1744116016248_0.2542470502005907","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535":{"name":"@strapi/content-type-builder","version":"0.0.0-next.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b41de66fedc196d4629126652f934bbb52717bbd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535.tgz","fileCount":912,"integrity":"sha512-TSGclAmbKflOPQNSgCANRbu6oJR+tym29UzvUqaOgS4JjCCvGeEADcFF2kTSt9InSQ6BZ1IP67aKOyt7emL/bQ==","signatures":[{"sig":"MEUCIQD1NxvpCLJudxK4WmE4dWbL+e7Q7q65NBiTZRXsU08AQgIgHwYH0Y5NEPKulGmzYuFki0OC13DlBotEg5KqR80mqe0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3797775},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-next.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535","@strapi/types":"0.0.0-next.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535_1744158776100_0.2717345551999495","host":"s3://npm-registry-packages-npm-production"}},"5.12.4":{"name":"@strapi/content-type-builder","version":"5.12.4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.12.4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"51dda89454f5f48fa1e8e2d0f86c8fd5a4d24470","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.12.4.tgz","fileCount":912,"integrity":"sha512-49gaSqU7W9m/l6OmxbO5+DJw8otcdd2h1uKcOq++E6d39LcbwU3AWKPrWCOn4UZ6g0TL+743bn3xvZFTG769HQ==","signatures":[{"sig":"MEYCIQCKqAMEPNtrTu/7Mw7N5TxFVjoZNnNtxLSB2rcp2IIIQwIhAMiLIkldmDy0qbDF0q1qb1AURc51CB5eu8ySxNS+Xh+P","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3797550},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"31a6e03b9d94846e7005a6734d7a48324e542cd8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"5.12.4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.12.4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.12.4","@strapi/types":"5.12.4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.12.4_1744204299672_0.749900295427691","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f56bca7c4d88bc4c61b6de9f65648d857cf242d9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f56bca7c4d88bc4c61b6de9f65648d857cf242d9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f56bca7c4d88bc4c61b6de9f65648d857cf242d9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e8e87f9c58fdf50dabc7fb6b58ab7ee97017217a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f56bca7c4d88bc4c61b6de9f65648d857cf242d9.tgz","fileCount":912,"integrity":"sha512-r6z0kMvvOgwqFlf+D7ourPHnQkcEiXzAOiLjzPX0oCV5fZXi6s/p+u1459JX2mVYl9nY3VEVkVgClTPnd2b6PQ==","signatures":[{"sig":"MEYCIQD0DIpq5nvrKJg/rmbZ7T7tQclxTE6jBdqGG5kAyGO80QIhAPtuNcxNKLTbTrBySyfyAiwJuUnhWb/Y4oYFbJrdd2eB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f56bca7c4d88bc4c61b6de9f65648d857cf242d9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-experimental.f56bca7c4d88bc4c61b6de9f65648d857cf242d9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.f56bca7c4d88bc4c61b6de9f65648d857cf242d9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f56bca7c4d88bc4c61b6de9f65648d857cf242d9","@strapi/types":"0.0.0-experimental.f56bca7c4d88bc4c61b6de9f65648d857cf242d9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f56bca7c4d88bc4c61b6de9f65648d857cf242d9_1744380136762_0.7955190586583896","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.1ebd3c267c132c3c5c3d3e1a6a947f61180ce341":{"name":"@strapi/content-type-builder","version":"0.0.0-next.1ebd3c267c132c3c5c3d3e1a6a947f61180ce341","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.1ebd3c267c132c3c5c3d3e1a6a947f61180ce341","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a6e1a80add574956ada2f59c13a0ff5876891341","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.1ebd3c267c132c3c5c3d3e1a6a947f61180ce341.tgz","fileCount":912,"integrity":"sha512-v5pW1EB615Tg4o5E55XI/j2Ux6MyQ+2FnxD4VjVhKd9NvKNkVK1ZYaVTA2GQmHPFXT9LdXa/sgxL8v0gSF4PnQ==","signatures":[{"sig":"MEUCIHMbtyGhAEOpFwn/jefzyUPb7XqkqNrFEnafeLPMh+WWAiEA1zR7AtCiv3fzMyZKtMO+U0AAM3Km/wHO7EpTlpI/WDA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1ebd3c267c132c3c5c3d3e1a6a947f61180ce341","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-next.1ebd3c267c132c3c5c3d3e1a6a947f61180ce341","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.1ebd3c267c132c3c5c3d3e1a6a947f61180ce341","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.1ebd3c267c132c3c5c3d3e1a6a947f61180ce341","@strapi/types":"0.0.0-next.1ebd3c267c132c3c5c3d3e1a6a947f61180ce341","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.1ebd3c267c132c3c5c3d3e1a6a947f61180ce341_1744417953899_0.18455295715830267","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e21fe90bf2ab9906267ea6e6ca620bdcc729906c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e21fe90bf2ab9906267ea6e6ca620bdcc729906c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e21fe90bf2ab9906267ea6e6ca620bdcc729906c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b6b9f5d0c63aa710b7d28bd135f2986eec423881","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e21fe90bf2ab9906267ea6e6ca620bdcc729906c.tgz","fileCount":912,"integrity":"sha512-bkJkFMZvvS3NDnEUcWC4pcXRx921rEH2+Hnr/iFeLWCiAVtuQm7yt6zTHfFhKW7GZ2L0J2Zbexc/KiSEvqA9Dw==","signatures":[{"sig":"MEQCIAsN1+RgwU4sKxeJ/4h1PLYt+Xv30zPomj3OIFd2lM6fAiAeYZXgUbH/oMW8UomG6sSsV6Kc/fHSXINiU3L6bGf4Hw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e21fe90bf2ab9906267ea6e6ca620bdcc729906c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-experimental.e21fe90bf2ab9906267ea6e6ca620bdcc729906c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.e21fe90bf2ab9906267ea6e6ca620bdcc729906c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e21fe90bf2ab9906267ea6e6ca620bdcc729906c","@strapi/types":"0.0.0-experimental.e21fe90bf2ab9906267ea6e6ca620bdcc729906c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e21fe90bf2ab9906267ea6e6ca620bdcc729906c_1744646557063_0.39519853899012514","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e21fe90bf2ab9906267ea6e6ca620bdcc729906c":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e21fe90bf2ab9906267ea6e6ca620bdcc729906c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e21fe90bf2ab9906267ea6e6ca620bdcc729906c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"291a220c502a6152c40120fc6d4e91e580ec6d7c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e21fe90bf2ab9906267ea6e6ca620bdcc729906c.tgz","fileCount":912,"integrity":"sha512-qS52N9MILEPPfbnSwXMfrvJzSKkgBVXb6OblcaXbsA9fv3rtqqgH6PFyYT8Dmzn6N5P5TtpuF8oQPOoelVzIvg==","signatures":[{"sig":"MEQCIE5r3GYDoejSK4GD+7ZMpleOgr5poUYXNc6SctFI306tAiBytIaAIo09iF1Qx+X8g6vQdMV2zaNCBU1gOGjQ3RCg1w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e21fe90bf2ab9906267ea6e6ca620bdcc729906c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-next.e21fe90bf2ab9906267ea6e6ca620bdcc729906c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.e21fe90bf2ab9906267ea6e6ca620bdcc729906c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e21fe90bf2ab9906267ea6e6ca620bdcc729906c","@strapi/types":"0.0.0-next.e21fe90bf2ab9906267ea6e6ca620bdcc729906c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e21fe90bf2ab9906267ea6e6ca620bdcc729906c_1744677234933_0.1614271464520851","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b74470bad5a933136da63d001641ca7d2e170f04":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b74470bad5a933136da63d001641ca7d2e170f04","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b74470bad5a933136da63d001641ca7d2e170f04","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"804cba91675fc6942c93bfd9be2b10d6b896c602","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b74470bad5a933136da63d001641ca7d2e170f04.tgz","fileCount":890,"integrity":"sha512-k9GejW4vKxmoO939YoKoboG72nySiB0ignWvp+tN4eVvtyfIxn7q57Q+wi2avsrvmv9OsocwtRmeAG58gg4ENQ==","signatures":[{"sig":"MEYCIQCMR0KTBOlHUBpB2nahkdlnOSdh2dHad1flM9pJjNeFOQIhAJBCpTDA4jvBinUUt5+FuF0jUjl0WZTQOE37CqRSfZIa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7886529},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b74470bad5a933136da63d001641ca7d2e170f04","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-experimental.b74470bad5a933136da63d001641ca7d2e170f04","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.b74470bad5a933136da63d001641ca7d2e170f04","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b74470bad5a933136da63d001641ca7d2e170f04","@strapi/types":"0.0.0-experimental.b74470bad5a933136da63d001641ca7d2e170f04","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b74470bad5a933136da63d001641ca7d2e170f04_1744712857325_0.9765744602250148","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7d94d6f1299d54c2aa90675f15b27b5c463aacc7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7d94d6f1299d54c2aa90675f15b27b5c463aacc7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7d94d6f1299d54c2aa90675f15b27b5c463aacc7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6267dff8ae55843e80535d2b98b057f59617901c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7d94d6f1299d54c2aa90675f15b27b5c463aacc7.tgz","fileCount":890,"integrity":"sha512-hmPrbs+KPqAG76H8+6wvBhfvgFTXXn5ur+Ucn6e1ZDGkn5WI3BlqSEETmMQvgDxTvxAhwWKefJlHhGQybh9iFQ==","signatures":[{"sig":"MEQCIEyVDIca9CCIiFE1+1LU1vDzIFbZwCrz6CsyaesC8pQwAiB3+4IA5VHy3qLkmc64lentQ0elEsoZL0ijwInL8ksVTQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7886529},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7d94d6f1299d54c2aa90675f15b27b5c463aacc7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-experimental.7d94d6f1299d54c2aa90675f15b27b5c463aacc7","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.7d94d6f1299d54c2aa90675f15b27b5c463aacc7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7d94d6f1299d54c2aa90675f15b27b5c463aacc7","@strapi/types":"0.0.0-experimental.7d94d6f1299d54c2aa90675f15b27b5c463aacc7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7d94d6f1299d54c2aa90675f15b27b5c463aacc7_1744713480090_0.115119728127546","host":"s3://npm-registry-packages-npm-production"}},"5.12.5":{"name":"@strapi/content-type-builder","version":"5.12.5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.12.5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7f7ca3a5b3e5ff52c8c7f76746aeb01df255de66","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.12.5.tgz","fileCount":912,"integrity":"sha512-A///kJijmbHnoywg1c5uFePrGUIix92dXin//arjXlq+1bCj0wovbF9GSxepBUxk5zO+WhlXeNgjcu2swxfF2w==","signatures":[{"sig":"MEUCIFe4QxMcS7wUqwDYIXatL2RHvUDrj02PVm1aup+C1PfVAiEAmCJGt5RAp+7EL9oi6fXXu5/T/wwFRD++xjZtB7ulKJE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3797830},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"50b2b67a8ca062e3226688ade2b12a74ba54e1a6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"5.12.5","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.12.5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.12.5","@strapi/types":"5.12.5","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.12.5_1744790860070_0.49486689653849214","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.f93d6eabe52aa7681655cfa08eedbc3708dbb90d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f93d6eabe52aa7681655cfa08eedbc3708dbb90d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f93d6eabe52aa7681655cfa08eedbc3708dbb90d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ac841d11a7b461eb2d33063b0f7441f1d7f32d6b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f93d6eabe52aa7681655cfa08eedbc3708dbb90d.tgz","fileCount":912,"integrity":"sha512-9c4Zni+dIr/LmD0vTuqkoZUqCn51GSBoxThmFeXVx4fXFIBOtfLZv1vGYfZerXuZUE1ipHDeXnhIDmqWIm2+EQ==","signatures":[{"sig":"MEYCIQC9EQwtb5yAxCvWkUVD6xXZBdnncdt/8ujjQNv/8BEhPAIhANFSDwm+FPoM4R6L+k1vs1Rg2JJR4/cokcIzmRBVMkpx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f93d6eabe52aa7681655cfa08eedbc3708dbb90d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-next.f93d6eabe52aa7681655cfa08eedbc3708dbb90d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.f93d6eabe52aa7681655cfa08eedbc3708dbb90d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f93d6eabe52aa7681655cfa08eedbc3708dbb90d","@strapi/types":"0.0.0-next.f93d6eabe52aa7681655cfa08eedbc3708dbb90d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f93d6eabe52aa7681655cfa08eedbc3708dbb90d_1744849990071_0.13135209004258286","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8bf99b7c43ed372264c198d347a2ada9dfed174d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8bf99b7c43ed372264c198d347a2ada9dfed174d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8bf99b7c43ed372264c198d347a2ada9dfed174d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c05234fcc6bfef5a92b877c6ce6261c6d6b13ecf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8bf99b7c43ed372264c198d347a2ada9dfed174d.tgz","fileCount":1088,"integrity":"sha512-AkPBO0zRJqjrMQrVYvwaFqz1wranR6i/Qusbi+IDEUfwJjxrW7ydMpyaAPsVmlGsM6uPxtbAfNvQYE8uk1agjw==","signatures":[{"sig":"MEUCIQD8K0UqUSdVbRFH76wXFCXGawQmM5alKGiNBPnRybkE/AIgNbsHp+Aez5U7uthTKCN+Pf31mm68wV36k15Hz1wjOU8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9128097},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"dd627a315c585b9adb17293b5cb56bbdae6e354d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-experimental.8bf99b7c43ed372264c198d347a2ada9dfed174d","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.8bf99b7c43ed372264c198d347a2ada9dfed174d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8bf99b7c43ed372264c198d347a2ada9dfed174d","@strapi/types":"0.0.0-experimental.8bf99b7c43ed372264c198d347a2ada9dfed174d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8bf99b7c43ed372264c198d347a2ada9dfed174d_1744907953701_0.6608038061407506","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.5314209d201eef10092dc1c34d7b196c62e7115f":{"name":"@strapi/content-type-builder","version":"0.0.0-next.5314209d201eef10092dc1c34d7b196c62e7115f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.5314209d201eef10092dc1c34d7b196c62e7115f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"299cc3225db2e2299449b484003522332048fff3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.5314209d201eef10092dc1c34d7b196c62e7115f.tgz","fileCount":912,"integrity":"sha512-SF+rS3tOH+fJOG6aX35coMmRcZK6SvrgV0EwqK6KwXIYJG2X4KiIf773HaK/bU1tGFS1q2Fw5s6EuoiaW2IOjQ==","signatures":[{"sig":"MEYCIQDK0iElUCgxcNRIDzortnArY1ncLlG7NLMWBdU4KnG6AgIhANiC03GUmVmw2m+4tbD1EvZfKkFQqtlQlVzIOnPZm3wy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5314209d201eef10092dc1c34d7b196c62e7115f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-next.5314209d201eef10092dc1c34d7b196c62e7115f","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.5314209d201eef10092dc1c34d7b196c62e7115f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.5314209d201eef10092dc1c34d7b196c62e7115f","@strapi/types":"0.0.0-next.5314209d201eef10092dc1c34d7b196c62e7115f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.5314209d201eef10092dc1c34d7b196c62e7115f_1744936384915_0.23752925281451498","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659":{"name":"@strapi/content-type-builder","version":"0.0.0-next.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ec956c37b1b71c4135f51844f65d0621bc3a9b0f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659.tgz","fileCount":912,"integrity":"sha512-JLwNBwUp6ZiFhGt2BeHiEeqyadcc0mvqb1+7aeQktn94I+8h5JBaxxW3vBba3oUiwG3K3+kY2EWbNMQQNFXJzg==","signatures":[{"sig":"MEUCIQCDxAyFxMoFCOTpWIwxmkcbAqM4fJ1oqqB7458qOK54uwIgP+KaB2JYqumRvX5D+QGh6mzFbU992x8JmNv21kz7lCo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7c7ba817d00aeac2e9f750e6693dc8e51a8a2659","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-next.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659","@strapi/types":"0.0.0-next.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659_1745022733787_0.36043792155815857","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b2710a38fa715c2420a41122dc06ffd65f2514ee":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b2710a38fa715c2420a41122dc06ffd65f2514ee","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b2710a38fa715c2420a41122dc06ffd65f2514ee","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6ab692c6c43d3eefc06a9650d10cf6d98f896c26","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b2710a38fa715c2420a41122dc06ffd65f2514ee.tgz","fileCount":1093,"integrity":"sha512-l7LR9rQvBA4+54Mvml0wCu5c7ztDgYSYalsuicOuvoinSrz83i5ktaOmPmTA2ZIYC4Wq8ML8THrKGPR9zcE1rg==","signatures":[{"sig":"MEUCIH1pFXlkQSQfwJW6PozuFZ1HTmp88VOV82W04rrt4iLvAiEAjrcpCAJdsP2ACAkVHGYLQy3xVq08zBcEQLSmLDFmoo0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9166066},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c9f2c3071054c2cfd4fc314818412972aa62d15c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.21","@strapi/utils":"0.0.0-experimental.b2710a38fa715c2420a41122dc06ffd65f2514ee","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.b2710a38fa715c2420a41122dc06ffd65f2514ee","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b2710a38fa715c2420a41122dc06ffd65f2514ee","@strapi/types":"0.0.0-experimental.b2710a38fa715c2420a41122dc06ffd65f2514ee","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b2710a38fa715c2420a41122dc06ffd65f2514ee_1745242407057_0.7035564577073687","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.35644b9b8cc9cb7d3104ab14464d2de4f1bd19ed":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.35644b9b8cc9cb7d3104ab14464d2de4f1bd19ed","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.35644b9b8cc9cb7d3104ab14464d2de4f1bd19ed","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"affe2f6816731de1306a3ead68f154b4bd1fc610","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.35644b9b8cc9cb7d3104ab14464d2de4f1bd19ed.tgz","fileCount":912,"integrity":"sha512-40VItfdWvv2bXzHQyXkKZJjlvqEMGSTduFjpBDu3P92c8+odRdXD7k/4aBWAmAtSQOmLQXca9GAv/fu4I49EzA==","signatures":[{"sig":"MEUCIQCix/GkuLyvd/+4dUJhEDCF3r0nfo3WfXjM+/VdZUfKbwIgJOUFPmldvLgBWUjYUNhgO3cFg0ek68uJv2+3sDWwhWA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"35644b9b8cc9cb7d3104ab14464d2de4f1bd19ed","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.35644b9b8cc9cb7d3104ab14464d2de4f1bd19ed","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.35644b9b8cc9cb7d3104ab14464d2de4f1bd19ed","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.35644b9b8cc9cb7d3104ab14464d2de4f1bd19ed","@strapi/types":"0.0.0-experimental.35644b9b8cc9cb7d3104ab14464d2de4f1bd19ed","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.35644b9b8cc9cb7d3104ab14464d2de4f1bd19ed_1745311285543_0.21981680382132085","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"eefa9bd1120e2d654ba8795061a5f4b58c52395a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659.tgz","fileCount":912,"integrity":"sha512-yH/NAL/UZv4NWo6ABa+YPYjBMO6FkMr3Bn6DRdcZoqqptJ+mmQdLdEM6L1o+tYTtop0pVgdqJvADrNToBSzC7A==","signatures":[{"sig":"MEYCIQDf5pLnN/UgWZ6Xv8qTB8u7wC83W6h5QRqvOItJD/73igIhAPkVZ1wr01t460BSUT81VbZS9QATnnCSdf4ulYl5Yosv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7c7ba817d00aeac2e9f750e6693dc8e51a8a2659","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659","@strapi/types":"0.0.0-experimental.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659_1745326845353_0.5790611087197333","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.99b554bf993f9c892fcb268ce592bb8c17cabb41":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.99b554bf993f9c892fcb268ce592bb8c17cabb41","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.99b554bf993f9c892fcb268ce592bb8c17cabb41","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"25d51a05f06741d1bd983651c65bb1152f170381","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.99b554bf993f9c892fcb268ce592bb8c17cabb41.tgz","fileCount":890,"integrity":"sha512-hpEQxyS14dhklpZWkYUzWZn8Sj4k7WdwLm0+cUa+UX/4rkrojo/JF5jnSLGXr0/sGJcmLyXaXvO6iGKdgs5uAA==","signatures":[{"sig":"MEUCIQCFi5eFHbUvKbLApWdd6kKelE7Jt+tghgBW/uk0Q0DUDwIgYuv1SGqnbbT5j+JSk++hztoRgpdgFj+02dWR2DTZ3AY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7887047},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"99b554bf993f9c892fcb268ce592bb8c17cabb41","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.99b554bf993f9c892fcb268ce592bb8c17cabb41","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.99b554bf993f9c892fcb268ce592bb8c17cabb41","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.99b554bf993f9c892fcb268ce592bb8c17cabb41","@strapi/types":"0.0.0-experimental.99b554bf993f9c892fcb268ce592bb8c17cabb41","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.99b554bf993f9c892fcb268ce592bb8c17cabb41_1745335766786_0.8950634149701444","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b0b9eb2d2e66dc6bbbf96be69db4549f859d9726":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b0b9eb2d2e66dc6bbbf96be69db4549f859d9726","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b0b9eb2d2e66dc6bbbf96be69db4549f859d9726","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"21caacd2e5caaed3dc346a7dcd189fc0c83d5400","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b0b9eb2d2e66dc6bbbf96be69db4549f859d9726.tgz","fileCount":1093,"integrity":"sha512-Q1CfKraj1jXiiPiLaNvN8U8WBG7DmW0Fs0wfxHFK0O2zCka/dDAAXbfDOikq0S/ecc5JHK4ROgpMSNThEY7y6Q==","signatures":[{"sig":"MEUCIQCmqUDxTORgpWprf6Pi1HxRPdR9Wkkxm9yTzK8zRsPd4gIgQMigTs6Jar1bvE+jFfdWw1g4355hyv9f2hvQcE5rOwg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9167903},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b0b9eb2d2e66dc6bbbf96be69db4549f859d9727","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.b0b9eb2d2e66dc6bbbf96be69db4549f859d9726","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.b0b9eb2d2e66dc6bbbf96be69db4549f859d9726","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b0b9eb2d2e66dc6bbbf96be69db4549f859d9726","@strapi/types":"0.0.0-experimental.b0b9eb2d2e66dc6bbbf96be69db4549f859d9726","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b0b9eb2d2e66dc6bbbf96be69db4549f859d9726_1745398402023_0.06045761769319524","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.545ec5082dcf36573274cb863a75dd5d81dc375a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.545ec5082dcf36573274cb863a75dd5d81dc375a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.545ec5082dcf36573274cb863a75dd5d81dc375a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2861bd4fc3d8fddee214ed0a249f99f59764a6a2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.545ec5082dcf36573274cb863a75dd5d81dc375a.tgz","fileCount":890,"integrity":"sha512-+RWqgnFWTdkuFEspKHHib8cDDk13hN5oRiAVPZ8UlZVb3+KYCHLJyyIgmNmk3LUmsX8nhSiFCL1tGmuP71cbtA==","signatures":[{"sig":"MEYCIQDOXN6W4knOXqVCutQl70dI0vAXJrobj4ldt2W741g8RQIhAMYJ/rNjYibmG74XtSB5KqVXtHaptgzzR4BNOiM0G2Ko","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7887829},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"545ec5082dcf36573274cb863a75dd5d81dc375a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.545ec5082dcf36573274cb863a75dd5d81dc375a","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.545ec5082dcf36573274cb863a75dd5d81dc375a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.545ec5082dcf36573274cb863a75dd5d81dc375a","@strapi/types":"0.0.0-experimental.545ec5082dcf36573274cb863a75dd5d81dc375a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.545ec5082dcf36573274cb863a75dd5d81dc375a_1745411821066_0.6482899768447321","host":"s3://npm-registry-packages-npm-production"}},"5.12.6":{"name":"@strapi/content-type-builder","version":"5.12.6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.12.6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a061243eb6110d5a6c402b22b977ab73daa43cbb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.12.6.tgz","fileCount":912,"integrity":"sha512-pgsrthh7IEpozG0DZDozMK7q7EItGwGTlFfj6ZIqkv6MitGZNf4sP24MIX60UlznWlEXeQNrfyAijwqqrKQrjA==","signatures":[{"sig":"MEQCICUArN/QGNyiapl3WhG8pSGc+p+iogZXHQYZ7F/FL1uVAiAcqjK/HzYNL8rk651JgCObO0MtraX4HMIx598TUPaLQA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3797830},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d95c8176b28e6bf956635850ce1bb636a1a22588","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"5.12.6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.12.6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.12.6","@strapi/types":"5.12.6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.12.6_1745416183698_0.9556030370923398","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.76f429d63541aef387ea84c657c9345fe2e62d8d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.76f429d63541aef387ea84c657c9345fe2e62d8d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.76f429d63541aef387ea84c657c9345fe2e62d8d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c712b078d6bbb98cbd6eb176a44045ffa2c9d94d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.76f429d63541aef387ea84c657c9345fe2e62d8d.tgz","fileCount":912,"integrity":"sha512-qFISYs5V6IzouOK/wykAYfMHyED1VI0er4qVhh4IQMIr4Se8ztqbTGSKYvUWfynfGaCrcxsI4P/VyldMSTse8g==","signatures":[{"sig":"MEUCIQC++kR7sTm6HGm+FZ4Q9eBc0z/fCUYcDpSVBaxnk2fiZwIgDEbTrUzO2a4eNvN9ayZvWJmj7gKjA8oZeS474orI84E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"76f429d63541aef387ea84c657c9345fe2e62d8d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-next.76f429d63541aef387ea84c657c9345fe2e62d8d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.76f429d63541aef387ea84c657c9345fe2e62d8d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.76f429d63541aef387ea84c657c9345fe2e62d8d","@strapi/types":"0.0.0-next.76f429d63541aef387ea84c657c9345fe2e62d8d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.76f429d63541aef387ea84c657c9345fe2e62d8d_1745454806456_0.8675606566833443","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d063564763e9300a492a0fdb3b810fe0507e02b6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d063564763e9300a492a0fdb3b810fe0507e02b6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d063564763e9300a492a0fdb3b810fe0507e02b6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"41f815aec2fa13f27bcc4cba2f374af851147053","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d063564763e9300a492a0fdb3b810fe0507e02b6.tgz","fileCount":1093,"integrity":"sha512-DtAujT37+u4WoDB6N5hSy8XS42k8CLNTGbonJ87QfkKv9hlW6xS79EBV6AzdK0KGqjf2cSFqmIUmEU51KQMMdA==","signatures":[{"sig":"MEUCIDw7SdDH7weD+WkhR5GsCf2xCdyF6eZCWkMGG1KmVF7/AiEA5OmhKL+V9kh7MpweW4rSLa6/C5IrmtH8k3QzPCC5KmA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9168685},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d063564763e9300a492a0fdb3b810fe0507e02b6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.d063564763e9300a492a0fdb3b810fe0507e02b6","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d063564763e9300a492a0fdb3b810fe0507e02b6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d063564763e9300a492a0fdb3b810fe0507e02b6","@strapi/types":"0.0.0-experimental.d063564763e9300a492a0fdb3b810fe0507e02b6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d063564763e9300a492a0fdb3b810fe0507e02b6_1745479910271_0.6266968251563765","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e9303c99ae3c28b4b8421ab6971efae0748dd599":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e9303c99ae3c28b4b8421ab6971efae0748dd599","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e9303c99ae3c28b4b8421ab6971efae0748dd599","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"05f5b4e5e64a8d7415c92d1f45a6a48cd2d9e3eb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e9303c99ae3c28b4b8421ab6971efae0748dd599.tgz","fileCount":912,"integrity":"sha512-KA+FdjKAYKUt2wiBAX7awT5OA+O+yZkphRXoJ6DfRVQhiRFGDQqMfPKSoJBErFhD+6SXQKQL3EsR16vXDFWttg==","signatures":[{"sig":"MEUCIQCuwLv7uozWqiR5Ee6PSeZxTh8XFPvr2xYZPMHZOikZzAIgDx1f9hwUJmKCcOcNBfVjaUGkS8ZckbCgfjHxGgXMX2k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e9303c99ae3c28b4b8421ab6971efae0748dd599","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.e9303c99ae3c28b4b8421ab6971efae0748dd599","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.e9303c99ae3c28b4b8421ab6971efae0748dd599","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e9303c99ae3c28b4b8421ab6971efae0748dd599","@strapi/types":"0.0.0-experimental.e9303c99ae3c28b4b8421ab6971efae0748dd599","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e9303c99ae3c28b4b8421ab6971efae0748dd599_1745485119481_0.7512719764716331","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a13052dbec98046fdd67704aed99189896a78f7c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6.tgz","fileCount":912,"integrity":"sha512-pZDazlPdYgguDOHwbTAM5G26XBGbPozJF7ljR370QlUSqJ8KdTaiNpukMj3s1K99hndvo/RMwDOpP8lto4bpKg==","signatures":[{"sig":"MEQCIGSSVyezKCcSv6JNALP9z12TBvqThJA1eE2vVjQ1AG9SAiAuk9KaE9EWK3z1DnUuXX21eWFzKkXa156QWT6Xd8p/EQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6","@strapi/types":"0.0.0-experimental.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6_1745490497890_0.4107405275874272","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6":{"name":"@strapi/content-type-builder","version":"0.0.0-next.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"647ea92c2118728ad54ffb65e85771dc74ca897e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6.tgz","fileCount":912,"integrity":"sha512-BEgb8pYjIECadcLDLMzvJfW5Il5zKN1frr6ugPUHqFSRpUQIu+2icGVkhNGqvM49QbGO7u4bCUk4E0cvCPPP8g==","signatures":[{"sig":"MEUCIFvteE76ojPG0lzlSJzYg6Q4OxMWOYFya3kUsB0OmlzyAiEAzTeQxuXZzYq/zkyM3ns9M3nBdkcouJigYlB9s6dGU2A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-next.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6","@strapi/types":"0.0.0-next.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6_1745541237291_0.8231805357915691","host":"s3://npm-registry-packages-npm-production"}},"5.13.0-beta.0":{"name":"@strapi/content-type-builder","version":"5.13.0-beta.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.13.0-beta.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4403f9ab339b9fa8ce29542482221e3c61d26489","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.13.0-beta.0.tgz","fileCount":912,"integrity":"sha512-WVYi669xkTbcCuW1WjI5OkSnKT2ys3JpG9ZIvI12ou2KW2qdxqTfoMKpUrHRl+EG05QUd15NsgHT+vyxnKS2vQ==","signatures":[{"sig":"MEQCIHkV9FStD7irSmx4tmQTkBt1o+NbCVRHIaBj0U99CNzYAiAZPLhsYVBv6X3umPI96owTCMe8X7AnOat4eJ5IVYWacQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3797865},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5bbea37970d431f92bc55e704a745e432c2b7e94","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"remidej","email":"remi@hey.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.5.0","description":"Create and manage content types","directories":{},"_nodeVersion":"20.12.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"5.13.0-beta.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.13.0-beta.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.13.0-beta.0","@strapi/types":"5.13.0-beta.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.13.0-beta.0_1745588066679_0.38564652243667363","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.80ec10b8360bdbe4b2b4254c1e028f847875b1b2":{"name":"@strapi/content-type-builder","version":"0.0.0-next.80ec10b8360bdbe4b2b4254c1e028f847875b1b2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.80ec10b8360bdbe4b2b4254c1e028f847875b1b2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a9b77b9077bf566a41779b1d8575d26d1ed4f401","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.80ec10b8360bdbe4b2b4254c1e028f847875b1b2.tgz","fileCount":912,"integrity":"sha512-HYeDDgjvZ1KT26RhmEFeTnbYIPWehQHkCutM3mu47Tb2H/mX6ecljLBlpYOh4+3mOwnAHLqONTGDD6ZOV59f4A==","signatures":[{"sig":"MEUCIQCO2myUYoZUBwaBThJM/rx3gKI8UI0u5LXvklVU+KLbCAIgcyO3HFS952EHdlaBqVePueSSBUZR6G0s+IDBdcerSlQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"80ec10b8360bdbe4b2b4254c1e028f847875b1b2","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-next.80ec10b8360bdbe4b2b4254c1e028f847875b1b2","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.80ec10b8360bdbe4b2b4254c1e028f847875b1b2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.80ec10b8360bdbe4b2b4254c1e028f847875b1b2","@strapi/types":"0.0.0-next.80ec10b8360bdbe4b2b4254c1e028f847875b1b2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.80ec10b8360bdbe4b2b4254c1e028f847875b1b2_1745627576663_0.8982156090123803","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.33dcb1d961027c44bf6dd839be1e557b39a57133":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.33dcb1d961027c44bf6dd839be1e557b39a57133","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.33dcb1d961027c44bf6dd839be1e557b39a57133","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e97d61f8b4c779362b9795d838d7cd29ad5fbe2c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.33dcb1d961027c44bf6dd839be1e557b39a57133.tgz","fileCount":1093,"integrity":"sha512-DCatq4NyN6mFjUD+DhDoEGi+/JtPgX5PrOQU5GzzqmCa7OviUsp59c3kxr0e75dSbd67K3IeF7Awdpol5N5Nsg==","signatures":[{"sig":"MEQCIFuuhiw0ungAjFgs0Jzjchj/z/Se9BZ76RWpPIzcf0O8AiBerKRVGkH/2UEx4pwgSehtsz+3k58TzQYVqi7c7sOx6A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9189606},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"33dcb1d961027c44bf6dd839be1e557b39a57133","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.33dcb1d961027c44bf6dd839be1e557b39a57133","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.33dcb1d961027c44bf6dd839be1e557b39a57133","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.33dcb1d961027c44bf6dd839be1e557b39a57133","@strapi/types":"0.0.0-experimental.33dcb1d961027c44bf6dd839be1e557b39a57133","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.33dcb1d961027c44bf6dd839be1e557b39a57133_1745686198844_0.6243612368052904","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.aa680be2574ebd6a8ca7675ce7ba57512d0df8cf":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.aa680be2574ebd6a8ca7675ce7ba57512d0df8cf","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.aa680be2574ebd6a8ca7675ce7ba57512d0df8cf","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c4df98d6492f4372e49be07754aec452eeba1447","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.aa680be2574ebd6a8ca7675ce7ba57512d0df8cf.tgz","fileCount":1093,"integrity":"sha512-g1CROt32RdpZhIKN0laAW+FwF8FwoolO8e9rdxTTYLulpj0y1rymlS8eEfRPDe329ljpoRGvH3nsBegUvPPVuw==","signatures":[{"sig":"MEUCIQDEf++Q75QM9/rMrk/6bB1eux7zGUs2sLA3uK5JTi+g/gIgbikB5/3eRj1LsKOGu0hSfpWcjUN2GrB13FLwdjcGm00=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9192408},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"aa680be2574ebd6a8ca7675ce7ba57512d0df8cf","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.aa680be2574ebd6a8ca7675ce7ba57512d0df8cf","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.aa680be2574ebd6a8ca7675ce7ba57512d0df8cf","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.aa680be2574ebd6a8ca7675ce7ba57512d0df8cf","@strapi/types":"0.0.0-experimental.aa680be2574ebd6a8ca7675ce7ba57512d0df8cf","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.aa680be2574ebd6a8ca7675ce7ba57512d0df8cf_1745758143568_0.23461332791983058","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f78dd29ef270559728250589cde1cfb0b9f7343a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f78dd29ef270559728250589cde1cfb0b9f7343a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f78dd29ef270559728250589cde1cfb0b9f7343a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"af7bbe9333536004f3795e81456a7146b28f1b23","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f78dd29ef270559728250589cde1cfb0b9f7343a.tgz","fileCount":890,"integrity":"sha512-WuE4SUox/BkGB6YgY0CO/vxJJv7s8bBNWKcE8d5jyIN8bJ2B9Lp/KeD+Kw9aYxpf8qw/BkOVW/vGHNZdnqy3aA==","signatures":[{"sig":"MEUCIQDgDbjs3NRrbFQ/aq9kIw5Roj9xqUDQuNHAXtpjezAQfQIgK7NByIcsisIZsin00hnXnABuvFDKd9ZhhwWr76ZFiaQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7904985},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f78dd29ef270559728250589cde1cfb0b9f7343a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.f78dd29ef270559728250589cde1cfb0b9f7343a","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.f78dd29ef270559728250589cde1cfb0b9f7343a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f78dd29ef270559728250589cde1cfb0b9f7343a","@strapi/types":"0.0.0-experimental.f78dd29ef270559728250589cde1cfb0b9f7343a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f78dd29ef270559728250589cde1cfb0b9f7343a_1745849542245_0.03345418355003238","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f756396cf65ebb5bf6642ab5a057a59d225d4c98","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d.tgz","fileCount":912,"integrity":"sha512-OKoCs4MzcKA1e0gw7P4xZflAGP/pNcnOIEcnYzyYZ1OthC10l5A9EacFU2QOWgfdc4/An2Xvp2yzEJ+w93cTvQ==","signatures":[{"sig":"MEUCIQCNdGp3cMYGZQ5gLqRkuU8GnGHw/FWk/rnsmNuzqwXjyQIgFBOQZ1OLEMuC6DTkGbefgofsI6sewHnB//GYSXWECsI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fb92031f3d90f3d2a2d191ba65725b6c8e329a5d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d","@strapi/types":"0.0.0-experimental.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d_1745854777093_0.1962102559955572","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"68ec5a820c563bccfa85c101cba3dc107a2fdf8b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d.tgz","fileCount":912,"integrity":"sha512-kUxGffpx8ZGsQkAy2hDXqKLWr05cDK3A4nxmiQvEAui8sQJcZVV3cV4WdQ23+lRT8TqFP7Qyca+kRXXbNuWfCQ==","signatures":[{"sig":"MEUCIAvDEKV+JpvyHe0jphdB2pREHLWz+tmOKb/Ntzev25FnAiEAyBFVXgkryZa5bYbdOwLynDWYGr6wgbUQ6oYWLqgboGk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fb92031f3d90f3d2a2d191ba65725b6c8e329a5d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.0","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-next.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d","@strapi/types":"0.0.0-next.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d_1745886842653_0.6029340418121414","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.80fc8bd915d8bee9d94c13101d15a2ffce7ebaf7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.80fc8bd915d8bee9d94c13101d15a2ffce7ebaf7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.80fc8bd915d8bee9d94c13101d15a2ffce7ebaf7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ac9545d47ac60de0c5078ad53230ef38e48495d7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.80fc8bd915d8bee9d94c13101d15a2ffce7ebaf7.tgz","fileCount":1093,"integrity":"sha512-Z2jKvmBsbVfss0RXAyEGSFqkP7tfvkAD2BBooe32V7O6jnfxNyr/BtNorn8v/ArRmgXLIZnIufjwv1Cf8gaEYA==","signatures":[{"sig":"MEQCIErCo19FaH8Cgrnaf67juumTG73FHaBhaOOBIz95HDeNAiBcJgp06J2PdU0rQ3VCqLlpHwHRdbVTSiKPckPfXXxvog==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9209564},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"80fc8bd915d8bee9d94c13101d15a2ffce7ebaf7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.80fc8bd915d8bee9d94c13101d15a2ffce7ebaf7","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.80fc8bd915d8bee9d94c13101d15a2ffce7ebaf7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.80fc8bd915d8bee9d94c13101d15a2ffce7ebaf7","@strapi/types":"0.0.0-experimental.80fc8bd915d8bee9d94c13101d15a2ffce7ebaf7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.80fc8bd915d8bee9d94c13101d15a2ffce7ebaf7_1746004694700_0.7133192428427866","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.5335a7080a9ca2334f38687a2542aef55e6e76cb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5335a7080a9ca2334f38687a2542aef55e6e76cb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5335a7080a9ca2334f38687a2542aef55e6e76cb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a9a26ee21899d1ecdcfa41e0f95e19949be300c6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5335a7080a9ca2334f38687a2542aef55e6e76cb.tgz","fileCount":912,"integrity":"sha512-gsm9mEilCTpU0xyw5Ohla0zmouKLE35tWzoTbZ1eNck8vfjkrjKTZrGB0Z+o9TT6Km47knIItvxirr+CdkOA0Q==","signatures":[{"sig":"MEUCIC9gTFIv7VVEuNqkxB57UFAgPzlOrsGED1Gnoul03Im/AiEAujW72Bfo+SF3EirxEmvfr17tFxcJB0PTbgtroICkhA0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5335a7080a9ca2334f38687a2542aef55e6e76cb","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.5335a7080a9ca2334f38687a2542aef55e6e76cb","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5335a7080a9ca2334f38687a2542aef55e6e76cb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5335a7080a9ca2334f38687a2542aef55e6e76cb","@strapi/types":"0.0.0-experimental.5335a7080a9ca2334f38687a2542aef55e6e76cb","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5335a7080a9ca2334f38687a2542aef55e6e76cb_1746013960028_0.9284917538296547","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.5fbc1455dfce106c413ee25c6899a74fa3f6960c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5fbc1455dfce106c413ee25c6899a74fa3f6960c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5fbc1455dfce106c413ee25c6899a74fa3f6960c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ff60459a58cd8b6fa6749992cfc3abc075c029af","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5fbc1455dfce106c413ee25c6899a74fa3f6960c.tgz","fileCount":912,"integrity":"sha512-3+CP0bcMwcHzMVi4oHZC0br5tQRhDcQPvgNVxrKmeSX0xp1B9GLghpHr1pXn+8Q5hYMEpnz6UCCKJ5VO3bshtg==","signatures":[{"sig":"MEUCIQDS+x8n/ly8qwvCIWsxHIjEVsnY4+HzoO5Po2VA8FojmAIgMwdF/tkTdR8mhAjVW6jxjqwFcVYoGJQ1Arqbxb9h9Zc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5fbc1455dfce106c413ee25c6899a74fa3f6960c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.5fbc1455dfce106c413ee25c6899a74fa3f6960c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.5fbc1455dfce106c413ee25c6899a74fa3f6960c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5fbc1455dfce106c413ee25c6899a74fa3f6960c","@strapi/types":"0.0.0-experimental.5fbc1455dfce106c413ee25c6899a74fa3f6960c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5fbc1455dfce106c413ee25c6899a74fa3f6960c_1746018702279_0.5911393161400229","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.09306ba611e22679aa0357048d973acfd877a98c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.09306ba611e22679aa0357048d973acfd877a98c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.09306ba611e22679aa0357048d973acfd877a98c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"da91353e8e9f11d49b5eec955bf89b5b1fe11b51","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.09306ba611e22679aa0357048d973acfd877a98c.tgz","fileCount":912,"integrity":"sha512-QdsKqViLho0hziLFbcaneHFJarDqaYZtZDDmlHdJ/gLIBGdoM4tHRNA0a6H7W7ehSH5ESDUpqFpqZW06I+BMzQ==","signatures":[{"sig":"MEUCIHxtjP1uujTXHS2TmES+d6HMDyz/wO8vyrShba1lblV8AiEA6rYRfBJQq018QwtKCkiGzebOtt96tvrK+G5DOWE15/I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"09306ba611e22679aa0357048d973acfd877a98c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.09306ba611e22679aa0357048d973acfd877a98c","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.09306ba611e22679aa0357048d973acfd877a98c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.09306ba611e22679aa0357048d973acfd877a98c","@strapi/types":"0.0.0-experimental.09306ba611e22679aa0357048d973acfd877a98c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.09306ba611e22679aa0357048d973acfd877a98c_1746020866491_0.030300413311666885","host":"s3://npm-registry-packages-npm-production"}},"5.12.7":{"name":"@strapi/content-type-builder","version":"5.12.7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.12.7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f1c3ac0d20c779bac8e126f78a171f08abd6b53b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.12.7.tgz","fileCount":912,"integrity":"sha512-KPZqHl2cSztqpsmLTUwwVyMBAZ4RWFJyGO9mzIt2lpzj9Oavz/MITsfVt84v86osVqjD9bjz7WqC0IK64rzm+g==","signatures":[{"sig":"MEQCIGA3rqUOOZNjVtfAVBP9EQ3QfVLyzbhJAeYKiHk5nZr/AiBrI/TZdfFr5ntlCPY9xkYycvpWj24m/4X2swlS8UIhLQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3797830},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"08da186feb8ec27df5f18c8eabdc6af5bb6f84b0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"5.12.7","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.12.7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.12.7","@strapi/types":"5.12.7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.12.7_1746023189023_0.0021258541482853666","host":"s3://npm-registry-packages-npm-production"}},"5.13.0-beta.1":{"name":"@strapi/content-type-builder","version":"5.13.0-beta.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.13.0-beta.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a41a4ed1ec152d9878b8defd620d49e238c7392d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.13.0-beta.1.tgz","fileCount":1030,"integrity":"sha512-YudNwQ6f3I32Tk5G8KUtb/pLtZq3O0kdcl0ZuqQ7Xs/aZ6Um1Md4fQP8Emv7YahC0hfdIOmK7VzV3cSNw8qV4g==","signatures":[{"sig":"MEYCIQDTp9h9aSK1KvvN/8d/yN21iVJ9SKaINZ1pX8CcHnjm1AIhAMDlUtFtAvibpLDNipAhPcFXiBtD3iA6U89N2vY53nYs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8414822},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"39c8400fba1361d443070c32b6eb4e7235ef6dff","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"5.13.0-beta.1","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.13.0-beta.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.13.0-beta.1","@strapi/types":"5.13.0-beta.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.13.0-beta.1_1746023345650_0.3092457348610518","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.513fb9265905f515b6edd458698a9fac2c770641":{"name":"@strapi/content-type-builder","version":"0.0.0-next.513fb9265905f515b6edd458698a9fac2c770641","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.513fb9265905f515b6edd458698a9fac2c770641","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7b6e82fcf8a7fac2c73e72269c8709544dce013d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.513fb9265905f515b6edd458698a9fac2c770641.tgz","fileCount":912,"integrity":"sha512-HQfODaNgdsO4farUeulJm0p3JvH8ZKrjoU6ch4x5IA3YbBvU3aD45UTUPmGQYSiq0Z6KWXsGzAWDvPGVhUGGcg==","signatures":[{"sig":"MEUCIHOhwgoaejQ7As2RwRBB4C4PmsQcy4QCoDtR6/cBI+baAiEAvcz3uSWvitBIsZBhx1FvGzsO/QHZUw+QB8eVxbDzDco=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"513fb9265905f515b6edd458698a9fac2c770641","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-next.513fb9265905f515b6edd458698a9fac2c770641","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.513fb9265905f515b6edd458698a9fac2c770641","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.513fb9265905f515b6edd458698a9fac2c770641","@strapi/types":"0.0.0-next.513fb9265905f515b6edd458698a9fac2c770641","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.513fb9265905f515b6edd458698a9fac2c770641_1746059848742_0.2895647183013199","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f2956b41886e0ac6263280452126ead1b10a83ba":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f2956b41886e0ac6263280452126ead1b10a83ba","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f2956b41886e0ac6263280452126ead1b10a83ba","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6455762e9af9d7059cfc92141138c52cc149e93d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f2956b41886e0ac6263280452126ead1b10a83ba.tgz","fileCount":1093,"integrity":"sha512-WtRKtfFeUONBoQW6Vp86am/HmmbG8Og2c5iFfaitbfhL/dD2hQjW/wdumtiUfl8E85hm4kem2OXnlOteDPieQQ==","signatures":[{"sig":"MEYCIQDh1tqHA+OnFZdNdrGgcQXj877rBebQiMuuOiOaW6Z6MwIhAOH1UOZR5beewqG28LvyMnQMxjuA7C00SfRJMhRf11jb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9213477},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f2956b41886e0ac6263280452126ead1b10a83ba","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.f2956b41886e0ac6263280452126ead1b10a83ba","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.f2956b41886e0ac6263280452126ead1b10a83ba","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f2956b41886e0ac6263280452126ead1b10a83ba","@strapi/types":"0.0.0-experimental.f2956b41886e0ac6263280452126ead1b10a83ba","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f2956b41886e0ac6263280452126ead1b10a83ba_1746195864262_0.900082212157123","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.25f7de53c1fc990bbb86d4aa43c379acfa838064":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.25f7de53c1fc990bbb86d4aa43c379acfa838064","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.25f7de53c1fc990bbb86d4aa43c379acfa838064","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c030ae14a55f7caa6c3e07c4a7a38e917e947f45","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.25f7de53c1fc990bbb86d4aa43c379acfa838064.tgz","fileCount":912,"integrity":"sha512-FIP1Qy6x8tp+bHS12y3SnDkkLaooLiFKGMEqibIjigaReHEK96F5OBp82C8XdVSF4c2OHewcZMpDTQVTt4gYqQ==","signatures":[{"sig":"MEUCIQCStCwfRDZLM/vvVqubJunla563wbeYzfpbkjC43iPG6gIgcIpiL3ft2WOP8zftLfSiP31rWOMmKycGK0VswvXmIxg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3811046},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"25f7de53c1fc990bbb86d4aa43c379acfa838064","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.22.4","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.25f7de53c1fc990bbb86d4aa43c379acfa838064","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.25f7de53c1fc990bbb86d4aa43c379acfa838064","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.25f7de53c1fc990bbb86d4aa43c379acfa838064","@strapi/types":"0.0.0-experimental.25f7de53c1fc990bbb86d4aa43c379acfa838064","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.25f7de53c1fc990bbb86d4aa43c379acfa838064_1746438180719_0.5061361936571338","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8c28a74d1219c09f4ee67402fd3a26f182c4990a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8c28a74d1219c09f4ee67402fd3a26f182c4990a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8c28a74d1219c09f4ee67402fd3a26f182c4990a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"896690d725dfea63398dfc4f1800689b6742c245","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8c28a74d1219c09f4ee67402fd3a26f182c4990a.tgz","fileCount":912,"integrity":"sha512-c9XRDYMCmATF6aLcE6OzXjm8q4RekF+jLbzrY1Ctog3WtK4d7d5olgvkLpcpZKFsqMpkHa9XaBD6LAgp8a5Y0w==","signatures":[{"sig":"MEQCIFMDjCMYjW2X3eJHjeDUHHKW/wgUzHUzQZyLPzHsoScLAiArbFKeqg6LEjOBxQdhNyI48TooPKwIC5z7xDqiKypQgA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8c28a74d1219c09f4ee67402fd3a26f182c4990a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.8c28a74d1219c09f4ee67402fd3a26f182c4990a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.8c28a74d1219c09f4ee67402fd3a26f182c4990a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8c28a74d1219c09f4ee67402fd3a26f182c4990a","@strapi/types":"0.0.0-experimental.8c28a74d1219c09f4ee67402fd3a26f182c4990a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8c28a74d1219c09f4ee67402fd3a26f182c4990a_1746462669902_0.6394382513878869","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.8c28a74d1219c09f4ee67402fd3a26f182c4990a":{"name":"@strapi/content-type-builder","version":"0.0.0-next.8c28a74d1219c09f4ee67402fd3a26f182c4990a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.8c28a74d1219c09f4ee67402fd3a26f182c4990a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"86e8c5429e106a0e557ad0293993e16e4d1ec320","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.8c28a74d1219c09f4ee67402fd3a26f182c4990a.tgz","fileCount":912,"integrity":"sha512-SvL35BYlG0+Dw8Lq3TTn/sTr84gSJ1D3itKOPVNZbJMIhFOb5t5kaQZo2A115ew81QpTPN2OJEk+4d2RK0SSKA==","signatures":[{"sig":"MEYCIQC7SezW8KXjz3oCyOq/J4x7lSaTQtiT+lo4dxl/qA1xJwIhAMHAbhoCc9Fb6SF4RLd8Qq0AG+2VS4j9vQxrdtc251hB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8c28a74d1219c09f4ee67402fd3a26f182c4990a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-next.8c28a74d1219c09f4ee67402fd3a26f182c4990a","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.8c28a74d1219c09f4ee67402fd3a26f182c4990a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.8c28a74d1219c09f4ee67402fd3a26f182c4990a","@strapi/types":"0.0.0-next.8c28a74d1219c09f4ee67402fd3a26f182c4990a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.8c28a74d1219c09f4ee67402fd3a26f182c4990a_1746491657834_0.07686303211389367","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8d82ac35780c0bf1888384273bc4756ffce7b4ad":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8d82ac35780c0bf1888384273bc4756ffce7b4ad","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8d82ac35780c0bf1888384273bc4756ffce7b4ad","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6deeb9f23ccf00859b7e99bf2a2b533769e4c49b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8d82ac35780c0bf1888384273bc4756ffce7b4ad.tgz","fileCount":912,"integrity":"sha512-NNwbS7WFgGZ0XJH39ziqBKSbVM28OhgH8ixFS1OQgxeM8KTPo3VJvOxWJG6G1CVIsbnhJUXcdwy+Oe/FHqctHw==","signatures":[{"sig":"MEUCIES/Eg4cWeN0EnCg41GqDG7aoctcJ/HxVKEzWOh9qesmAiEAj9InzT3wggA4VO6FJyRO7qUvlhq+dRffGRZVbxM4qzw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8d82ac35780c0bf1888384273bc4756ffce7b4ad","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.8d82ac35780c0bf1888384273bc4756ffce7b4ad","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.8d82ac35780c0bf1888384273bc4756ffce7b4ad","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8d82ac35780c0bf1888384273bc4756ffce7b4ad","@strapi/types":"0.0.0-experimental.8d82ac35780c0bf1888384273bc4756ffce7b4ad","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8d82ac35780c0bf1888384273bc4756ffce7b4ad_1746533512305_0.6462495306888221","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.063fe6b9a49d4596ee1ddd671448d312727d87a4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.063fe6b9a49d4596ee1ddd671448d312727d87a4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.063fe6b9a49d4596ee1ddd671448d312727d87a4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9ec3de0164a6a92f166c48e170a9c874f63a68a8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.063fe6b9a49d4596ee1ddd671448d312727d87a4.tgz","fileCount":912,"integrity":"sha512-nUiarf52yZAd7nPiFRRxLDxhoqHcFIUue852L+iTt4ZhiW6zxqf3tN1U1m7Sa773iBxKrUeKqZsxUVD+ZoD7Fg==","signatures":[{"sig":"MEUCIQD+niKxChxFtk1ISHuIVLlGPytgqe000f/C5/iQxDrjugIgeVxoxS8+IfZb6EO/bWsmmh1HfC8dCY8BmnJEUts17+E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"063fe6b9a49d4596ee1ddd671448d312727d87a4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.063fe6b9a49d4596ee1ddd671448d312727d87a4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.063fe6b9a49d4596ee1ddd671448d312727d87a4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.063fe6b9a49d4596ee1ddd671448d312727d87a4","@strapi/types":"0.0.0-experimental.063fe6b9a49d4596ee1ddd671448d312727d87a4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.063fe6b9a49d4596ee1ddd671448d312727d87a4_1746602317996_0.6403926378432363","host":"s3://npm-registry-packages-npm-production"}},"5.13.0":{"name":"@strapi/content-type-builder","version":"5.13.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.13.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0eb337ee99d8ee42272e4a475ab96745085dc857","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.13.0.tgz","fileCount":912,"integrity":"sha512-NBwrF2XBA2VbqM9olLShVbuk5X902TXHNaiCy64Dxi+rWafZ7flkMsygkwyNEfecnUbF1L6wpgnrC00CR60j0A==","signatures":[{"sig":"MEQCICT2jlLsGsD5b35l8+QJ8/HDsx0e+JcsLx1i5low0Z9zAiBUfBhRPCv5t3UO6/YXDUmNmGZu2CevtwB1TY015RFhKg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3797830},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7ada9131954ec1890435a4fd85c5b9071ae3db0f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"5.13.0","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.13.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.13.0","@strapi/types":"5.13.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.13.0_1746621191955_0.4379036094123656","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.990615b2ed4dd2f0589b4fda91418246d7b9450e":{"name":"@strapi/content-type-builder","version":"0.0.0-next.990615b2ed4dd2f0589b4fda91418246d7b9450e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.990615b2ed4dd2f0589b4fda91418246d7b9450e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6c6bfc1321241ac5a5c66f579303ad8c3e7633d4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.990615b2ed4dd2f0589b4fda91418246d7b9450e.tgz","fileCount":912,"integrity":"sha512-JB8nnTuMYyLYDd0Un3G6r0PV0yeJ4cGfexRroUQtHRrzuCjS7L5DCKjX6j8ShDppWX7K9yEtWuryymlSa+DJ7w==","signatures":[{"sig":"MEUCIQDywDIoDKe3DeUXoX5uYXP/REsevfaA1eMs/PdKm+TidgIgCmLxa6RUxeRFfBRjATtSKa3O0Eqx+zYrZVwbT05ut8U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"990615b2ed4dd2f0589b4fda91418246d7b9450e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-next.990615b2ed4dd2f0589b4fda91418246d7b9450e","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.990615b2ed4dd2f0589b4fda91418246d7b9450e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.990615b2ed4dd2f0589b4fda91418246d7b9450e","@strapi/types":"0.0.0-next.990615b2ed4dd2f0589b4fda91418246d7b9450e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.990615b2ed4dd2f0589b4fda91418246d7b9450e_1746664473563_0.9272034725241396","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.420d8662ceb7eeb6b3a8c6d3ece3729c51e7ecdc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.420d8662ceb7eeb6b3a8c6d3ece3729c51e7ecdc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.420d8662ceb7eeb6b3a8c6d3ece3729c51e7ecdc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f3df41e06f197a72c9f3e09c6bf9f3c70e193faf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.420d8662ceb7eeb6b3a8c6d3ece3729c51e7ecdc.tgz","fileCount":1093,"integrity":"sha512-q5pQIu24d9l7pINx3HLq/1RD2aJNmxoscM5mq7+zlnVbr1NPWJtD3IXkARNyNRN1yVNarTuElkAxNsypXA3LgQ==","signatures":[{"sig":"MEYCIQCSaCRxHZ9yhssoB4DGgIVht4gTYtAPPDW0xFNS9nuP9wIhAJlwnWyJ6KjXDz1BXclBq6pA2kmJFyDXG+kvyjA2vh0T","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9214825},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"420d8662ceb7eeb6b3a8c6d3ece3729c51e7ecdc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.420d8662ceb7eeb6b3a8c6d3ece3729c51e7ecdc","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.420d8662ceb7eeb6b3a8c6d3ece3729c51e7ecdc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.420d8662ceb7eeb6b3a8c6d3ece3729c51e7ecdc","@strapi/types":"0.0.0-experimental.420d8662ceb7eeb6b3a8c6d3ece3729c51e7ecdc","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.420d8662ceb7eeb6b3a8c6d3ece3729c51e7ecdc_1746722495118_0.1852674174439577","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7b9b3f9239c18a61d130649814a64509b990ad90":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7b9b3f9239c18a61d130649814a64509b990ad90","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7b9b3f9239c18a61d130649814a64509b990ad90","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bb5808475290a7768605aaadcf1835bd16db526e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7b9b3f9239c18a61d130649814a64509b990ad90.tgz","fileCount":1093,"integrity":"sha512-ZJohRsEond+ZkIW4fzBxGHLi979cg+IMRezmUcsm+VmsbJiWoXmK4g2kzxEo/ZBZ8cOFBwZHip33ibgCTHRVHQ==","signatures":[{"sig":"MEUCIGsHAZwafQtlEPEHP4tqPmmgS7+VM72lTKbuul9B797JAiEAsWl4/1y+rI9lesbdJ63t+wgGF4jX74DCXGwYmAdRrGU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9214829},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7b9b3f9239c18a61d130649814a64509b990ad90","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.7b9b3f9239c18a61d130649814a64509b990ad90","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.7b9b3f9239c18a61d130649814a64509b990ad90","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7b9b3f9239c18a61d130649814a64509b990ad90","@strapi/types":"0.0.0-experimental.7b9b3f9239c18a61d130649814a64509b990ad90","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7b9b3f9239c18a61d130649814a64509b990ad90_1746740035220_0.7796500291186501","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9":{"name":"@strapi/content-type-builder","version":"0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f8acdc2da23ede56ce477432e0d768768fa69f42","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9.tgz","fileCount":912,"integrity":"sha512-1OkOw8ClqatlC+oiKHG34+DYNHDWbJMvKleqp0BH3oBuYchxZb2Dh3qNJ9WisJXFZbD7XmzT4sBOY1lPfwGDSw==","signatures":[{"sig":"MEQCIGPrfb7ZN+zJ2QIWrQOx+cCVydK5E8ClgQEG0Ui8X0b3AiB2RPSfqnPS5mp9fozC3RxfSM55XlLAMzeh2Wu0vMw4OQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"daa3d4c4db6322f58233f0ccb757d80dbd1b48e9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9","@strapi/types":"0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9_1746750863459_0.01593910267999199","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.606941afc711f4529d86c2f71916ece0da200d5a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.606941afc711f4529d86c2f71916ece0da200d5a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.606941afc711f4529d86c2f71916ece0da200d5a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4ab0fbb568a7c6a4cfa56fabbef457b777fac716","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.606941afc711f4529d86c2f71916ece0da200d5a.tgz","fileCount":1093,"integrity":"sha512-StdP2K/jfUWcrtXKzp76ME5pOtVAdH7Rhkqk0BCiKq4BF+XSar/IyM3dcqxi8fOb/nyfZDp9LrJUXs8S0aT8TQ==","signatures":[{"sig":"MEUCIB4gSm4bUJcjLuR++2jtBBs1tCj79d36WgsstWGCnhuJAiEAkNFGewRyg0L6u/q/NpXQKWVvDeacZ7UlpyK/Lh6vDWw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9214730},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"606941afc711f4529d86c2f71916ece0da200d5a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.606941afc711f4529d86c2f71916ece0da200d5a","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.606941afc711f4529d86c2f71916ece0da200d5a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.606941afc711f4529d86c2f71916ece0da200d5a","@strapi/types":"0.0.0-experimental.606941afc711f4529d86c2f71916ece0da200d5a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.606941afc711f4529d86c2f71916ece0da200d5a_1746789040132_0.6227179373582841","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956":{"name":"@strapi/content-type-builder","version":"0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d5dcdb785620c24978d904ca219b2bbbe40d28de","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956.tgz","fileCount":912,"integrity":"sha512-l4ZkaqEzJZhrUI95awESfSS80EkdUCQOhG/WyZ5MOgmXMYphT8bTaTnEMYnhw5haAgVvx+afp3uab/2fXGJu/Q==","signatures":[{"sig":"MEYCIQDAVWQx+DUrCMkO7Bph8jyNF2/4e3gt1gmKXoXoxkMT6QIhAP65gjKs3T/a3QG9mTCYO86KCCz1XCWLCsAJMUg+6EEH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d8f8da8f5b333be4a20563a1a15cd61350139956","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956","@strapi/types":"0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956_1746837193373_0.292529712473109","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.4e03c41e8e44fa7b77c41c3e0edd86c7f1fc9c52":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4e03c41e8e44fa7b77c41c3e0edd86c7f1fc9c52","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4e03c41e8e44fa7b77c41c3e0edd86c7f1fc9c52","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1a682bbba16145a94dd7a9aebee9b86fec7d0d53","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4e03c41e8e44fa7b77c41c3e0edd86c7f1fc9c52.tgz","fileCount":912,"integrity":"sha512-du+Vkd7wvps+NI8aDwior6xkZmzeBMcv6f7fc1JP4N1SGAujOzn4BiQIawpj/nAp8toXA9Do+0J6aBQj5441Vw==","signatures":[{"sig":"MEQCIEwW2oZNGmcEHLDngTr3R9Y1K13/iTz+Jqwk2bBsn5vZAiAjOELswOTxSKseqpX4Aw+A6cf54Dgupbe+DVVz3L3rdQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3804484},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4e03c41e8e44fa7b77c41c3e0edd86c7f1fc9c52","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"next","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.4e03c41e8e44fa7b77c41c3e0edd86c7f1fc9c52","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.4e03c41e8e44fa7b77c41c3e0edd86c7f1fc9c52","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4e03c41e8e44fa7b77c41c3e0edd86c7f1fc9c52","@strapi/types":"0.0.0-experimental.4e03c41e8e44fa7b77c41c3e0edd86c7f1fc9c52","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4e03c41e8e44fa7b77c41c3e0edd86c7f1fc9c52_1747314181557_0.2788545080099236","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.da8483f09053a467ff0b2147c207ba0d24848901":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.da8483f09053a467ff0b2147c207ba0d24848901","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.da8483f09053a467ff0b2147c207ba0d24848901","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"69d49e6d5177822d8077c1ca9757e36e210ab352","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.da8483f09053a467ff0b2147c207ba0d24848901.tgz","fileCount":912,"integrity":"sha512-6yO/sfFxLLNHZ7rttVMiLkBDoqBHesrd7FbvoALpK82TtHrIE2LpK0tNNiRA/e9MNpH5Qlp0WHCYZkQFD3zr2w==","signatures":[{"sig":"MEYCIQCEKJVePISY9YGjiIW9q53d5gYVmP7vh3tgX7zsIpDamwIhAMCsinY/rzpARY1eWQqcyuIT1EsdpHXUhKVXEDnD5fag","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"da8483f09053a467ff0b2147c207ba0d24848901","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.da8483f09053a467ff0b2147c207ba0d24848901","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.da8483f09053a467ff0b2147c207ba0d24848901","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.da8483f09053a467ff0b2147c207ba0d24848901","@strapi/types":"0.0.0-experimental.da8483f09053a467ff0b2147c207ba0d24848901","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.da8483f09053a467ff0b2147c207ba0d24848901_1747666761478_0.4738151208433401","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7ec9307c395022dd904738ffdb0c9d7c4e5b24d9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7ec9307c395022dd904738ffdb0c9d7c4e5b24d9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7ec9307c395022dd904738ffdb0c9d7c4e5b24d9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"24ff950ca0b73fbe39f976eb32f9a8a82c0673fd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7ec9307c395022dd904738ffdb0c9d7c4e5b24d9.tgz","fileCount":912,"integrity":"sha512-18rB1qDfXcqHm/3iKFmxnk0FgqYQp3iW3H4OC5N2g6zcBERyfvw9v2tB6EmjmPzTLs7K9XiROIaATUDKtrZVXA==","signatures":[{"sig":"MEUCIQCO433CAnCoTe70IuvD+foyKUGAwSNgBav2HNmwWKJ7VwIgb5c8QJZJ82zSGPY09msbF29nRF4BaxAsetZIb7maEQk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7ec9307c395022dd904738ffdb0c9d7c4e5b24d9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.7ec9307c395022dd904738ffdb0c9d7c4e5b24d9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.7ec9307c395022dd904738ffdb0c9d7c4e5b24d9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7ec9307c395022dd904738ffdb0c9d7c4e5b24d9","@strapi/types":"0.0.0-experimental.7ec9307c395022dd904738ffdb0c9d7c4e5b24d9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7ec9307c395022dd904738ffdb0c9d7c4e5b24d9_1747727164648_0.052997641654561445","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.1e4c115f717b021ca11c139584d4519db28ba786":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1e4c115f717b021ca11c139584d4519db28ba786","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1e4c115f717b021ca11c139584d4519db28ba786","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b8bb9217a1880b900d3108d7c1f14f57e87ef4be","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1e4c115f717b021ca11c139584d4519db28ba786.tgz","fileCount":912,"integrity":"sha512-8RqslFwBW7b46ZFKBLCyumeAc/yNARPMHGrEGlWXHz+oNXtxE4yg3xlt9jHZp0VxYv/4xZmzAgb5S6GqDGPdfA==","signatures":[{"sig":"MEUCIFBzL9uRZnspEddQxtu6M0T7qIgraR+FO6mkgOfyhFnzAiEAmKuR0h1rcWm4mlnFgnb5u/LNRCQMBNC3vKVN7b+950c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3804484},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1e4c115f717b021ca11c139584d4519db28ba786","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"next","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.1e4c115f717b021ca11c139584d4519db28ba786","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.1e4c115f717b021ca11c139584d4519db28ba786","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1e4c115f717b021ca11c139584d4519db28ba786","@strapi/types":"0.0.0-experimental.1e4c115f717b021ca11c139584d4519db28ba786","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1e4c115f717b021ca11c139584d4519db28ba786_1747752606315_0.4707960152096111","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.32a96e212ac6550182455c62b032966a13f0a362":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.32a96e212ac6550182455c62b032966a13f0a362","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.32a96e212ac6550182455c62b032966a13f0a362","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9242ae0cb332e4bafec00d5c892a65844cb8916e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.32a96e212ac6550182455c62b032966a13f0a362.tgz","fileCount":912,"integrity":"sha512-M15mzAAiRdeIg3wSpNg9dD6/bj6N3Fap0CEUqPWob9AE2aSJiQTs8DTmz7lV2m9psUJJGyMUUZPhEz+Q2xCHaA==","signatures":[{"sig":"MEQCIDj9OoKjLWU7B2+UTXZiCLHnn4VGqRz4w8+1+JOIEjFDAiB3qFlStbJOBMvO1UH51gqX/erRXk2xjK8iMMSo6kZ3Uw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3804491},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"32a96e212ac6550182455c62b032966a13f0a362","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"^4.0.0-beta","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.32a96e212ac6550182455c62b032966a13f0a362","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.32a96e212ac6550182455c62b032966a13f0a362","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.32a96e212ac6550182455c62b032966a13f0a362","@strapi/types":"0.0.0-experimental.32a96e212ac6550182455c62b032966a13f0a362","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.32a96e212ac6550182455c62b032966a13f0a362_1747756296230_0.7760598671967232","host":"s3://npm-registry-packages-npm-production"}},"5.13.1":{"name":"@strapi/content-type-builder","version":"5.13.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.13.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8db8c9f1e4c0acabffc2815924cb2473106facd9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.13.1.tgz","fileCount":912,"integrity":"sha512-H28ncFC5YoSziVCc/NPy3xGQveMqkQ4+77p4A42lUKcCP2uvWj2Hrse3Ash169HPcmv89TJjqZFOEoWdnpuyeA==","signatures":[{"sig":"MEQCIAYyES7QQ4xx4LiXy8OY3y06x3VH28yv1IV7JVUc6ZuSAiA80tGLlRJ/hiXVCXMZaOeaH8LiUWMUCCR8tpM6k46qug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3797830},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"31b19cb6a33e8835afc77f775eb555effbd4245c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"5.13.1","@reduxjs/toolkit":"1.9.7","@strapi/generators":"5.13.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.13.1","@strapi/types":"5.13.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.13.1_1747816516369_0.9895164276481647","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.b445ac2d35ee8f4b2d2f16f390c6d16b24de29f9":{"name":"@strapi/content-type-builder","version":"0.0.0-next.b445ac2d35ee8f4b2d2f16f390c6d16b24de29f9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.b445ac2d35ee8f4b2d2f16f390c6d16b24de29f9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"197d42a962f8b7f2c7ae9f02812a284a74262fe4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.b445ac2d35ee8f4b2d2f16f390c6d16b24de29f9.tgz","fileCount":912,"integrity":"sha512-OxZhmGKliyVc6eb20nq5b+AGialPxqa0fm4Xgo5KJlSmwAobD3MPHs0Lsw+ZjkrFlP4Y+G/OV2lF1GEOh0Yi1w==","signatures":[{"sig":"MEYCIQDM/ahGb6gPXP1XKNIKmo82qjPQ0effVnRGdh+mt/9jTQIhAOhxr1dDaOH/TqoTSY7LMdCRz7xudlmkLCljxvL68WVp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b445ac2d35ee8f4b2d2f16f390c6d16b24de29f9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-next.b445ac2d35ee8f4b2d2f16f390c6d16b24de29f9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.b445ac2d35ee8f4b2d2f16f390c6d16b24de29f9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.b445ac2d35ee8f4b2d2f16f390c6d16b24de29f9","@strapi/types":"0.0.0-next.b445ac2d35ee8f4b2d2f16f390c6d16b24de29f9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.b445ac2d35ee8f4b2d2f16f390c6d16b24de29f9_1747874074429_0.8869416475040706","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.75ad9f23733c38c3e329f29b5c2b442c7cccce33":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.75ad9f23733c38c3e329f29b5c2b442c7cccce33","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.75ad9f23733c38c3e329f29b5c2b442c7cccce33","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"731e8e4722e247c778eeeee6ee39c6d59d9d4941","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.75ad9f23733c38c3e329f29b5c2b442c7cccce33.tgz","fileCount":912,"integrity":"sha512-CrrNoN4fM46oXm6yl8PBTkBy4S1Nf2Ygi8n9OnXOfHS0ozgU1EVsL61ZXLuRX1V67KPRo4s2dpNMnLKozzEMOQ==","signatures":[{"sig":"MEUCIGFYNYHNfDwIR6MTD7q45nFW1bW+9Nbxchn4spJTzgpJAiEAidz7I0vMynWBTc2a4WfOFcCTmZ2iGub4hDV/Sf0qtOw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"75ad9f23733c38c3e329f29b5c2b442c7cccce33","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.75ad9f23733c38c3e329f29b5c2b442c7cccce33","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.75ad9f23733c38c3e329f29b5c2b442c7cccce33","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.75ad9f23733c38c3e329f29b5c2b442c7cccce33","@strapi/types":"0.0.0-experimental.75ad9f23733c38c3e329f29b5c2b442c7cccce33","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.75ad9f23733c38c3e329f29b5c2b442c7cccce33_1747915961288_0.8923781184177828","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e3eb36dde0d936dc941df54e440e2c50a0582eeb":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e3eb36dde0d936dc941df54e440e2c50a0582eeb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e3eb36dde0d936dc941df54e440e2c50a0582eeb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fb2cbc8e0c0076e7fff06ecdeb4dea3a56e21671","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e3eb36dde0d936dc941df54e440e2c50a0582eeb.tgz","fileCount":912,"integrity":"sha512-EJNlfN61SKHo13+NNvitbvi5k3//WQNj22gVJYXAbJK/vYd46PaB/eOwdgZ5ZE39/BUkl4Q+Z8YD8vyjiMCHnQ==","signatures":[{"sig":"MEUCIQDglRJrdEmyEhTNufM08ERvpwofnM3JRoKEEsXY4T7UWQIgS6pJK/+HJ0WRAfcJPY4VEEqcboarc+KQae/r5cnilAI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e3eb36dde0d936dc941df54e440e2c50a0582eeb","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-next.e3eb36dde0d936dc941df54e440e2c50a0582eeb","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.e3eb36dde0d936dc941df54e440e2c50a0582eeb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e3eb36dde0d936dc941df54e440e2c50a0582eeb","@strapi/types":"0.0.0-next.e3eb36dde0d936dc941df54e440e2c50a0582eeb","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e3eb36dde0d936dc941df54e440e2c50a0582eeb_1747960510795_0.21704835422208824","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.c72b48da735f44a3ccafb7a6dc9ba5213f3844db":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c72b48da735f44a3ccafb7a6dc9ba5213f3844db","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c72b48da735f44a3ccafb7a6dc9ba5213f3844db","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e45cb0bfed05b6fcc59270c9a770333ca8ecf508","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c72b48da735f44a3ccafb7a6dc9ba5213f3844db.tgz","fileCount":912,"integrity":"sha512-XVZZuxitpA/SNhs0jCTEDNTooAZkzX1RnPUbVOdYTIw0/4b2ocOwsV8ySdeHjWpTSmh6crffdIC+2BRLAqEFpA==","signatures":[{"sig":"MEQCIEn/fSTl6GIk+9vHfsEjU+/2WaxMnq2X4aIoG1DVPm/4AiBYlyoN3IjJ6jg6pQu6TlKYMMdX9aUfKmq7UblJ4QgrFg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c72b48da735f44a3ccafb7a6dc9ba5213f3844db","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"0.0.0-experimental.c72b48da735f44a3ccafb7a6dc9ba5213f3844db","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.c72b48da735f44a3ccafb7a6dc9ba5213f3844db","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c72b48da735f44a3ccafb7a6dc9ba5213f3844db","@strapi/types":"0.0.0-experimental.c72b48da735f44a3ccafb7a6dc9ba5213f3844db","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c72b48da735f44a3ccafb7a6dc9ba5213f3844db_1748273352521_0.7313420759826614","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.fca58d9b01ba89012d84a58a20556a6fd716cb92":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fca58d9b01ba89012d84a58a20556a6fd716cb92","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fca58d9b01ba89012d84a58a20556a6fd716cb92","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ddb773f29b0f1aeb30cf2c6d69cb0ae48c2e2870","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fca58d9b01ba89012d84a58a20556a6fd716cb92.tgz","fileCount":912,"integrity":"sha512-jW//CpALVyEJ+E8NBQKbRo+7OfbKIpCXyr9cSLr6hXb/w/RwzO/RrrUtUIJDwmr1X26tytoYXLcof8zRO0XEPg==","signatures":[{"sig":"MEQCIF2XdNaDVn9fe7aB9JcIQCvXVDCxlHtX/qE+lQxmQs+cAiBdex4e5VK7ZSeqDF6FoFLVdcKSjfOOM0qW00dB7FDMUQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fca58d9b01ba89012d84a58a20556a6fd716cb92","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"0.0.0-experimental.fca58d9b01ba89012d84a58a20556a6fd716cb92","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.fca58d9b01ba89012d84a58a20556a6fd716cb92","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fca58d9b01ba89012d84a58a20556a6fd716cb92","@strapi/types":"0.0.0-experimental.fca58d9b01ba89012d84a58a20556a6fd716cb92","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fca58d9b01ba89012d84a58a20556a6fd716cb92_1748275941396_0.499788602666144","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.c72b48da735f44a3ccafb7a6dc9ba5213f3844db":{"name":"@strapi/content-type-builder","version":"0.0.0-next.c72b48da735f44a3ccafb7a6dc9ba5213f3844db","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.c72b48da735f44a3ccafb7a6dc9ba5213f3844db","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"98ada613f4ed3f16eeca98d67900c9cbc6f182a4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.c72b48da735f44a3ccafb7a6dc9ba5213f3844db.tgz","fileCount":912,"integrity":"sha512-JmbFhiAmVZ+9FhYCctoFKGXbgCOPloW1v8myl9PlzpCODw/fj7Naabj1eNgiKqMvbOQTbSoYTnb5HHjtMbBRPw==","signatures":[{"sig":"MEUCIE3PvVcXAwfWFbkSyu+WZiWuGFaZMqWYtFVP9In29dXLAiEAklFRJCthQ6EyjlU7FxZdqGqmZB2x4m3bKjrYqNK1oac=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c72b48da735f44a3ccafb7a6dc9ba5213f3844db","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"0.0.0-next.c72b48da735f44a3ccafb7a6dc9ba5213f3844db","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.c72b48da735f44a3ccafb7a6dc9ba5213f3844db","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.c72b48da735f44a3ccafb7a6dc9ba5213f3844db","@strapi/types":"0.0.0-next.c72b48da735f44a3ccafb7a6dc9ba5213f3844db","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.c72b48da735f44a3ccafb7a6dc9ba5213f3844db_1748306065024_0.7116990356731878","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d8805ae8d0468d71054f34c9f56aff66698f1922":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d8805ae8d0468d71054f34c9f56aff66698f1922","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d8805ae8d0468d71054f34c9f56aff66698f1922","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2b2102f7743bdfeabbcef9e1bef885fcc4b63dd7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d8805ae8d0468d71054f34c9f56aff66698f1922.tgz","fileCount":890,"integrity":"sha512-Vlkgc9arowTA3/YJgl4Fsqdma7miKyHsgNUuBrCxegCZtJurh1aOBTTl9d6RGPQdc0EJf3/ppec2SVPeQ/Tn6A==","signatures":[{"sig":"MEUCIQDe/BxIhkwPhdLAWAnV1Nxd3PLGANgI38DlprWkRpRIegIgfW/OY97PRy2Svd9XPwTUaDqUA0qXZGmqqrQjkXVqsEI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7904746},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d8805ae8d0468d71054f34c9f56aff66698f1922","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"0.0.0-experimental.d8805ae8d0468d71054f34c9f56aff66698f1922","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d8805ae8d0468d71054f34c9f56aff66698f1922","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d8805ae8d0468d71054f34c9f56aff66698f1922","@strapi/types":"0.0.0-experimental.d8805ae8d0468d71054f34c9f56aff66698f1922","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d8805ae8d0468d71054f34c9f56aff66698f1922_1748336856317_0.26271577657541023","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.4aa8ff0ba4c940110d426cddbf0d2a2e5b71b4f4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4aa8ff0ba4c940110d426cddbf0d2a2e5b71b4f4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4aa8ff0ba4c940110d426cddbf0d2a2e5b71b4f4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b268f6310b9ef421d23f086c839b1c33336ae243","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4aa8ff0ba4c940110d426cddbf0d2a2e5b71b4f4.tgz","fileCount":912,"integrity":"sha512-dFuMadJQUqnWvazxi7bKgxJWABZ4eOUTbalzmt4jIFsiT3IgQRu6S7pQnU2lDaVrODXdoW09WgrzaU6FBfHyBg==","signatures":[{"sig":"MEUCIQDXXS9rWdajJ9h18AjVuvsEc90W6UqlMLvk4qV1qo1VfAIgH+iLL/flYT7LmcaslfKpZyhVjMd1ar4NaKnYgkzBJGY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4aa8ff0ba4c940110d426cddbf0d2a2e5b71b4f4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"0.0.0-experimental.4aa8ff0ba4c940110d426cddbf0d2a2e5b71b4f4","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.4aa8ff0ba4c940110d426cddbf0d2a2e5b71b4f4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4aa8ff0ba4c940110d426cddbf0d2a2e5b71b4f4","@strapi/types":"0.0.0-experimental.4aa8ff0ba4c940110d426cddbf0d2a2e5b71b4f4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4aa8ff0ba4c940110d426cddbf0d2a2e5b71b4f4_1748420236304_0.6494968935599434","host":"s3://npm-registry-packages-npm-production"}},"5.14.0":{"name":"@strapi/content-type-builder","version":"5.14.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.14.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2d10e2d06517f21207c1347346f3ef8a944eef36","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.14.0.tgz","fileCount":890,"integrity":"sha512-7L8hZ2zOdBCLwWgtq0b2vTOiSFKBCCq4VUpC4uA2mBfkdNILCH0RMC7nSwMeDTq/QPs74pdHd6TkMEwdj1WVsA==","signatures":[{"sig":"MEYCIQD/Zzz7OjATq8E6zxNsO/GvvPlvpxLWEvWiseCEkvo7HwIhAL/AYB3vtQc8amEMsXKuo/u5V6p+2rJ5LyKmemGl7/PO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7904481},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f3c7bf7d24db79a3c163f773021dd17aa2047414","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"5.14.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.14.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.14.0","@strapi/types":"5.14.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.14.0_1748438584380_0.5366586928278139","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.883f4fcabd28de02b78b7b00a70e33cd2d151d05":{"name":"@strapi/content-type-builder","version":"0.0.0-next.883f4fcabd28de02b78b7b00a70e33cd2d151d05","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.883f4fcabd28de02b78b7b00a70e33cd2d151d05","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3cf84b3e0fc79c0f8adc569dc326a8b91fc853a3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.883f4fcabd28de02b78b7b00a70e33cd2d151d05.tgz","fileCount":912,"integrity":"sha512-evi8/A8fUssMeaRkFmPpzNJaysXi25BUpmljWhJpb+c7QHepjXVxPtUv1qnSxdAVYYpbmc+ZpnvxafvZ+Coi9A==","signatures":[{"sig":"MEUCIQDwxNGnK7E373FpYRK/e4K5+4aB1LKyurVDKP6rkt+ZVgIgXUijqLaFQMQLtcCImj+4RDMLqHiMF/ft1ECb3jdyW5g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798055},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"883f4fcabd28de02b78b7b00a70e33cd2d151d05","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"0.0.0-next.883f4fcabd28de02b78b7b00a70e33cd2d151d05","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-next.883f4fcabd28de02b78b7b00a70e33cd2d151d05","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.883f4fcabd28de02b78b7b00a70e33cd2d151d05","@strapi/types":"0.0.0-next.883f4fcabd28de02b78b7b00a70e33cd2d151d05","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.883f4fcabd28de02b78b7b00a70e33cd2d151d05_1748478883256_0.013036991617981997","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.70576132e2aa188340b9b78ba8a932926b045374":{"name":"@strapi/content-type-builder","version":"0.0.0-next.70576132e2aa188340b9b78ba8a932926b045374","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.70576132e2aa188340b9b78ba8a932926b045374","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ceb05b805bdaa210c725a1bb1da4a6e3c09a8039","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.70576132e2aa188340b9b78ba8a932926b045374.tgz","fileCount":890,"integrity":"sha512-x3poDMvwzv52mQTX0ZiVsh1XQdgw068so2n9+kcIz+cEScuqDY2AwkSZR0CqQrkxjR3sogfKjdFVAjru/n4ixQ==","signatures":[{"sig":"MEUCIQDWOHte3xaBYU+KnN0jnVlhAnW3rLsp+HN3V8VY6g3LdAIgCrPGETOR+wBGLbmfXYk3OsszU2DWp3Vbx1X2Vf0VVlE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7904706},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"70576132e2aa188340b9b78ba8a932926b045374","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"0.0.0-next.70576132e2aa188340b9b78ba8a932926b045374","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.70576132e2aa188340b9b78ba8a932926b045374","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.70576132e2aa188340b9b78ba8a932926b045374","@strapi/types":"0.0.0-next.70576132e2aa188340b9b78ba8a932926b045374","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.70576132e2aa188340b9b78ba8a932926b045374_1748565287572_0.18329953686326728","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.52c0c3304609bf1e6bf365910c05feb71eca21d9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.52c0c3304609bf1e6bf365910c05feb71eca21d9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.52c0c3304609bf1e6bf365910c05feb71eca21d9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8671c6eb2b0b5eca20988e966342d2fe38389d34","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.52c0c3304609bf1e6bf365910c05feb71eca21d9.tgz","fileCount":912,"integrity":"sha512-V6Twpu09FswExkb7CkBP51XOKQb5oh+3s9ioEUMfcasVQH9wSrm3e0jO9my67L8Fk7UquLOCn+iIBqDct7z9FQ==","signatures":[{"sig":"MEUCIB1s8NgF60KUrH3D4nl8LAVAZtRWCKNT3kWPhlrO+rW+AiEA+/kywCJyKiERhNSL4MZZUxdFnL1kUXBIAtXyoyiKN0E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3798095},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"52c0c3304609bf1e6bf365910c05feb71eca21d9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@strapi/icons":"2.0.0-rc.23","@strapi/utils":"0.0.0-experimental.52c0c3304609bf1e6bf365910c05feb71eca21d9","@reduxjs/toolkit":"1.9.7","@strapi/generators":"0.0.0-experimental.52c0c3304609bf1e6bf365910c05feb71eca21d9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.52c0c3304609bf1e6bf365910c05feb71eca21d9","@strapi/types":"0.0.0-experimental.52c0c3304609bf1e6bf365910c05feb71eca21d9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.52c0c3304609bf1e6bf365910c05feb71eca21d9_1748598071572_0.8048096129657445","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.0fc44faf3ab6f94c481a4d426988705776878bb3":{"name":"@strapi/content-type-builder","version":"0.0.0-next.0fc44faf3ab6f94c481a4d426988705776878bb3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.0fc44faf3ab6f94c481a4d426988705776878bb3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b5b1c0d12ccc76b7875ae20fb38338c7c4d6f537","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.0fc44faf3ab6f94c481a4d426988705776878bb3.tgz","fileCount":890,"integrity":"sha512-3vjamn2rJO9KcfSyy7P/noAVcLxWuRFs0z74y2+Ih1UTno3o1pqBn0JX7gu5DVdr1OKvDROC6gW9Widhwq8WIQ==","signatures":[{"sig":"MEUCIGSLVb3sfFJJSAIa0nens/kcXimWPfY+ezjuiFwQPBJfAiEAvfGQ5GBONwYZtlQKZ3AoE5zlxZhVkJtyPnpB3Pd5nwc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7904706},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0fc44faf3ab6f94c481a4d426988705776878bb3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"0.0.0-next.0fc44faf3ab6f94c481a4d426988705776878bb3","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.0fc44faf3ab6f94c481a4d426988705776878bb3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.0fc44faf3ab6f94c481a4d426988705776878bb3","@strapi/types":"0.0.0-next.0fc44faf3ab6f94c481a4d426988705776878bb3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.0fc44faf3ab6f94c481a4d426988705776878bb3_1748910948689_0.8324117075086894","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8d1668e9b9566ee92b130d24e35273bb68ceb65d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8d1668e9b9566ee92b130d24e35273bb68ceb65d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8d1668e9b9566ee92b130d24e35273bb68ceb65d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d35fa49193af033a24d9425bce7b2651b45f1270","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8d1668e9b9566ee92b130d24e35273bb68ceb65d.tgz","fileCount":890,"integrity":"sha512-CsMRLhifMNuVUAzACOLJIEdfoR0zZ73lFWb83+b6gZ9+2aJ8fFc/CxtLax//9H6h2/kVJnkOkpYEZY5FVTNQXg==","signatures":[{"sig":"MEYCIQDtAbsqlWTzivrC6OCNI/UeoZND7xOZuMm8I4c7cjKSyQIhAM1Jhpoc3s8OptHc8IQ+HskS4XjEkXj84a9U4vWh0akG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8024833},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8d1668e9b9566ee92b130d24e35273bb68ceb65d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"0.0.0-experimental.8d1668e9b9566ee92b130d24e35273bb68ceb65d","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.8d1668e9b9566ee92b130d24e35273bb68ceb65d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8d1668e9b9566ee92b130d24e35273bb68ceb65d","@strapi/types":"0.0.0-experimental.8d1668e9b9566ee92b130d24e35273bb68ceb65d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8d1668e9b9566ee92b130d24e35273bb68ceb65d_1748956312173_0.937563764849817","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.4ac7f54e676517e2ca5484a234467c24a9c933c1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4ac7f54e676517e2ca5484a234467c24a9c933c1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4ac7f54e676517e2ca5484a234467c24a9c933c1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"42b18a93d8298a0d56e36e8f439b9d42f24a5766","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4ac7f54e676517e2ca5484a234467c24a9c933c1.tgz","fileCount":890,"integrity":"sha512-FD9eQ5STD3LgmGpRr+cVq+4EM5mfPrJFWQ9q3GW2YuvzCjKMVbG9qwYVW/5FQGJlq9rmXhUWY9zxgO1x/u18dw==","signatures":[{"sig":"MEYCIQDNdmOSLfN9R3clradUnH3iRkBh4FQGAXV7VJ8dx1pDowIhAOnOm97b/Qc74nXz95IfEnQJhOKa71fJF9jiutXpc1w4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8024833},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4ac7f54e676517e2ca5484a234467c24a9c933c1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"0.0.0-experimental.4ac7f54e676517e2ca5484a234467c24a9c933c1","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.4ac7f54e676517e2ca5484a234467c24a9c933c1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4ac7f54e676517e2ca5484a234467c24a9c933c1","@strapi/types":"0.0.0-experimental.4ac7f54e676517e2ca5484a234467c24a9c933c1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4ac7f54e676517e2ca5484a234467c24a9c933c1_1748974052471_0.6495365027045059","host":"s3://npm-registry-packages-npm-production"}},"5.15.0":{"name":"@strapi/content-type-builder","version":"5.15.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.15.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d6fd18ba9744849ae576680463f926c3d813a743","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.15.0.tgz","fileCount":890,"integrity":"sha512-WYPCb94COIH6jPA1Gv/S9W7EhUYmJrCXkFbnSEuZlrFqnD96jVLaFJseE+DUzrvOGl90sKHp6PWSHz4etgc1Bg==","signatures":[{"sig":"MEUCIEAufUYwyz7JV0KVkXgrXS3zdJ1k2q5J3PE+Jw/CSlUiAiEA+TfBcv+M8vfU2/s9PmiTU4q89kxd1wpPlMr2OMMTz70=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8024568},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5f415ad83311e4a410fb1f6467f095882dce4447","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"5.15.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.15.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.15.0","@strapi/types":"5.15.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.15.0_1749045686599_0.3684717561862305","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.737505a8bfb61e4f38da29a4089e66c0dc09745b":{"name":"@strapi/content-type-builder","version":"0.0.0-next.737505a8bfb61e4f38da29a4089e66c0dc09745b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.737505a8bfb61e4f38da29a4089e66c0dc09745b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3fb5f4193f81d5a6748d7950b8a5f5d4473374f7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.737505a8bfb61e4f38da29a4089e66c0dc09745b.tgz","fileCount":890,"integrity":"sha512-kXkGMydhFyPcVfSybk52RcHX9pCga4dbapWrUpasoV+M+eWYO+F6rKPHj6dNP8iLb4ejnMxQY8W/yNfGq65JfA==","signatures":[{"sig":"MEUCIQCylaw9yWYotojEmyssRKTcE0xBDRM1JpVrouGrwHFs4gIgcLOaxjYJVOM3FBT03Zwk/vPn3MOFqpkJJQc0VKtc4qM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8024793},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"737505a8bfb61e4f38da29a4089e66c0dc09745b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"0.0.0-next.737505a8bfb61e4f38da29a4089e66c0dc09745b","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.737505a8bfb61e4f38da29a4089e66c0dc09745b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.737505a8bfb61e4f38da29a4089e66c0dc09745b","@strapi/types":"0.0.0-next.737505a8bfb61e4f38da29a4089e66c0dc09745b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.737505a8bfb61e4f38da29a4089e66c0dc09745b_1749083706258_0.24937679716309202","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.74ebdf402d90857bc7282394855d43aad6d283e6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.74ebdf402d90857bc7282394855d43aad6d283e6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.74ebdf402d90857bc7282394855d43aad6d283e6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fac53c0a950ac2421fd0e1056e4764392885a2c4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.74ebdf402d90857bc7282394855d43aad6d283e6.tgz","fileCount":890,"integrity":"sha512-vucw7MFF/Y053lfDYYpBz4hSFva9Y70beiBSUzVmlhd1WJzRtYEAus9oB3r7Qr/XL8MfI9ddDu2TecOo9G+t9A==","signatures":[{"sig":"MEUCICR4ZPZ1u6vKyT0qmZjjKeukh+ez3tW93zWV23RR6NsSAiEA5zdnCtRw3G+DHqhXX4LlwNDMGeOg3HmF1CR8dmOmxr0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7904746},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"74ebdf402d90857bc7282394855d43aad6d283e6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"0.0.0-experimental.74ebdf402d90857bc7282394855d43aad6d283e6","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.74ebdf402d90857bc7282394855d43aad6d283e6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.15.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.74ebdf402d90857bc7282394855d43aad6d283e6","@strapi/types":"0.0.0-experimental.74ebdf402d90857bc7282394855d43aad6d283e6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.74ebdf402d90857bc7282394855d43aad6d283e6_1749134412867_0.3558022521057034","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.84e5c7c3e470f80271a7a6a88a55244be1d168bd":{"name":"@strapi/content-type-builder","version":"0.0.0-next.84e5c7c3e470f80271a7a6a88a55244be1d168bd","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.84e5c7c3e470f80271a7a6a88a55244be1d168bd","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1c583e11e0958a0c316f2effd9ec7b87824b26cf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.84e5c7c3e470f80271a7a6a88a55244be1d168bd.tgz","fileCount":890,"integrity":"sha512-ESL/hH09alMWC/c6XMLNJalqdFk/phKUQq84JHB+N4lgaNE51Gba4K0T7Lsurmrm8GSira96Ky4/LtRUM+ETCQ==","signatures":[{"sig":"MEQCIEUuZa/kIr33ybUvu5QYt5j2JgpMWlOOC2nqub4446DdAiB8kegbWtw+jm4kROV1nAiB4aka6OUqDusbIRrrWzSlTQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8024793},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"84e5c7c3e470f80271a7a6a88a55244be1d168bd","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.24","@strapi/utils":"0.0.0-next.84e5c7c3e470f80271a7a6a88a55244be1d168bd","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.84e5c7c3e470f80271a7a6a88a55244be1d168bd","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.84e5c7c3e470f80271a7a6a88a55244be1d168bd","@strapi/types":"0.0.0-next.84e5c7c3e470f80271a7a6a88a55244be1d168bd","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.84e5c7c3e470f80271a7a6a88a55244be1d168bd_1749170090320_0.915592852752652","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82":{"name":"@strapi/content-type-builder","version":"0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"544d3ba7fe2a18c4f900201e183e00830907111d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82.tgz","fileCount":890,"integrity":"sha512-jh2ALfD4VHdUzU4+iMge9g+Dqa68OJE17s1NC8fN+lcFWVorskdnlvzA/LccYajPfDt+BboJ8CczbDFgwbP/mw==","signatures":[{"sig":"MEUCIGu8fs+K7zBpKE8VjdFhqVn8SxeR99oezufBLwTz2joiAiEA68y7Mn7pDxR6ZeP7ceAgpyX4sxTlIxkWdRxA46SZNA8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8024793},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ebcac74d516f1eac8973e3621367a9515e76ca82","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.25","@strapi/utils":"0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82","@strapi/types":"0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82_1749256522573_0.6555930484722909","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ebcac74d516f1eac8973e3621367a9515e76ca82":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ebcac74d516f1eac8973e3621367a9515e76ca82","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ebcac74d516f1eac8973e3621367a9515e76ca82","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3ee3c23e6334ff03880ee6cd3ff1b78b263de7fc","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ebcac74d516f1eac8973e3621367a9515e76ca82.tgz","fileCount":890,"integrity":"sha512-fe4b+QXFkZhCMG8dF9DQbxtpIilOy7mXrP1+7exoXFFonno9xHpUsyE1l3C9x2XLtOtndLpq2zvbRU9Md3sP5Q==","signatures":[{"sig":"MEUCIF5EUTbbEVRXXaqP5dfnFNhtd6MNwt6eWoqgyO6bjWH0AiEAiHRzqj/hhQBknKFCeB8ySm0qDeJX5Q1GQMZCaBZ+WQo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8024833},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ebcac74d516f1eac8973e3621367a9515e76ca82","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.25","@strapi/utils":"0.0.0-experimental.ebcac74d516f1eac8973e3621367a9515e76ca82","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ebcac74d516f1eac8973e3621367a9515e76ca82","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ebcac74d516f1eac8973e3621367a9515e76ca82","@strapi/types":"0.0.0-experimental.ebcac74d516f1eac8973e3621367a9515e76ca82","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ebcac74d516f1eac8973e3621367a9515e76ca82_1749539061438_0.7192603265323616","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.fa3ec797cdee7109d96b9f1616c32accf946e251":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fa3ec797cdee7109d96b9f1616c32accf946e251","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fa3ec797cdee7109d96b9f1616c32accf946e251","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c934504d7601795d66cf8e1b23c0615620345755","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fa3ec797cdee7109d96b9f1616c32accf946e251.tgz","fileCount":890,"integrity":"sha512-H7fNJbn15U3+JZE7Q6ttB2NVViEs2y20x1qDWtseEny2ObaLpGpfVdPgShO16rg348+ZD0EUkVL+fY1dNYUiTg==","signatures":[{"sig":"MEQCIGLoPq9f3cbemr9YcQoFamjvIfDqOO21WaJcIw/digKjAiBOkCxthiIpgRIfF4IOzxk+ETVYzSgGDpFxlVJZwb+KWg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8024833},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fa3ec797cdee7109d96b9f1616c32accf946e251","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.25","@strapi/utils":"0.0.0-experimental.fa3ec797cdee7109d96b9f1616c32accf946e251","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.fa3ec797cdee7109d96b9f1616c32accf946e251","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fa3ec797cdee7109d96b9f1616c32accf946e251","@strapi/types":"0.0.0-experimental.fa3ec797cdee7109d96b9f1616c32accf946e251","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fa3ec797cdee7109d96b9f1616c32accf946e251_1749545786031_0.40454015006508937","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.267375bdc00aa57de5e78acd345a838d21a63676":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.267375bdc00aa57de5e78acd345a838d21a63676","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.267375bdc00aa57de5e78acd345a838d21a63676","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8841f7b5c6d5322fc0ffd918a6615e54a3f84c28","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.267375bdc00aa57de5e78acd345a838d21a63676.tgz","fileCount":890,"integrity":"sha512-Kp+YU95tjK4qLcKw7ECRYl55GOZG+iN2QdMFlVL0G5y+SY+F25Xdsp0YfzXNWxoLlcFo1+hQT6c26aA/ohn0Eg==","signatures":[{"sig":"MEUCIHB1qPEupFYVPuWl4A5V5N+S1tQVDi/nI2Umjfh/mh6nAiEA40oyDhFF6RuUXL4O7sLAjAH9nfoOARqEZwzJcPdHJQo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8024833},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"267375bdc00aa57de5e78acd345a838d21a63676","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.25","@strapi/utils":"0.0.0-experimental.267375bdc00aa57de5e78acd345a838d21a63676","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.267375bdc00aa57de5e78acd345a838d21a63676","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.267375bdc00aa57de5e78acd345a838d21a63676","@strapi/types":"0.0.0-experimental.267375bdc00aa57de5e78acd345a838d21a63676","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.267375bdc00aa57de5e78acd345a838d21a63676_1749549234943_0.8800855298715062","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.df5dd4b92e1b046c04ff00d00d76c88ea51b57d4":{"name":"@strapi/content-type-builder","version":"0.0.0-next.df5dd4b92e1b046c04ff00d00d76c88ea51b57d4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.df5dd4b92e1b046c04ff00d00d76c88ea51b57d4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"67d993b8b704b066309946c0de1fcdb20a690366","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.df5dd4b92e1b046c04ff00d00d76c88ea51b57d4.tgz","fileCount":890,"integrity":"sha512-pUxm8xnuvM7YEvpOlL+N8iTFSBSgSNzwbF+j4rCeRRJ36RNF4Qzn0OmU9ttYzLOMawcSaHqHJHA1vPgTbDOQ3A==","signatures":[{"sig":"MEUCIQCl8/oquKGpgtTI9Xh3h6DpglcwDe/nLdTQitS/b8TkgwIgIvBdVoOjaa3BsHrvZpestSdIyTPS6fkJSS2/ojDQot4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8037006},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"df5dd4b92e1b046c04ff00d00d76c88ea51b57d4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.25","@strapi/utils":"0.0.0-next.df5dd4b92e1b046c04ff00d00d76c88ea51b57d4","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.df5dd4b92e1b046c04ff00d00d76c88ea51b57d4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.df5dd4b92e1b046c04ff00d00d76c88ea51b57d4","@strapi/types":"0.0.0-next.df5dd4b92e1b046c04ff00d00d76c88ea51b57d4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.df5dd4b92e1b046c04ff00d00d76c88ea51b57d4_1749602125589_0.874582120438347","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.32a2affc0bd52f57408558129fc55f88d07188fb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.32a2affc0bd52f57408558129fc55f88d07188fb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.32a2affc0bd52f57408558129fc55f88d07188fb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7badfe8495d23e664ad09314f2465a1a0fea7e14","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.32a2affc0bd52f57408558129fc55f88d07188fb.tgz","fileCount":895,"integrity":"sha512-/GT2JHWcRwa6fxFUVawITCXKOiS8zoByYxyaDZrq9Vwe9fxmUndOOcXdFN5Q2pxX6PU+p0yHC8+oC1fOq/QywQ==","signatures":[{"sig":"MEYCIQDrSfey5D4e+hQJP0PTj6mip+9qhie8VtCBAQ4ieIU8jwIhALjB+L7+8/52aH7amg/ClJwewP7DxmPAeMS3xeI+g9Ns","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9551676},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"32a2affc0bd52f57408558129fc55f88d07188fb","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.25","@strapi/utils":"0.0.0-experimental.32a2affc0bd52f57408558129fc55f88d07188fb","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.32a2affc0bd52f57408558129fc55f88d07188fb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.32a2affc0bd52f57408558129fc55f88d07188fb","@strapi/types":"0.0.0-experimental.32a2affc0bd52f57408558129fc55f88d07188fb","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.32a2affc0bd52f57408558129fc55f88d07188fb_1749630119752_0.6142774369679689","host":"s3://npm-registry-packages-npm-production"}},"5.15.1":{"name":"@strapi/content-type-builder","version":"5.15.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.15.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"26fea62827f82ec5f3867162e6546b5c7f7a3dc2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.15.1.tgz","fileCount":890,"integrity":"sha512-5DJtq16Ky4p4a4hU5X7S2Lp2iBvdqsRQxcIbbCieQyB/A6iP0FOKb+KwE27YXlgadufyCp9wmnwKMQqYcCfDiA==","signatures":[{"sig":"MEQCIGKH93mxKo7bOLMZPzxelSJAZJr3MD0r+5oZ170B0gZ0AiAN0T/dTTu+6JUgw1BZs9jIaSqjl+2qeBoKlYVCZnwORA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8024568},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"04d63895eaa6a1a1752b6060e394564a7d59a9af","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.25","@strapi/utils":"5.15.1","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.15.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.25"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.15.1","@strapi/types":"5.15.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.15.1_1749645322302_0.12404297800191855","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.1d1bb7782aff2a3dab6c460d8a4b24062f767bce":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1d1bb7782aff2a3dab6c460d8a4b24062f767bce","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1d1bb7782aff2a3dab6c460d8a4b24062f767bce","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6f12f24623f6225bd4f7508e0364e5bc9cdc9140","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1d1bb7782aff2a3dab6c460d8a4b24062f767bce.tgz","fileCount":895,"integrity":"sha512-Fd/EPVKiuQepnANfW10Qd7tbxaJo3CWx7CQt9d9hJz+0nu8I1Wq4ykFws8rdlerU0RhbqXdi0L8rBFQ9D+mqjA==","signatures":[{"sig":"MEQCICm1XQLMqDmWGZH4PueiQtWIHxKDfy+Moi0iHr8VSK6iAiBLOsYpCw4hztIhJlJ+WhGyWRVkSd+/6BFPCLuQ7nfaaw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9578703},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1d1bb7782aff2a3dab6c460d8a4b24062f767bce","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.25","@strapi/utils":"0.0.0-experimental.1d1bb7782aff2a3dab6c460d8a4b24062f767bce","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.1d1bb7782aff2a3dab6c460d8a4b24062f767bce","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1d1bb7782aff2a3dab6c460d8a4b24062f767bce","@strapi/types":"0.0.0-experimental.1d1bb7782aff2a3dab6c460d8a4b24062f767bce","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1d1bb7782aff2a3dab6c460d8a4b24062f767bce_1749646480591_0.39097048010377056","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.852377769a21a1696d341c0d47752702a2081ea1":{"name":"@strapi/content-type-builder","version":"0.0.0-next.852377769a21a1696d341c0d47752702a2081ea1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.852377769a21a1696d341c0d47752702a2081ea1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"be60b3ea8fbdeb87fe6bff6e62a60985d0a7c456","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.852377769a21a1696d341c0d47752702a2081ea1.tgz","fileCount":890,"integrity":"sha512-UAfsd8uPvtwyLxtFTHIlzjmuBJzW/DEgz1hwlOZ3wz+heQePH6Z1v3rAfagvd5pLqQrcMoYbZaT8CcmHEOxDAQ==","signatures":[{"sig":"MEQCH1CDvCnFVe/Uz5R84oyMJwX3s8CLbMmFMpmaV7PXWhgCIQDExdUpP9AAOG99abG8uYdMWxYJRVohJiAkvWK5KCuBjQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8052550},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"852377769a21a1696d341c0d47752702a2081ea1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.25","@strapi/utils":"0.0.0-next.852377769a21a1696d341c0d47752702a2081ea1","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.852377769a21a1696d341c0d47752702a2081ea1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.852377769a21a1696d341c0d47752702a2081ea1","@strapi/types":"0.0.0-next.852377769a21a1696d341c0d47752702a2081ea1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.852377769a21a1696d341c0d47752702a2081ea1_1749688499575_0.39575344825552716","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.2ac30aa3c2080380c6e3351467b97665c82d8448":{"name":"@strapi/content-type-builder","version":"0.0.0-next.2ac30aa3c2080380c6e3351467b97665c82d8448","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.2ac30aa3c2080380c6e3351467b97665c82d8448","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9d75bd71a2c42c782657f09d7fc48952f020cd22","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.2ac30aa3c2080380c6e3351467b97665c82d8448.tgz","fileCount":890,"integrity":"sha512-4tdDvsdBSxH7Ukyg2Vn+rJC9+kZBDO7pMtUy3PjctZ7JAvhMbuD1NzPoWVwaRk93MJdylYvAR9vX2LwHEz7aAQ==","signatures":[{"sig":"MEUCIQC8qHvJd9I94XuBiyJCD0Tqgqi6zIel/wJcN5UPX9WRnAIgdpRIBDIYrZcUEqO7PXBEEh9b4zngiuAA6Ved7MV0LAA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8052550},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2ac30aa3c2080380c6e3351467b97665c82d8448","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.25","@strapi/utils":"0.0.0-next.2ac30aa3c2080380c6e3351467b97665c82d8448","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.2ac30aa3c2080380c6e3351467b97665c82d8448","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.2ac30aa3c2080380c6e3351467b97665c82d8448","@strapi/types":"0.0.0-next.2ac30aa3c2080380c6e3351467b97665c82d8448","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.2ac30aa3c2080380c6e3351467b97665c82d8448_1749774982181_0.9977461987034595","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.6e916d54c383bac6dfc70465a86b5436a698d516":{"name":"@strapi/content-type-builder","version":"0.0.0-next.6e916d54c383bac6dfc70465a86b5436a698d516","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.6e916d54c383bac6dfc70465a86b5436a698d516","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"32e6e83222a5777ac590f88bf4f46655c87391cc","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.6e916d54c383bac6dfc70465a86b5436a698d516.tgz","fileCount":890,"integrity":"sha512-SuUcloo0Gcu8zm6QnKK5gDveIxuAWiLwz9vClDcz6bGSyScBnIrn25YBNc5q+UZJbLoC6lUUTwlUBOaT1c6VgA==","signatures":[{"sig":"MEYCIQDcH5ALXJ/PwrxRjwvRi6HajfZXrfScsho05xeiKvI/+gIhAOAjI6bvxyeuzo5LJS4SKrCDl3yK52NqJ4JT+mZhiDvm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8052089},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6e916d54c383bac6dfc70465a86b5436a698d516","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.25","@strapi/utils":"0.0.0-next.6e916d54c383bac6dfc70465a86b5436a698d516","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.6e916d54c383bac6dfc70465a86b5436a698d516","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.6e916d54c383bac6dfc70465a86b5436a698d516","@strapi/types":"0.0.0-next.6e916d54c383bac6dfc70465a86b5436a698d516","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.6e916d54c383bac6dfc70465a86b5436a698d516_1749861277320_0.22939891853558292","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ae2010c73ea60e398b726874a9b7b2bf3faada51":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ae2010c73ea60e398b726874a9b7b2bf3faada51","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ae2010c73ea60e398b726874a9b7b2bf3faada51","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"332a264f796082868137f204948ce34a0b4e5ee6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ae2010c73ea60e398b726874a9b7b2bf3faada51.tgz","fileCount":890,"integrity":"sha512-8E9EXgmdlMhYatnGsxQ1iAWR7WaUd3vH9tYyfNAovAWbZ2TGULZtO635vljJULZ+bHEn8DhR9ApiSwQvmSU0uQ==","signatures":[{"sig":"MEUCIQCT0uFuos4KT1q09/9C+b0e04MmgTzsOEKarmTJnhbsNQIgW5mLWfPIlRUUwQUepcqYHnxiA4Nwtp7/xyTJK18XLDc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8052590},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ae2010c73ea60e398b726874a9b7b2bf3faada51","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.25","@strapi/utils":"0.0.0-experimental.ae2010c73ea60e398b726874a9b7b2bf3faada51","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ae2010c73ea60e398b726874a9b7b2bf3faada51","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ae2010c73ea60e398b726874a9b7b2bf3faada51","@strapi/types":"0.0.0-experimental.ae2010c73ea60e398b726874a9b7b2bf3faada51","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ae2010c73ea60e398b726874a9b7b2bf3faada51_1750082695880_0.37144321437948724","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8d576f41729640e32a4a0cfcb258b6288e6631f6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8d576f41729640e32a4a0cfcb258b6288e6631f6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8d576f41729640e32a4a0cfcb258b6288e6631f6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"15d187ca922d9df1182662e532a7314a831cc04c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8d576f41729640e32a4a0cfcb258b6288e6631f6.tgz","fileCount":890,"integrity":"sha512-RN/Q6BIW3H/BXiGLd+pgwtjwXr4G6xb5rhCZdHl4DSjz//kFF0f0zcuqDnP9qExmRqO9Z2uYykoX8DLlhdLGUA==","signatures":[{"sig":"MEUCICBXLK3ysG3OHQyQnEFook2UpDnQ9IxRdkO7Uo9QrA/aAiEAj+vBPA42fO9KcYgdXnkmCF1DZL5VSBshGz4vggV29CA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8055787},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8d576f41729640e32a4a0cfcb258b6288e6631f6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.26","@strapi/utils":"0.0.0-experimental.8d576f41729640e32a4a0cfcb258b6288e6631f6","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.8d576f41729640e32a4a0cfcb258b6288e6631f6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.26"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8d576f41729640e32a4a0cfcb258b6288e6631f6","@strapi/types":"0.0.0-experimental.8d576f41729640e32a4a0cfcb258b6288e6631f6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8d576f41729640e32a4a0cfcb258b6288e6631f6_1750086438795_0.5278448853615019","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.8d576f41729640e32a4a0cfcb258b6288e6631f6":{"name":"@strapi/content-type-builder","version":"0.0.0-next.8d576f41729640e32a4a0cfcb258b6288e6631f6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.8d576f41729640e32a4a0cfcb258b6288e6631f6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bbdd967b9e422fd24fe23408075af3cc7c9bc1cc","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.8d576f41729640e32a4a0cfcb258b6288e6631f6.tgz","fileCount":890,"integrity":"sha512-p4MORqOI6aH6oIQ0AX+pheJ/n9ij4SeAJbP1sJqHCuwIqSew5R3McnsXxrDJDKchMd3cTdR/zHeCwy7MSNlkQA==","signatures":[{"sig":"MEUCIEgbCGj6/+AMQyRS0u8UHq7nGAQSj+VI/etISfzQCOe9AiEA/ix4CNRf2OPEXfyTy93mjEgmXkZpJ0HMnwiujObTEtE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8055747},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8d576f41729640e32a4a0cfcb258b6288e6631f6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.26","@strapi/utils":"0.0.0-next.8d576f41729640e32a4a0cfcb258b6288e6631f6","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.8d576f41729640e32a4a0cfcb258b6288e6631f6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.26"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.8d576f41729640e32a4a0cfcb258b6288e6631f6","@strapi/types":"0.0.0-next.8d576f41729640e32a4a0cfcb258b6288e6631f6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.8d576f41729640e32a4a0cfcb258b6288e6631f6_1750120532204_0.7530137706026645","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.802cb832b90511f8e73309e96c68a9bbe932a499":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.802cb832b90511f8e73309e96c68a9bbe932a499","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.802cb832b90511f8e73309e96c68a9bbe932a499","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ecf10e7b997da6f49d6181b6dbcfdea93795566f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.802cb832b90511f8e73309e96c68a9bbe932a499.tgz","fileCount":905,"integrity":"sha512-GDWwIO1lDoGdUC0Rl9U2/D9v2sdrKdhK0YYZcjId99WfJyUfvGjBSWNHXx4zjCufLTF80uk4YAPivtDgZhpcRQ==","signatures":[{"sig":"MEUCIQCdYTaY+REQRvdvakdPvyqyMch7jWjVGE1lF4xDJsVg2AIgX+pqDSQCt9zCJSNab8StnWczEZssreh9cMyC/BVHZYI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9633553},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"802cb832b90511f8e73309e96c68a9bbe932a499","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.26","@strapi/utils":"0.0.0-experimental.802cb832b90511f8e73309e96c68a9bbe932a499","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.802cb832b90511f8e73309e96c68a9bbe932a499","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.26"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.802cb832b90511f8e73309e96c68a9bbe932a499","@strapi/types":"0.0.0-experimental.802cb832b90511f8e73309e96c68a9bbe932a499","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.802cb832b90511f8e73309e96c68a9bbe932a499_1750149318964_0.5495377752054982","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.c537c14ded7f732c92e3599dc4f92a462d411494":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c537c14ded7f732c92e3599dc4f92a462d411494","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c537c14ded7f732c92e3599dc4f92a462d411494","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e49a963797626d5d8f0fe85cbf6988c51d5db864","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c537c14ded7f732c92e3599dc4f92a462d411494.tgz","fileCount":905,"integrity":"sha512-IcU6qu+u/MANg/6HWQVheOW8/vJ+MjRCmV0C4PwiwwFJsDGDEMbb9BU9/uLpX3CsS328zeZDHpjF3jy20PEsUA==","signatures":[{"sig":"MEUCICbR3LvrOdIkQIYBOZOq6dKbsSoBH8gp99w6hbf94Gf0AiEAmlkU6/yTjojoXcyv7t78EB0cf5JprpNMwl4CMjWWAwU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9964351},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c537c14ded7f732c92e3599dc4f92a462d411494","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.26","@strapi/utils":"0.0.0-experimental.c537c14ded7f732c92e3599dc4f92a462d411494","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.c537c14ded7f732c92e3599dc4f92a462d411494","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.26"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c537c14ded7f732c92e3599dc4f92a462d411494","@strapi/types":"0.0.0-experimental.c537c14ded7f732c92e3599dc4f92a462d411494","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c537c14ded7f732c92e3599dc4f92a462d411494_1750167427074_0.03603413782082776","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.cf7b5567d5aec466707a9d9685676df38c5b7c5c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.cf7b5567d5aec466707a9d9685676df38c5b7c5c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.cf7b5567d5aec466707a9d9685676df38c5b7c5c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3d397e446467bbd4035854d9fc00e48e128516f3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.cf7b5567d5aec466707a9d9685676df38c5b7c5c.tgz","fileCount":890,"integrity":"sha512-zBV57My0Eg/lWineBWtz01oZiwmnQB1dt6/Aw1bQHY5VavKvrP9x/bIPts2tIBcY+5005+q9LCoxxx3OsDgs6A==","signatures":[{"sig":"MEQCIG81J3ozm43hAc+o0mS4D2ruaqUKTAa94DZ/VLapMruiAiApoGA6eGAbFeulItfow7mxZ6k7BnGD4LxWXYcKpCR3tA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8052590},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cf7b5567d5aec466707a9d9685676df38c5b7c5c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.25","@strapi/utils":"0.0.0-experimental.cf7b5567d5aec466707a9d9685676df38c5b7c5c","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.cf7b5567d5aec466707a9d9685676df38c5b7c5c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.cf7b5567d5aec466707a9d9685676df38c5b7c5c","@strapi/types":"0.0.0-experimental.cf7b5567d5aec466707a9d9685676df38c5b7c5c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.cf7b5567d5aec466707a9d9685676df38c5b7c5c_1750172179942_0.6145415996854047","host":"s3://npm-registry-packages-npm-production"}},"5.16.0":{"name":"@strapi/content-type-builder","version":"5.16.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.16.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e7b32af9b97f65fa4a7c819b466f7485da101ab6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.16.0.tgz","fileCount":890,"integrity":"sha512-mGDokVGbX9cXRLLV02bjW6BNYPvL2CvwSwubPYYYhz09f611P7XC/PtxtMwXcZ9f97wGFzCRkDritSb4LdCq1Q==","signatures":[{"sig":"MEUCIDkaYHnwzGpkuBFQ5dl5XWJw1t9rjXnCiiqsOAaE0lzSAiEA5bS179idnjUnX5nyQXLf1ddTgMAo8fti+0vGTsmOwHY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8055522},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7ebd52ac6f667fb1f6e2c0ed566687ee37852207","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.26","@strapi/utils":"5.16.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.16.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.26"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.16.0","@strapi/types":"5.16.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.16.0_1750177925899_0.13099948268476935","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.26bde6ef6bf3081acd31bd0e9dac0d9357028b9c":{"name":"@strapi/content-type-builder","version":"0.0.0-next.26bde6ef6bf3081acd31bd0e9dac0d9357028b9c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.26bde6ef6bf3081acd31bd0e9dac0d9357028b9c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4b5252a0ba6b62ac24faa8cecd816968ee5c9d14","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.26bde6ef6bf3081acd31bd0e9dac0d9357028b9c.tgz","fileCount":890,"integrity":"sha512-VFb6XbNmlrAoijBdrNPpg6wL3d9qXIh8Bt0CYwdir01K/X/GgSrJKfDQE3LhMhguZRwnQG2PeOGZW81l5dA8bw==","signatures":[{"sig":"MEUCIQCiJQ+OGq23HW6jVBBESPD9tbGbOX6Wk0iAazNuQaMFFwIgOTW46QSlVO0s7NxYZ03WIxtPguErE5iTl6uZr46qS5A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8055747},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"26bde6ef6bf3081acd31bd0e9dac0d9357028b9c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.26","@strapi/utils":"0.0.0-next.26bde6ef6bf3081acd31bd0e9dac0d9357028b9c","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.26bde6ef6bf3081acd31bd0e9dac0d9357028b9c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.26"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.26bde6ef6bf3081acd31bd0e9dac0d9357028b9c","@strapi/types":"0.0.0-next.26bde6ef6bf3081acd31bd0e9dac0d9357028b9c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.26bde6ef6bf3081acd31bd0e9dac0d9357028b9c_1750206927256_0.10486503773672884","host":"s3://npm-registry-packages-npm-production"}},"5.17.0-beta.0":{"name":"@strapi/content-type-builder","version":"5.17.0-beta.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.17.0-beta.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2904e8c9a5fdebade2398ed8faa4f50e14a5897b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.17.0-beta.0.tgz","fileCount":905,"integrity":"sha512-MUewaEVKUNoE6BPxTcMrYQSmK6Dsm9hcqa0OO7FHuGpqdYi6sKBxDHXxzfsKdxa4b8w7tMohI32tZej9MNsjAg==","signatures":[{"sig":"MEQCICSOoHj8Gcm3KVOqYMCrSiuJO/uAntYs2FgmCA8jDgXjAiBLyxm38vFH2aWBUQJhXUaPt9IwXMRkjsuutfUOu7sOdQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9962992},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"31a024c3800f3bb490f6f4dc071487ba0cc2df9c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"baronvoninternet","actor":{"name":"baronvoninternet","type":"user","email":"ben.irvin@gmail.com"},"email":"ben.irvin@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.9.2","description":"Create and manage content types","directories":{},"_nodeVersion":"22.13.1","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.26","@strapi/utils":"5.17.0-beta.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.17.0-beta.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.26"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.17.0-beta.0","@strapi/types":"5.17.0-beta.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.17.0-beta.0_1750254015607_0.8918239574705373","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.67f2271ec4950d1212565fe2138c432b166671d4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.67f2271ec4950d1212565fe2138c432b166671d4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.67f2271ec4950d1212565fe2138c432b166671d4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cb1660f1a5836e589390988c67ee6bee959b43b8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.67f2271ec4950d1212565fe2138c432b166671d4.tgz","fileCount":1093,"integrity":"sha512-FPmbv3faTIQI+UbCOWcuyHbUWoP44+fNH9IpUKUIlB6rOBUTSC52ExVtT4tn2vi0oCukMIAQfv6XB5lyv5tTSA==","signatures":[{"sig":"MEUCIHr9sJPYQL6sOL5VLptbgIefMrKR2fYLcPcQ15hWw63HAiEAm2YMtPQjycO0iIc4X3wGzveXTBKm26v8am/y0cANb+Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9382048},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"67f2271ec4950d1212565fe2138c432b166671d4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.26","@strapi/utils":"0.0.0-experimental.67f2271ec4950d1212565fe2138c432b166671d4","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.67f2271ec4950d1212565fe2138c432b166671d4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.26"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.67f2271ec4950d1212565fe2138c432b166671d4","@strapi/types":"0.0.0-experimental.67f2271ec4950d1212565fe2138c432b166671d4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.67f2271ec4950d1212565fe2138c432b166671d4_1750255454705_0.35379986284011977","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.b46cf0656566a9824abf9bbb9690d48b6dd97b83":{"name":"@strapi/content-type-builder","version":"0.0.0-next.b46cf0656566a9824abf9bbb9690d48b6dd97b83","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.b46cf0656566a9824abf9bbb9690d48b6dd97b83","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8463041f1525b3809196681a08af79e718c7bc92","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.b46cf0656566a9824abf9bbb9690d48b6dd97b83.tgz","fileCount":890,"integrity":"sha512-aP23YbecCcw4WDbhZ+8FQcFt5HB0z9xj9Yd+4pf2SN8SkyJwC4ugOGuhBT/RtQg3GGSRUSk+Aer+fSTZM/UTXg==","signatures":[{"sig":"MEUCIElvDrOWqicGuaR5FaL/6+xg+OgmrM36Rfu2gKh19RudAiEA32eKa+EHPsfI7ApVbYgfNMmOYmiopPEm13qBUgyQngE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8054618},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b46cf0656566a9824abf9bbb9690d48b6dd97b83","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-next.b46cf0656566a9824abf9bbb9690d48b6dd97b83","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.b46cf0656566a9824abf9bbb9690d48b6dd97b83","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.b46cf0656566a9824abf9bbb9690d48b6dd97b83","@strapi/types":"0.0.0-next.b46cf0656566a9824abf9bbb9690d48b6dd97b83","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.b46cf0656566a9824abf9bbb9690d48b6dd97b83_1750379717219_0.6464830953247522","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.fab5596272a3054c93ab4b5cc1cf3ee46872859f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fab5596272a3054c93ab4b5cc1cf3ee46872859f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fab5596272a3054c93ab4b5cc1cf3ee46872859f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"007c126726803c7b7752878460606339dfbb1f59","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fab5596272a3054c93ab4b5cc1cf3ee46872859f.tgz","fileCount":1093,"integrity":"sha512-7Hx34mK/KfbuQj3m31cSwRSjbxGUv4XCRjuG+NcXqPbkGHeRl81h6d3zGIeRmp1Leepw+PULeqMN7NHVg6xo8Q==","signatures":[{"sig":"MEUCIDN1R42R0Df2Dtqohjf/4fBNr5enjCJkuKrgB838jjPEAiEAjTzogRZ16KDL2FvRmyl5qJOWoAPqoqrr6/Le+S7jkAw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9375228},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fab5596272a3054c93ab4b5cc1cf3ee46872859f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.fab5596272a3054c93ab4b5cc1cf3ee46872859f","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.fab5596272a3054c93ab4b5cc1cf3ee46872859f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fab5596272a3054c93ab4b5cc1cf3ee46872859f","@strapi/types":"0.0.0-experimental.fab5596272a3054c93ab4b5cc1cf3ee46872859f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fab5596272a3054c93ab4b5cc1cf3ee46872859f_1750420798166_0.008084599347573995","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.008123965da692a55d02a1df63facc54077c6bde":{"name":"@strapi/content-type-builder","version":"0.0.0-next.008123965da692a55d02a1df63facc54077c6bde","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.008123965da692a55d02a1df63facc54077c6bde","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"95718d7547c9e3e7961472a5632c91a4a372ee86","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.008123965da692a55d02a1df63facc54077c6bde.tgz","fileCount":890,"integrity":"sha512-vAi6Kmf+1dhLB7Df8E/KkBh/WuHpE8ny902Cla6EUBOJC7vD3PnErtkqBdU0h8wkk2dS1+fT/q4ftBbsL2VfTw==","signatures":[{"sig":"MEYCIQCq20MC8CxxqgkUrgpc/5ziKFCCJhR6TSkAaJVLPyZQ5gIhANvo1fY3n9a3NQTl1HG/Febok2OPQeIdn4VjTL0uKL+i","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8054618},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"008123965da692a55d02a1df63facc54077c6bde","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-next.008123965da692a55d02a1df63facc54077c6bde","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.008123965da692a55d02a1df63facc54077c6bde","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.008123965da692a55d02a1df63facc54077c6bde","@strapi/types":"0.0.0-next.008123965da692a55d02a1df63facc54077c6bde","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.008123965da692a55d02a1df63facc54077c6bde_1750466108121_0.9848199428269488","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.008123965da692a55d02a1df63facc54077c6bde":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.008123965da692a55d02a1df63facc54077c6bde","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.008123965da692a55d02a1df63facc54077c6bde","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"33541ad43dc2415a4fd0bf79c5ddeb8fd7de6a28","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.008123965da692a55d02a1df63facc54077c6bde.tgz","fileCount":890,"integrity":"sha512-Bzr1ZirxMErD1xCPlqGHv/Z09A8xaIzGEf+EfP/CMB2bbENDHAwcZ0ua8k0c8zodfLnXVuootF3tHqbfuyv7WQ==","signatures":[{"sig":"MEUCIC2M5aUXdIYA7NbtgxmyBSUydmImyp2meGrgdcMyzmmLAiEA/xUHz16IwhzSnRQjChRgU56LkcX4JdyySnCp2ASS19Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8054658},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"008123965da692a55d02a1df63facc54077c6bde","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.008123965da692a55d02a1df63facc54077c6bde","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.008123965da692a55d02a1df63facc54077c6bde","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.008123965da692a55d02a1df63facc54077c6bde","@strapi/types":"0.0.0-experimental.008123965da692a55d02a1df63facc54077c6bde","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.008123965da692a55d02a1df63facc54077c6bde_1750680911103_0.5350030955591853","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f3ec579d505563eb88e01308248766a76e49d9b3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f3ec579d505563eb88e01308248766a76e49d9b3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f3ec579d505563eb88e01308248766a76e49d9b3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a442cbcd60f0978cc04d799693972c30d382a8c6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f3ec579d505563eb88e01308248766a76e49d9b3.tgz","fileCount":890,"integrity":"sha512-zpyNwNzj+STGypq4F1oNmTl+W6xvoqdbuF6kAtzxzpIomyOSEKjxhgKZ0lOBc/NQlxtpA6jqRts8AfqTx+wB+A==","signatures":[{"sig":"MEUCIANFoY0dr7oSMaPlj+PR1OuhdgYBvT1cxXbWGKeDSMNWAiEAnP5sTuoEYXRjB8g+WZD9DUNC0z3GEfXXY/4Em27Fg84=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8052590},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f3ec579d505563eb88e01308248766a76e49d9b3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.25","@strapi/utils":"0.0.0-experimental.f3ec579d505563eb88e01308248766a76e49d9b3","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.f3ec579d505563eb88e01308248766a76e49d9b3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f3ec579d505563eb88e01308248766a76e49d9b3","@strapi/types":"0.0.0-experimental.f3ec579d505563eb88e01308248766a76e49d9b3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f3ec579d505563eb88e01308248766a76e49d9b3_1750685136864_0.21043028740119385","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.0b3ba1bea870de372b1c9fc203c4d4247c72120d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0b3ba1bea870de372b1c9fc203c4d4247c72120d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0b3ba1bea870de372b1c9fc203c4d4247c72120d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"132a7e36e4b3aed473d31e179ef66c9412e36e50","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0b3ba1bea870de372b1c9fc203c4d4247c72120d.tgz","fileCount":890,"integrity":"sha512-DWz/+DIFFD7vewYHNnFbd8exWYxg3ivErTOtqyIPkatgWcKf2vB9zSwX3v8vfB2nWEARoc+TrTUMfTahUd1LOA==","signatures":[{"sig":"MEQCIEebOSrQvKie6VcZvBfjrg6JBddaPfWPp/z1HIPO0t0LAiADW/3h/8T6Krwp9DsLwDnJFFjlx4HOu7Jj98B3XeT4Ow==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8054658},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0b3ba1bea870de372b1c9fc203c4d4247c72120d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.0b3ba1bea870de372b1c9fc203c4d4247c72120d","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.0b3ba1bea870de372b1c9fc203c4d4247c72120d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0b3ba1bea870de372b1c9fc203c4d4247c72120d","@strapi/types":"0.0.0-experimental.0b3ba1bea870de372b1c9fc203c4d4247c72120d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0b3ba1bea870de372b1c9fc203c4d4247c72120d_1750771770743_0.6109172112707515","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.be26954af35e0d908e06277f686a3d86886c7a19":{"name":"@strapi/content-type-builder","version":"0.0.0-next.be26954af35e0d908e06277f686a3d86886c7a19","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.be26954af35e0d908e06277f686a3d86886c7a19","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"eaca69b349355b35213342bc668a7029856e6ada","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.be26954af35e0d908e06277f686a3d86886c7a19.tgz","fileCount":890,"integrity":"sha512-LqkfOg7Wy4U8tn1OOwG8mh6A0eyhrN9Hv+mQW5+rq6WqeTKanm2JJrth5okd2clJK12V60qpNfB7XbRVYEfL/w==","signatures":[{"sig":"MEUCIHhO8nRydWlPGPEPauLl9k81jt/uH6YEBzQDWUSPo9OQAiEAt3cn0I9Dgwfmu6r5tIsPX19lKmqmWCV3+Uydk0+6HmQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8054618},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"be26954af35e0d908e06277f686a3d86886c7a19","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-next.be26954af35e0d908e06277f686a3d86886c7a19","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.be26954af35e0d908e06277f686a3d86886c7a19","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.be26954af35e0d908e06277f686a3d86886c7a19","@strapi/types":"0.0.0-next.be26954af35e0d908e06277f686a3d86886c7a19","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.be26954af35e0d908e06277f686a3d86886c7a19_1750811758559_0.6251595056903372","host":"s3://npm-registry-packages-npm-production"}},"5.16.1":{"name":"@strapi/content-type-builder","version":"5.16.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.16.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a29dca6ccdcb7bc19d38417811082eecea278188","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.16.1.tgz","fileCount":890,"integrity":"sha512-FaBh1BR6alJyP3uJ+a4m2ErugQLUIL8fyAOqSaLBN9w+NePg65CZld4q9vomz9vtZf90dvxKxggA4BVJA1Ljjw==","signatures":[{"sig":"MEQCIFI0LzhL/qpArj8TWq4pfAifuyP8o3Ju02XOmazJjCgGAiBdwButduD4zIyUxCKPRKvEruKowjQTPaF3otxKLU7GiQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8054393},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d186f1b7f4a0b256bcfa360e8a9cf09b7cbf8202","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"5.16.1","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.16.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.16.1","@strapi/types":"5.16.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.16.1_1750855957564_0.2782933662742315","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e3eb76a86aff89979cc9098aec129d2ffa600c56":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e3eb76a86aff89979cc9098aec129d2ffa600c56","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e3eb76a86aff89979cc9098aec129d2ffa600c56","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a0cd534fc776e6a28ba833adecb6aa6adc6e7bb1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e3eb76a86aff89979cc9098aec129d2ffa600c56.tgz","fileCount":890,"integrity":"sha512-X/l9oxIniFHE101Zn/zJpKGsOUcxByscyV9xM8RKKqQRAybMoHhJDJZO8wb8Wc1ylln60orEBtS6eSu5s6j2Eg==","signatures":[{"sig":"MEYCIQCKYa/BMEh/qhbbhBXTL5+66Aw8ptk9ydp8THcnLn8e2gIhAM+t4xnvtuPg5dZOdzs4C36OTndR24JMUswZdPtCs2uS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8054618},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e3eb76a86aff89979cc9098aec129d2ffa600c56","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-next.e3eb76a86aff89979cc9098aec129d2ffa600c56","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.e3eb76a86aff89979cc9098aec129d2ffa600c56","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e3eb76a86aff89979cc9098aec129d2ffa600c56","@strapi/types":"0.0.0-next.e3eb76a86aff89979cc9098aec129d2ffa600c56","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e3eb76a86aff89979cc9098aec129d2ffa600c56_1750898137196_0.22878066219667326","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4":{"name":"@strapi/content-type-builder","version":"0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f881a7b100be511b388d90f14a01b2ff543d673b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4.tgz","fileCount":890,"integrity":"sha512-NKuf2ymmdrl1sWlwZHvv1ZNCq++oKX4GQGoIe2Tm1Hy5N5BTE+eKAUQJrsCzeTtuhtdJzqPnFTWCFtxpxDTZgw==","signatures":[{"sig":"MEQCIBIBSpUvYdlX7XjVo8O3/+OZZo9heWNYXt4TYA9DeDMCAiA6Yde//MhdOtACcm5LAffZx7c9vSAZ+FenaVl/Gjhn3Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8054618},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ed7c7c54ff46bcd4c15cc57d65066008685aefd4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4","@strapi/types":"0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4_1750984553691_0.31424358210219205","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8a51c4efa09335588f9c6bf9abb944755c850b31":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8a51c4efa09335588f9c6bf9abb944755c850b31","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8a51c4efa09335588f9c6bf9abb944755c850b31","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e0574ceb2b7e22cf5ae3bfa66cbed92618f22343","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8a51c4efa09335588f9c6bf9abb944755c850b31.tgz","fileCount":890,"integrity":"sha512-h3NvHjBwi8EJuOSR16J2aP8OGOVyPOpfVUi9MBVQjXEqZjY5VwNR2nvkeVgolo2FJnuOE+9ccoeUZLPz+04fGA==","signatures":[{"sig":"MEYCIQCmlJ36m1ooYZyZDQ1VDWlkJeH+RNvD6DM3+qlN3yH+HgIhAPjFNlXr++i9p8BEiP3XQYvsCTnZ5TTw/ullpAzb3N4n","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8054658},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8a51c4efa09335588f9c6bf9abb944755c850b31","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.8a51c4efa09335588f9c6bf9abb944755c850b31","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.8a51c4efa09335588f9c6bf9abb944755c850b31","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8a51c4efa09335588f9c6bf9abb944755c850b31","@strapi/types":"0.0.0-experimental.8a51c4efa09335588f9c6bf9abb944755c850b31","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8a51c4efa09335588f9c6bf9abb944755c850b31_1751036563754_0.7339993420892377","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8f69bf54f53c89cd97c05fdc6c2eff28ca1108c7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8f69bf54f53c89cd97c05fdc6c2eff28ca1108c7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8f69bf54f53c89cd97c05fdc6c2eff28ca1108c7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2aa1d17e6e4677697ec0e941969fd303f2af6f63","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8f69bf54f53c89cd97c05fdc6c2eff28ca1108c7.tgz","fileCount":890,"integrity":"sha512-oBxkwVKExriXBNNM+ph9ffQhVpeEbUEkK0E/lYSDWSH+SSk19hh22FPDitNDdGjhjGo3Y2x3A6jJk30eEQkqiw==","signatures":[{"sig":"MEUCIGsqX9imbLlTP4fPzqDchTvtcPU0691pzUojFg38h0axAiEAlmp+RaTjTSvR0hfbrLwiyTlNDSy6y3js8V3JmGUQCRk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8054658},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8f69bf54f53c89cd97c05fdc6c2eff28ca1108c7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.8f69bf54f53c89cd97c05fdc6c2eff28ca1108c7","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.8f69bf54f53c89cd97c05fdc6c2eff28ca1108c7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8f69bf54f53c89cd97c05fdc6c2eff28ca1108c7","@strapi/types":"0.0.0-experimental.8f69bf54f53c89cd97c05fdc6c2eff28ca1108c7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8f69bf54f53c89cd97c05fdc6c2eff28ca1108c7_1751049230444_0.2849536125578773","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.44d360536462e83bfc95c01fd21384d2a42d321f":{"name":"@strapi/content-type-builder","version":"0.0.0-next.44d360536462e83bfc95c01fd21384d2a42d321f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.44d360536462e83bfc95c01fd21384d2a42d321f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"499b5a36e18d515cf621c13728544c37a6e17b10","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.44d360536462e83bfc95c01fd21384d2a42d321f.tgz","fileCount":890,"integrity":"sha512-cjoWdegYR7hqBW4TOBzZfI9QKTwI1fvOArrNcTW4jbUfatcQA19ZHnFrySe9LHaAbRTskUNvfq2loE1LRhEx1w==","signatures":[{"sig":"MEYCIQDlkNuH/JJnrp16Z63uywxWDu77zE2ppLCNB1/pGuHzYgIhAIUyjUKcAHHjrCVwDPA4Ay0prRCwdi9dmCIZDc9Z4mdz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8054618},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"44d360536462e83bfc95c01fd21384d2a42d321f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-next.44d360536462e83bfc95c01fd21384d2a42d321f","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.44d360536462e83bfc95c01fd21384d2a42d321f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.44d360536462e83bfc95c01fd21384d2a42d321f","@strapi/types":"0.0.0-next.44d360536462e83bfc95c01fd21384d2a42d321f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.44d360536462e83bfc95c01fd21384d2a42d321f_1751070866235_0.9882131345341991","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.3e666b1ad96ac2e82634e548e10ea7c7797a7474":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3e666b1ad96ac2e82634e548e10ea7c7797a7474","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3e666b1ad96ac2e82634e548e10ea7c7797a7474","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"80e62a32a0cb0510c46b17a21d013c8b5319cfb3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3e666b1ad96ac2e82634e548e10ea7c7797a7474.tgz","fileCount":905,"integrity":"sha512-oy7IOb61vB3KZ1AkEWFuVWZYyht3iHycjhFVSWfmvu8EXrJpaZrePg3PU8djmJmOX48CJQvlFsugSi2XpssgIw==","signatures":[{"sig":"MEUCIQDrdgRQDjdP8d/C6kEGC/R/7PfKaJZtqU2DQ7SsgIDjUAIgMFXnrBK9Hi8yB7CLD/QGCHaDzHao8QOsXUIfsOHJsuE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9963222},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3e666b1ad96ac2e82634e548e10ea7c7797a7474","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.3e666b1ad96ac2e82634e548e10ea7c7797a7474","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.3e666b1ad96ac2e82634e548e10ea7c7797a7474","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3e666b1ad96ac2e82634e548e10ea7c7797a7474","@strapi/types":"0.0.0-experimental.3e666b1ad96ac2e82634e548e10ea7c7797a7474","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3e666b1ad96ac2e82634e548e10ea7c7797a7474_1751292215432_0.812846476277501","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.3e666b1ad96ac2e82634e548e10ea7c7797a7474":{"name":"@strapi/content-type-builder","version":"0.0.0-next.3e666b1ad96ac2e82634e548e10ea7c7797a7474","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.3e666b1ad96ac2e82634e548e10ea7c7797a7474","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7e88f104d1a2a07dd2808e4aa09b85a0335f3402","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.3e666b1ad96ac2e82634e548e10ea7c7797a7474.tgz","fileCount":905,"integrity":"sha512-RFqkelfEeW3VPex/7/D5Cnt+IgeQKLB9CtqhFAv8BkuDR5x6EIj7GF5/zT0nw8oJt9yanAaZY8yWg9VA0Gi19g==","signatures":[{"sig":"MEQCIGeG3Om1vrdyOXSCFey3guaSDaIKYUhyT5FQ3jqCTDnPAiAAulUYWMGn8RWAB0C1MYgKCSgDif0FOy9KqEVk4N4MbA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9963182},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3e666b1ad96ac2e82634e548e10ea7c7797a7474","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-next.3e666b1ad96ac2e82634e548e10ea7c7797a7474","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.3e666b1ad96ac2e82634e548e10ea7c7797a7474","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.3e666b1ad96ac2e82634e548e10ea7c7797a7474","@strapi/types":"0.0.0-next.3e666b1ad96ac2e82634e548e10ea7c7797a7474","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.3e666b1ad96ac2e82634e548e10ea7c7797a7474_1751330429850_0.39991776151836067","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7e6bb2fc6f3829ba115d567243904f12fc9d3cb2":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7e6bb2fc6f3829ba115d567243904f12fc9d3cb2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7e6bb2fc6f3829ba115d567243904f12fc9d3cb2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f5d3959884f12be20195cff568d79f2640be9e66","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7e6bb2fc6f3829ba115d567243904f12fc9d3cb2.tgz","fileCount":905,"integrity":"sha512-PRqD5stkBBI11iwGDhAKxR3aoHL1HfV3EXyIuaOqyy8ti15cyL8Fl4ZrailT4CZAoynu3CxYDELWPYQYYJ3SLA==","signatures":[{"sig":"MEUCID1/kmzTEyJGscYkH8DqkRFAgpztrPzrVOgRGkUp26woAiEAiaxXnO7BO2AObnbVgDzmHQ3J1CZK2xTNFom0MtsVxg4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9963222},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7e6bb2fc6f3829ba115d567243904f12fc9d3cb2","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.7e6bb2fc6f3829ba115d567243904f12fc9d3cb2","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.7e6bb2fc6f3829ba115d567243904f12fc9d3cb2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7e6bb2fc6f3829ba115d567243904f12fc9d3cb2","@strapi/types":"0.0.0-experimental.7e6bb2fc6f3829ba115d567243904f12fc9d3cb2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7e6bb2fc6f3829ba115d567243904f12fc9d3cb2_1751361132348_0.7183346886733539","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.5f27c76d39a0c192701bdc9daabce3bb59389ce3":{"name":"@strapi/content-type-builder","version":"0.0.0-next.5f27c76d39a0c192701bdc9daabce3bb59389ce3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.5f27c76d39a0c192701bdc9daabce3bb59389ce3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"232b9d477fdf68b983ac8e122de0395daea8f92e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.5f27c76d39a0c192701bdc9daabce3bb59389ce3.tgz","fileCount":905,"integrity":"sha512-RHxPll0jD1Q6SIoLYuyfdN4gpgIKfVavjmV3oB6AXmXGwvEqeQWEJbNjKS5PXdb6AN24AX2SidpiUx/ntNy0ug==","signatures":[{"sig":"MEUCIBV8RRbdWLU24rdfSkVtuPOTeWReF5OyTG5Yhg975a4qAiEAvZZRhHx2DeiJPXCD199yB1bF68B0uj5SR4r+Rg3U2ig=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9963182},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5f27c76d39a0c192701bdc9daabce3bb59389ce3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-next.5f27c76d39a0c192701bdc9daabce3bb59389ce3","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.5f27c76d39a0c192701bdc9daabce3bb59389ce3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.5f27c76d39a0c192701bdc9daabce3bb59389ce3","@strapi/types":"0.0.0-next.5f27c76d39a0c192701bdc9daabce3bb59389ce3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.5f27c76d39a0c192701bdc9daabce3bb59389ce3_1751416552169_0.30847367306634177","host":"s3://npm-registry-packages-npm-production"}},"5.17.0":{"name":"@strapi/content-type-builder","version":"5.17.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.17.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8367466e93cdfc2820bcf8cf029ccc37c1292a73","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.17.0.tgz","fileCount":905,"integrity":"sha512-7WOHBkdaJwBbArEPysX+PowGEv0jMTgDkZ/3dF929Nt4SjLY8FbLI0pEFlVzvtntI5DYAwDS7RH8mAkHlOku1Q==","signatures":[{"sig":"MEUCIQChyLw2ur3akas379+BpUEMCcsyq7d47MO2RsHQgWLqkAIgBbDwYr3qMZv99WCI+AU4Sbrc9ERtSqisTtXavmuPVZg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9962957},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c550285b007e639b3dc88b296d8d95364159476c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"5.17.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.17.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.17.0","@strapi/types":"5.17.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.17.0_1751457630981_0.30220147567129185","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.90bb616e183f391fb943d4c1924ee8cea1129591":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.90bb616e183f391fb943d4c1924ee8cea1129591","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.90bb616e183f391fb943d4c1924ee8cea1129591","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"85a8e1e47ff05dfb32e15bb4d4be863072b843b2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.90bb616e183f391fb943d4c1924ee8cea1129591.tgz","fileCount":905,"integrity":"sha512-BuN2KeyBeL2jML+HIGZElaXhxCAlT6htSgFujvHRsWgAQk2Dqr/YTn4vUGjyi+TuU1400Mb/ubZohcSJ7wq7Fg==","signatures":[{"sig":"MEUCIQDKMXXL6P2zDlQHbqFYvvMqB8FdK3bYKI1l8RW8m46fdwIgWjbIrKZJ9FoujL34e6dD7+d1ugR7FS8fbKvkyo31eec=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9966097},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"90bb616e183f391fb943d4c1924ee8cea1129591","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.90bb616e183f391fb943d4c1924ee8cea1129591","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.90bb616e183f391fb943d4c1924ee8cea1129591","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.90bb616e183f391fb943d4c1924ee8cea1129591","@strapi/types":"0.0.0-experimental.90bb616e183f391fb943d4c1924ee8cea1129591","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.90bb616e183f391fb943d4c1924ee8cea1129591_1751460371481_0.7591698452233206","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.74fd566f2af148bb8cb5f3e2b65585e0922fbefd":{"name":"@strapi/content-type-builder","version":"0.0.0-next.74fd566f2af148bb8cb5f3e2b65585e0922fbefd","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.74fd566f2af148bb8cb5f3e2b65585e0922fbefd","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4bec6ee29e8717009f5cb8cbda90b574907c0add","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.74fd566f2af148bb8cb5f3e2b65585e0922fbefd.tgz","fileCount":905,"integrity":"sha512-hO4DgKjtz5RSuwXMnnHTtkifx1vHeqq032Pzt6XTTrBI0p667eV685+aSwioSwTdzgZU1HL/DMpZLJ0XNhEvdg==","signatures":[{"sig":"MEUCIQCtrJECL5DhGKJuLdFcPCSiZxqz5oYzmDMXHw/gVhBleAIgJT6phuGpKFVSBGGSNON5Luw9+zvu4vymk6ya9QqZKws=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9966057},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"74fd566f2af148bb8cb5f3e2b65585e0922fbefd","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-next.74fd566f2af148bb8cb5f3e2b65585e0922fbefd","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.74fd566f2af148bb8cb5f3e2b65585e0922fbefd","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.74fd566f2af148bb8cb5f3e2b65585e0922fbefd","@strapi/types":"0.0.0-next.74fd566f2af148bb8cb5f3e2b65585e0922fbefd","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.74fd566f2af148bb8cb5f3e2b65585e0922fbefd_1751502959861_0.973984799467088","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ea4dae06eba4c664d83b262ac7ba524f09357453":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ea4dae06eba4c664d83b262ac7ba524f09357453","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ea4dae06eba4c664d83b262ac7ba524f09357453","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"520b6c735eb623c34ff9a09117b38e607e7963f4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ea4dae06eba4c664d83b262ac7ba524f09357453.tgz","fileCount":905,"integrity":"sha512-7oXfyks0plpH16LuFbSN60owuT6Geiyjuj2bn8CrQk5oNojeNeUMQYJz9tfnVd4dUSeYo0Me+REaAETNSOqKQQ==","signatures":[{"sig":"MEUCIQDQ5IOjfZm4Tbkch6mC6FJepZtTJcSk0SjzmKVezSKs0gIgd8V6UsxzDhpzou62dIJEECjvcD29msiNRN9wjNf9mtg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9963222},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ea4dae06eba4c664d83b262ac7ba524f09357453","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.ea4dae06eba4c664d83b262ac7ba524f09357453","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ea4dae06eba4c664d83b262ac7ba524f09357453","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ea4dae06eba4c664d83b262ac7ba524f09357453","@strapi/types":"0.0.0-experimental.ea4dae06eba4c664d83b262ac7ba524f09357453","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ea4dae06eba4c664d83b262ac7ba524f09357453_1751527269115_0.24178321958947557","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.5f7ab2346ca070f1b4148480fec4ed6e141cf1e7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5f7ab2346ca070f1b4148480fec4ed6e141cf1e7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5f7ab2346ca070f1b4148480fec4ed6e141cf1e7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3ab70bf4c667d9043992961eafd1dafa77df311f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5f7ab2346ca070f1b4148480fec4ed6e141cf1e7.tgz","fileCount":905,"integrity":"sha512-ps3PAY/qSj8/QDDgJt+bwrcvR/G4dWbmpyiy40F60itO2nMj6siqVQPr5uXoIApqbjk3MQD4DJEbUlKwMZLT+Q==","signatures":[{"sig":"MEUCIGk49s3BGfbaQgsQ9fHrCCI61EzaB0eEqKmu4j1ThsSEAiEAnv1uPbAM0n3Y4TjBzHo42Ci5zDx2iaV9bl03JYHoM7g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9966097},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5f7ab2346ca070f1b4148480fec4ed6e141cf1e7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.5f7ab2346ca070f1b4148480fec4ed6e141cf1e7","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.5f7ab2346ca070f1b4148480fec4ed6e141cf1e7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5f7ab2346ca070f1b4148480fec4ed6e141cf1e7","@strapi/types":"0.0.0-experimental.5f7ab2346ca070f1b4148480fec4ed6e141cf1e7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5f7ab2346ca070f1b4148480fec4ed6e141cf1e7_1751533531770_0.3419018565487624","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.9139e0ebf135e8f8ec2ea95468f0ac6fe6d9db9a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9139e0ebf135e8f8ec2ea95468f0ac6fe6d9db9a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9139e0ebf135e8f8ec2ea95468f0ac6fe6d9db9a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"60e72f49fb2326a0d520cf9248facbc0e5b0abaf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9139e0ebf135e8f8ec2ea95468f0ac6fe6d9db9a.tgz","fileCount":905,"integrity":"sha512-xbrswm/T6sU8T3Ne8Yg/dVA/nPJzha17eKDSZ6NU8H5GHcT4dbXS93ap772+/0JxJlC+WfPlVtLp1LGuvZSxwA==","signatures":[{"sig":"MEUCIBQc1tOoH9mtE3VtqxXPS5f3t6S5Vv73URYhQQQHeBzBAiEAxfurpS2hZk8tos2Cgj6U64uGDj4/pPkrrFUBzJVOA04=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9963222},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9139e0ebf135e8f8ec2ea95468f0ac6fe6d9db9a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.9139e0ebf135e8f8ec2ea95468f0ac6fe6d9db9a","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.9139e0ebf135e8f8ec2ea95468f0ac6fe6d9db9a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9139e0ebf135e8f8ec2ea95468f0ac6fe6d9db9a","@strapi/types":"0.0.0-experimental.9139e0ebf135e8f8ec2ea95468f0ac6fe6d9db9a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9139e0ebf135e8f8ec2ea95468f0ac6fe6d9db9a_1751536165601_0.6707570306395605","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.4d7b51c550c4d7f5fffd978a6f2b4e8047bea544":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4d7b51c550c4d7f5fffd978a6f2b4e8047bea544","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4d7b51c550c4d7f5fffd978a6f2b4e8047bea544","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"01256612dca723030d017fef94c0fdfdd0ab85e8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4d7b51c550c4d7f5fffd978a6f2b4e8047bea544.tgz","fileCount":905,"integrity":"sha512-z/sQfZxLh3ZvKSX5hIP+9EWPi9punYliaR15BDkWHYcjUQ0sdtrI/IVyQznQ/BMEHSV1fijYLZis8mnQ0az2/A==","signatures":[{"sig":"MEUCIAJO2hob2T6hhd5Aft9XMXSCuWKWIqjIKDm5NVKZi8bmAiEA/w7Np7a0LOltrgjOOyovv0eKY2ymm8ylvvRqRKwp7ss=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9963222},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4d7b51c550c4d7f5fffd978a6f2b4e8047bea544","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.4d7b51c550c4d7f5fffd978a6f2b4e8047bea544","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.4d7b51c550c4d7f5fffd978a6f2b4e8047bea544","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4d7b51c550c4d7f5fffd978a6f2b4e8047bea544","@strapi/types":"0.0.0-experimental.4d7b51c550c4d7f5fffd978a6f2b4e8047bea544","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4d7b51c550c4d7f5fffd978a6f2b4e8047bea544_1751537781385_0.40689634319060275","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b64b317678ef49ec595d4adb8eab18393c8bc607":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b64b317678ef49ec595d4adb8eab18393c8bc607","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b64b317678ef49ec595d4adb8eab18393c8bc607","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6ad9aa364c8b7a80c15368df761b43e004c576ce","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b64b317678ef49ec595d4adb8eab18393c8bc607.tgz","fileCount":905,"integrity":"sha512-YFcwPuhfQ3/UJ/zgdSQRgcpAr2O0VgwuxQ+dX6DF/6Q09/HyRPVUW3Gf8Re7F6F83Qr6AM0iq55OJC3YFk3o5Q==","signatures":[{"sig":"MEQCICRWR4Rtc6OElW3BE1UZsEiWLAZDyG/HWPccE81kKtHfAiAz9/HzTMlUuq6I/gqHMLBtFvVzk6gq/9/nFQD6156F8Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9963222},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b64b317678ef49ec595d4adb8eab18393c8bc607","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.b64b317678ef49ec595d4adb8eab18393c8bc607","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.b64b317678ef49ec595d4adb8eab18393c8bc607","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b64b317678ef49ec595d4adb8eab18393c8bc607","@strapi/types":"0.0.0-experimental.b64b317678ef49ec595d4adb8eab18393c8bc607","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b64b317678ef49ec595d4adb8eab18393c8bc607_1751539728978_0.35282066221385433","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.aa8f064c5e2c0138b780746dc4455c060da87829":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.aa8f064c5e2c0138b780746dc4455c060da87829","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.aa8f064c5e2c0138b780746dc4455c060da87829","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4f888878361c70e18486a81b7d3fa71d7dccca45","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.aa8f064c5e2c0138b780746dc4455c060da87829.tgz","fileCount":905,"integrity":"sha512-yQjZ9aza2giuH8YfURtq02XNclm3uATfZnexQBLXPU2MvIhjzHMOMHt/OzhKqwxmlTN0NgcWvU4/2Hujqvqu7w==","signatures":[{"sig":"MEQCIBRw3IO+hsfcnsHTEY7eRJLcrSTLv9U/EaZQ1zPWwXRWAiAgWk3tQhIA+9X7k6FIXXskOLu9bn8bf9XSalv/tggUzg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9963222},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"aa8f064c5e2c0138b780746dc4455c060da87829","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.aa8f064c5e2c0138b780746dc4455c060da87829","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.aa8f064c5e2c0138b780746dc4455c060da87829","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.aa8f064c5e2c0138b780746dc4455c060da87829","@strapi/types":"0.0.0-experimental.aa8f064c5e2c0138b780746dc4455c060da87829","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.aa8f064c5e2c0138b780746dc4455c060da87829_1751540894885_0.6345835029327382","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.2e370158d8f34cf33b7eaf3da53fe653e73eea74":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2e370158d8f34cf33b7eaf3da53fe653e73eea74","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2e370158d8f34cf33b7eaf3da53fe653e73eea74","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ed5feffb04bfa21ef758ef41c31a2aba5f6be28a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2e370158d8f34cf33b7eaf3da53fe653e73eea74.tgz","fileCount":905,"integrity":"sha512-rZnefBnCeXuQKdmn9zko0LZBrfTQh+Vuxg2wO0lU3m5NaqyKuoNGIP3ZjOyF6FYT9dk/rLEHslSiqgT0fXJAHQ==","signatures":[{"sig":"MEQCIBbUWX7EqMzDciZoBxVdXNQPFjDmQelE1+znbkVBpM1oAiBvK89g1v3TCK7poGAvz5aniNHB/SKU0ju+3ywSALO1jA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9963222},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2e370158d8f34cf33b7eaf3da53fe653e73eea74","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.2e370158d8f34cf33b7eaf3da53fe653e73eea74","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.2e370158d8f34cf33b7eaf3da53fe653e73eea74","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2e370158d8f34cf33b7eaf3da53fe653e73eea74","@strapi/types":"0.0.0-experimental.2e370158d8f34cf33b7eaf3da53fe653e73eea74","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2e370158d8f34cf33b7eaf3da53fe653e73eea74_1751547815066_0.13861321660804826","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.36f6fd69b4f935991d26f27957949ec71f187528":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.36f6fd69b4f935991d26f27957949ec71f187528","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.36f6fd69b4f935991d26f27957949ec71f187528","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"655e199aeb0c0c337e9b821ad9c4e34057882d84","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.36f6fd69b4f935991d26f27957949ec71f187528.tgz","fileCount":905,"integrity":"sha512-MU/IrtjAuaXkiYfzBp55KTnBFpYTUxKnskcZcQwMn3gxw6sgFFmHh6FyOTRL5pGyq1c39Z7Od3cOrsbyvnWPdw==","signatures":[{"sig":"MEYCIQCQyIgaTuBwPrQct/jSEhw5F03lsbbC81+B+WVxxshwcQIhAM0rTf/lPYPn6umxSSRyzCec3qe2tRxClV9UQopbk7AV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9966097},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"36f6fd69b4f935991d26f27957949ec71f187528","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.36f6fd69b4f935991d26f27957949ec71f187528","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.36f6fd69b4f935991d26f27957949ec71f187528","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.36f6fd69b4f935991d26f27957949ec71f187528","@strapi/types":"0.0.0-experimental.36f6fd69b4f935991d26f27957949ec71f187528","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.36f6fd69b4f935991d26f27957949ec71f187528_1751550102371_0.5728324320457683","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.281d87ac79eeddcaa1823767b9a4c9dbd5d6192d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.281d87ac79eeddcaa1823767b9a4c9dbd5d6192d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.281d87ac79eeddcaa1823767b9a4c9dbd5d6192d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"320356099531b8fa40a217e18157931fb29c1e27","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.281d87ac79eeddcaa1823767b9a4c9dbd5d6192d.tgz","fileCount":905,"integrity":"sha512-008KVxbnBXSSEBJaylR2iENMLpX653rhy5a7C6UkgakEAaKC8ncSi2939vtwnC3f5ZoXMx5fP/eq0uDGft4fOw==","signatures":[{"sig":"MEUCIQCzs+I5k8Shz1eiN95ppJjq671r+7Q8CIyGTwnCa7GVjwIgeq63jE1++WbRq/s3KmrfGF2KXO+DVThFm/mcvmspePk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9963222},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"281d87ac79eeddcaa1823767b9a4c9dbd5d6192d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.281d87ac79eeddcaa1823767b9a4c9dbd5d6192d","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.281d87ac79eeddcaa1823767b9a4c9dbd5d6192d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.281d87ac79eeddcaa1823767b9a4c9dbd5d6192d","@strapi/types":"0.0.0-experimental.281d87ac79eeddcaa1823767b9a4c9dbd5d6192d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.281d87ac79eeddcaa1823767b9a4c9dbd5d6192d_1751559999100_0.5262230632970561","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.06e300737ca79fa320fff00b809f095a5d7fe7c4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.06e300737ca79fa320fff00b809f095a5d7fe7c4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.06e300737ca79fa320fff00b809f095a5d7fe7c4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"306a7a6fe4334787991542358f221d947ed48188","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.06e300737ca79fa320fff00b809f095a5d7fe7c4.tgz","fileCount":905,"integrity":"sha512-bzJbiYi7By7sPFVDL46OhomezC4NDB8D5fKhdIyRQ186OnWRO9/ohj8T4UWcWyRfswKLMFv9CSRpbIgq7BLMfA==","signatures":[{"sig":"MEUCIQC6Hap5B36NxxTwFGyrXqPiKMDsmNDuUvoYJD5c98GPpgIgF8WD6OUg13LKDrwsMnWDv7ZIZ9cLsYFuzWMecia8hhE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9963222},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"06e300737ca79fa320fff00b809f095a5d7fe7c4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.06e300737ca79fa320fff00b809f095a5d7fe7c4","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.06e300737ca79fa320fff00b809f095a5d7fe7c4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.06e300737ca79fa320fff00b809f095a5d7fe7c4","@strapi/types":"0.0.0-experimental.06e300737ca79fa320fff00b809f095a5d7fe7c4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.06e300737ca79fa320fff00b809f095a5d7fe7c4_1751579901152_0.5456860424249224","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ee6fba7645b920b681c767f52ccacc9af1061abe":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ee6fba7645b920b681c767f52ccacc9af1061abe","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ee6fba7645b920b681c767f52ccacc9af1061abe","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"abf924be96541affc7bf3e85c3d292b71e7bb2a5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ee6fba7645b920b681c767f52ccacc9af1061abe.tgz","fileCount":905,"integrity":"sha512-UeHuBIiahg5IOll7SgfrOZGNKqte+V7hPY5RQGS1uudmgjMTOtnBAjxPzDH+in+e7gi9TCVHRDKFXeLCXJ8lOA==","signatures":[{"sig":"MEQCIGp41Y8l4327rKE2dxcchK2yamStBgZfX7l78KswAihHAiA8EwYHweyLlZ7Rs3JpFlKFrREN+FxwZqB/KyNnnLSiqw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9963222},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ee6fba7645b920b681c767f52ccacc9af1061abe","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.ee6fba7645b920b681c767f52ccacc9af1061abe","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ee6fba7645b920b681c767f52ccacc9af1061abe","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ee6fba7645b920b681c767f52ccacc9af1061abe","@strapi/types":"0.0.0-experimental.ee6fba7645b920b681c767f52ccacc9af1061abe","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ee6fba7645b920b681c767f52ccacc9af1061abe_1751581669714_0.7262000218803746","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.aeea877fea568733d8905186da22679c68bd73ff":{"name":"@strapi/content-type-builder","version":"0.0.0-next.aeea877fea568733d8905186da22679c68bd73ff","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.aeea877fea568733d8905186da22679c68bd73ff","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c5e58707666c0c59c575f886388435ff6d6a9971","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.aeea877fea568733d8905186da22679c68bd73ff.tgz","fileCount":905,"integrity":"sha512-zgRp5rs+shwXM/uyUWVddI9i6Pcm72cZT8+giihdyXU/bkPJKGY++vdEpoBnNvtdsKL0Zo3j6em9TkTp2Di2yw==","signatures":[{"sig":"MEQCIG9zHKArhGRYh/l3H1DembOlGt5ZMhdt0VOvNHW4PDoRAiA/IA9eUgq2OL8LWfrPKa9qNg0z0hGW0mQmJ3PSVdUTfw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9966057},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"aeea877fea568733d8905186da22679c68bd73ff","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-next.aeea877fea568733d8905186da22679c68bd73ff","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.aeea877fea568733d8905186da22679c68bd73ff","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.aeea877fea568733d8905186da22679c68bd73ff","@strapi/types":"0.0.0-next.aeea877fea568733d8905186da22679c68bd73ff","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.aeea877fea568733d8905186da22679c68bd73ff_1751589325810_0.20314984618432708","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.47dd51a776d7335bbdc576a92232516fae36f44b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.47dd51a776d7335bbdc576a92232516fae36f44b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.47dd51a776d7335bbdc576a92232516fae36f44b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0e93cffb05f98e130e49d722a9a7773f518cbee6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.47dd51a776d7335bbdc576a92232516fae36f44b.tgz","fileCount":905,"integrity":"sha512-9Qra9m/d3vztBnU1ClVIemwmPdSSiWHrhbEq6gIUU9X0ZSRsNVcAVBo05VRUAkFbnpU3YykfLzSZx4ts5HPJdg==","signatures":[{"sig":"MEQCIEQgzCuxF3VLVc1EkQQ0kH7513N7EQTqcYBoP1BOMUGRAiBTTLZtvz5NPzOLUI2LMqnGfUyurgN8qD7RGhYDN6g1ww==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9966097},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"47dd51a776d7335bbdc576a92232516fae36f44b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.47dd51a776d7335bbdc576a92232516fae36f44b","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.47dd51a776d7335bbdc576a92232516fae36f44b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.47dd51a776d7335bbdc576a92232516fae36f44b","@strapi/types":"0.0.0-experimental.47dd51a776d7335bbdc576a92232516fae36f44b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.47dd51a776d7335bbdc576a92232516fae36f44b_1751617411964_0.7755585876846851","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d4b8dd9e74eefeba4fc0574502c919ba4d091e1e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d4b8dd9e74eefeba4fc0574502c919ba4d091e1e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d4b8dd9e74eefeba4fc0574502c919ba4d091e1e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d21406516303b09e192bfb80fedc31130c74f063","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d4b8dd9e74eefeba4fc0574502c919ba4d091e1e.tgz","fileCount":905,"integrity":"sha512-K1tnc2r2eOIFN4q5/z+0cf4zJOTqvBaZnXStGBy6Qw1gVBhsVzWcs8kmg6Vy04yeyEF77bbUR2Q7ITLtq2gHfA==","signatures":[{"sig":"MEUCIQDyX5AqcxDS9AwJahkbDuHUlizT+JUq2YlBCeeS3Vs/XgIgEmtUa5Qlj7wbbnohj+eilOWXh6XKhmMncrD5N8EXxQk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9966097},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d4b8dd9e74eefeba4fc0574502c919ba4d091e1e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.d4b8dd9e74eefeba4fc0574502c919ba4d091e1e","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d4b8dd9e74eefeba4fc0574502c919ba4d091e1e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d4b8dd9e74eefeba4fc0574502c919ba4d091e1e","@strapi/types":"0.0.0-experimental.d4b8dd9e74eefeba4fc0574502c919ba4d091e1e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d4b8dd9e74eefeba4fc0574502c919ba4d091e1e_1751623836526_0.30513524075650356","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a43f40178ac76e3f2bd6860c987e0197be9da379":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a43f40178ac76e3f2bd6860c987e0197be9da379","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a43f40178ac76e3f2bd6860c987e0197be9da379","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0ad8155a5d40b5246ba356f19e65621599186a79","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a43f40178ac76e3f2bd6860c987e0197be9da379.tgz","fileCount":905,"integrity":"sha512-Dy5q9+wUO5ZbDDLtRfm78cWPfm2fRVcwL9w8Tc7edUONQEb/C3KjoaiTc43D6jsEqJ6nz+WKqTBnfb6I1GGd+A==","signatures":[{"sig":"MEQCIBLR9Due6WNd6rftChRaN3ncR4hSQOSzuAlaRi62kw4aAiBxQn31b00TRnP3Nig1aC4hwToJtzYVD8y5WVsBbOOFzQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9966097},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a43f40178ac76e3f2bd6860c987e0197be9da379","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.a43f40178ac76e3f2bd6860c987e0197be9da379","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.a43f40178ac76e3f2bd6860c987e0197be9da379","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a43f40178ac76e3f2bd6860c987e0197be9da379","@strapi/types":"0.0.0-experimental.a43f40178ac76e3f2bd6860c987e0197be9da379","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a43f40178ac76e3f2bd6860c987e0197be9da379_1751624791013_0.1900585348680559","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.9c7149630dabd4c43f44cf68ed4ce6d7562607e8":{"name":"@strapi/content-type-builder","version":"0.0.0-next.9c7149630dabd4c43f44cf68ed4ce6d7562607e8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.9c7149630dabd4c43f44cf68ed4ce6d7562607e8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"059752d78733100bc40f8cc88456c47a58b9c644","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.9c7149630dabd4c43f44cf68ed4ce6d7562607e8.tgz","fileCount":905,"integrity":"sha512-KJN12wtn3GDnUIIpT/j/ysYQcYb4W9o0KfmISFO7CZ0XRAgq6A31lkUb180SALZB9CgMESfltiJMqYDG9PI4sA==","signatures":[{"sig":"MEUCIQDaDXJwHCG/cj0nFr2jTLWn4905ybHT5dc8DLe1u4XvWwIgHkwqQYPkbMZD3IpmDtZ/QVHyR8xExOMjP1ofiHO6IWw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9966057},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9c7149630dabd4c43f44cf68ed4ce6d7562607e8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-next.9c7149630dabd4c43f44cf68ed4ce6d7562607e8","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.9c7149630dabd4c43f44cf68ed4ce6d7562607e8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.9c7149630dabd4c43f44cf68ed4ce6d7562607e8","@strapi/types":"0.0.0-next.9c7149630dabd4c43f44cf68ed4ce6d7562607e8","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.9c7149630dabd4c43f44cf68ed4ce6d7562607e8_1751675657112_0.9021690236091839","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.4e8289da194e4249b943687480ee5bc44df3a99b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4e8289da194e4249b943687480ee5bc44df3a99b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4e8289da194e4249b943687480ee5bc44df3a99b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"48d94e0e4bbae6f5fc8a61d8c369c9db1d543184","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4e8289da194e4249b943687480ee5bc44df3a99b.tgz","fileCount":905,"integrity":"sha512-mHWIypmdV7tHiGj7Of4pBoH9miRQgKigTa5kvZxzm7drjjv4Xelgpk85qjz3w7X93t8Ry3CQThHo+vmNGzAY2w==","signatures":[{"sig":"MEYCIQDcSQqg0W7RSRZgL7LbBP4anRr86nG+Zu2HHTLOqYtBQQIhAL+3B0v8knJgIXsDrXZDA9L+CtO/UP26KHqaatzyOt/4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9966097},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4e8289da194e4249b943687480ee5bc44df3a99b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.27","@strapi/utils":"0.0.0-experimental.4e8289da194e4249b943687480ee5bc44df3a99b","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.4e8289da194e4249b943687480ee5bc44df3a99b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4e8289da194e4249b943687480ee5bc44df3a99b","@strapi/types":"0.0.0-experimental.4e8289da194e4249b943687480ee5bc44df3a99b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4e8289da194e4249b943687480ee5bc44df3a99b_1751880694619_0.1686135629404546","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.74f28e080f05b204d7a0feb2c141027a94e45782":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.74f28e080f05b204d7a0feb2c141027a94e45782","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.74f28e080f05b204d7a0feb2c141027a94e45782","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"93a7c18057856cbfd53c7a5dd0d86dbbeefd8bee","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.74f28e080f05b204d7a0feb2c141027a94e45782.tgz","fileCount":905,"integrity":"sha512-0cKFw0Lg6TThJ7xd20bcukr9Umg6N6SankBDOUxXeLzKv5xD1glNTE+fle3KXs8/i9DgC/laLUwg1GyoN82J2Q==","signatures":[{"sig":"MEQCID178YucU9j32H4jpBg1MCGRr+EbFjPCzPAm7A8EcmYHAiA/2fsxz7U5OSrA2KsPvNoTVCwy/DLqAR/r3kG5b04g3A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9966097},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"74f28e080f05b204d7a0feb2c141027a94e45782","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-experimental.74f28e080f05b204d7a0feb2c141027a94e45782","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.74f28e080f05b204d7a0feb2c141027a94e45782","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.74f28e080f05b204d7a0feb2c141027a94e45782","@strapi/types":"0.0.0-experimental.74f28e080f05b204d7a0feb2c141027a94e45782","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.74f28e080f05b204d7a0feb2c141027a94e45782_1751897008844_0.5654925438374652","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e109058915a8a666fe344c3d221c5271225a1080":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e109058915a8a666fe344c3d221c5271225a1080","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e109058915a8a666fe344c3d221c5271225a1080","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a9f5d5bba6dc10d150f533db3c275f628df698fe","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e109058915a8a666fe344c3d221c5271225a1080.tgz","fileCount":905,"integrity":"sha512-AkkuWNNSCRjeWF89+ahdFvfRynpElpk4YDHtwcIyfOfI0/WzHA1T2zEVJx7MzEJ4p6799Vl7FbKzEoTFLfap8g==","signatures":[{"sig":"MEUCICaQS/AoAprygnlFIpNDfww/iRM2caHu4AKnRlpNNZgtAiEAlJ8+PAhFkcuuQy0z0zUq1cFC1rtbHyCwJJ91DjduXvM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9966097},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e109058915a8a666fe344c3d221c5271225a1080","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-experimental.e109058915a8a666fe344c3d221c5271225a1080","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e109058915a8a666fe344c3d221c5271225a1080","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e109058915a8a666fe344c3d221c5271225a1080","@strapi/types":"0.0.0-experimental.e109058915a8a666fe344c3d221c5271225a1080","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e109058915a8a666fe344c3d221c5271225a1080_1751897741742_0.9398298810759484","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.15aa51942723e4509a1fa9992c8dc4a81794cb1d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.15aa51942723e4509a1fa9992c8dc4a81794cb1d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.15aa51942723e4509a1fa9992c8dc4a81794cb1d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"33e65b9c18dd708f9bb21765481c911fb29538ee","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.15aa51942723e4509a1fa9992c8dc4a81794cb1d.tgz","fileCount":907,"integrity":"sha512-MMYfHjZkKBZwRxJXwK4kg/E2ewhxNoXml3qyXaxLx56E9cuO0yvvoyDBKP0R9FKauMAx9cH4Y4ZgJzm80LKtBQ==","signatures":[{"sig":"MEQCIAbYhDgfes0lYLVauqdnAXjQ7fdY6+eu+vost80aY4IdAiB1/dhvLHi9jGwgND0ir6/doMRp1N+CTT0o0KFCI0FMQw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"15aa51942723e4509a1fa9992c8dc4a81794cb1d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-experimental.15aa51942723e4509a1fa9992c8dc4a81794cb1d","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.15aa51942723e4509a1fa9992c8dc4a81794cb1d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.15aa51942723e4509a1fa9992c8dc4a81794cb1d","@strapi/types":"0.0.0-experimental.15aa51942723e4509a1fa9992c8dc4a81794cb1d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.15aa51942723e4509a1fa9992c8dc4a81794cb1d_1751904959792_0.8097057481289107","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.15aa51942723e4509a1fa9992c8dc4a81794cb1d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.15aa51942723e4509a1fa9992c8dc4a81794cb1d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.15aa51942723e4509a1fa9992c8dc4a81794cb1d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2e2c98e315352fc68a23052ac023b03707e65df3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.15aa51942723e4509a1fa9992c8dc4a81794cb1d.tgz","fileCount":907,"integrity":"sha512-0wOnqUgem3CdypNexjttgwmWBTPo9S38MAr/l20tYMVn/XIWSNw8kikCRWzO86R4dN1B5s20UQ4tjJJjSN0ZnQ==","signatures":[{"sig":"MEUCIQCbgTlslVxHFxFEvEK1ag1+VEr52pCMyS+w5/AadsqXjgIgKSUP2gI2tvyTexW0jHP0/BIEY2Cxw5h+MAYEjjW90hQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9988980},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"15aa51942723e4509a1fa9992c8dc4a81794cb1d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-next.15aa51942723e4509a1fa9992c8dc4a81794cb1d","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.15aa51942723e4509a1fa9992c8dc4a81794cb1d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.15aa51942723e4509a1fa9992c8dc4a81794cb1d","@strapi/types":"0.0.0-next.15aa51942723e4509a1fa9992c8dc4a81794cb1d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.15aa51942723e4509a1fa9992c8dc4a81794cb1d_1751934937379_0.14366635699507313","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f37a0ea0333947b6879c4608fae75646d63c07a1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f37a0ea0333947b6879c4608fae75646d63c07a1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f37a0ea0333947b6879c4608fae75646d63c07a1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"118a322a7372c331b8e8a4eefac2d9af77c011fc","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f37a0ea0333947b6879c4608fae75646d63c07a1.tgz","fileCount":907,"integrity":"sha512-Szi4mY+NZOGG8GFXtIVF/bgVoSkiKS5KlmLTWtmQHABQOfJSC0PJZ8Vr7fRr1p4vlKDTVqvCqd9bVL6SGiJ2aA==","signatures":[{"sig":"MEUCIQCNrL+y64ZE8mfsodgaAKZ5pVaon1Qz9ZYLGV0N+onmCQIgE2R4WhijPGTuBvi6FOB/wuuWHnJvDD1Vgb3hNWngCTs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f37a0ea0333947b6879c4608fae75646d63c07a1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-experimental.f37a0ea0333947b6879c4608fae75646d63c07a1","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.f37a0ea0333947b6879c4608fae75646d63c07a1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f37a0ea0333947b6879c4608fae75646d63c07a1","@strapi/types":"0.0.0-experimental.f37a0ea0333947b6879c4608fae75646d63c07a1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f37a0ea0333947b6879c4608fae75646d63c07a1_1751962221706_0.2975798563186447","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8ed7454f698016398d3ac8209f399206cfe8a6bb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8ed7454f698016398d3ac8209f399206cfe8a6bb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8ed7454f698016398d3ac8209f399206cfe8a6bb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2aef85fa83437bb025586dce7b125f379e2a3dad","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8ed7454f698016398d3ac8209f399206cfe8a6bb.tgz","fileCount":907,"integrity":"sha512-n9OqBeaio+Efo+WxF8+mtHEKiTfhwCql+Fv9Lds7wBuMhY9M2oMMbpzSRpAghGK4ua3sp9v8MJwf83iSkP/q1g==","signatures":[{"sig":"MEUCIQDywKTkWFo2NQLQPBE2kHGhOx/nG9ZKmu6V4QZbAyceYwIgQ18tRzm0LTY+91PCO5vjrZHT02u/gcruCW8zx0D0tgw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8ed7454f698016398d3ac8209f399206cfe8a6bb","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-experimental.8ed7454f698016398d3ac8209f399206cfe8a6bb","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.8ed7454f698016398d3ac8209f399206cfe8a6bb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8ed7454f698016398d3ac8209f399206cfe8a6bb","@strapi/types":"0.0.0-experimental.8ed7454f698016398d3ac8209f399206cfe8a6bb","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8ed7454f698016398d3ac8209f399206cfe8a6bb_1751966107449_0.35577845713387846","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.edd76a7dfed80cd2a11bc9cb105d222f9f5150b7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.edd76a7dfed80cd2a11bc9cb105d222f9f5150b7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.edd76a7dfed80cd2a11bc9cb105d222f9f5150b7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"38c57feb1a2a60c36d89e1453f41035c9ecf0916","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.edd76a7dfed80cd2a11bc9cb105d222f9f5150b7.tgz","fileCount":907,"integrity":"sha512-BFn61dp/F1iJhrdszFIDc/G4EYJl1MYgCe8HovidIJHhOS6SJ67vZn7k2Oz2KERIJdqrflmy9gFyR97bCc47yQ==","signatures":[{"sig":"MEYCIQDqmuASDkUoowbTAlKLK3kxibmvBeKb/lgGqgUBnpzpnwIhAOjr+jQ80i6Qq9qjFOE3o+x4hpVctKgwKMGRCznDdCvH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"edd76a7dfed80cd2a11bc9cb105d222f9f5150b7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-experimental.edd76a7dfed80cd2a11bc9cb105d222f9f5150b7","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.edd76a7dfed80cd2a11bc9cb105d222f9f5150b7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.edd76a7dfed80cd2a11bc9cb105d222f9f5150b7","@strapi/types":"0.0.0-experimental.edd76a7dfed80cd2a11bc9cb105d222f9f5150b7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.edd76a7dfed80cd2a11bc9cb105d222f9f5150b7_1751968120039_0.892323224504818","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"24e09899fbae208040d44792d2f487cfe9253b98","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca.tgz","fileCount":907,"integrity":"sha512-uhaJY4Abcq757Mt2aBk1e2rXK7H0J3aLHcHusW1Ju+chjJtFIw3v8Il9VhDO8W4EoHoA3g3liIhKmlOiWfpInw==","signatures":[{"sig":"MEUCIQCz2+LNVIfcR74BN6Uoj6rcweslfpHm6vqoCnrNn/hx5AIgTkHL+oRxCLR6a44stvXDcP0Y+ayzv91KHyYdDN44zg8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.2","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-experimental.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca","@strapi/types":"0.0.0-experimental.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca_1751990924546_0.26432999401287005","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e2adf24b95a28fb6ff972bdbc3749e7d811ba6b4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca.tgz","fileCount":907,"integrity":"sha512-3GIscp22t8cuzeqiUgvY43N3DtjASdrZkcl4fG45829kJ4KSfGpS2BXhKRzbG/ZLEVNoYek8cfSORwL6wxGk8w==","signatures":[{"sig":"MEYCIQCipoOLz8RhrxY5SFMnNml68NHfuR59A69ZqsJxIUTFVAIhAK3x74caOPO/QABC95EEybLbliB4rNnczdFC5OYNx3+n","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9988980},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-next.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca","@strapi/types":"0.0.0-next.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca_1752021396713_0.1429203952860043","host":"s3://npm-registry-packages-npm-production"}},"5.18.0":{"name":"@strapi/content-type-builder","version":"5.18.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.18.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bd5c4c9c5e03a728a6c77cb338fd0d452fc0381b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.18.0.tgz","fileCount":907,"integrity":"sha512-G803nJEcxgikMSDMrothVnA5FOtHJxyrRwgRKLEXqRORKq4B+6UBQJJlQq3P8rrv1KGOVfrdBGyzuYBMoKfRKw==","signatures":[{"sig":"MEYCIQDUKl2uVs6tiXLeZD0cGfGVRgnt30saAiv9r7hJTyHsNwIhAMqyv3lyJ2+7qHA4H9g4/goYNIyzLhLu+qyPTQ4ZBRFC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9988755},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0c0afccbfbfbeee85bce5ce65e72723457c42532","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"5.18.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.18.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.18.0","@strapi/types":"5.18.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.18.0_1752051119534_0.6270466444520968","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e520c92630fde43c1d38054d2225464a88772b41":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e520c92630fde43c1d38054d2225464a88772b41","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e520c92630fde43c1d38054d2225464a88772b41","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6d5fe70216c702d7a962e7c613846fbd6808e656","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e520c92630fde43c1d38054d2225464a88772b41.tgz","fileCount":1110,"integrity":"sha512-MnBFCHo+lC3shU5foTt2j+e8RPo947aSzM53RlS5VVTHKvHhXCQ1w5XJsFKvCv8LDJzGl6OkqvrP7r5OxoxHbA==","signatures":[{"sig":"MEQCIGvYS+blQnUeZQJIkMwMSP59dM3/D3Ma5ugJrFnmgT7EAiAL8lQ4X5RQoQTD3tIEmsi6T/tEuN/BHsBnfpkYWpI9Qg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11311010},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e520c92630fde43c1d38054d2225464a88772b41","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-experimental.e520c92630fde43c1d38054d2225464a88772b41","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e520c92630fde43c1d38054d2225464a88772b41","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e520c92630fde43c1d38054d2225464a88772b41","@strapi/types":"0.0.0-experimental.e520c92630fde43c1d38054d2225464a88772b41","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e520c92630fde43c1d38054d2225464a88772b41_1752070021038_0.6478005561978553","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.cca0790e58ec5d8f2f5ab275d475a147c679214e":{"name":"@strapi/content-type-builder","version":"0.0.0-next.cca0790e58ec5d8f2f5ab275d475a147c679214e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.cca0790e58ec5d8f2f5ab275d475a147c679214e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d1f820868043a638cc5ca4037a6930f301a3c5ce","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.cca0790e58ec5d8f2f5ab275d475a147c679214e.tgz","fileCount":907,"integrity":"sha512-ZAjmnfo83yrKfVyOTcy01fFt9ez7DnpJ+Cq0n4xkFh4YLhXjo2e+fy4ZAbeKWPOLfksbsqpQ04Zf4GcM9qQR9g==","signatures":[{"sig":"MEUCIQDHHgbLYLCvXqNpTWqN5rmw4Oid+JDy7Zsm5XoWtQncvQIgHcoAxXuxzBjXq0/PR3pRDfFG3cD/WQCaL1+htMuLr/c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9988980},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cca0790e58ec5d8f2f5ab275d475a147c679214e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","actor":{"name":"alexandrebodin","type":"user","email":"bodin.alex@gmail.com"},"email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-next.cca0790e58ec5d8f2f5ab275d475a147c679214e","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.cca0790e58ec5d8f2f5ab275d475a147c679214e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.cca0790e58ec5d8f2f5ab275d475a147c679214e","@strapi/types":"0.0.0-next.cca0790e58ec5d8f2f5ab275d475a147c679214e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.cca0790e58ec5d8f2f5ab275d475a147c679214e_1752107760690_0.275239222450008","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.0b05e14275f66f3bce0f2d93875c657c322c1d20":{"name":"@strapi/content-type-builder","version":"0.0.0-next.0b05e14275f66f3bce0f2d93875c657c322c1d20","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.0b05e14275f66f3bce0f2d93875c657c322c1d20","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"05fb25b5be18ff271637ac607f17a45c4e19b629","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.0b05e14275f66f3bce0f2d93875c657c322c1d20.tgz","fileCount":907,"integrity":"sha512-Y5acc1SifI+uXdJww0f9h3t2WWtbsXl+Z4NwS/xGEkb5yieOsK9Ge8ZP2SWFRnLrCMMooDexMyDZLkFWpWjmZg==","signatures":[{"sig":"MEQCIDwPrGlVB9oILfiVKmKhhb38GmngmFffLDteV25tClIsAiACOZASoIkMUfXq0Wn7j65g3NYy0lEi4J/J42Av+MPBCQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9988980},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0b05e14275f66f3bce0f2d93875c657c322c1d20","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.0b05e14275f66f3bce0f2d93875c657c322c1d20","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.0b05e14275f66f3bce0f2d93875c657c322c1d20","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.0b05e14275f66f3bce0f2d93875c657c322c1d20","@strapi/types":"0.0.0-next.0b05e14275f66f3bce0f2d93875c657c322c1d20","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.0b05e14275f66f3bce0f2d93875c657c322c1d20_1752194186919_0.22890511380499712","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a40985766ab04e433896342630dbc2832adeb389":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a40985766ab04e433896342630dbc2832adeb389","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a40985766ab04e433896342630dbc2832adeb389","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"73fb0277b27272bb8e5ab50ee8bad3ebb4226a1f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a40985766ab04e433896342630dbc2832adeb389.tgz","fileCount":907,"integrity":"sha512-hDrHhUaBrVvT4YaF8VvsUhyYbymzZjEI9yLb6+0PbHtI5zlbP/HE16JUWnMs1FoxK09LUKPkHMh0104EGaWi5A==","signatures":[{"sig":"MEQCIACzNC1XOpP8ssUEdfwGZxT+iCfY1iNPtpPGA1V8x1boAiBq1beHDVOum0utH0gvd74AscrYsGY40lFPKrDZGniGWw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a40985766ab04e433896342630dbc2832adeb389","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.a40985766ab04e433896342630dbc2832adeb389","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.a40985766ab04e433896342630dbc2832adeb389","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a40985766ab04e433896342630dbc2832adeb389","@strapi/types":"0.0.0-experimental.a40985766ab04e433896342630dbc2832adeb389","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a40985766ab04e433896342630dbc2832adeb389_1752231526685_0.5206689659295247","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.5562a421e4a1c11ca46fa7ee6fe6a5227e6eb54e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5562a421e4a1c11ca46fa7ee6fe6a5227e6eb54e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5562a421e4a1c11ca46fa7ee6fe6a5227e6eb54e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"662bcbc9ac79242139958a2eff147d4dd3fca337","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5562a421e4a1c11ca46fa7ee6fe6a5227e6eb54e.tgz","fileCount":907,"integrity":"sha512-8B2TMB1SOzSr965LylRoPR0xK2Qrt7aPUu1k0DoNdbnVSOrCO9po5N0i0yzVNcCOI9lvHebtKvfVABBolz0Uzg==","signatures":[{"sig":"MEQCIDWihvNKx0b57U0PjSId4QsaQVqvixYP4NdChdl5/6njAiA5ES/5jHy5C1+UeR/v0ZpuXZOntKebRDl/cEzPMCdhQQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5562a421e4a1c11ca46fa7ee6fe6a5227e6eb54e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.5562a421e4a1c11ca46fa7ee6fe6a5227e6eb54e","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.5562a421e4a1c11ca46fa7ee6fe6a5227e6eb54e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5562a421e4a1c11ca46fa7ee6fe6a5227e6eb54e","@strapi/types":"0.0.0-experimental.5562a421e4a1c11ca46fa7ee6fe6a5227e6eb54e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5562a421e4a1c11ca46fa7ee6fe6a5227e6eb54e_1752236695960_0.9073549610823683","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a412d03e447a6b755ceffc83d8a71631c0f4f25c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a412d03e447a6b755ceffc83d8a71631c0f4f25c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a412d03e447a6b755ceffc83d8a71631c0f4f25c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fb70167abed22a47879a2b7d0ac755ed06069fa0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a412d03e447a6b755ceffc83d8a71631c0f4f25c.tgz","fileCount":907,"integrity":"sha512-/kD+KZG0icpmmIN/pessWUI8aCVf8bVOOUJdSmc5EQYHMqu7LzpECxN1IHeT15oDZWjGy0BrMKAlMyvWJKXztQ==","signatures":[{"sig":"MEUCIQCSxRBciQTey1J0IDkrbA5bTMBq7hu9iR4qHXavkPOH+QIgWdW4EBJguM2Q/dxaS1A+CP7cQQ2U/ACTu4byiwABbMQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a412d03e447a6b755ceffc83d8a71631c0f4f25c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.a412d03e447a6b755ceffc83d8a71631c0f4f25c","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.a412d03e447a6b755ceffc83d8a71631c0f4f25c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a412d03e447a6b755ceffc83d8a71631c0f4f25c","@strapi/types":"0.0.0-experimental.a412d03e447a6b755ceffc83d8a71631c0f4f25c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a412d03e447a6b755ceffc83d8a71631c0f4f25c_1752242081980_0.07147257518163785","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.0b05e14275f66f3bce0f2d93875c657c322c1d20":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0b05e14275f66f3bce0f2d93875c657c322c1d20","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0b05e14275f66f3bce0f2d93875c657c322c1d20","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"12b41ec99a19ecb2d81d5a14386e9df300b4ece2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0b05e14275f66f3bce0f2d93875c657c322c1d20.tgz","fileCount":907,"integrity":"sha512-etxWrTMKZnNE3RceuVTXhBpoWNjXayugz+jhRvOjas1Yl9Co8lv9RAJcDxm2jKP7xJ6KJ/Ky2DICRrLmiOSHXg==","signatures":[{"sig":"MEYCIQCuqwwpwIGvAmohVkDoylu8B7aePve+rAzydf1iWaUUFwIhANMI0OVc2KvZAMYHilzueNJ6RFhw6RgBAdzSAEsoYjn0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0b05e14275f66f3bce0f2d93875c657c322c1d20","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.0b05e14275f66f3bce0f2d93875c657c322c1d20","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.0b05e14275f66f3bce0f2d93875c657c322c1d20","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0b05e14275f66f3bce0f2d93875c657c322c1d20","@strapi/types":"0.0.0-experimental.0b05e14275f66f3bce0f2d93875c657c322c1d20","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0b05e14275f66f3bce0f2d93875c657c322c1d20_1752244576032_0.4338296821210941","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.065a2dd5b0120a0fd5864f4dcd767ce48fc6e15a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.065a2dd5b0120a0fd5864f4dcd767ce48fc6e15a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.065a2dd5b0120a0fd5864f4dcd767ce48fc6e15a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a64441746ab61a6670c490f210562bc6aeaf5604","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.065a2dd5b0120a0fd5864f4dcd767ce48fc6e15a.tgz","fileCount":907,"integrity":"sha512-Zuezi22HIu12pxj79jdZ/CTyaGlGCSa2EKbTXFzoKqw0mD0p0BcU89S1dRBYO8q50lMnUUOkXlsAwh8Smjh3Ow==","signatures":[{"sig":"MEUCIQDrLjNVGK7z2WG4PMmoZkMb8vCmCRudmY/xX15/mGkvEgIgRfOd0j7ZgAE3iqK9FOuIpdxNU1ZTZGUo1JnSiNpl8aw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"065a2dd5b0120a0fd5864f4dcd767ce48fc6e15a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.065a2dd5b0120a0fd5864f4dcd767ce48fc6e15a","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.065a2dd5b0120a0fd5864f4dcd767ce48fc6e15a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.065a2dd5b0120a0fd5864f4dcd767ce48fc6e15a","@strapi/types":"0.0.0-experimental.065a2dd5b0120a0fd5864f4dcd767ce48fc6e15a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.065a2dd5b0120a0fd5864f4dcd767ce48fc6e15a_1752245953177_0.8736453456653692","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.30fcd2850fb6535b4990881d519998998db74e4f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.30fcd2850fb6535b4990881d519998998db74e4f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.30fcd2850fb6535b4990881d519998998db74e4f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c39624550202ff28094b35be6d4df0aa7aa4588c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.30fcd2850fb6535b4990881d519998998db74e4f.tgz","fileCount":907,"integrity":"sha512-ytcI0NBqLfoCNmOQ+JByDdi/Aa8QJai54dW/sOn5r1h2fkeAgodhbHiGa6Q8Mfs8f+ozU+mLnfPHTk61yM8ZnA==","signatures":[{"sig":"MEYCIQDrR3cTvod5WQBP4b/TJeEPrCUkKiiRnyPxtx+fgLTGwgIhAKYnVs/Nl7ixNEEMBxJ3LxXkH3yNiU4PfzwAC9PCjCDl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"30fcd2850fb6535b4990881d519998998db74e4f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-experimental.30fcd2850fb6535b4990881d519998998db74e4f","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.30fcd2850fb6535b4990881d519998998db74e4f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.30fcd2850fb6535b4990881d519998998db74e4f","@strapi/types":"0.0.0-experimental.30fcd2850fb6535b4990881d519998998db74e4f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.30fcd2850fb6535b4990881d519998998db74e4f_1752489458665_0.03639714280072304","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.26b6df1ae17be39bee0a44af52f68ae505b3e744":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.26b6df1ae17be39bee0a44af52f68ae505b3e744","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.26b6df1ae17be39bee0a44af52f68ae505b3e744","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a51cae4a259b31dc550ce2533f25f96f21fbca23","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.26b6df1ae17be39bee0a44af52f68ae505b3e744.tgz","fileCount":907,"integrity":"sha512-97L62yy+vSaHmX7ut78rK7+Qrtn3zBddPVYW1DMmXJi8dMsEQHmPPh6Je77SV/eUW9Wz2YCjwxK/mdZlHUZt6w==","signatures":[{"sig":"MEUCIQDfUKF+Gi7iJWmEGa+1FPvOmxT800fdWl8a8TEkt/VBvwIgJUykQPfK+iLY6uTnd7gVO6/1nnr0S/V3Tp7Dq2kNxSo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"26b6df1ae17be39bee0a44af52f68ae505b3e744","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.26b6df1ae17be39bee0a44af52f68ae505b3e744","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.26b6df1ae17be39bee0a44af52f68ae505b3e744","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.26b6df1ae17be39bee0a44af52f68ae505b3e744","@strapi/types":"0.0.0-experimental.26b6df1ae17be39bee0a44af52f68ae505b3e744","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.26b6df1ae17be39bee0a44af52f68ae505b3e744_1752489970603_0.882057156933042","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.864696ab15724578c0d6eea176c168b29a039255":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.864696ab15724578c0d6eea176c168b29a039255","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.864696ab15724578c0d6eea176c168b29a039255","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"874b45e0a713a6f68a452e70865aa21b37703a38","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.864696ab15724578c0d6eea176c168b29a039255.tgz","fileCount":907,"integrity":"sha512-Aymadbxof+oiungRYbYn/EiYO83rB4qejJwojRbk25G+g9Jsy5zSTXjRdosqT9ZBBEq8rP4t8hNiL5xeO7WudQ==","signatures":[{"sig":"MEUCIQC9PAqTqwRLcuilRZVUzhzQFyoDovmTWd8uS5cfnSM6awIgSLBv3qAtjH+bSAGgMqsv3zImGpHrsqut/4wNQlkR+Wk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"864696ab15724578c0d6eea176c168b29a039255","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-experimental.864696ab15724578c0d6eea176c168b29a039255","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.864696ab15724578c0d6eea176c168b29a039255","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.864696ab15724578c0d6eea176c168b29a039255","@strapi/types":"0.0.0-experimental.864696ab15724578c0d6eea176c168b29a039255","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.864696ab15724578c0d6eea176c168b29a039255_1752493343233_0.05976596219567365","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f8df2d79a7853c4cc2ede1ecc22a5e7120b6a99c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f8df2d79a7853c4cc2ede1ecc22a5e7120b6a99c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f8df2d79a7853c4cc2ede1ecc22a5e7120b6a99c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"92627ac9379052a8dd23a17ee9dbd8a24ef10661","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f8df2d79a7853c4cc2ede1ecc22a5e7120b6a99c.tgz","fileCount":907,"integrity":"sha512-q0ybiwt1du+qxTGudjP4fOEdr/L+HPnBBJWQyqphcYeoezGTtHTWI5Z8IfXKXKWTzQYynpa+4U6DnXFMFYAL1Q==","signatures":[{"sig":"MEYCIQD8USRz9QBSZ1t95PAlcOM0lJmgx79r7oDkA7qs0Ww7swIhAMWjc5AofmYTE6KZrnI4odqJ7LFa51u4Nz6L0CNn95FO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f8df2d79a7853c4cc2ede1ecc22a5e7120b6a99c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-experimental.f8df2d79a7853c4cc2ede1ecc22a5e7120b6a99c","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.f8df2d79a7853c4cc2ede1ecc22a5e7120b6a99c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f8df2d79a7853c4cc2ede1ecc22a5e7120b6a99c","@strapi/types":"0.0.0-experimental.f8df2d79a7853c4cc2ede1ecc22a5e7120b6a99c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f8df2d79a7853c4cc2ede1ecc22a5e7120b6a99c_1752496912447_0.1697932227451726","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e347d09bda40b82b260af06636f17c00f9286ac2":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e347d09bda40b82b260af06636f17c00f9286ac2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e347d09bda40b82b260af06636f17c00f9286ac2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4cb8f622aeae9e8d29e386f593d5f28da08b79d8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e347d09bda40b82b260af06636f17c00f9286ac2.tgz","fileCount":907,"integrity":"sha512-x0R3AojYndv4PNlWRNQV6M9gEOjonZarhlsd2phRuC/nx+i0vKI0oOu8Rt0kZoP0IzZ3bKVaxfckVdm1gJzdkg==","signatures":[{"sig":"MEUCIEgLDMRUIOIPRGrXLiXYAHvh+NjK/gfdTZuw4xHne8ZDAiEAlDr3duOgwehRsnCoMnH3rWG/9Qj94yIznf1qEJU7dbA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e347d09bda40b82b260af06636f17c00f9286ac2","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.28","@strapi/utils":"0.0.0-experimental.e347d09bda40b82b260af06636f17c00f9286ac2","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e347d09bda40b82b260af06636f17c00f9286ac2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e347d09bda40b82b260af06636f17c00f9286ac2","@strapi/types":"0.0.0-experimental.e347d09bda40b82b260af06636f17c00f9286ac2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e347d09bda40b82b260af06636f17c00f9286ac2_1752503274284_0.576316084761334","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.241fdb42ee4717520b69195ace47990e46fa4adf":{"name":"@strapi/content-type-builder","version":"0.0.0-next.241fdb42ee4717520b69195ace47990e46fa4adf","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.241fdb42ee4717520b69195ace47990e46fa4adf","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a01e1f32b66c2a14de055fb7b537d7d1876f4a6d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.241fdb42ee4717520b69195ace47990e46fa4adf.tgz","fileCount":907,"integrity":"sha512-e4hFucjRtYIjZQEYCLfKc5VjmjrxOi0ewDre5K9ek0t5WOMB0+Wiy/kajarXjDSv2YuJsyha2HnODcO8ASWI8g==","signatures":[{"sig":"MEQCIA1Qanr1rdM+W4Jyj1BMMpeXR9ypD3GZrdCmZYM8AiljAiAiqvItV87LEQdItPhBj0rNplDhPKhF/NjfphUH8LNqaw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9988980},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"241fdb42ee4717520b69195ace47990e46fa4adf","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.241fdb42ee4717520b69195ace47990e46fa4adf","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.241fdb42ee4717520b69195ace47990e46fa4adf","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.241fdb42ee4717520b69195ace47990e46fa4adf","@strapi/types":"0.0.0-next.241fdb42ee4717520b69195ace47990e46fa4adf","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.241fdb42ee4717520b69195ace47990e46fa4adf_1752539842946_0.5652826614971829","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a1a2361a76ebed3473eff9100361668494f36431":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a1a2361a76ebed3473eff9100361668494f36431","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a1a2361a76ebed3473eff9100361668494f36431","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"22ccb0c4e984c52501fd861f3011e0d9ca57add4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a1a2361a76ebed3473eff9100361668494f36431.tgz","fileCount":907,"integrity":"sha512-d6TIkwAx3KDK6fj/Mx/NmPxVMzHkfGAMwP0S3wMIUpgSzul5OTCxnLJa0sg2uEJr9cjirXFLQNcgNhINbqFWxQ==","signatures":[{"sig":"MEQCIBfaVtSZgcg7+/TwxL6kTeM6vMUn9acgR9zo7dYQ2bXVAiB3ewP1zd3wDnsu3/eiZJ735YFP04LKU3yRlRxRmY0CUA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a1a2361a76ebed3473eff9100361668494f36431","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.a1a2361a76ebed3473eff9100361668494f36431","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.a1a2361a76ebed3473eff9100361668494f36431","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a1a2361a76ebed3473eff9100361668494f36431","@strapi/types":"0.0.0-experimental.a1a2361a76ebed3473eff9100361668494f36431","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a1a2361a76ebed3473eff9100361668494f36431_1752565585785_0.4649201348217573","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.992051e9ba86a828182a248c3661b3a7e59fe389":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.992051e9ba86a828182a248c3661b3a7e59fe389","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.992051e9ba86a828182a248c3661b3a7e59fe389","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ae6f8f92d75825e0b28e7a5948a8ddd4c6463903","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.992051e9ba86a828182a248c3661b3a7e59fe389.tgz","fileCount":907,"integrity":"sha512-ikvRO/yWeMIMP4BtIealq0NEtf4XVALN9ee4DChyatZXiVwjA/aKrqcMjt/taiTftZqLi2bacJW5UvxdMzeOpg==","signatures":[{"sig":"MEYCIQCTOoJ0d6D/OhdLf0z2btTp25FFpLGCX98odegxGxXMzAIhAMFiS/PW+BU41gkoh3jF/ssxGS1B237jYVL9s6Cl/Qcr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"992051e9ba86a828182a248c3661b3a7e59fe389","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.992051e9ba86a828182a248c3661b3a7e59fe389","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.992051e9ba86a828182a248c3661b3a7e59fe389","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.992051e9ba86a828182a248c3661b3a7e59fe389","@strapi/types":"0.0.0-experimental.992051e9ba86a828182a248c3661b3a7e59fe389","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.992051e9ba86a828182a248c3661b3a7e59fe389_1752569404325_0.7908582635995183","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.072258cbcd42181dea057515b972de0e71a24ebc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.072258cbcd42181dea057515b972de0e71a24ebc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.072258cbcd42181dea057515b972de0e71a24ebc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f26c9e3c5883041472cdbeba6cd6bf108447f330","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.072258cbcd42181dea057515b972de0e71a24ebc.tgz","fileCount":907,"integrity":"sha512-c0JteY6UOj59C+3aW0oMN+5inoUYAWJXdSFTf514duAoCryEoCU6WVOj8Lc+iJK7xfVWyjZDqwppn8pAqvwjDw==","signatures":[{"sig":"MEYCIQCcgb99Kql/GX+CtFV5XdbufDngWnnfbh+RLStts61VVAIhAPSsPgP/igAOfne8c8+1nkCf8svqm0zhUkmobaKOQoJR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"072258cbcd42181dea057515b972de0e71a24ebc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.072258cbcd42181dea057515b972de0e71a24ebc","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.072258cbcd42181dea057515b972de0e71a24ebc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.072258cbcd42181dea057515b972de0e71a24ebc","@strapi/types":"0.0.0-experimental.072258cbcd42181dea057515b972de0e71a24ebc","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.072258cbcd42181dea057515b972de0e71a24ebc_1752570744262_0.8803092216215878","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.78b97eb2a0d034a576c1ea4b7ea857077a6c929e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.78b97eb2a0d034a576c1ea4b7ea857077a6c929e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.78b97eb2a0d034a576c1ea4b7ea857077a6c929e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1f1fc847728dc8e1f7feddcb1663fad8cc6d207c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.78b97eb2a0d034a576c1ea4b7ea857077a6c929e.tgz","fileCount":907,"integrity":"sha512-QifpX5hFB8wOc9kX+REfKShf2J9LWTveI6kkGumg26VcdJk6/N6Osti72qp45BcT8v9tY7zFTsQHwydNhy5cHA==","signatures":[{"sig":"MEQCIFrjJnhRNCZHVWsKK5KMDHmD5MoWfVa7CUitQvRbDyZ9AiAnqlrn9a5B+MNGB6mORNcAo1eR9X5129rsqFzrJNPeBA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"78b97eb2a0d034a576c1ea4b7ea857077a6c929e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.78b97eb2a0d034a576c1ea4b7ea857077a6c929e","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.78b97eb2a0d034a576c1ea4b7ea857077a6c929e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.78b97eb2a0d034a576c1ea4b7ea857077a6c929e","@strapi/types":"0.0.0-experimental.78b97eb2a0d034a576c1ea4b7ea857077a6c929e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.78b97eb2a0d034a576c1ea4b7ea857077a6c929e_1752577338668_0.36925472378757407","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.450e4ff9428f8004f7486fabc43fc65a1348f328":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.450e4ff9428f8004f7486fabc43fc65a1348f328","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.450e4ff9428f8004f7486fabc43fc65a1348f328","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"26693c2ebc854676bbf0e1f955b2dd236017fbcf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.450e4ff9428f8004f7486fabc43fc65a1348f328.tgz","fileCount":907,"integrity":"sha512-j6/rPCogFqkHHndvd63Y7OK7zfitFgZAhccTJsqeMgVmRvsRwyLaXP0/9mCAJ2kjXOA3TWghEtq/oMwVhOphHA==","signatures":[{"sig":"MEUCIQDGrbUv4xA+DDYYvvvs91AksNqRIhYNoPCcpZx8ToFsZAIgF2BlQ0ngotccKM8NSIEogZ2AhjhThVIH8pjTykfOW1w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"450e4ff9428f8004f7486fabc43fc65a1348f328","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.450e4ff9428f8004f7486fabc43fc65a1348f328","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.450e4ff9428f8004f7486fabc43fc65a1348f328","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.450e4ff9428f8004f7486fabc43fc65a1348f328","@strapi/types":"0.0.0-experimental.450e4ff9428f8004f7486fabc43fc65a1348f328","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.450e4ff9428f8004f7486fabc43fc65a1348f328_1752586582543_0.2632824489031522","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.68883a121b7f22cc4ba74b40e02159d567c34e84":{"name":"@strapi/content-type-builder","version":"0.0.0-next.68883a121b7f22cc4ba74b40e02159d567c34e84","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.68883a121b7f22cc4ba74b40e02159d567c34e84","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ae6d026fa66bca312637c7765ede92c8aa456c35","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.68883a121b7f22cc4ba74b40e02159d567c34e84.tgz","fileCount":907,"integrity":"sha512-pnVw3CcuIOnNhwZcZUx7ARcNKEJdin4W1XuMvL41ALI9PLwOLhuM8uEYmm3FITlXTYba2/ylNWQy7UsufGmaWQ==","signatures":[{"sig":"MEYCIQC2y7zEdbqrEMFOxXWZUYDiCbKFG5t6EhcAeonpWVSUWgIhALg8Vcpkca/hZumkB88NTsi7z4cIC4c8qkiWsDiIG0KW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9988980},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"68883a121b7f22cc4ba74b40e02159d567c34e84","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.68883a121b7f22cc4ba74b40e02159d567c34e84","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.68883a121b7f22cc4ba74b40e02159d567c34e84","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.68883a121b7f22cc4ba74b40e02159d567c34e84","@strapi/types":"0.0.0-next.68883a121b7f22cc4ba74b40e02159d567c34e84","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.68883a121b7f22cc4ba74b40e02159d567c34e84_1752626218141_0.05073683680251384","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.964ad1796fcbb5982733a4685d58a5163943d87b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.964ad1796fcbb5982733a4685d58a5163943d87b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.964ad1796fcbb5982733a4685d58a5163943d87b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"33255a89709bc78cc755885da80564866093a3e5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.964ad1796fcbb5982733a4685d58a5163943d87b.tgz","fileCount":907,"integrity":"sha512-RzUsb/m0ijsiTsSz5yCY9jtz0PIxqLeRWAoFB01JZEQoaOK+4glYBhwc+BRw8cXl0XYFhaKoItAGozuWY4pmEg==","signatures":[{"sig":"MEUCIQCSMWpNoEt3HSBDIeR0WGIq/XWIepXBiXdTYkd0GkumrAIgRDxlBX0wjgzIdi7H7ksDBVWnpdhOZyhV4F4XTI0Bz+g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"964ad1796fcbb5982733a4685d58a5163943d87b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.964ad1796fcbb5982733a4685d58a5163943d87b","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.964ad1796fcbb5982733a4685d58a5163943d87b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.964ad1796fcbb5982733a4685d58a5163943d87b","@strapi/types":"0.0.0-experimental.964ad1796fcbb5982733a4685d58a5163943d87b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.964ad1796fcbb5982733a4685d58a5163943d87b_1752667936795_0.12721169489427875","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7281e9ed655cf0093344801f3db6c50a4f6ec20f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7281e9ed655cf0093344801f3db6c50a4f6ec20f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7281e9ed655cf0093344801f3db6c50a4f6ec20f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fc5b36788615e71e291fb06d5b6979766fc231bb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7281e9ed655cf0093344801f3db6c50a4f6ec20f.tgz","fileCount":907,"integrity":"sha512-GDYwb0bp4finqDZ+AM6IuN9SV+z0454v/Qgk+uGkE/ipEvVfPGHteZOLcxdqJ5VO6nAhzvQTRiSsmGGDI+65Gw==","signatures":[{"sig":"MEYCIQDhKJuL2zSXBtpLC2lbhNWPaahEuCimZSb+32tmjEtt6wIhAIXT2eprxQdy2ZXMvo4FsPSIPO2n/47vdH+aVox5o2XN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9990261},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7281e9ed655cf0093344801f3db6c50a4f6ec20f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.7281e9ed655cf0093344801f3db6c50a4f6ec20f","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.7281e9ed655cf0093344801f3db6c50a4f6ec20f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7281e9ed655cf0093344801f3db6c50a4f6ec20f","@strapi/types":"0.0.0-experimental.7281e9ed655cf0093344801f3db6c50a4f6ec20f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7281e9ed655cf0093344801f3db6c50a4f6ec20f_1752675467124_0.9075688454358957","host":"s3://npm-registry-packages-npm-production"}},"5.18.1":{"name":"@strapi/content-type-builder","version":"5.18.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.18.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"27d489ac7c835eff46d39d1fe1c08a9e7a9af786","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.18.1.tgz","fileCount":907,"integrity":"sha512-b8TVB5dEY2VHRdAfiK/tkx8UJFlo7WK0IYW+YCO2XeMfCPVxkVZGdiv7AzyYTq6yLSM4QG9qeempdPxekg94iw==","signatures":[{"sig":"MEUCIQCqkmSYynJ37Mj+nhBTY1Yyym4EzO6Ch5qFViDTIs0NiQIgbZ3N5BDYrbdemA7F1FxG9bw0p/RvFwcCPEeuxsxUU3E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9988755},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ffea34c5518aa23ea4168e7994915e05d40b415f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.18.1","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.18.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.18.1","@strapi/types":"5.18.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.18.1_1752676145405_0.42056492380008836","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.646a3d905bdd8978683813330ee46984938eed0a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.646a3d905bdd8978683813330ee46984938eed0a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.646a3d905bdd8978683813330ee46984938eed0a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e91c144d92b9afaec94b6d9be67f72be60f7d0d9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.646a3d905bdd8978683813330ee46984938eed0a.tgz","fileCount":1110,"integrity":"sha512-DQtlLXvzCP1QQ8DPM5zp+GD++WqjNLMA/rxMCfsFX0QyYQ51wQkSNP3SwBGeXpSsGqmF2UaShjwV+QFpEOtpBQ==","signatures":[{"sig":"MEUCIQCTbreDF/wTwod/Kp5vGBdOWSTgG9lCO9MJp2131EUj4QIgEinAcUXuu0VaDSWv35RcNF9vFanxRZx3udvA8O037jA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11311010},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"646a3d905bdd8978683813330ee46984938eed0a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.646a3d905bdd8978683813330ee46984938eed0a","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.646a3d905bdd8978683813330ee46984938eed0a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.646a3d905bdd8978683813330ee46984938eed0a","@strapi/types":"0.0.0-experimental.646a3d905bdd8978683813330ee46984938eed0a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.646a3d905bdd8978683813330ee46984938eed0a_1752690649999_0.37068310552672745","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.2d97100ef73dbf1378ee138cf52f414d1b32a0c5":{"name":"@strapi/content-type-builder","version":"0.0.0-next.2d97100ef73dbf1378ee138cf52f414d1b32a0c5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.2d97100ef73dbf1378ee138cf52f414d1b32a0c5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d4e2447a16129609fd0f92bb0a60f4cf6510d3b8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.2d97100ef73dbf1378ee138cf52f414d1b32a0c5.tgz","fileCount":907,"integrity":"sha512-ZuUK1ws4JIiXgAHjVMZJhJEqd0EJKTC1LuPZZ0CPfzXSfpWuWh/SPg8ZrE2oPWvqaIjlIJ/NkHgJJTzs7IO8zA==","signatures":[{"sig":"MEUCIQDepPTerw8oXpGD8ZexxVEWNa4bML93176r6br1cp0gkQIgEBtUDTrBs4T2jneB0xp6uxYWB7T57L9XmMmVXgdC+8k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9988980},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2d97100ef73dbf1378ee138cf52f414d1b32a0c5","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.2d97100ef73dbf1378ee138cf52f414d1b32a0c5","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.2d97100ef73dbf1378ee138cf52f414d1b32a0c5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.2d97100ef73dbf1378ee138cf52f414d1b32a0c5","@strapi/types":"0.0.0-next.2d97100ef73dbf1378ee138cf52f414d1b32a0c5","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.2d97100ef73dbf1378ee138cf52f414d1b32a0c5_1752712637696_0.39291569861321896","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.40d1f18551408e7d01444dc515d9e8fffefe287a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.40d1f18551408e7d01444dc515d9e8fffefe287a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.40d1f18551408e7d01444dc515d9e8fffefe287a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0f281628b0a2d59da3c82c08c4b66a56076e93cd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.40d1f18551408e7d01444dc515d9e8fffefe287a.tgz","fileCount":907,"integrity":"sha512-zVeZof+4HyRVaMhNlyCjE0baELS/KP6MpVNAUlm213ky6L5fy5Uhh2Bnlvfu/So3W39fK+yXI1QcjJsV1qbI+w==","signatures":[{"sig":"MEUCIQDtctNdN3dR+H9cPiX4fYPhNszierW/+0gSJs9gyQNGzQIgeyujk0xYH1zhZVkvXJzsBqqKvI9HMEeKmkwyJpPLzP4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989306},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"40d1f18551408e7d01444dc515d9e8fffefe287a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.40d1f18551408e7d01444dc515d9e8fffefe287a","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.40d1f18551408e7d01444dc515d9e8fffefe287a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.40d1f18551408e7d01444dc515d9e8fffefe287a","@strapi/types":"0.0.0-experimental.40d1f18551408e7d01444dc515d9e8fffefe287a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.40d1f18551408e7d01444dc515d9e8fffefe287a_1752755571046_0.644877714508219","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.471963100cb0e5466de3fd1a0eeb71981f488575":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.471963100cb0e5466de3fd1a0eeb71981f488575","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.471963100cb0e5466de3fd1a0eeb71981f488575","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"55e20096d5e7ef416611674b1a9f167cc86ac6d2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.471963100cb0e5466de3fd1a0eeb71981f488575.tgz","fileCount":907,"integrity":"sha512-ma4EZLHVKqtHvfmG4ckwGCYTyhv8YN5b3x85Ftxr0//AX6M+NEt66OxmPXeoT0ru+1v1ZgcysaKE31/4rKBK2A==","signatures":[{"sig":"MEUCIC19mz1aDlHeIhlf1RSAZIEoI9j4XCB7mAazFiuZKkFKAiEAsZQbtg7AKhDuwpavEikyyYdJFaPvNPE3FGV7spmpo70=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989306},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"471963100cb0e5466de3fd1a0eeb71981f488575","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.471963100cb0e5466de3fd1a0eeb71981f488575","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.471963100cb0e5466de3fd1a0eeb71981f488575","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.471963100cb0e5466de3fd1a0eeb71981f488575","@strapi/types":"0.0.0-experimental.471963100cb0e5466de3fd1a0eeb71981f488575","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.471963100cb0e5466de3fd1a0eeb71981f488575_1752758735707_0.2789491112961515","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.3b5c5bba2cb7af3269b82eddcc3fb81172ce3ba4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3b5c5bba2cb7af3269b82eddcc3fb81172ce3ba4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3b5c5bba2cb7af3269b82eddcc3fb81172ce3ba4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6415ee4b22f202d3ae415aca54d6ed8e96914233","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3b5c5bba2cb7af3269b82eddcc3fb81172ce3ba4.tgz","fileCount":907,"integrity":"sha512-cwg8qLjaF9tVdGK5J7S3czhryqLbg4h2lruPY7+j/z+hLDv6S5CzCPiA382EKC7Nr+PtxBWvXw5XSCHC5DkXUQ==","signatures":[{"sig":"MEQCIB/ce0vmy/mwVhxfEGhEb9JJEyegNPUxEUYgKs3yYTskAiB/agmAfQ141/lll7LOJ+DCuDVbbtdYutaDc17TfrU23g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3b5c5bba2cb7af3269b82eddcc3fb81172ce3ba4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.3b5c5bba2cb7af3269b82eddcc3fb81172ce3ba4","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.3b5c5bba2cb7af3269b82eddcc3fb81172ce3ba4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3b5c5bba2cb7af3269b82eddcc3fb81172ce3ba4","@strapi/types":"0.0.0-experimental.3b5c5bba2cb7af3269b82eddcc3fb81172ce3ba4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3b5c5bba2cb7af3269b82eddcc3fb81172ce3ba4_1752765398324_0.23773912334660352","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.7899d7020477ed75611335b08da36306d04789a2":{"name":"@strapi/content-type-builder","version":"0.0.0-next.7899d7020477ed75611335b08da36306d04789a2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.7899d7020477ed75611335b08da36306d04789a2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f2980d4ba035becf02af9a04a97cee55072e7293","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.7899d7020477ed75611335b08da36306d04789a2.tgz","fileCount":907,"integrity":"sha512-HO2jPs4ofhXKkpTSdo6+zuab95a+MFsD1Mtz+5KXCXk6fXqEuIwlbHrhtvKnZXqil4yRJVfyz8ksmr+Ov5TVhw==","signatures":[{"sig":"MEUCIQD5hczwrEKwmp+5mI5W3+YNmDgCfpYujpRNWoUa3it7fAIgDfacZofyHtxaZOTVkmB11x2KBPC/p+HEAf1PEbnadK0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9990221},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7899d7020477ed75611335b08da36306d04789a2","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.7899d7020477ed75611335b08da36306d04789a2","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.7899d7020477ed75611335b08da36306d04789a2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.7899d7020477ed75611335b08da36306d04789a2","@strapi/types":"0.0.0-next.7899d7020477ed75611335b08da36306d04789a2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.7899d7020477ed75611335b08da36306d04789a2_1752799002152_0.6554911906656755","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.66a5fbf3abae2ab3dcb94cfb49cca01d4ba27a85":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.66a5fbf3abae2ab3dcb94cfb49cca01d4ba27a85","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.66a5fbf3abae2ab3dcb94cfb49cca01d4ba27a85","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"36eeb4a58fe00b3c7a2e047b73335eb068b63f50","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.66a5fbf3abae2ab3dcb94cfb49cca01d4ba27a85.tgz","fileCount":907,"integrity":"sha512-t6K7uJ+lfROLB93ZzkJ2k6RAA0TMvIImrr36GrhtOAYsTa6Tsm8NYNwdmh0B9m+/KdWReXJGfCKgAkabiPIiag==","signatures":[{"sig":"MEUCIQCcCoPdL0AoN6NJPdRYBQT6v3bmbcOyVefiIDN26pIH5wIgD7HsY4wnsXOsLuM4HntjxmQuWtdoH+mplkeOXCqcPxA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989020},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"66a5fbf3abae2ab3dcb94cfb49cca01d4ba27a85","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.66a5fbf3abae2ab3dcb94cfb49cca01d4ba27a85","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.66a5fbf3abae2ab3dcb94cfb49cca01d4ba27a85","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.66a5fbf3abae2ab3dcb94cfb49cca01d4ba27a85","@strapi/types":"0.0.0-experimental.66a5fbf3abae2ab3dcb94cfb49cca01d4ba27a85","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.66a5fbf3abae2ab3dcb94cfb49cca01d4ba27a85_1752824642911_0.18414062211049842","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.c298aeac1417f70f821a90898a6c04de1c932f2e":{"name":"@strapi/content-type-builder","version":"0.0.0-next.c298aeac1417f70f821a90898a6c04de1c932f2e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.c298aeac1417f70f821a90898a6c04de1c932f2e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3d9b560d0ebfe59a8670b6835d5a6a30be4fa208","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.c298aeac1417f70f821a90898a6c04de1c932f2e.tgz","fileCount":907,"integrity":"sha512-kWcxiCSOIoNEc6hlnaTUiEM45jtapyaikVCRiSDEpzJE8KZ9QpkCVa8giMghXmzrZ5GLXvkax5MGutucpS8Trg==","signatures":[{"sig":"MEYCIQCtZZx/geCIOJfjw5vLOFPIjNPxcsWbFjW042z/CGUFlAIhAJOzAocw28vlljHFUzHyrPNxT0/qompNECn25Thwxbp3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9990507},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c298aeac1417f70f821a90898a6c04de1c932f2e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.c298aeac1417f70f821a90898a6c04de1c932f2e","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.c298aeac1417f70f821a90898a6c04de1c932f2e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.c298aeac1417f70f821a90898a6c04de1c932f2e","@strapi/types":"0.0.0-next.c298aeac1417f70f821a90898a6c04de1c932f2e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.c298aeac1417f70f821a90898a6c04de1c932f2e_1752885378988_0.40513216291943066","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.5aa166b6d14b8a896a5c865796f1ec9f465601e0":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5aa166b6d14b8a896a5c865796f1ec9f465601e0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5aa166b6d14b8a896a5c865796f1ec9f465601e0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c6694e4160337d70cca03250423a541c60d6276d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5aa166b6d14b8a896a5c865796f1ec9f465601e0.tgz","fileCount":907,"integrity":"sha512-ClU09393twqFypLKHEECKZt1A/F2PRHSM7OGxj/w7T4O+s1gO8ijGRobnbN2qDxEJ8tWFaphftckWfl4AEJdMg==","signatures":[{"sig":"MEYCIQDcCnaU5LEb10xwDDT8hd4nbSbMcqsgm5klncV0PmowSgIhAMdz1485iH+hxUUghcqSNuFb+Kf1CEpUYiB+POWsE/cQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9990547},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5aa166b6d14b8a896a5c865796f1ec9f465601e0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.5aa166b6d14b8a896a5c865796f1ec9f465601e0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.5aa166b6d14b8a896a5c865796f1ec9f465601e0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5aa166b6d14b8a896a5c865796f1ec9f465601e0","@strapi/types":"0.0.0-experimental.5aa166b6d14b8a896a5c865796f1ec9f465601e0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5aa166b6d14b8a896a5c865796f1ec9f465601e0_1753113373987_0.22633168801887682","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.5aa166b6d14b8a896a5c865796f1ec9f465601e0":{"name":"@strapi/content-type-builder","version":"0.0.0-next.5aa166b6d14b8a896a5c865796f1ec9f465601e0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.5aa166b6d14b8a896a5c865796f1ec9f465601e0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"27e25ed54a3992b865a5179636038a1b882d6395","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.5aa166b6d14b8a896a5c865796f1ec9f465601e0.tgz","fileCount":907,"integrity":"sha512-pgDEmW/QiVUzi5NEtzHYVAmLj/on8W3/JIoaXh0rY91FXcwHYGiM3KVIKlu3f7+JlWowaYPUXvmcvp8MB19wew==","signatures":[{"sig":"MEQCIGZ3JiPwcJP00JfB7jaULDRb/+4y3jKqpIZea82kziX3AiAr7sXkzmhiKbvpumli9HA9pak3/W3IQ/m1NZbCjuuxUw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9990507},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5aa166b6d14b8a896a5c865796f1ec9f465601e0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.5aa166b6d14b8a896a5c865796f1ec9f465601e0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.5aa166b6d14b8a896a5c865796f1ec9f465601e0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.5aa166b6d14b8a896a5c865796f1ec9f465601e0","@strapi/types":"0.0.0-next.5aa166b6d14b8a896a5c865796f1ec9f465601e0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.5aa166b6d14b8a896a5c865796f1ec9f465601e0_1753144627447_0.35130774049998736","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.85d89daad792594faa7ca75fec6a1a1913e3e2cc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.85d89daad792594faa7ca75fec6a1a1913e3e2cc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.85d89daad792594faa7ca75fec6a1a1913e3e2cc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7bb11b2ac73a289f5cd382ebd78e58be9a3de844","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.85d89daad792594faa7ca75fec6a1a1913e3e2cc.tgz","fileCount":907,"integrity":"sha512-3s5ZeCFsKiYbDKl3czxmZwKWFLIM7gxVtfWtAB3YCOQmLpnV6ok+cfvzTH5T5qP0koLFeGQ47fSqlJA2vC7sFw==","signatures":[{"sig":"MEUCIQCqsBjVCClLsUElG3NaO+yKaKW0ZyQwr+ha5hXghNVt0wIgWPkPcRugLndqGVJZDETFdJdYAnbZ6ggVhGoDYOso1tY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9990547},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"85d89daad792594faa7ca75fec6a1a1913e3e2cc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.85d89daad792594faa7ca75fec6a1a1913e3e2cc","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.85d89daad792594faa7ca75fec6a1a1913e3e2cc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.85d89daad792594faa7ca75fec6a1a1913e3e2cc","@strapi/types":"0.0.0-experimental.85d89daad792594faa7ca75fec6a1a1913e3e2cc","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.85d89daad792594faa7ca75fec6a1a1913e3e2cc_1753195246722_0.9004343609119405","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.993ccd5c891d3e66ed36d4d90141b86a05160161":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.993ccd5c891d3e66ed36d4d90141b86a05160161","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.993ccd5c891d3e66ed36d4d90141b86a05160161","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"49a93220cd0f70ebc1ebd5778df13ff8ce0a8b0c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.993ccd5c891d3e66ed36d4d90141b86a05160161.tgz","fileCount":907,"integrity":"sha512-wPdW0vjm9CuwjsFnL9uIfL8DA5VZYqp6ZoZH2Z4/UT7jB2hCYbX/cdJ2CfZkXmilKXHgTKgtsbj8Juv4cGIErA==","signatures":[{"sig":"MEUCIQDCprpi81YaEpz7AQhv8UGQ/pF5Ls4b4pkNZzgZeGy5kwIgWZgg8WbblrhkfxJU/aqVQffsVQzfb9At7rqHRLVmfOg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9990547},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"993ccd5c891d3e66ed36d4d90141b86a05160161","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.993ccd5c891d3e66ed36d4d90141b86a05160161","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.993ccd5c891d3e66ed36d4d90141b86a05160161","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.993ccd5c891d3e66ed36d4d90141b86a05160161","@strapi/types":"0.0.0-experimental.993ccd5c891d3e66ed36d4d90141b86a05160161","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.993ccd5c891d3e66ed36d4d90141b86a05160161_1753200478005_0.6560314389486848","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.db61727b32e6ca16140d2b5b01b0735fd756c89e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.db61727b32e6ca16140d2b5b01b0735fd756c89e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.db61727b32e6ca16140d2b5b01b0735fd756c89e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9d313bf3a527bcb3fbce7768ac1910d2c12a8117","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.db61727b32e6ca16140d2b5b01b0735fd756c89e.tgz","fileCount":907,"integrity":"sha512-4jaJ6gtIDlfRJ3JqNXfWHBeyuF2l5sYekj3bxS//uFkhNlacTq290xO1Sg+MY60RUzfvh6G99j/0L5GVLD5MAg==","signatures":[{"sig":"MEUCIQCK8uc6BWUtf7FcQXRJxMKM9f1FrkWePR3KmlqG9Se7BQIgdzOie2r9aRMHgRtyzuFYO6TSaWs5b5H6Cakbf76dBsg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9987238},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"db61727b32e6ca16140d2b5b01b0735fd756c89e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.db61727b32e6ca16140d2b5b01b0735fd756c89e","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.db61727b32e6ca16140d2b5b01b0735fd756c89e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.db61727b32e6ca16140d2b5b01b0735fd756c89e","@strapi/types":"0.0.0-experimental.db61727b32e6ca16140d2b5b01b0735fd756c89e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.db61727b32e6ca16140d2b5b01b0735fd756c89e_1753201154529_0.904437853173687","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.bd259b48f33999761bf739bd451b30b8915029b3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.bd259b48f33999761bf739bd451b30b8915029b3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.bd259b48f33999761bf739bd451b30b8915029b3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"53c1f26887c97689c39fa4808cf92c3f5950aeea","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.bd259b48f33999761bf739bd451b30b8915029b3.tgz","fileCount":907,"integrity":"sha512-fc5PVqNx5I+zp+bXjO16rFFByG8xKGoKFgm0IV4mDV3PvrnyXTT6mHiTwvsi4f+IuHNwztW00Pv6+Ed/xNV9mA==","signatures":[{"sig":"MEQCIAVKXgi5JzykRtlAiP2qyMNvcxPj2dQjXgQXz6EP4V/5AiBGtUcACdhDB/0m4CQ2ok568yIJyqdZRSF7U8EhGejcUw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9990547},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bd259b48f33999761bf739bd451b30b8915029b3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.bd259b48f33999761bf739bd451b30b8915029b3","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.bd259b48f33999761bf739bd451b30b8915029b3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.bd259b48f33999761bf739bd451b30b8915029b3","@strapi/types":"0.0.0-experimental.bd259b48f33999761bf739bd451b30b8915029b3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.bd259b48f33999761bf739bd451b30b8915029b3_1753201543987_0.7201796695682297","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.44dc8b55b6c1db044f4b32ecadaaa45cb974b1ee":{"name":"@strapi/content-type-builder","version":"0.0.0-next.44dc8b55b6c1db044f4b32ecadaaa45cb974b1ee","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.44dc8b55b6c1db044f4b32ecadaaa45cb974b1ee","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9070ab6b86fca61ddbe633e85dd0772563497644","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.44dc8b55b6c1db044f4b32ecadaaa45cb974b1ee.tgz","fileCount":907,"integrity":"sha512-UXmdlOc9G5sSkhmmm/V6lE+o3hb9SO0l+PeHrFzQHuDjlyOuegdzyJSZhpNs/whq+z2db72yiVSfmhNpAuIWHg==","signatures":[{"sig":"MEYCIQCda5qS7Z92U8rRjysP88+nqQg5yPamsPuVHicIQM9AKQIhAPLK7+5zFoYR33/qIkUOiHxAJZ4WG0oX5wfBKdT1xFDV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9992433},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"44dc8b55b6c1db044f4b32ecadaaa45cb974b1ee","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.44dc8b55b6c1db044f4b32ecadaaa45cb974b1ee","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.44dc8b55b6c1db044f4b32ecadaaa45cb974b1ee","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.44dc8b55b6c1db044f4b32ecadaaa45cb974b1ee","@strapi/types":"0.0.0-next.44dc8b55b6c1db044f4b32ecadaaa45cb974b1ee","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.44dc8b55b6c1db044f4b32ecadaaa45cb974b1ee_1753231035044_0.2754648217463538","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.3b5e0826c739e9bb7beb72717bc7cc4538f4f50e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3b5e0826c739e9bb7beb72717bc7cc4538f4f50e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3b5e0826c739e9bb7beb72717bc7cc4538f4f50e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7abd8f55e1d26b55282a861966b7667e94bc74e8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3b5e0826c739e9bb7beb72717bc7cc4538f4f50e.tgz","fileCount":907,"integrity":"sha512-y4xsaRZDT8KGjtHHLTmIe2Uic/xrijiMiZ1H7g4qR/T+wPys2zoOlmosKw1AlfVbeCpX+R/RIPSiAU0Qv2jalQ==","signatures":[{"sig":"MEQCIBx10IoGF3ssUk1PfyPF008EfAf/pw78pVHjIhzOtpB+AiAwTB5kD3Tzs70qvhdNMaOj8kp2Ba2muFdwv0Q6bvE/4g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9992473},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3b5e0826c739e9bb7beb72717bc7cc4538f4f50e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.3b5e0826c739e9bb7beb72717bc7cc4538f4f50e","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.3b5e0826c739e9bb7beb72717bc7cc4538f4f50e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3b5e0826c739e9bb7beb72717bc7cc4538f4f50e","@strapi/types":"0.0.0-experimental.3b5e0826c739e9bb7beb72717bc7cc4538f4f50e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3b5e0826c739e9bb7beb72717bc7cc4538f4f50e_1753269191246_0.9650312369301255","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.fb2be1aaadc8241fe794d7ac6301e4d20bea4f24":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fb2be1aaadc8241fe794d7ac6301e4d20bea4f24","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fb2be1aaadc8241fe794d7ac6301e4d20bea4f24","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e5da1fd67c56a35311bd4546a9b966989ceb0d76","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fb2be1aaadc8241fe794d7ac6301e4d20bea4f24.tgz","fileCount":907,"integrity":"sha512-S/jx0mWRZC21gxhdYE3+EgCg4X2ZBbaDGBC0w11eBTxVE3aBaxJWvSvhVppkYRKKn6jTm/VfxQz8li6D3TFanw==","signatures":[{"sig":"MEUCIGdtvC3iMyFML8X/YgNlUnp4fbXMTIJAC7GoI+7lMB53AiEAtSDFVWHLIi5pnyJDCP1Odjtej3EUdCiicE7sUe6f6b8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9992473},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fb2be1aaadc8241fe794d7ac6301e4d20bea4f24","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.3","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.fb2be1aaadc8241fe794d7ac6301e4d20bea4f24","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.fb2be1aaadc8241fe794d7ac6301e4d20bea4f24","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fb2be1aaadc8241fe794d7ac6301e4d20bea4f24","@strapi/types":"0.0.0-experimental.fb2be1aaadc8241fe794d7ac6301e4d20bea4f24","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fb2be1aaadc8241fe794d7ac6301e4d20bea4f24_1753273753474_0.03256789751884348","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.64aa1860e3755787c7547addabbf2d7710a33cd1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.64aa1860e3755787c7547addabbf2d7710a33cd1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.64aa1860e3755787c7547addabbf2d7710a33cd1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"77c70aceb7e135ac20cadec1d8006eecc7d2224f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.64aa1860e3755787c7547addabbf2d7710a33cd1.tgz","fileCount":907,"integrity":"sha512-BHU2LyhHzrs68+W+qzIKy6z+htaXVbcVeXF1xLcE/8Vwk/GEdqLtEJYV7N058l7BcS/K0B2wke0Dmm7SHtKTdQ==","signatures":[{"sig":"MEYCIQCiogYNnn157nqtvGwk5eXB+LPNnHBh8FnKd4Z9o6GcJAIhANP2q0/mj8+tWlfLvCHOD7XPxIBnIAcu5p2lZAh3H259","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9992473},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"64aa1860e3755787c7547addabbf2d7710a33cd1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.64aa1860e3755787c7547addabbf2d7710a33cd1","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.64aa1860e3755787c7547addabbf2d7710a33cd1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.64aa1860e3755787c7547addabbf2d7710a33cd1","@strapi/types":"0.0.0-experimental.64aa1860e3755787c7547addabbf2d7710a33cd1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.64aa1860e3755787c7547addabbf2d7710a33cd1_1753279731116_0.20210952776258284","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d5e2ac04fc211c528d0d69acd705f180e404f04a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d5e2ac04fc211c528d0d69acd705f180e404f04a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d5e2ac04fc211c528d0d69acd705f180e404f04a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f0340cba9125e7adced0e4a452035c4bd9a7804b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d5e2ac04fc211c528d0d69acd705f180e404f04a.tgz","fileCount":907,"integrity":"sha512-sIvUZbX98IvZe6MDPBSsFK3iHaG0C5JB++DKCcQtnXpwrfk3eJzpcbyY/6IYYzxbvM/vFKu+JYA9PUvlAxCwhg==","signatures":[{"sig":"MEQCIGsCVRkCF/UvVI+CTjhN5mD+mENzBFgcsIuKRGVnHi4VAiA7c84G1NBiL7CiX/CIpa2ERqHjFspwY5t8nTOa154p3g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9992477},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d5e2ac04fc211c528d0d69acd705f180e404f04a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.d5e2ac04fc211c528d0d69acd705f180e404f04a","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d5e2ac04fc211c528d0d69acd705f180e404f04a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d5e2ac04fc211c528d0d69acd705f180e404f04a","@strapi/types":"0.0.0-experimental.d5e2ac04fc211c528d0d69acd705f180e404f04a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d5e2ac04fc211c528d0d69acd705f180e404f04a_1753280101706_0.8032693830205173","host":"s3://npm-registry-packages-npm-production"}},"5.19.0":{"name":"@strapi/content-type-builder","version":"5.19.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.19.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3e4ca10c1a055e0751f4eec6c2ebce81bd6df80d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.19.0.tgz","fileCount":907,"integrity":"sha512-qAlOPo1Y385YKfi1h09NT5ROrDhBc36QNfldPqxQKNqr/bhTEo6p21jLQXRWsbiOVGI6bjMax0LXImnrL1um5A==","signatures":[{"sig":"MEUCIGQBXQbLGJPmolK5sZ2K9K5SyQKgDlgc4E3P6exKlA1dAiEAovN07l2oLu69/SILTbfTFbpXrOt0k0NH3V85MJ9ugV0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9990282},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ce1fbd78cfce285e73d6ec8159c2b5ad4828aea7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.19.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.19.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.19.0","@strapi/types":"5.19.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.19.0_1753283489613_0.2196888862573665","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.388e513cc3cf096b0b3c845534d48a07e45be994":{"name":"@strapi/content-type-builder","version":"0.0.0-next.388e513cc3cf096b0b3c845534d48a07e45be994","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.388e513cc3cf096b0b3c845534d48a07e45be994","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1763139475fcf4626db418391ef55da7cc75d07f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.388e513cc3cf096b0b3c845534d48a07e45be994.tgz","fileCount":907,"integrity":"sha512-QQuLxqKXDTxk1+DMPBodjkx0LzMg1eUPARPZ66IbV/JUErMT3z17MRL8XeSRdCx0m6trrpN44u87RuMvZWoUvg==","signatures":[{"sig":"MEYCIQC9rbwR2np9DK91FPcMHlhH2HZv3/mLBus23UDByyDIsQIhANtNF23mXlH5Fq9SjSFl46PK2CzA/DLwjqiKS/JCluoB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9992433},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"388e513cc3cf096b0b3c845534d48a07e45be994","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.388e513cc3cf096b0b3c845534d48a07e45be994","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.388e513cc3cf096b0b3c845534d48a07e45be994","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.388e513cc3cf096b0b3c845534d48a07e45be994","@strapi/types":"0.0.0-next.388e513cc3cf096b0b3c845534d48a07e45be994","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.388e513cc3cf096b0b3c845534d48a07e45be994_1753317443799_0.04927365243839121","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.1ea8ba87204ca554e11dde5bccb8f4bcee6ec639":{"name":"@strapi/content-type-builder","version":"0.0.0-next.1ea8ba87204ca554e11dde5bccb8f4bcee6ec639","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.1ea8ba87204ca554e11dde5bccb8f4bcee6ec639","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a25838e3bfb1d3dbb4ef43fcd569b7cb62bdb921","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.1ea8ba87204ca554e11dde5bccb8f4bcee6ec639.tgz","fileCount":907,"integrity":"sha512-JH2AQ2QU0Hz3AnR7UDU3s3JOYLkoI8KsShjBpAWGkYl7uenLncxLiKa1swzpyQmJlLHyK0s/Yl2Gp/bf8vEsuQ==","signatures":[{"sig":"MEYCIQC3S1xllxwL75AjSoxLxJ8mpP2m9/HHB3phG9pj6gtFAgIhAIx1qaJnThPYKmbdF8Qi+Yq23CiTEDllnBtm7cHGIVJb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9992433},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1ea8ba87204ca554e11dde5bccb8f4bcee6ec639","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.1ea8ba87204ca554e11dde5bccb8f4bcee6ec639","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.1ea8ba87204ca554e11dde5bccb8f4bcee6ec639","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.1ea8ba87204ca554e11dde5bccb8f4bcee6ec639","@strapi/types":"0.0.0-next.1ea8ba87204ca554e11dde5bccb8f4bcee6ec639","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.1ea8ba87204ca554e11dde5bccb8f4bcee6ec639_1753403835479_0.2879807075305185","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a6f2f892982f612c41afc292e836988dbb6783f5":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a6f2f892982f612c41afc292e836988dbb6783f5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a6f2f892982f612c41afc292e836988dbb6783f5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"789df677376de8eeabd442726a006bcaa54e7b4e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a6f2f892982f612c41afc292e836988dbb6783f5.tgz","fileCount":907,"integrity":"sha512-JQpdYSgVJXtYRglcC4BPfH7RkntvoqVialz87h9kp9byOU+mkdP1uJAXn3EvAcOLWMi/ukZsLxnuQN5E6o/NSA==","signatures":[{"sig":"MEUCIBzXZKvwna5cURBYGxsJwdjcbOPnqjINuDVFdl6s4AsdAiEAr979F8ux03jYHGtLWf6KFFtL5IeGTZGeNS12TkDu+os=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9992473},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a6f2f892982f612c41afc292e836988dbb6783f5","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.a6f2f892982f612c41afc292e836988dbb6783f5","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.a6f2f892982f612c41afc292e836988dbb6783f5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a6f2f892982f612c41afc292e836988dbb6783f5","@strapi/types":"0.0.0-experimental.a6f2f892982f612c41afc292e836988dbb6783f5","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a6f2f892982f612c41afc292e836988dbb6783f5_1753431650042_0.5887795729756693","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d7c2fe905e01605cc69132059d0c5a1b87417088":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d7c2fe905e01605cc69132059d0c5a1b87417088","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d7c2fe905e01605cc69132059d0c5a1b87417088","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f451322be7aa10ed6e58d79fe42b0a57b05f5d5a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d7c2fe905e01605cc69132059d0c5a1b87417088.tgz","fileCount":907,"integrity":"sha512-loCiST4KZo07Vvoy/a8pDC2aygfwQMTF+Q7symlDo8yG2LtrPJwg1HUnuyEe1NvYPo/1eHSA5bQ+7vK6i7eqRA==","signatures":[{"sig":"MEUCIFnMPnzlOyyru0Byj9vA7F1HIy97EsBXrkeHFR5/xaG2AiEAgdfwX/2X3e5NmKaqOUgBjGhtSi6Tw7VtbRJgKGwyyZc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989164},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d7c2fe905e01605cc69132059d0c5a1b87417088","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.d7c2fe905e01605cc69132059d0c5a1b87417088","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d7c2fe905e01605cc69132059d0c5a1b87417088","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d7c2fe905e01605cc69132059d0c5a1b87417088","@strapi/types":"0.0.0-experimental.d7c2fe905e01605cc69132059d0c5a1b87417088","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d7c2fe905e01605cc69132059d0c5a1b87417088_1753445651975_0.12932455058576475","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.c2b08ee20b017fc174cccf35c56c39438b0237b0":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c2b08ee20b017fc174cccf35c56c39438b0237b0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c2b08ee20b017fc174cccf35c56c39438b0237b0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"09bba9ad6ef8d62b36f9e15bb8d1535ab1fe337f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c2b08ee20b017fc174cccf35c56c39438b0237b0.tgz","fileCount":907,"integrity":"sha512-PH7xJNvTRvLoKyoiTJDS3n3i34B40hGoqTWmjLhttbqExwi0qIODzbe2t2c/Nrw1Ln+otEe844p99mnKWDumvQ==","signatures":[{"sig":"MEUCIQDD+CpcbzMYCG8ZNPvLduFuBq+dfL+Er3op1qc39jjH8wIgVVyCjrHoDZ3Y1jMiCLA0K8b14r9d/CBg9HXYZCEYV/E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9773270},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c2b08ee20b017fc174cccf35c56c39438b0237b0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.c2b08ee20b017fc174cccf35c56c39438b0237b0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.c2b08ee20b017fc174cccf35c56c39438b0237b0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c2b08ee20b017fc174cccf35c56c39438b0237b0","@strapi/types":"0.0.0-experimental.c2b08ee20b017fc174cccf35c56c39438b0237b0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c2b08ee20b017fc174cccf35c56c39438b0237b0_1753457346425_0.37997567419821765","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.0e47ec1b0a372a20f2ceb1a335f43b5cb9d6b3fe":{"name":"@strapi/content-type-builder","version":"0.0.0-next.0e47ec1b0a372a20f2ceb1a335f43b5cb9d6b3fe","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.0e47ec1b0a372a20f2ceb1a335f43b5cb9d6b3fe","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8c9a92ab54e7b433f0fd16e95a4cd442e899e0ac","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.0e47ec1b0a372a20f2ceb1a335f43b5cb9d6b3fe.tgz","fileCount":907,"integrity":"sha512-flk5liGv2UweUsloq1giiuea0wFwz1sCVMcBET1CVM6jOWUTbTyr0KiCCkKImWaY66+CCeKdfr9ubdl4cZ1QDA==","signatures":[{"sig":"MEYCIQCwGqCjFokOi9leh/V8+TfMYplMeWsvYTBtYAIEVSaVfQIhAJU6dB7dHNlMmOKqehK9HJVlP8wQnn5FB8gE6bp3/wrR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9989124},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0e47ec1b0a372a20f2ceb1a335f43b5cb9d6b3fe","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.0e47ec1b0a372a20f2ceb1a335f43b5cb9d6b3fe","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.0e47ec1b0a372a20f2ceb1a335f43b5cb9d6b3fe","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.0e47ec1b0a372a20f2ceb1a335f43b5cb9d6b3fe","@strapi/types":"0.0.0-next.0e47ec1b0a372a20f2ceb1a335f43b5cb9d6b3fe","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.0e47ec1b0a372a20f2ceb1a335f43b5cb9d6b3fe_1753490215479_0.022585495612726048","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ffc36acb308febe288f1a31b62cbbb75b286585c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ffc36acb308febe288f1a31b62cbbb75b286585c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ffc36acb308febe288f1a31b62cbbb75b286585c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f61ec8889c373832ebf2239489959f19b142025f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ffc36acb308febe288f1a31b62cbbb75b286585c.tgz","fileCount":907,"integrity":"sha512-maeAcPY8LtNtSsUyDILg+4Pbk86MFS/0/SxxV/nJSsjU6Vpjmbpo4J+5nT3NDeIYGP1duOcliELbmtLVh/HHLw==","signatures":[{"sig":"MEUCIGzpy3zBw0+YOjUfrrwwGKNu3niU8lwLjyjOFTzBx3HMAiEA4lk0ijHbrbxWvBWBhH/CChuwmb/qqyJEAa+gkotlTv4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9770503},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ffc36acb308febe288f1a31b62cbbb75b286585c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.ffc36acb308febe288f1a31b62cbbb75b286585c","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ffc36acb308febe288f1a31b62cbbb75b286585c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ffc36acb308febe288f1a31b62cbbb75b286585c","@strapi/types":"0.0.0-experimental.ffc36acb308febe288f1a31b62cbbb75b286585c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ffc36acb308febe288f1a31b62cbbb75b286585c_1753718182442_0.3948104849586209","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.ffc36acb308febe288f1a31b62cbbb75b286585c":{"name":"@strapi/content-type-builder","version":"0.0.0-next.ffc36acb308febe288f1a31b62cbbb75b286585c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.ffc36acb308febe288f1a31b62cbbb75b286585c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"38fefd9fe46b2d14ea3d95bf50570bb466cee848","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.ffc36acb308febe288f1a31b62cbbb75b286585c.tgz","fileCount":907,"integrity":"sha512-86kMvZ4ylmAiR83HbOGgE2rw7PwS5Qih7kZU8HUOtvmftjDftnt25xRKWUZYMgYRFHfiOSSwF4Q0mc1kXWaXVg==","signatures":[{"sig":"MEYCIQDvqjEYFFsrAXThkX0doTpaF3ztj4suPJxGec/PgjS7qwIhAJ4y7+Ai9piPUQnO/9sshGUlI1vVcvUKjPWUPKSCwpkD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9770463},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ffc36acb308febe288f1a31b62cbbb75b286585c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.ffc36acb308febe288f1a31b62cbbb75b286585c","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.ffc36acb308febe288f1a31b62cbbb75b286585c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.ffc36acb308febe288f1a31b62cbbb75b286585c","@strapi/types":"0.0.0-next.ffc36acb308febe288f1a31b62cbbb75b286585c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.ffc36acb308febe288f1a31b62cbbb75b286585c_1753749623747_0.4470002539402185","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.df0d99415fc543d9747f3946fd7d1a4c39052b95":{"name":"@strapi/content-type-builder","version":"0.0.0-next.df0d99415fc543d9747f3946fd7d1a4c39052b95","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.df0d99415fc543d9747f3946fd7d1a4c39052b95","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"397d68c832c12b79799adc233656d59d3de9c4fb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.df0d99415fc543d9747f3946fd7d1a4c39052b95.tgz","fileCount":907,"integrity":"sha512-VDeep929Uo3YLNsgwfTlkEQ3bhjvkPFpFP0I1141ohSYkBcy5m7QKKfnDCZKb7QGJVIBKwJ1Ltovh/8hnC0dJw==","signatures":[{"sig":"MEYCIQCoUlboxWvLlcfjlwbLmUPKKhF6pBQrfsm9RF1QUF4bbAIhAKnvYCDR1+whXQKWgwwK8zGzX2NtBg+qMi4mkjcqlwRB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9770463},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"df0d99415fc543d9747f3946fd7d1a4c39052b95","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.df0d99415fc543d9747f3946fd7d1a4c39052b95","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.df0d99415fc543d9747f3946fd7d1a4c39052b95","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.df0d99415fc543d9747f3946fd7d1a4c39052b95","@strapi/types":"0.0.0-next.df0d99415fc543d9747f3946fd7d1a4c39052b95","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.df0d99415fc543d9747f3946fd7d1a4c39052b95_1753835856281_0.9527513075811262","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.c35a4b9abd571c6562b64b2aa4381dbf2a030f24":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c35a4b9abd571c6562b64b2aa4381dbf2a030f24","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c35a4b9abd571c6562b64b2aa4381dbf2a030f24","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"72f025cafe500937c514696a05999ba43d4fb519","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c35a4b9abd571c6562b64b2aa4381dbf2a030f24.tgz","fileCount":907,"integrity":"sha512-RPF0zQJ+xTydI+ifsAM91dhk5yo+ToVpJe3zGaFMe8P0ANJIOsenbgqth0U6qHwF2uPa+pae+cGsPb9q5ct3Ug==","signatures":[{"sig":"MEUCIQCYYsURX17Meyq0pFJUmVTqN8aTp0mf4kYnKyOglE24qQIgY3ogciNoxyr11EFHVsuaykocGU+SbUapF/iCo/xA3mI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9994832},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c35a4b9abd571c6562b64b2aa4381dbf2a030f24","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.24.2","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.c35a4b9abd571c6562b64b2aa4381dbf2a030f24","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.c35a4b9abd571c6562b64b2aa4381dbf2a030f24","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c35a4b9abd571c6562b64b2aa4381dbf2a030f24","@strapi/types":"0.0.0-experimental.c35a4b9abd571c6562b64b2aa4381dbf2a030f24","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c35a4b9abd571c6562b64b2aa4381dbf2a030f24_1753863992369_0.4195944722114757","host":"s3://npm-registry-packages-npm-production"}},"5.20.0":{"name":"@strapi/content-type-builder","version":"5.20.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.20.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7ae049ce4218f9f0db314072a55f0881b3e00313","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.20.0.tgz","fileCount":907,"integrity":"sha512-Nk/ugYt8PFclK9P0MSg+/d6GF2gcE/5o1CfFcus68VW/Fbjk/qEOwRFVNnGzLNrnA6UPOUDsZ760iT/UOgq4Kg==","signatures":[{"sig":"MEQCIF/R9ciF+cK3RFdWGLu3mGQywQQZabwp86a03T3/u7WPAiBHORbfEWOfP1JAzC1hRV7rJ6Xhe5zqPTTYQDJm3u2OWw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9770238},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7d7b44aa7c61deeb98fa8ca03856d68f5e93fe82","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.20.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.20.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.20.0","@strapi/types":"5.20.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.20.0_1753879637049_0.7327343419005896","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.8f0cdd4f9e4697ffed86c783465297fe532713f8":{"name":"@strapi/content-type-builder","version":"0.0.0-next.8f0cdd4f9e4697ffed86c783465297fe532713f8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.8f0cdd4f9e4697ffed86c783465297fe532713f8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f82ec1d51f43fdc235d0539ed18c37406e118302","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.8f0cdd4f9e4697ffed86c783465297fe532713f8.tgz","fileCount":907,"integrity":"sha512-MWDjWpSrzLcEX7uQmViA0U3sDH1Q81PxgC0lWe3a+j///QJJYxS/xVK7U+q30vnYcDCCKxWJQzgRItcNOm0TuA==","signatures":[{"sig":"MEYCIQC5xXVWF3jvzopf3O+qvijbd8fQELgopWED4HELgoWGLgIhAP/NOMA/5lOImOWI/4usu7gGCzNyoGaABipAXNLwQSAY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9774899},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8f0cdd4f9e4697ffed86c783465297fe532713f8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.8f0cdd4f9e4697ffed86c783465297fe532713f8","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.8f0cdd4f9e4697ffed86c783465297fe532713f8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.8f0cdd4f9e4697ffed86c783465297fe532713f8","@strapi/types":"0.0.0-next.8f0cdd4f9e4697ffed86c783465297fe532713f8","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.8f0cdd4f9e4697ffed86c783465297fe532713f8_1753922267280_0.1790286836102577","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.20c174685c9e5863b57503950b4359362bc6ebac":{"name":"@strapi/content-type-builder","version":"0.0.0-next.20c174685c9e5863b57503950b4359362bc6ebac","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.20c174685c9e5863b57503950b4359362bc6ebac","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e2c58e98218a4fa5a2f79d565a3bf5c1c1851b4f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.20c174685c9e5863b57503950b4359362bc6ebac.tgz","fileCount":907,"integrity":"sha512-ZHORLZriQMwQd5BMHxlHAKvKm5q8a7vLxxrpvWlbnQwHrD8pgpsi6H1CbJPr8ukG7HGv0SPliOIMxM6WMJiVAg==","signatures":[{"sig":"MEQCIGSNelKtGH4Dsf0NR2OqXXF9QWwivYMh/97SnGyZhBmIAiAHgGJqZD/xkkLKoD40oNa04cULfcK273Geiavp8v2BiQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9774831},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"20c174685c9e5863b57503950b4359362bc6ebac","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.20c174685c9e5863b57503950b4359362bc6ebac","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.20c174685c9e5863b57503950b4359362bc6ebac","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.20c174685c9e5863b57503950b4359362bc6ebac","@strapi/types":"0.0.0-next.20c174685c9e5863b57503950b4359362bc6ebac","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.20c174685c9e5863b57503950b4359362bc6ebac_1754008918210_0.628812967251607","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b8af96ac1bfeefc51fda0c470991a79af1e7cb6d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b8af96ac1bfeefc51fda0c470991a79af1e7cb6d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b8af96ac1bfeefc51fda0c470991a79af1e7cb6d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cd82be030a7fc46e7f745b66ff54e20d437a6c3d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b8af96ac1bfeefc51fda0c470991a79af1e7cb6d.tgz","fileCount":1110,"integrity":"sha512-Sv+mxtFuRWtAfiF6l95JVDsE/SqHK96RYL+3TUk/4IxgjFdngBF8lRPEXydngV8Baq/zRubpYw/LU3Zv7yFTbA==","signatures":[{"sig":"MEYCIQCB47mUwfJl+cR+prkcInBqk4ncS91t3esyuxpzfqEBNQIhALn4X+kBXuawwIetxVzNKmBqCi+JZ4QaIAoMiIyKKhJG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11092495},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b8af96ac1bfeefc51fda0c470991a79af1e7cb6d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"ai":"^4.3.4","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"^1.2.8","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.b8af96ac1bfeefc51fda0c470991a79af1e7cb6d","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.b8af96ac1bfeefc51fda0c470991a79af1e7cb6d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b8af96ac1bfeefc51fda0c470991a79af1e7cb6d","@strapi/types":"0.0.0-experimental.b8af96ac1bfeefc51fda0c470991a79af1e7cb6d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b8af96ac1bfeefc51fda0c470991a79af1e7cb6d_1754036267997_0.5739511510575659","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.c0230080422833e9f0ca44d36e189db4e447fa84":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c0230080422833e9f0ca44d36e189db4e447fa84","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c0230080422833e9f0ca44d36e189db4e447fa84","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cd924d621affa9c4881b039f582837d7c3304e90","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c0230080422833e9f0ca44d36e189db4e447fa84.tgz","fileCount":907,"integrity":"sha512-4cvw6LiVbEYUNjie8JRhs6fYZssgLEByPRY2Si3FSSZXXT/VrFh0GZuJ0dVuDhlVjwNt5DSlOYqjlTwQTj5xow==","signatures":[{"sig":"MEQCIFiN1kBrME5s1ra/0TwvuUWSTeW9m4yeouGICM0RbAJhAiAW/oD10d+WuTxS76OIe5Or5NCLMpH3DXdN7iCI6r+HMw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9774871},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c0230080422833e9f0ca44d36e189db4e447fa84","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.c0230080422833e9f0ca44d36e189db4e447fa84","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.c0230080422833e9f0ca44d36e189db4e447fa84","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c0230080422833e9f0ca44d36e189db4e447fa84","@strapi/types":"0.0.0-experimental.c0230080422833e9f0ca44d36e189db4e447fa84","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c0230080422833e9f0ca44d36e189db4e447fa84_1754037713056_0.24777077611060694","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.4ba6327ad9358dc248e95b1ff7d6566fc59325c8":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4ba6327ad9358dc248e95b1ff7d6566fc59325c8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4ba6327ad9358dc248e95b1ff7d6566fc59325c8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"39eac577c0d996e07697e4cd1618b272524e5497","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4ba6327ad9358dc248e95b1ff7d6566fc59325c8.tgz","fileCount":907,"integrity":"sha512-89TLaYeQ3BJd+yqRYnKSplC39DaRkOILGLfPxbZyyHzdnb2OuQET8HT5y62s6ug/7jTCV1EOVoSDUvDnXP/paA==","signatures":[{"sig":"MEUCIQDovzlmRZ1kNwCgdP4fV3PRa9sQ83MzP8+jOmTYrJ8E6QIga11zRojUmSjZGPrjvi/023vSgYbdYQMF3NwfeOkVx+c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9774871},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4ba6327ad9358dc248e95b1ff7d6566fc59325c8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.4ba6327ad9358dc248e95b1ff7d6566fc59325c8","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.4ba6327ad9358dc248e95b1ff7d6566fc59325c8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4ba6327ad9358dc248e95b1ff7d6566fc59325c8","@strapi/types":"0.0.0-experimental.4ba6327ad9358dc248e95b1ff7d6566fc59325c8","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4ba6327ad9358dc248e95b1ff7d6566fc59325c8_1754045448974_0.56963989605195","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.0f7ad26c773831c2f177392d4cf67cdb3d724c9a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0f7ad26c773831c2f177392d4cf67cdb3d724c9a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0f7ad26c773831c2f177392d4cf67cdb3d724c9a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e403ea65cded02897538ed67fafdb32d4b602db5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0f7ad26c773831c2f177392d4cf67cdb3d724c9a.tgz","fileCount":907,"integrity":"sha512-gcOvJyosc4AMMnXQ8N85Dn/znkdpEDq7QQ+5rbdr6iujqyd13ZJuyDVivbzXfNeDjVeMS3pEV+WMvYhzrL6ycQ==","signatures":[{"sig":"MEQCIAfKwvsitNNfvxe1MWs1xsDL/a9gLiZv/EdL/Z2t14vqAiACthRg9r5hn7IY3D2HM2a/R0UcVg9Gz/x2CU0La41Mqg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9774871},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0f7ad26c773831c2f177392d4cf67cdb3d724c9a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.0f7ad26c773831c2f177392d4cf67cdb3d724c9a","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.0f7ad26c773831c2f177392d4cf67cdb3d724c9a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0f7ad26c773831c2f177392d4cf67cdb3d724c9a","@strapi/types":"0.0.0-experimental.0f7ad26c773831c2f177392d4cf67cdb3d724c9a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0f7ad26c773831c2f177392d4cf67cdb3d724c9a_1754063601813_0.460409537408365","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b97a0a9d89dea4366387e49bf0e46a36a0a32669":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b97a0a9d89dea4366387e49bf0e46a36a0a32669","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b97a0a9d89dea4366387e49bf0e46a36a0a32669","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1a70a21b895fedecfc447dee2b56fc5a6ad76575","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b97a0a9d89dea4366387e49bf0e46a36a0a32669.tgz","fileCount":907,"integrity":"sha512-VvR8DnXsCpysjFtThNDgSR34hKBfD4sGxfZv9uMS787gGaP5ZKdP/fkWOPNS9vgd2F6jFY/OdUIjNOvbglLyrQ==","signatures":[{"sig":"MEUCIAaHMy3yc/HMJ8kH7DRjwDYV6XXUaBwOCFAluQrijTFuAiEA4FkebzzgE3EZdEPVDCqObLhKrDhhhDXxQCYf7ZGXNfs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9774871},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b97a0a9d89dea4366387e49bf0e46a36a0a32669","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.b97a0a9d89dea4366387e49bf0e46a36a0a32669","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.b97a0a9d89dea4366387e49bf0e46a36a0a32669","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b97a0a9d89dea4366387e49bf0e46a36a0a32669","@strapi/types":"0.0.0-experimental.b97a0a9d89dea4366387e49bf0e46a36a0a32669","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b97a0a9d89dea4366387e49bf0e46a36a0a32669_1754299052050_0.7627061812036986","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.180712c70852cc8954b512c71e99e50065106e95":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.180712c70852cc8954b512c71e99e50065106e95","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.180712c70852cc8954b512c71e99e50065106e95","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"95355219abc232123b9db69d5ab738b320fdf50a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.180712c70852cc8954b512c71e99e50065106e95.tgz","fileCount":907,"integrity":"sha512-tR+0odpgiXaSMsDEqaJvYPiSk00PdVRnTMUqxzX6kjyS4FqOzC2fOWyFno7vkDQ2wWT+/dgWMkPE6WJTVUOeEA==","signatures":[{"sig":"MEYCIQD6MJMKtO4IyR43O+0hkRVv9PpRwM98Yl7uhqwLC6B1VgIhAMqwknXA1skaZmFVyZEa57BW9D/ahJjzVMRUiQp3vaXh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9770503},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"180712c70852cc8954b512c71e99e50065106e95","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.180712c70852cc8954b512c71e99e50065106e95","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.180712c70852cc8954b512c71e99e50065106e95","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.180712c70852cc8954b512c71e99e50065106e95","@strapi/types":"0.0.0-experimental.180712c70852cc8954b512c71e99e50065106e95","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.180712c70852cc8954b512c71e99e50065106e95_1754299752549_0.011845861829941073","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ef1d1db8f9c879c5db48472a0add235295c17c50":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ef1d1db8f9c879c5db48472a0add235295c17c50","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ef1d1db8f9c879c5db48472a0add235295c17c50","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"80cfb7bee33a0003677a9a7a63bbe74fec469ac3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ef1d1db8f9c879c5db48472a0add235295c17c50.tgz","fileCount":907,"integrity":"sha512-+sw087LixC5l8AoIoLCVlUynYFmISbURlgjzixBR5kIT++Y5+U+Cfs1RGbv33QJypKFADp/b2ZhOxZJP+Zk7iQ==","signatures":[{"sig":"MEUCIEwLZVaWBqXWClc23FJi2+77vcaOyaPP8Hk06+63kstRAiEAn+CZrYGwMtxUcVF3MeIU/oshNJDaDGlZPkQBCiR6E98=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9775223},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ef1d1db8f9c879c5db48472a0add235295c17c50","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.ef1d1db8f9c879c5db48472a0add235295c17c50","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ef1d1db8f9c879c5db48472a0add235295c17c50","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ef1d1db8f9c879c5db48472a0add235295c17c50","@strapi/types":"0.0.0-experimental.ef1d1db8f9c879c5db48472a0add235295c17c50","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ef1d1db8f9c879c5db48472a0add235295c17c50_1754308429089_0.6475621269245146","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.c07a090cfe9d1d22dcaa6b2d0967f1ab0a59eaeb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c07a090cfe9d1d22dcaa6b2d0967f1ab0a59eaeb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c07a090cfe9d1d22dcaa6b2d0967f1ab0a59eaeb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3c953ac733a4f3623a4c0c4b35d835e6816d12f3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c07a090cfe9d1d22dcaa6b2d0967f1ab0a59eaeb.tgz","fileCount":907,"integrity":"sha512-o/Zb9wW24KmepRxLTNv3U7Z+Tl8xzpQAGWCOwIFMCZtKfepf9xI5y8294HXr4AOJCPiyQnortW2T1tve5VSKcA==","signatures":[{"sig":"MEQCIGQ/PPGy67+nrCD5UodypAU+8flFA3AnXAOrTWakpH+PAiBWcZWsqS7D8PxZteEl5jbSjpFmfDix5+ywoZH38MZP8A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9780975},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c07a090cfe9d1d22dcaa6b2d0967f1ab0a59eaeb","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.c07a090cfe9d1d22dcaa6b2d0967f1ab0a59eaeb","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.c07a090cfe9d1d22dcaa6b2d0967f1ab0a59eaeb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c07a090cfe9d1d22dcaa6b2d0967f1ab0a59eaeb","@strapi/types":"0.0.0-experimental.c07a090cfe9d1d22dcaa6b2d0967f1ab0a59eaeb","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c07a090cfe9d1d22dcaa6b2d0967f1ab0a59eaeb_1754312994456_0.0936533947450302","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ca5f02ef2ec166e219546983049c0543bed92f8d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ca5f02ef2ec166e219546983049c0543bed92f8d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ca5f02ef2ec166e219546983049c0543bed92f8d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"582c63536f4b7048f541a91300b52d6217132320","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ca5f02ef2ec166e219546983049c0543bed92f8d.tgz","fileCount":907,"integrity":"sha512-uJZy9gd+2be9wO0R8R4JiuGm6lqNKfA/admOASdlVqK54ZRS6/+op5t+0gX2Skon9G4yf6QA6oCauBR7uRBbBg==","signatures":[{"sig":"MEUCIHqPIFOsU9yenMLlweMoVVST7fX4mhLlmTNhqstoEWZxAiEA16mDRb8Y05X8vKKgeqw5LlPSXKFyj5bJ2qxe+TBvOHo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9770503},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ca5f02ef2ec166e219546983049c0543bed92f8d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.ca5f02ef2ec166e219546983049c0543bed92f8d","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ca5f02ef2ec166e219546983049c0543bed92f8d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ca5f02ef2ec166e219546983049c0543bed92f8d","@strapi/types":"0.0.0-experimental.ca5f02ef2ec166e219546983049c0543bed92f8d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ca5f02ef2ec166e219546983049c0543bed92f8d_1754322295786_0.1216361274082578","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.2a9b9b61cfdc484a1736b8c7d460c850ecc64608":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2a9b9b61cfdc484a1736b8c7d460c850ecc64608","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2a9b9b61cfdc484a1736b8c7d460c850ecc64608","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4e0d7035c48e766601c93f2ffa94017d14a0a6b2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2a9b9b61cfdc484a1736b8c7d460c850ecc64608.tgz","fileCount":907,"integrity":"sha512-IrmF/4LfbMgg/paW9SOBtod1gMF9YC9/LzGFf4eYyM5T5SJBC1jQHScM8uMvZTgb76y7Z7dAJlJCsbK4Nb2MWw==","signatures":[{"sig":"MEUCIH5LipdkLrfYwr3fAtExjJ2d4wnIr1paTBhI8GSq/5p8AiEAlzms7VS34yrvKm9Sx1xk8yMr9PqCAnAoELkDaO9qaVM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9775223},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2a9b9b61cfdc484a1736b8c7d460c850ecc64608","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.2a9b9b61cfdc484a1736b8c7d460c850ecc64608","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.2a9b9b61cfdc484a1736b8c7d460c850ecc64608","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2a9b9b61cfdc484a1736b8c7d460c850ecc64608","@strapi/types":"0.0.0-experimental.2a9b9b61cfdc484a1736b8c7d460c850ecc64608","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2a9b9b61cfdc484a1736b8c7d460c850ecc64608_1754325556010_0.26793761606428657","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.2a9b9b61cfdc484a1736b8c7d460c850ecc64608":{"name":"@strapi/content-type-builder","version":"0.0.0-next.2a9b9b61cfdc484a1736b8c7d460c850ecc64608","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.2a9b9b61cfdc484a1736b8c7d460c850ecc64608","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"51f5fb19601062acfbf3c881c9349e8713139387","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.2a9b9b61cfdc484a1736b8c7d460c850ecc64608.tgz","fileCount":907,"integrity":"sha512-4VaH4BmAY5hjt99oZc+1uHCgF/Vcrf48+Nu2vX+6Vuj5l9nZ/iYoFxWNjxrfMFnVCNtUxIUhglRZnrcJKTKcqQ==","signatures":[{"sig":"MEUCIDJisVFwUvsJQYZ1J1pu4OcAbolr4C4vBVvwY7ZMf0gGAiEAm0rhOCyDXb/pyaOse6I3/b759lyNJElB1JG7Xu5elow=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9775183},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2a9b9b61cfdc484a1736b8c7d460c850ecc64608","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.2a9b9b61cfdc484a1736b8c7d460c850ecc64608","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.2a9b9b61cfdc484a1736b8c7d460c850ecc64608","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.2a9b9b61cfdc484a1736b8c7d460c850ecc64608","@strapi/types":"0.0.0-next.2a9b9b61cfdc484a1736b8c7d460c850ecc64608","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.2a9b9b61cfdc484a1736b8c7d460c850ecc64608_1754354308260_0.6372721850889733","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d7e843dcd98e348e0613b0e906486fba5057dc10":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d7e843dcd98e348e0613b0e906486fba5057dc10","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d7e843dcd98e348e0613b0e906486fba5057dc10","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fb45b8f2b2f627ca98c2ab2d5312cb936951b533","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d7e843dcd98e348e0613b0e906486fba5057dc10.tgz","fileCount":907,"integrity":"sha512-3qpY78x99u8LzYDsHF1Ts4iUYyUjrV7bB+q9fJWFhZeQhCLqO3gkbPTU34fxffrby0wV0uwTvwMUwouzjm143w==","signatures":[{"sig":"MEYCIQDv01IvL1EuGqgLTft5pWzRP1KFm4HoyoA677Vdx7VmcgIhAJxWWMedLRkRm+Mnf3oXtK4Ksou5YujJI8WpzcffBeMR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9780975},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d7e843dcd98e348e0613b0e906486fba5057dc10","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.d7e843dcd98e348e0613b0e906486fba5057dc10","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d7e843dcd98e348e0613b0e906486fba5057dc10","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d7e843dcd98e348e0613b0e906486fba5057dc10","@strapi/types":"0.0.0-experimental.d7e843dcd98e348e0613b0e906486fba5057dc10","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d7e843dcd98e348e0613b0e906486fba5057dc10_1754381735369_0.6170664485973569","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.aa7a2469494b789539dfb9508d5dce9526d83b7d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.aa7a2469494b789539dfb9508d5dce9526d83b7d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.aa7a2469494b789539dfb9508d5dce9526d83b7d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"126c1d1c36a82f6d44ae42fa7e5f46d93f011fdf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.aa7a2469494b789539dfb9508d5dce9526d83b7d.tgz","fileCount":907,"integrity":"sha512-R8coFbI1q551pJqTR+wu/eYpCWh0I9Yu3y135KRtKebzdksHnWWsVPH8DRrIvFgkWvJ9LBB/mT3dScEcFJTcSA==","signatures":[{"sig":"MEUCIQDBaTaMx4ZHvg8V+OCVpk8hiTpHijDHgcIs4e6UXZZzwQIgDz6MrVtXH+4tLpnBjjIgx13Ldva5tEk+IILnKWGpUac=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9770503},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"aa7a2469494b789539dfb9508d5dce9526d83b7d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.aa7a2469494b789539dfb9508d5dce9526d83b7d","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.aa7a2469494b789539dfb9508d5dce9526d83b7d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.aa7a2469494b789539dfb9508d5dce9526d83b7d","@strapi/types":"0.0.0-experimental.aa7a2469494b789539dfb9508d5dce9526d83b7d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.aa7a2469494b789539dfb9508d5dce9526d83b7d_1754396263245_0.8554550572007644","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.da76e83c9180ce7e4ab187aece17ea6bf19c783c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.da76e83c9180ce7e4ab187aece17ea6bf19c783c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.da76e83c9180ce7e4ab187aece17ea6bf19c783c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"73bf43a29b1eb33671f862afa39109de0b1fa832","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.da76e83c9180ce7e4ab187aece17ea6bf19c783c.tgz","fileCount":907,"integrity":"sha512-iQ2XsW3zOEzHFpDjQIzTVbncdpkA0pX9ZW1s/rgZ4Vn7iaJOZFnhO39GxKPAvfg0qenqY1sbGGnvLkCU6EJlaA==","signatures":[{"sig":"MEQCIEKQFG4MxYQl8mGPSavXm/W8t2S2DDCieymzT9+ENM9nAiA2X6hG+y1NLOEN8uJjDHpy2+3LnwnNniPCra5IzfzElg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9775223},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"da76e83c9180ce7e4ab187aece17ea6bf19c783c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.da76e83c9180ce7e4ab187aece17ea6bf19c783c","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.da76e83c9180ce7e4ab187aece17ea6bf19c783c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.da76e83c9180ce7e4ab187aece17ea6bf19c783c","@strapi/types":"0.0.0-experimental.da76e83c9180ce7e4ab187aece17ea6bf19c783c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.da76e83c9180ce7e4ab187aece17ea6bf19c783c_1754398991652_0.21878806414803487","host":"s3://npm-registry-packages-npm-production"}},"5.21.0":{"name":"@strapi/content-type-builder","version":"5.21.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.21.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8a8e56b091537b7eee6856a48f3e83c965793820","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.21.0.tgz","fileCount":907,"integrity":"sha512-jKE+iyuQy0d0IZM41dBmSfxZ0zh3TCfmCy8AsBry3Y4eN1qdpTxjzuuO9c+YfSspGfFm2tUKMYzUALe97I+h+w==","signatures":[{"sig":"MEQCIF/fZGO4z7Tm1N4fnRtOqGgHGZ0DVMYKkn39zOPqwaPNAiBcyYwM7ChUMaDOXsLbIVhXR+D4Yf9pTi+btUFiUavUBg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9774958},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ac9adc3ccf0a41a4cd109fce89db289352597f85","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.21.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.21.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.21.0","@strapi/types":"5.21.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.21.0_1754473383136_0.369580615584151","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.bfe6f6b9fccddaa4781777130c8482d8a980e171":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.bfe6f6b9fccddaa4781777130c8482d8a980e171","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.bfe6f6b9fccddaa4781777130c8482d8a980e171","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8ac4e666566c42d901b0fd096b1010846e547261","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.bfe6f6b9fccddaa4781777130c8482d8a980e171.tgz","fileCount":907,"integrity":"sha512-XklQXTdgifO6jPJ4/gjGBRQkvEr9IM1gPOe/paT0EKKYTBrgEIRWr6hR7q7vG81I13GoDomoYApVfcvTJbjjGg==","signatures":[{"sig":"MEYCIQD1kwb1Hy+uG5R0G4BEVdY7jUyTMpI4xAtRqpElBl64PgIhAM61jzuFtK3GpVJ5zsU4cTntT8ul6Nf0YTH+6uMhfuku","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9775223},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bfe6f6b9fccddaa4781777130c8482d8a980e171","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.bfe6f6b9fccddaa4781777130c8482d8a980e171","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.bfe6f6b9fccddaa4781777130c8482d8a980e171","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.bfe6f6b9fccddaa4781777130c8482d8a980e171","@strapi/types":"0.0.0-experimental.bfe6f6b9fccddaa4781777130c8482d8a980e171","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.bfe6f6b9fccddaa4781777130c8482d8a980e171_1754487771889_0.843884067650043","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.3116274aabb83ba9f858814329ead55ccaea244d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.3116274aabb83ba9f858814329ead55ccaea244d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.3116274aabb83ba9f858814329ead55ccaea244d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0189b56baa7b57a17356af7fcba6ac634ba68fc7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.3116274aabb83ba9f858814329ead55ccaea244d.tgz","fileCount":907,"integrity":"sha512-NEVTnT6ow7879vbELGvELGOZywALzlQ890ddbaSQQjrJd3lL0ixeO2g5LjbOLGGrk255KRVHbjDasK8v8lIoxQ==","signatures":[{"sig":"MEQCIEJSrnlKfN0lOKpoU61ovWtdhlDS1UP/KCO4cKCRJ1giAiBMKYanItUvm4z86NfJbuvP0Zb7eZk+0vC7b/mWtkMpVQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9775183},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3116274aabb83ba9f858814329ead55ccaea244d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.3116274aabb83ba9f858814329ead55ccaea244d","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.3116274aabb83ba9f858814329ead55ccaea244d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.3116274aabb83ba9f858814329ead55ccaea244d","@strapi/types":"0.0.0-next.3116274aabb83ba9f858814329ead55ccaea244d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.3116274aabb83ba9f858814329ead55ccaea244d_1754527116739_0.45603154494053877","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.3b30027ffc64412dc5d9d48096f5e82c5b50589c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3b30027ffc64412dc5d9d48096f5e82c5b50589c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3b30027ffc64412dc5d9d48096f5e82c5b50589c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c720b05dce3d266ed436d006697a3faf8e9bdc9d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3b30027ffc64412dc5d9d48096f5e82c5b50589c.tgz","fileCount":907,"integrity":"sha512-P3TIN+DwSyedjYjrcMeCZ7nTKZmqHD99FsNvS85nLRsSpDJhaUpwPFo61PYFdpMAjkm6zNOaedZVeoPRXpx/bA==","signatures":[{"sig":"MEUCIBvXehamPeGKipS+eEBHZN8nMzxCqercYLbu/UP/miy/AiEA5f8hAQj88BxdtD93xJXehFC+2rIVsOxMmf/DEykxO84=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9780975},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3b30027ffc64412dc5d9d48096f5e82c5b50589c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.3b30027ffc64412dc5d9d48096f5e82c5b50589c","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.3b30027ffc64412dc5d9d48096f5e82c5b50589c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3b30027ffc64412dc5d9d48096f5e82c5b50589c","@strapi/types":"0.0.0-experimental.3b30027ffc64412dc5d9d48096f5e82c5b50589c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3b30027ffc64412dc5d9d48096f5e82c5b50589c_1754576438320_0.2857774623564504","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.f5d21551ed005f524bfc4760b274f1be154e26a8":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f5d21551ed005f524bfc4760b274f1be154e26a8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f5d21551ed005f524bfc4760b274f1be154e26a8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e7fd25c87ca6aeab45ff9097c3181bd299e18075","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f5d21551ed005f524bfc4760b274f1be154e26a8.tgz","fileCount":907,"integrity":"sha512-dfcMSVgx8d4mhGs/8Al0gjmqbt89g/J9RTLu+zvqQhg4YkaMgqbWTEIYI/X8QGNKnbfUgvKexv6rtYW1lxRVgw==","signatures":[{"sig":"MEQCIHAPuL5Kwbi3Wh4nV5kPxQzJrpbzLxfPB14kQs5zIIWRAiAFRe6XfG/3O05/OmlnMW0gHYNvMuohiOfh2pbSZjXqMw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9775183},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f5d21551ed005f524bfc4760b274f1be154e26a8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.f5d21551ed005f524bfc4760b274f1be154e26a8","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.f5d21551ed005f524bfc4760b274f1be154e26a8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f5d21551ed005f524bfc4760b274f1be154e26a8","@strapi/types":"0.0.0-next.f5d21551ed005f524bfc4760b274f1be154e26a8","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f5d21551ed005f524bfc4760b274f1be154e26a8_1754613495675_0.12223230996440626","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b72ed8ba7907bf9b8b6e3eec77452255be58332e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b72ed8ba7907bf9b8b6e3eec77452255be58332e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b72ed8ba7907bf9b8b6e3eec77452255be58332e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8e7015d163fb5fd20825ad8f78dd407ccdac6f6b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b72ed8ba7907bf9b8b6e3eec77452255be58332e.tgz","fileCount":907,"integrity":"sha512-yoLSUVZ2OuEjD7qjP9cPaQUaW8Qi6+NT/BSITBU8OgBpoEwpaF0Z+mo++yyYGR/f+JAXEDfPo7VNbYYz7lIKgQ==","signatures":[{"sig":"MEYCIQCDCZdSTEFp5FiVVxhMzTDa0AelZj8sl3dZOBfia1/GqAIhAJTjXqHegyJKZOfg0QIPt/2Al1J3cWzNEcN6lF/RTASB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9775223},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b72ed8ba7907bf9b8b6e3eec77452255be58332e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.b72ed8ba7907bf9b8b6e3eec77452255be58332e","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.b72ed8ba7907bf9b8b6e3eec77452255be58332e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b72ed8ba7907bf9b8b6e3eec77452255be58332e","@strapi/types":"0.0.0-experimental.b72ed8ba7907bf9b8b6e3eec77452255be58332e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b72ed8ba7907bf9b8b6e3eec77452255be58332e_1754660906481_0.425902453705723","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.4a33056a161ac309a7bfc1ea77527009939b7ffe":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4a33056a161ac309a7bfc1ea77527009939b7ffe","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4a33056a161ac309a7bfc1ea77527009939b7ffe","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d03f7a57da8f645dcc7ed174b2e18ab105607875","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4a33056a161ac309a7bfc1ea77527009939b7ffe.tgz","fileCount":907,"integrity":"sha512-BkpHx7qRC2Ak36KeesurNIpm1WicpeoPFdlovM3xv5+gHZxjukUWdqLkKHfhjKrp66ZJlT7hE+qFdbUudjBWZA==","signatures":[{"sig":"MEUCID0lg7+dk4E/fBvIznulAjeL4Y/77kLsaLWqVUo7trMCAiEAvTCnWpJCVobIrcr8xyoz/bXfGWiEowJt1ZcklugGWnE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9780975},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4a33056a161ac309a7bfc1ea77527009939b7ffe","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.4a33056a161ac309a7bfc1ea77527009939b7ffe","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.4a33056a161ac309a7bfc1ea77527009939b7ffe","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4a33056a161ac309a7bfc1ea77527009939b7ffe","@strapi/types":"0.0.0-experimental.4a33056a161ac309a7bfc1ea77527009939b7ffe","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4a33056a161ac309a7bfc1ea77527009939b7ffe_1754902565167_0.7055423711680904","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.9ee35b96a156316b69719c0e5fec26bce796b251":{"name":"@strapi/content-type-builder","version":"0.0.0-next.9ee35b96a156316b69719c0e5fec26bce796b251","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.9ee35b96a156316b69719c0e5fec26bce796b251","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f769b6c9a318f2b5bf99891ce09e7eee9c1f3230","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.9ee35b96a156316b69719c0e5fec26bce796b251.tgz","fileCount":907,"integrity":"sha512-1A4SP+C9kDmUE1u+BDVmlY925eBNG914iiGI//cKNpFocks+PkbPhZDk2p8NLzdwvVt1jWJ15FQDiFUdQd3PKA==","signatures":[{"sig":"MEUCIFELH8zubb4lwtRMWmtdw+JDbJVjIaGrYw0NIGKIConLAiEA3acc++TFAULBfw7Kg6UaS5PpO4BNHYkK+Gm4UK4kDOE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9775183},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9ee35b96a156316b69719c0e5fec26bce796b251","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.9ee35b96a156316b69719c0e5fec26bce796b251","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.9ee35b96a156316b69719c0e5fec26bce796b251","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.9ee35b96a156316b69719c0e5fec26bce796b251","@strapi/types":"0.0.0-next.9ee35b96a156316b69719c0e5fec26bce796b251","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.9ee35b96a156316b69719c0e5fec26bce796b251_1754958940142_0.35601107321165504","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.9ee35b96a156316b69719c0e5fec26bce796b251":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9ee35b96a156316b69719c0e5fec26bce796b251","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9ee35b96a156316b69719c0e5fec26bce796b251","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"08498703228adf10b366ab6dcc0d19bd67f0410a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9ee35b96a156316b69719c0e5fec26bce796b251.tgz","fileCount":907,"integrity":"sha512-aRba1O/AxeEeJ0FZ02XMpz/z/OW0mOEhg/hY5NY/NRYcCqAH+HjhhYX4s6zHHlGBWeTWlAlnPY22dFNn3lXp1Q==","signatures":[{"sig":"MEUCIQD+KMWCnYsTCL2SWBzy9Ujwup5gt8h4sP7PAa/hJfo5lQIgYh+I0EWwWSsxvROPbN9ciAN7CZQ+28turXuEjs0Buvg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9775223},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9ee35b96a156316b69719c0e5fec26bce796b251","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.9ee35b96a156316b69719c0e5fec26bce796b251","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.9ee35b96a156316b69719c0e5fec26bce796b251","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9ee35b96a156316b69719c0e5fec26bce796b251","@strapi/types":"0.0.0-experimental.9ee35b96a156316b69719c0e5fec26bce796b251","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9ee35b96a156316b69719c0e5fec26bce796b251_1754984846642_0.08098762583306085","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d1015a5194f12ae455cf40d340f03576bb0691c0":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d1015a5194f12ae455cf40d340f03576bb0691c0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d1015a5194f12ae455cf40d340f03576bb0691c0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"376af8ef50454d2aec7f1d83e3a49f321d357d41","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d1015a5194f12ae455cf40d340f03576bb0691c0.tgz","fileCount":907,"integrity":"sha512-GEDmRK1uG0+EH1M0A+4zG7v72qgPGXvH8SmZ4Hw0GKWdYsHORuNg8D6ZRCeyCyh8e7tlDMxQR/26QdgsTOFZLQ==","signatures":[{"sig":"MEYCIQCrJDk42K8Fk5nwa1Z7QUXCMBI13nBc5NG2zJ54UNUhfQIhAINilPAM6QGKfouTn0uhuFFUBOxLWp6DRXkpswF+KZ7n","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9775223},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d1015a5194f12ae455cf40d340f03576bb0691c0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.d1015a5194f12ae455cf40d340f03576bb0691c0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d1015a5194f12ae455cf40d340f03576bb0691c0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d1015a5194f12ae455cf40d340f03576bb0691c0","@strapi/types":"0.0.0-experimental.d1015a5194f12ae455cf40d340f03576bb0691c0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d1015a5194f12ae455cf40d340f03576bb0691c0_1755017133792_0.9825550738643132","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a2a709217c0915a7aee8565a2ee2ec99a61a3143":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a2a709217c0915a7aee8565a2ee2ec99a61a3143","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a2a709217c0915a7aee8565a2ee2ec99a61a3143","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b2a9e930015c35cebd363570d8ce97abc47d77e0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a2a709217c0915a7aee8565a2ee2ec99a61a3143.tgz","fileCount":907,"integrity":"sha512-fIsTYEkrZLNH6Q41oxh8AiHOu0ZN6BYtIyW4ey/yVx4z5Fs1SiyDVrsEWfWKmMXOHu+Au2yr+4x+JIjbvxp08Q==","signatures":[{"sig":"MEUCIQCYHe7RGM7hyAEKpZbTtqZpoqQcnyoxnl0bMSN3RQBl5QIgEi3NkY3YJK2YP+zp90u+dSaoHliZswCWXtwZ8vV9dlg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9774855},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a2a709217c0915a7aee8565a2ee2ec99a61a3143","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.a2a709217c0915a7aee8565a2ee2ec99a61a3143","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.a2a709217c0915a7aee8565a2ee2ec99a61a3143","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a2a709217c0915a7aee8565a2ee2ec99a61a3143","@strapi/types":"0.0.0-experimental.a2a709217c0915a7aee8565a2ee2ec99a61a3143","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a2a709217c0915a7aee8565a2ee2ec99a61a3143_1755073600647_0.9341333915098573","host":"s3://npm-registry-packages-npm-production"}},"5.22.0":{"name":"@strapi/content-type-builder","version":"5.22.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.22.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e05d33a8ed0b8a6ddfa32280981b496afb9d966d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.22.0.tgz","fileCount":907,"integrity":"sha512-xbiVMFsrbQPI59jbYPVvGBm66IcJrSWNavJaHbSPl2FkNnJF3S6ITkXzFT6XyaTOA+ji2R0UZSW7xVbrN+WdPQ==","signatures":[{"sig":"MEYCIQDIIkw3bRiMhA3rgNddHVQLqwDcOSKdIQxYkS0bN5lM2QIhAKlzkIzMOAsQKCFvQsoFkQF96UndNEiwtB9q20l/dOIm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9774590},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1bd30337cdbc5bb0569071befe4ac930bd068285","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.22.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.22.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.22.0","@strapi/types":"5.22.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.22.0_1755080625618_0.1398364642536174","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.330c50cc41f280d03e0fdb875323ab5133aeebf3":{"name":"@strapi/content-type-builder","version":"0.0.0-next.330c50cc41f280d03e0fdb875323ab5133aeebf3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.330c50cc41f280d03e0fdb875323ab5133aeebf3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1c0ec5bfb0b4879686d3ad14e4d141b22e7ff9f4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.330c50cc41f280d03e0fdb875323ab5133aeebf3.tgz","fileCount":907,"integrity":"sha512-Lnxa+jQXvzpw5O5TxDsS+g3DUzQgmc0EyKImvw4EdvDnH7JPLT27SwzjT84KpG5D3TjH3INo7qT/xuhgZOob6A==","signatures":[{"sig":"MEUCIDoYcXRKXinfieJRf9Lij0dhoyNuaTn1SFHWZp9EAh3fAiEA8EG2TORsOV6Kl11a344w1Ea3JYi4cD2Y14oYPLw3Ocw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9775183},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"330c50cc41f280d03e0fdb875323ab5133aeebf3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.330c50cc41f280d03e0fdb875323ab5133aeebf3","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.330c50cc41f280d03e0fdb875323ab5133aeebf3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.330c50cc41f280d03e0fdb875323ab5133aeebf3","@strapi/types":"0.0.0-next.330c50cc41f280d03e0fdb875323ab5133aeebf3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.330c50cc41f280d03e0fdb875323ab5133aeebf3_1755131752420_0.2423168612727329","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.71d44e9dcbf4e4eff0c82e8a7249b4f02f58321e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.71d44e9dcbf4e4eff0c82e8a7249b4f02f58321e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.71d44e9dcbf4e4eff0c82e8a7249b4f02f58321e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a1f4c5f7c257235efa07ef2dbee0ee26b46b953b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.71d44e9dcbf4e4eff0c82e8a7249b4f02f58321e.tgz","fileCount":907,"integrity":"sha512-Gf1jUJMEXmnjlfgtwxMVOw3vxevDWh90MikM9VnfPnW74WwVmeoq+elVPWnRyLWW3UAypnvKEDsWSsbf9W30cQ==","signatures":[{"sig":"MEUCIQCOblq5/SG+GuOB6MJ4WG7wSzhc1m7Pg5gxV8dyFzdZ1QIgbyMxKN1uICGwC/ZB/4uyrY9flaY6s1vBlSO1/uXWdIg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9780607},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"71d44e9dcbf4e4eff0c82e8a7249b4f02f58321e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.71d44e9dcbf4e4eff0c82e8a7249b4f02f58321e","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.71d44e9dcbf4e4eff0c82e8a7249b4f02f58321e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.71d44e9dcbf4e4eff0c82e8a7249b4f02f58321e","@strapi/types":"0.0.0-experimental.71d44e9dcbf4e4eff0c82e8a7249b4f02f58321e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.71d44e9dcbf4e4eff0c82e8a7249b4f02f58321e_1755161823382_0.8370935361257896","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.1b41fa6e818f02106c183211c1d01583e4a869dc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1b41fa6e818f02106c183211c1d01583e4a869dc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1b41fa6e818f02106c183211c1d01583e4a869dc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c658642dd67d4a33ae12dab433de5764af3c6fb1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1b41fa6e818f02106c183211c1d01583e4a869dc.tgz","fileCount":907,"integrity":"sha512-28u3TMVs1O+c2UvzSwvn8/9Br408vDUBvoQ95lHcroty/LNvxY0Qcd8OhAnOGOnk6MzUPHkqInvwT6LxeiSupQ==","signatures":[{"sig":"MEUCIQC179iCJSFtXsWxf68vsrz+UY6vCXD7XYJy7rff2BJhwQIgUOsDOWJAKn7SRXABjRK56b26mX5wTp7k11+7w7maKQk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9784541},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1b41fa6e818f02106c183211c1d01583e4a869dc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.1b41fa6e818f02106c183211c1d01583e4a869dc","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.1b41fa6e818f02106c183211c1d01583e4a869dc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1b41fa6e818f02106c183211c1d01583e4a869dc","@strapi/types":"0.0.0-experimental.1b41fa6e818f02106c183211c1d01583e4a869dc","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1b41fa6e818f02106c183211c1d01583e4a869dc_1755185699455_0.4834905360206252","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.06f5279fc9311f59f0473629613fe9516b74ddca":{"name":"@strapi/content-type-builder","version":"0.0.0-next.06f5279fc9311f59f0473629613fe9516b74ddca","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.06f5279fc9311f59f0473629613fe9516b74ddca","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4fdc8639e43ddd735949befc6ca1fdb4ed1fd536","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.06f5279fc9311f59f0473629613fe9516b74ddca.tgz","fileCount":907,"integrity":"sha512-hzweFW6/TVuWCQU7Ac04eHW06KDC/+wSazwRvSNsC6QBrVkjCWNo1P3B3VBo8I/67HDmlXJfYAv3fuIMALVAvg==","signatures":[{"sig":"MEUCIQD4mxLORfxt9qsKtL8+JSC11oRoZ+9YflTdaC5sBSpKZAIgf5pqu4+AtNbnwl5VvCSccARZ/tpuvILnnH/B29B4Yw8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9778749},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"06f5279fc9311f59f0473629613fe9516b74ddca","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.06f5279fc9311f59f0473629613fe9516b74ddca","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.06f5279fc9311f59f0473629613fe9516b74ddca","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.06f5279fc9311f59f0473629613fe9516b74ddca","@strapi/types":"0.0.0-next.06f5279fc9311f59f0473629613fe9516b74ddca","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.06f5279fc9311f59f0473629613fe9516b74ddca_1755218199890_0.2993868552824239","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.930984cb14e431b8079ddfcaaae035bdb5cf5edb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.930984cb14e431b8079ddfcaaae035bdb5cf5edb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.930984cb14e431b8079ddfcaaae035bdb5cf5edb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"619f65b0c715c6d51a9df284be3f7e96298a627c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.930984cb14e431b8079ddfcaaae035bdb5cf5edb.tgz","fileCount":907,"integrity":"sha512-t03PQ7ovBR80zdT8ZPlsWAYMvKjnMD6yXB+DJ6Nz3SYVQZVobRE5dGJ859L5W/ogeq7X/wUQ5dzNkun0A6YFCg==","signatures":[{"sig":"MEUCIQCarbJ5TxFEzcsfnL5vJgSA6oMpXhEwL920B8P3tRx90QIgMMbo5/Jtj91VogrrMnZR3UDXKM83mFMbpnhbdTLgJzM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9784541},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"930984cb14e431b8079ddfcaaae035bdb5cf5edb","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.930984cb14e431b8079ddfcaaae035bdb5cf5edb","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.930984cb14e431b8079ddfcaaae035bdb5cf5edb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.930984cb14e431b8079ddfcaaae035bdb5cf5edb","@strapi/types":"0.0.0-experimental.930984cb14e431b8079ddfcaaae035bdb5cf5edb","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.930984cb14e431b8079ddfcaaae035bdb5cf5edb_1755503206592_0.72567862178355","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.bfebfd7c00ec32a4abdb9232b602fb8d06992fcc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.bfebfd7c00ec32a4abdb9232b602fb8d06992fcc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.bfebfd7c00ec32a4abdb9232b602fb8d06992fcc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bcf9585f1cf491e5fe41989e6a5b5ba12696ec43","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.bfebfd7c00ec32a4abdb9232b602fb8d06992fcc.tgz","fileCount":907,"integrity":"sha512-AKGqf2EmWNrHaPdWqmJqIVGB3jLXZll/RTYd1zq6d9Bq9fuI/Hq0boFX6XjB3jddPFSk3X2GmpSdW9awKxNREg==","signatures":[{"sig":"MEUCIQC2+7o4Y8d4Hq1c1mFqHV8kDzHQeME0WJkYPEU6UHkY0QIgKRXsUPVrcYRJL+2DaMaukbJbViuYIVFsS6Awayn67Xc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9778789},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bfebfd7c00ec32a4abdb9232b602fb8d06992fcc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.bfebfd7c00ec32a4abdb9232b602fb8d06992fcc","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.bfebfd7c00ec32a4abdb9232b602fb8d06992fcc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.bfebfd7c00ec32a4abdb9232b602fb8d06992fcc","@strapi/types":"0.0.0-experimental.bfebfd7c00ec32a4abdb9232b602fb8d06992fcc","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.bfebfd7c00ec32a4abdb9232b602fb8d06992fcc_1755527236311_0.21313931883923187","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e5d4b412da0d932b61b2fa5012d16513fda6de04":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e5d4b412da0d932b61b2fa5012d16513fda6de04","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e5d4b412da0d932b61b2fa5012d16513fda6de04","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"52d30b02154811217fcd70289949978324992f0f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e5d4b412da0d932b61b2fa5012d16513fda6de04.tgz","fileCount":907,"integrity":"sha512-2JoQbUvjHuvQVd2AhnKMKqfPqx/0jcuiMpzwmU06EQhdLSAm+QGDf5imZwuNnnVuiEajUaIHr9JuEcVnMeh9OA==","signatures":[{"sig":"MEUCIE5dknrIc/v9eyTTK4RCPJT6GVI2HmFrmpsu2hjOeH4fAiEAj9UMZsG+mCE6P1Wx3G7elzGcOVbxpq+omYzztxmGCsA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9784422},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e5d4b412da0d932b61b2fa5012d16513fda6de04","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.e5d4b412da0d932b61b2fa5012d16513fda6de04","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e5d4b412da0d932b61b2fa5012d16513fda6de04","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e5d4b412da0d932b61b2fa5012d16513fda6de04","@strapi/types":"0.0.0-experimental.e5d4b412da0d932b61b2fa5012d16513fda6de04","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e5d4b412da0d932b61b2fa5012d16513fda6de04_1755534523492_0.4597525191955898","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e5d4b412da0d932b61b2fa5012d16513fda6de04":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e5d4b412da0d932b61b2fa5012d16513fda6de04","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e5d4b412da0d932b61b2fa5012d16513fda6de04","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0867d246561b025054498f7c90b3377806b3d94d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e5d4b412da0d932b61b2fa5012d16513fda6de04.tgz","fileCount":907,"integrity":"sha512-5OtejZyZTo6DlVSAHXDLS1MCGdY4t0Loh54kcqpqtCVJpcRuiwWgr9OliKBw4ZX9DHgNWWIi3JdTPfl7gTyy9g==","signatures":[{"sig":"MEYCIQCJxXJVH0o4dx+KuMAYUt6TE5ftNGzmzv49KfC2058ZKgIhAJuoWUvAFOvNnfRjwIbnM9kujYhS2BSMJApx6mmH/Vw2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9784382},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e5d4b412da0d932b61b2fa5012d16513fda6de04","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.e5d4b412da0d932b61b2fa5012d16513fda6de04","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.e5d4b412da0d932b61b2fa5012d16513fda6de04","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e5d4b412da0d932b61b2fa5012d16513fda6de04","@strapi/types":"0.0.0-next.e5d4b412da0d932b61b2fa5012d16513fda6de04","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e5d4b412da0d932b61b2fa5012d16513fda6de04_1755563708570_0.5424550580415979","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f600e084b864385e72758f0425ff073b2c4f84ee":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f600e084b864385e72758f0425ff073b2c4f84ee","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f600e084b864385e72758f0425ff073b2c4f84ee","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3d5069ca9b32049ad9dfedb633da060fff9b90a4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f600e084b864385e72758f0425ff073b2c4f84ee.tgz","fileCount":907,"integrity":"sha512-TQbP6isgWZbGidWtKghBBVJc55gO0xELKgiUDteB/hVVlIm8l/ar1nhhyOmqGUa1tq5KJW1r2H0wI5e4At5APQ==","signatures":[{"sig":"MEQCIBrM25yg1Hag0Vn2pyJ96ws+pmH8JxL7Ysg/3FUQ6DIzAiBFYYjrwLeiRtShkto/hd8voMcvakglalzUXhe4fLemwQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9774855},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f600e084b864385e72758f0425ff073b2c4f84ee","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.f600e084b864385e72758f0425ff073b2c4f84ee","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.f600e084b864385e72758f0425ff073b2c4f84ee","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f600e084b864385e72758f0425ff073b2c4f84ee","@strapi/types":"0.0.0-experimental.f600e084b864385e72758f0425ff073b2c4f84ee","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f600e084b864385e72758f0425ff073b2c4f84ee_1755618077247_0.10400488062418423","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.09e349ad451f6667368dec0a3a23c11e4e1eb63d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.09e349ad451f6667368dec0a3a23c11e4e1eb63d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.09e349ad451f6667368dec0a3a23c11e4e1eb63d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"49ce92a726eed8244b458eb05fd8a4791e0879a7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.09e349ad451f6667368dec0a3a23c11e4e1eb63d.tgz","fileCount":907,"integrity":"sha512-MrpPFvmQwdFh2BQim4+RDb8a7oojPthCX220BNH9D7TY0vVtBU1opj0ENjhLJ7EflRQyE1ngluT/RVrsjE1qhg==","signatures":[{"sig":"MEUCIDo59GZmfM99v5Vdh3C5FeJDWWtBOsnNaEzt9dPDXU+BAiEA/iP8YJg01ekI+C5VFnlgxEy2SQLYR9qHLLIAKnVYeuo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9784382},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"09e349ad451f6667368dec0a3a23c11e4e1eb63d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.09e349ad451f6667368dec0a3a23c11e4e1eb63d","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.09e349ad451f6667368dec0a3a23c11e4e1eb63d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.09e349ad451f6667368dec0a3a23c11e4e1eb63d","@strapi/types":"0.0.0-next.09e349ad451f6667368dec0a3a23c11e4e1eb63d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.09e349ad451f6667368dec0a3a23c11e4e1eb63d_1755650033540_0.036784424954981576","host":"s3://npm-registry-packages-npm-production"}},"5.23.0":{"name":"@strapi/content-type-builder","version":"5.23.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.23.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9dba52112cb987d635618e270fc43fca0b784fdf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.23.0.tgz","fileCount":907,"integrity":"sha512-7i67ue6c3tJM94xV+YDcIMO7oKeEGWMm06Ugzq5ykqMbyvKqxB7/iO4yHPeZqX/av9ZnMwwbiCU62OPh260mNQ==","signatures":[{"sig":"MEUCIQDA4OTyBX+FrUxGb+/4rU0FDjqKbRqTQrkvBG2vfa5HCwIgC35wLJRHoMtLPpmjp3sAHe8KKK7Ua8GgEbdPLoIPYTg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9784157},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1b4c4b89c338691555511be09af0869d9fea3224","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.23.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.23.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.23.0","@strapi/types":"5.23.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.23.0_1755681126388_0.7230910305704548","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.1dfd60174ce2c06c3b7205b04442108409d280ec":{"name":"@strapi/content-type-builder","version":"0.0.0-next.1dfd60174ce2c06c3b7205b04442108409d280ec","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.1dfd60174ce2c06c3b7205b04442108409d280ec","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"76f1d4ad582d988f341e0e0573e87d3ec892b8c4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.1dfd60174ce2c06c3b7205b04442108409d280ec.tgz","fileCount":907,"integrity":"sha512-3KP+BwJD52nGgQGOMO6EW5iVeuONYLN+OZMGJM/w0Yige/QEF7dCkvaAnjEZgyn78VzA5cUydJwNuxn10LRHKQ==","signatures":[{"sig":"MEQCICbsVPQEQV3vblG4gCLvJAWsl2GzIlqNoFnJmfoJg1EuAiAJfJ2w2+CYf7DQoZXbah4GPOYD+Q0F2O+L/6u0Wox1lw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9784382},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1dfd60174ce2c06c3b7205b04442108409d280ec","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.1dfd60174ce2c06c3b7205b04442108409d280ec","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.1dfd60174ce2c06c3b7205b04442108409d280ec","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.1dfd60174ce2c06c3b7205b04442108409d280ec","@strapi/types":"0.0.0-next.1dfd60174ce2c06c3b7205b04442108409d280ec","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.1dfd60174ce2c06c3b7205b04442108409d280ec_1755736406975_0.9099054866936884","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.838b114ef86c9081f990c3b46f5843a41088ec64":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.838b114ef86c9081f990c3b46f5843a41088ec64","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.838b114ef86c9081f990c3b46f5843a41088ec64","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"38b02eb54248f226da8a70b611794494930b787b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.838b114ef86c9081f990c3b46f5843a41088ec64.tgz","fileCount":907,"integrity":"sha512-uHPD+/Wvkjacc+7kd84hdLh1ljuLgXDL8IUhGCABDZ7fHob/ileMTUgGDP+OKVZlkMJJ/sLgVDn6+m7SQarvgg==","signatures":[{"sig":"MEUCIAzi0lrc7rdOI5RoVKeZQvu5VIPdj4zBaJI2TijyUh6NAiEA2ICam5MCnqtmYDYOw4V9bQTZrQJSBl7TO9USDo7SYTE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9784422},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"838b114ef86c9081f990c3b46f5843a41088ec64","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.838b114ef86c9081f990c3b46f5843a41088ec64","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.838b114ef86c9081f990c3b46f5843a41088ec64","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.838b114ef86c9081f990c3b46f5843a41088ec64","@strapi/types":"0.0.0-experimental.838b114ef86c9081f990c3b46f5843a41088ec64","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.838b114ef86c9081f990c3b46f5843a41088ec64_1755790038229_0.3139454797004986","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.6a38f974ec7350286f5c323503fb1e90c54da7ca":{"name":"@strapi/content-type-builder","version":"0.0.0-next.6a38f974ec7350286f5c323503fb1e90c54da7ca","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.6a38f974ec7350286f5c323503fb1e90c54da7ca","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ce6d94e1423623af9de6792b37ee2adac48ae816","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.6a38f974ec7350286f5c323503fb1e90c54da7ca.tgz","fileCount":907,"integrity":"sha512-echfsGI7suGuLadWL6t5EEyxQTPV578kUxaU1C4BhA5GFV1aaz+Bw+nGHLbwBCRDb5Jf1ITlzOwW9WLnuneZDg==","signatures":[{"sig":"MEYCIQDDDDbnLn1mlOWfqT4RjUL90zthnnr05K5cVHXbmzUxPgIhAMvbqT+4r6XT8QYJ2QfxSOKU6Z4XP02r+dLxdcNtLDMI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9784382},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6a38f974ec7350286f5c323503fb1e90c54da7ca","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.6a38f974ec7350286f5c323503fb1e90c54da7ca","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.6a38f974ec7350286f5c323503fb1e90c54da7ca","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.6a38f974ec7350286f5c323503fb1e90c54da7ca","@strapi/types":"0.0.0-next.6a38f974ec7350286f5c323503fb1e90c54da7ca","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.6a38f974ec7350286f5c323503fb1e90c54da7ca_1755909215334_0.3078315927144246","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cc229c27e0a3b62609631fdf55722249268b63df","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b.tgz","fileCount":907,"integrity":"sha512-+yfDbYrQZBrvWBMlqqsK30LHj16HPgocRxwKmxY4wTKu2ZQjFU2KyrXSOaI3Jb5r6yaD6iXP58Wth8AClCG6DA==","signatures":[{"sig":"MEYCIQCvMBWqvIgMiOgpl//LhVP4J8TC7g7V+dmC6XNWpQnwswIhAKTu65M04784gWSxliDb+PUUU2B53Xk58dFyblqMQrh8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9243d2d1af29ab9842c7037bef47fdf1bc6efd8b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b","@strapi/types":"0.0.0-experimental.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b_1756137701199_0.3479214257226202","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b":{"name":"@strapi/content-type-builder","version":"0.0.0-next.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"19f257b7a8774f4cdbd3f4809071f1226bd983bc","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b.tgz","fileCount":907,"integrity":"sha512-LjFov4l1XZfF4xRVMfg5cdSVCJda1w3F4KKZ4SV41L/LxjAs7h/4ISBr/7+HfCEsw9wx1eQiY2Zh/e0kGbsUwQ==","signatures":[{"sig":"MEUCIQDRivFQrJ+RYedN1cxAueswIbuBzZB98oIiLIhvwjsw9QIgOaNlIn8gtJNUIuYlPVXYDEEQl4COsVS6spkpT0d1/+M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783215},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9243d2d1af29ab9842c7037bef47fdf1bc6efd8b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b","@strapi/types":"0.0.0-next.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b_1756168501157_0.9388009426306811","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a8a53e3e7c4ad1ffcd42935b3b19bdddc074e036":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a8a53e3e7c4ad1ffcd42935b3b19bdddc074e036","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a8a53e3e7c4ad1ffcd42935b3b19bdddc074e036","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b7634fd70ac8bca5a840368fde959c26a1f25f41","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a8a53e3e7c4ad1ffcd42935b3b19bdddc074e036.tgz","fileCount":907,"integrity":"sha512-a9BTCqsTLJv6WBwDetE5iQa3toG41MZNVLkzUQZs7Feh3RL7eQsqeLXz9EPBQcQuHdppTwavrvw/meKNxxpl9Q==","signatures":[{"sig":"MEQCIF39Td7uq8CKQE3T5Rg6F2PLR1lwTmnsqM2rymwA0J+wAiBeLUaIPyHyKaYZ4VbwQKwgvVvT2qxgOmUapX00JhVVhg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a8a53e3e7c4ad1ffcd42935b3b19bdddc074e036","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.a8a53e3e7c4ad1ffcd42935b3b19bdddc074e036","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.a8a53e3e7c4ad1ffcd42935b3b19bdddc074e036","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a8a53e3e7c4ad1ffcd42935b3b19bdddc074e036","@strapi/types":"0.0.0-experimental.a8a53e3e7c4ad1ffcd42935b3b19bdddc074e036","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a8a53e3e7c4ad1ffcd42935b3b19bdddc074e036_1756194971895_0.541836388889894","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.21a15816fa927781ba15bf4b441dd96f66bd33f4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.21a15816fa927781ba15bf4b441dd96f66bd33f4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.21a15816fa927781ba15bf4b441dd96f66bd33f4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"59695f330ed3f990658451711f65b647eb6bd114","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.21a15816fa927781ba15bf4b441dd96f66bd33f4.tgz","fileCount":907,"integrity":"sha512-S3VnqvJAClQ9W5BHGzCa30z/ibC5hVnV+UxTbIZHaYnj0W0gYDuh+orojUGIwQyf8Q//wWcW55UtkCg7G0hwfg==","signatures":[{"sig":"MEUCIGkQYhcOIFBCpbktm+/UhxQLqLlTT9E89+GM8UmYnD94AiEA6ANbrNxjFnvWat2BVF5pjiexniUnh2Mb6OxFNUBDlYY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9775223},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"21a15816fa927781ba15bf4b441dd96f66bd33f4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.21a15816fa927781ba15bf4b441dd96f66bd33f4","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.21a15816fa927781ba15bf4b441dd96f66bd33f4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.21a15816fa927781ba15bf4b441dd96f66bd33f4","@strapi/types":"0.0.0-experimental.21a15816fa927781ba15bf4b441dd96f66bd33f4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.21a15816fa927781ba15bf4b441dd96f66bd33f4_1756217937252_0.03962193715313589","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b7cfb5022f2343257445f9e7feb75c7465742c85":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b7cfb5022f2343257445f9e7feb75c7465742c85","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b7cfb5022f2343257445f9e7feb75c7465742c85","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9de5c83889e45e0cf790e40a8a1d12c4c7080328","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b7cfb5022f2343257445f9e7feb75c7465742c85.tgz","fileCount":907,"integrity":"sha512-mOx5dF+mof8f7z5mHD7USgHiXM4xcwJvA7HgNPz+4T5cf2CHi+mu/8AMiNhOMbJ2Ir2xjCiEERgHTiKEgMj20A==","signatures":[{"sig":"MEUCIBCNezZ03BGZQUopQ5rNdG90Ai83ZhkuCbTGq3fYt3eEAiEA4LzCIwO4O/w5SbQDmPeiK/4CrWRJDYBfgTOBPCgBl80=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b7cfb5022f2343257445f9e7feb75c7465742c85","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.b7cfb5022f2343257445f9e7feb75c7465742c85","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.b7cfb5022f2343257445f9e7feb75c7465742c85","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b7cfb5022f2343257445f9e7feb75c7465742c85","@strapi/types":"0.0.0-experimental.b7cfb5022f2343257445f9e7feb75c7465742c85","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b7cfb5022f2343257445f9e7feb75c7465742c85_1756221716624_0.6244180483199708","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.dade06b8247a834854b897c534e3b7dff8eb010a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.dade06b8247a834854b897c534e3b7dff8eb010a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.dade06b8247a834854b897c534e3b7dff8eb010a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a86983d6babae41b1c7075a29f9122f8281650d5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.dade06b8247a834854b897c534e3b7dff8eb010a.tgz","fileCount":907,"integrity":"sha512-cLeAPEAB+z8qxoSQne8n7fxTkxwke+4DoscZCvRzNWQx7czMNx8+PrnGdED93SYwP5nlLErPoodeQ+UywzLE3A==","signatures":[{"sig":"MEUCIF5qU7Plgo5z1a4m9M3SxOf1kQezwKK4vwT0T6ZPOo3bAiEAhf+WKwL/Ee/z3WSAWdA6ybhma3ceCeocYjnlOOh4nuI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"dade06b8247a834854b897c534e3b7dff8eb010a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.dade06b8247a834854b897c534e3b7dff8eb010a","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.dade06b8247a834854b897c534e3b7dff8eb010a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.dade06b8247a834854b897c534e3b7dff8eb010a","@strapi/types":"0.0.0-experimental.dade06b8247a834854b897c534e3b7dff8eb010a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.dade06b8247a834854b897c534e3b7dff8eb010a_1756226100115_0.3803489623321261","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.bcd95cff43d659ea70548b3c8eec3a4b9cb8dcf8":{"name":"@strapi/content-type-builder","version":"0.0.0-next.bcd95cff43d659ea70548b3c8eec3a4b9cb8dcf8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.bcd95cff43d659ea70548b3c8eec3a4b9cb8dcf8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b3ba05d944ca23ee3ce3ab97c0cd71c9261c3964","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.bcd95cff43d659ea70548b3c8eec3a4b9cb8dcf8.tgz","fileCount":907,"integrity":"sha512-5HJFN4kqrBqJPKBwS0CQrlPoGoMymAMBs2QldFj9ZIGa6Qyh65+ate4Mweb1imm4uigVx5RJYt1xdfntEOuDrA==","signatures":[{"sig":"MEUCIGvpr+fGEyWLQq69bbiPYKvaUOqi2pEN3cu85qWyk9YkAiEAs0ItF3OhTXnPKzE5RG2nR5MZxjJgUUsFHHECHtY4MSs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783215},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bcd95cff43d659ea70548b3c8eec3a4b9cb8dcf8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.bcd95cff43d659ea70548b3c8eec3a4b9cb8dcf8","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.bcd95cff43d659ea70548b3c8eec3a4b9cb8dcf8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.bcd95cff43d659ea70548b3c8eec3a4b9cb8dcf8","@strapi/types":"0.0.0-next.bcd95cff43d659ea70548b3c8eec3a4b9cb8dcf8","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.bcd95cff43d659ea70548b3c8eec3a4b9cb8dcf8_1756254841427_0.2847503429525935","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8478bb287dfba93afd007cad7697c0f88853a2d8":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8478bb287dfba93afd007cad7697c0f88853a2d8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8478bb287dfba93afd007cad7697c0f88853a2d8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8ea4f9235424182a7de3e3c02ece35eeb80aa540","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8478bb287dfba93afd007cad7697c0f88853a2d8.tgz","fileCount":907,"integrity":"sha512-YAY+n8EVlRDzT81a2hiE7l12j6wjcH3fNthi31np2uHRLbBoe35jilG6KaCePWk6l30eRvi20fITVwqc4Xa6MA==","signatures":[{"sig":"MEUCIQD+8vOOIAuoNPk3bYcgDY7jT+qvYyEuy9Nv3c8LzIOGfQIgP+ymuVOkFlTq1mOG6/KtFick16to2m10KRj7yNBCqok=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8478bb287dfba93afd007cad7697c0f88853a2d8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.8478bb287dfba93afd007cad7697c0f88853a2d8","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.8478bb287dfba93afd007cad7697c0f88853a2d8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8478bb287dfba93afd007cad7697c0f88853a2d8","@strapi/types":"0.0.0-experimental.8478bb287dfba93afd007cad7697c0f88853a2d8","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8478bb287dfba93afd007cad7697c0f88853a2d8_1756281721186_0.19332786394893908","host":"s3://npm-registry-packages-npm-production"}},"5.23.1":{"name":"@strapi/content-type-builder","version":"5.23.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.23.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"84e64f091d8471cb4aa61e839a21427c1a6d1ca5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.23.1.tgz","fileCount":907,"integrity":"sha512-Hcdyfvu/P0gfbD5b5ZtopQtzAxcM3Y6UVwVI+ayroSPi+SbcWi3UKkLHeBxNnuOdNPFZkN4DgsxOMFLQ/JYqLg==","signatures":[{"sig":"MEQCIEKMyt1xIfJvpiaVhDwo+iZ8WhgOwRukFuibfxkkiZUNAiBlCfccppOWtRUzHd52ngaz3wlUMuS6PkOta+eE3VJjHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9782990},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7b9b8c7122fc4095f2b8058e026602f820cac324","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.23.1","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.23.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.23.1","@strapi/types":"5.23.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.23.1_1756298464755_0.4006334683442301","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.1c8a275e8005f3b714e8b68ec0ea81fa81727620":{"name":"@strapi/content-type-builder","version":"0.0.0-next.1c8a275e8005f3b714e8b68ec0ea81fa81727620","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.1c8a275e8005f3b714e8b68ec0ea81fa81727620","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"899ae6abb4efdadf4a4fdc1375d69229114c982d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.1c8a275e8005f3b714e8b68ec0ea81fa81727620.tgz","fileCount":907,"integrity":"sha512-2T2LaTb0JpMwg1ZKp46i8ub6jiyzW3Egd6UL8ACTMhK3CrenTJ5BdzaxTZBQystRyIetrmfanI/NUco+2hA2XA==","signatures":[{"sig":"MEUCIAzPnfiXCxCdnvi/LzNR8AM7aVRaygaOHWTS57jAI7tnAiEAh9OfO1rCsdzbzYUJa/nV2MPJIHsHtLejgkmvUYVtky4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783215},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1c8a275e8005f3b714e8b68ec0ea81fa81727620","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.1c8a275e8005f3b714e8b68ec0ea81fa81727620","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.1c8a275e8005f3b714e8b68ec0ea81fa81727620","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.1c8a275e8005f3b714e8b68ec0ea81fa81727620","@strapi/types":"0.0.0-next.1c8a275e8005f3b714e8b68ec0ea81fa81727620","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.1c8a275e8005f3b714e8b68ec0ea81fa81727620_1756341223653_0.6502611880923916","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.965570e6e12a33ad098ddb3174a9750fddb03be2":{"name":"@strapi/content-type-builder","version":"0.0.0-next.965570e6e12a33ad098ddb3174a9750fddb03be2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.965570e6e12a33ad098ddb3174a9750fddb03be2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3f398d3442cf23aaac0a1b90578c7e697c609fa3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.965570e6e12a33ad098ddb3174a9750fddb03be2.tgz","fileCount":907,"integrity":"sha512-Ol2olZSb4cPFMt+RiMEwtj0hshwZ1Fdeavuo6OBS8F25ypMpVJYMzvClFCB9F1y01f2ePUF0Fv6gpX4mXlRvOQ==","signatures":[{"sig":"MEYCIQD9RT3F7h/SLQsHkNmEzYdpAnkNq8K6J0KgEaIDFrfg2gIhAOe2WFQVMqO8z9ESf4pmWRFF0kTNIdb1BhzcDl3hSOQB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783215},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"965570e6e12a33ad098ddb3174a9750fddb03be2","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.965570e6e12a33ad098ddb3174a9750fddb03be2","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.965570e6e12a33ad098ddb3174a9750fddb03be2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.965570e6e12a33ad098ddb3174a9750fddb03be2","@strapi/types":"0.0.0-next.965570e6e12a33ad098ddb3174a9750fddb03be2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.965570e6e12a33ad098ddb3174a9750fddb03be2_1756427670366_0.5296222805017512","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ed76b5e1c1d6fb3b4435c438af7398a06b511d6f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ed76b5e1c1d6fb3b4435c438af7398a06b511d6f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ed76b5e1c1d6fb3b4435c438af7398a06b511d6f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"94264613eb0e60c0695723c1232e5d805a2f6d3d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ed76b5e1c1d6fb3b4435c438af7398a06b511d6f.tgz","fileCount":907,"integrity":"sha512-A6lNyy0Quz0yMB+FGeM+2BS+vYkkrf1jfkZL/mHGoxOQbi1CGqSJoJ/1Cn3+fr89ujDF7KJmLZy0dZ9ya4Ly3Q==","signatures":[{"sig":"MEUCIQDAlAadJkGZoJydb0XYe06YJDwexCbZu5GJfWrua0x47wIgDXCKn6d/hjExOizOBhk0q/T/+cwxanLH0vGJMVt8XHw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9784422},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ed76b5e1c1d6fb3b4435c438af7398a06b511d6f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.ed76b5e1c1d6fb3b4435c438af7398a06b511d6f","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ed76b5e1c1d6fb3b4435c438af7398a06b511d6f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ed76b5e1c1d6fb3b4435c438af7398a06b511d6f","@strapi/types":"0.0.0-experimental.ed76b5e1c1d6fb3b4435c438af7398a06b511d6f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ed76b5e1c1d6fb3b4435c438af7398a06b511d6f_1756450712252_0.7546067805769365","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e5be7949a8aed02e6af3c5a8bb244f5512801ec4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e5be7949a8aed02e6af3c5a8bb244f5512801ec4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e5be7949a8aed02e6af3c5a8bb244f5512801ec4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"64d4c16c36f9ac20bee75ddc7af77e328b50e961","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e5be7949a8aed02e6af3c5a8bb244f5512801ec4.tgz","fileCount":907,"integrity":"sha512-3pEAVTq6c9IeZNKORD9jb1IJWJdM9PcL2ulQ72BYduGPwNkTTn5Pq3ingXAIPek898ZffuKdJpffndfkgFqCag==","signatures":[{"sig":"MEUCIEs2hgVFz/iCbrvOc7j58MPNQMAlxwkI2/8IJ6uni3aeAiEAsJQ7NOYSP3JibfUlN3C9BYMrGbTxYgcRGjTxR9liUwA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e5be7949a8aed02e6af3c5a8bb244f5512801ec4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.e5be7949a8aed02e6af3c5a8bb244f5512801ec4","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e5be7949a8aed02e6af3c5a8bb244f5512801ec4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e5be7949a8aed02e6af3c5a8bb244f5512801ec4","@strapi/types":"0.0.0-experimental.e5be7949a8aed02e6af3c5a8bb244f5512801ec4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e5be7949a8aed02e6af3c5a8bb244f5512801ec4_1756462371588_0.8125079692989345","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.318e33b8c2c2d8af588acb73383750664a9336e3":{"name":"@strapi/content-type-builder","version":"0.0.0-next.318e33b8c2c2d8af588acb73383750664a9336e3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.318e33b8c2c2d8af588acb73383750664a9336e3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6fbb5c6201f14bbc3711f8bd18cecd0ed6fe861d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.318e33b8c2c2d8af588acb73383750664a9336e3.tgz","fileCount":907,"integrity":"sha512-Nx5gF2mi20XwfvZIC8hLdu96KCZTpndyttyUvBLswBnUDsQ7HjG7x6vB7NeorEdPrCmw24JF/yQOBe7QXgwEKg==","signatures":[{"sig":"MEUCIC05utwSzsUUn2VaPK5z3maBHG+YUw3SRhcZWp53zOVbAiEAgLWjSbXPbbl3+9Da3ak34v/4w0hDTec4VRJP52Tib38=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783215},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"318e33b8c2c2d8af588acb73383750664a9336e3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.318e33b8c2c2d8af588acb73383750664a9336e3","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.318e33b8c2c2d8af588acb73383750664a9336e3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.318e33b8c2c2d8af588acb73383750664a9336e3","@strapi/types":"0.0.0-next.318e33b8c2c2d8af588acb73383750664a9336e3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.318e33b8c2c2d8af588acb73383750664a9336e3_1756513944559_0.546796190481649","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.6dcc00cde430a8f928a482d5c989396386c42f54":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.6dcc00cde430a8f928a482d5c989396386c42f54","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.6dcc00cde430a8f928a482d5c989396386c42f54","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"67515002503dac87c46c3af3642c19ebae91ca0a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.6dcc00cde430a8f928a482d5c989396386c42f54.tgz","fileCount":907,"integrity":"sha512-Juj2A7hs/FIGBdNIEG2SsGcwacawJ8o0kG8bDhyQdCsF24ATxKyvxe3I0DbBVKAkWciNGDoctd3HIaDEGFMinQ==","signatures":[{"sig":"MEYCIQDwfisYKGUZJyF3OGP3sref26spHKWbph17n+PD2CuTggIhAPnQi290pVcpT5/0syKsUAAxTLxNhSTOU+uhTXPkCOQ2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6dcc00cde430a8f928a482d5c989396386c42f54","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.6dcc00cde430a8f928a482d5c989396386c42f54","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.6dcc00cde430a8f928a482d5c989396386c42f54","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.6dcc00cde430a8f928a482d5c989396386c42f54","@strapi/types":"0.0.0-experimental.6dcc00cde430a8f928a482d5c989396386c42f54","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.6dcc00cde430a8f928a482d5c989396386c42f54_1756797998716_0.6668280865061895","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.928bc0088a1289976efdc6b5b43687057d28beff":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.928bc0088a1289976efdc6b5b43687057d28beff","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.928bc0088a1289976efdc6b5b43687057d28beff","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cdc4bdd4347a603f9f0a5e61c788f5f1ea721b8a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.928bc0088a1289976efdc6b5b43687057d28beff.tgz","fileCount":907,"integrity":"sha512-1BSs55snO0LRRlG+GPothzPmYnA535wxgOorZaIYJp9+sUO9vwsMVnTjs8m8gs4PkeQV8hAFl6n60Vix6TMEgA==","signatures":[{"sig":"MEYCIQClKvpiHrlMYpZqobl3Q36yhF7VmQg3EEBOvfrIrqpXcwIhAIGKczzuSHlRyTrm/Ex9k3y25RbXmmzjmm3+cn9DM3i0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"928bc0088a1289976efdc6b5b43687057d28beff","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.928bc0088a1289976efdc6b5b43687057d28beff","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.928bc0088a1289976efdc6b5b43687057d28beff","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.928bc0088a1289976efdc6b5b43687057d28beff","@strapi/types":"0.0.0-experimental.928bc0088a1289976efdc6b5b43687057d28beff","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.928bc0088a1289976efdc6b5b43687057d28beff_1756803570507_0.9536438685949731","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.cd782e586c4023aa5668811fa661cd4a851b69b3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.cd782e586c4023aa5668811fa661cd4a851b69b3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.cd782e586c4023aa5668811fa661cd4a851b69b3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6bd49bdf43712b7ce9d5b50dc6ad33d1842a98a4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.cd782e586c4023aa5668811fa661cd4a851b69b3.tgz","fileCount":907,"integrity":"sha512-z0a3YCajxRi9WFqcnQ+CADUdQzudePlU3A6EwQOlVt/yA3EyPGAgOh6Z46dX2iwrvQFxJya0oA4ObC7DCmZ9ig==","signatures":[{"sig":"MEUCICkFwpfY8H+xR/Dd7pCGCJ68iLUQei9mG7A0pq+MFAfYAiEA9JX131EohzVhLuXS3Ps+fSeMIlICc+Qkpk+zBJUTl0M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cd782e586c4023aa5668811fa661cd4a851b69b3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.cd782e586c4023aa5668811fa661cd4a851b69b3","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.cd782e586c4023aa5668811fa661cd4a851b69b3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.cd782e586c4023aa5668811fa661cd4a851b69b3","@strapi/types":"0.0.0-experimental.cd782e586c4023aa5668811fa661cd4a851b69b3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.cd782e586c4023aa5668811fa661cd4a851b69b3_1756804106378_0.7316961372741171","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.318e33b8c2c2d8af588acb73383750664a9336e3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.318e33b8c2c2d8af588acb73383750664a9336e3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.318e33b8c2c2d8af588acb73383750664a9336e3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6add6c24391aaa4e55611b0a13465d5f64f80d7d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.318e33b8c2c2d8af588acb73383750664a9336e3.tgz","fileCount":907,"integrity":"sha512-ZVDrrxl8qAtzMKjaJVPISPUp5TZ6UcybSxYrd7TO+G3/Z/9LjdWBOBYbQRzS/TyfbEJoc+oUESzIhf91+G4Xjw==","signatures":[{"sig":"MEQCIBjCZjZaMlZU49ZFhoMwlmKZCKCB1Dy5XbWXy4XDQAy+AiB0E3AzM6nLwUwTBmB3x83hE8QS/EMlsquSlIaVC4GZ5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"318e33b8c2c2d8af588acb73383750664a9336e3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.318e33b8c2c2d8af588acb73383750664a9336e3","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.318e33b8c2c2d8af588acb73383750664a9336e3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.318e33b8c2c2d8af588acb73383750664a9336e3","@strapi/types":"0.0.0-experimental.318e33b8c2c2d8af588acb73383750664a9336e3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.318e33b8c2c2d8af588acb73383750664a9336e3_1756807586458_0.3057963903021539","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.0e5c9562e7bee0ab55e14e247b87a12c3b0ecb40":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0e5c9562e7bee0ab55e14e247b87a12c3b0ecb40","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0e5c9562e7bee0ab55e14e247b87a12c3b0ecb40","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3c6c303867642b322d8ab854d9219d7f5848e648","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0e5c9562e7bee0ab55e14e247b87a12c3b0ecb40.tgz","fileCount":907,"integrity":"sha512-W8bqmZU9gR1FQQlXD0bCXhy/OSWwPg2wjT1yJTLgb6DDCwZorDLSQKTZGaOc/rJ71BoDOU2Yp6tWUjOLkC03hw==","signatures":[{"sig":"MEUCIH7udBiNNT/yRVC7AcGzv2nRPY3/V6O1oaXmjWa5W4jrAiEA6xTCFhghXK3ZldmuhL54ZMDt8kxzzgzY05x5ieMQPsk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0e5c9562e7bee0ab55e14e247b87a12c3b0ecb40","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.0e5c9562e7bee0ab55e14e247b87a12c3b0ecb40","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.0e5c9562e7bee0ab55e14e247b87a12c3b0ecb40","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0e5c9562e7bee0ab55e14e247b87a12c3b0ecb40","@strapi/types":"0.0.0-experimental.0e5c9562e7bee0ab55e14e247b87a12c3b0ecb40","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0e5c9562e7bee0ab55e14e247b87a12c3b0ecb40_1756820783289_0.9673610351264492","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ae51b136d065d25740e6d2aa634b3dfec5824476":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ae51b136d065d25740e6d2aa634b3dfec5824476","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ae51b136d065d25740e6d2aa634b3dfec5824476","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e1651cd157a7143dda7f12097b6a16f4223b8e6d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ae51b136d065d25740e6d2aa634b3dfec5824476.tgz","fileCount":907,"integrity":"sha512-+D65Hmxma1/02eeghfyohTtXa/DFv4bIDWG2nH3SNqv5lH0yApw8X9+v+sgewOAzri8iKFvTX+wozMjED79Fog==","signatures":[{"sig":"MEQCICwmIUxhJ+Uro0KMAJC2iLSJ6rRTWHOnqzuS0zPQV9E9AiA/wZFr0c1VEyZ8O5n4J0kGA9hXX2J35zHPgQOP63t2Xw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ae51b136d065d25740e6d2aa634b3dfec5824476","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.ae51b136d065d25740e6d2aa634b3dfec5824476","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ae51b136d065d25740e6d2aa634b3dfec5824476","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ae51b136d065d25740e6d2aa634b3dfec5824476","@strapi/types":"0.0.0-experimental.ae51b136d065d25740e6d2aa634b3dfec5824476","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ae51b136d065d25740e6d2aa634b3dfec5824476_1756834409565_0.6774311457751463","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.2d6090a3daf17566fa3c04263f4fd9c9475c5c82":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2d6090a3daf17566fa3c04263f4fd9c9475c5c82","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2d6090a3daf17566fa3c04263f4fd9c9475c5c82","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8f9b3747b5b8d4093f5a4a5dd9ac76dd22d0ed75","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2d6090a3daf17566fa3c04263f4fd9c9475c5c82.tgz","fileCount":907,"integrity":"sha512-9soTDD2Y2b4GWJ6b4o48N9W8ZIIZPUSzu9dLLmOa5z5vVF6DBJVulQbZ4pUCacb7UoAVNvSgiJQho1i6/gwgag==","signatures":[{"sig":"MEUCIQCqjxyJzVUX6mo7nW+8EJUnFL8UPLUNfph0qMEzgUYnRQIgR0qEBV3c7E1q1LrQFe/FqqlXdWDpk3o1mZWf/cE3dRc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2d6090a3daf17566fa3c04263f4fd9c9475c5c82","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.2d6090a3daf17566fa3c04263f4fd9c9475c5c82","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.2d6090a3daf17566fa3c04263f4fd9c9475c5c82","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2d6090a3daf17566fa3c04263f4fd9c9475c5c82","@strapi/types":"0.0.0-experimental.2d6090a3daf17566fa3c04263f4fd9c9475c5c82","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2d6090a3daf17566fa3c04263f4fd9c9475c5c82_1756835373608_0.9343994989140778","host":"s3://npm-registry-packages-npm-production"}},"5.23.2":{"name":"@strapi/content-type-builder","version":"5.23.2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.23.2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1b2571f9e658ac7dee559858a9b842f8b2d99949","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.23.2.tgz","fileCount":907,"integrity":"sha512-zqd8NBHWpMTMoGk69450vFx/jqF0MEVmht2JNAWjYeXTnr6wgrZVsi4Pw24FS7dV7zlTzBiGELLFx5hsfpBGCQ==","signatures":[{"sig":"MEUCICI9aL6pLEZ5ZNKth+T++OBYbAUp5ddutay3o2UGsTBUAiEAmJOapaV6cZW98gt2jNO/Els6u5YR1egzw0mHyKiPE58=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9782990},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9a2f82f5dfa9429b9ac78a4c1051de4d742eeb85","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.23.2","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.23.2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.23.2","@strapi/types":"5.23.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.23.2_1756902211258_0.6201955318437864","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a1da9b829e36a866a425439d22ab6f484b547d9f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a1da9b829e36a866a425439d22ab6f484b547d9f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a1da9b829e36a866a425439d22ab6f484b547d9f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1eff2b080d545804799adba8832d1f5019816195","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a1da9b829e36a866a425439d22ab6f484b547d9f.tgz","fileCount":907,"integrity":"sha512-u8GoMH5KScuMl5JqrRBrdapWMvRfbLkbI71rh8lx4NOrnv4PQ8UycKCzj91OWo0iP/WX8cJNTYBL/kI9n4Ul4A==","signatures":[{"sig":"MEUCIFPmhMhw9gA6SqtqILnC1FykRXgIlq72LOg7t/RjprnjAiEAgobEuytHVlp1nIh3wN3cY8JntT/uJ+qBGQl69rAtIM8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a1da9b829e36a866a425439d22ab6f484b547d9f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.a1da9b829e36a866a425439d22ab6f484b547d9f","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.a1da9b829e36a866a425439d22ab6f484b547d9f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a1da9b829e36a866a425439d22ab6f484b547d9f","@strapi/types":"0.0.0-experimental.a1da9b829e36a866a425439d22ab6f484b547d9f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a1da9b829e36a866a425439d22ab6f484b547d9f_1756911116640_0.6446161606906744","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f":{"name":"@strapi/content-type-builder","version":"0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fa86c4c9c793b65de347c6389767d2699bf28e97","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f.tgz","fileCount":907,"integrity":"sha512-lpNGfapj7fh4IoWzSVyxDOEpUaQ8Uk9x4hST5fcBinatwMH9BCfouvhtAs06FI6nimygP/Ua00qwoJjiTUWhIA==","signatures":[{"sig":"MEUCIQDikhG2DB2C3yFDu2Ws27WuhUGYFYdNtY2h/ZZaGX6/dgIgcQ/tfO4U0xbJBDFwp1e54kIS+WCbcaE5uBA2brkCeZo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783215},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a1da9b829e36a866a425439d22ab6f484b547d9f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f","@strapi/types":"0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f_1756945939040_0.13569058979231285","host":"s3://npm-registry-packages-npm-production"}},"5.23.3":{"name":"@strapi/content-type-builder","version":"5.23.3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.23.3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"edb0d9e5574d2fa0713a0c76fda5d30553eb7d60","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.23.3.tgz","fileCount":907,"integrity":"sha512-0M1eMJsmpjvuzQ9rgwWk9ec6BBt6TUmYt+HqeyIwb9QZdR6SMdhDw72nEc/p3kUFB9XmCES+HruyD2GtuQN5yA==","signatures":[{"sig":"MEUCIQDmYZ5M8pDgDLlvQidgszDMhQ9eBHwcIvvCtLu4iMridAIgZyopCsvfTfEcHKoMaUv324h2MyjK/1t7CmDeh6DSrNw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9782990},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"65538d2d67c9466292aa6d41cf78ab8deaf8292d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.23.3","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.23.3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.23.3","@strapi/types":"5.23.3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.23.3_1756989376591_0.20089308167313646","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.9c8de92874cc9e5ffb105e4f613c1d2fff7b3207":{"name":"@strapi/content-type-builder","version":"0.0.0-next.9c8de92874cc9e5ffb105e4f613c1d2fff7b3207","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.9c8de92874cc9e5ffb105e4f613c1d2fff7b3207","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"527a5bd79f60023e1e2d5d3fc73a8f110de005bf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.9c8de92874cc9e5ffb105e4f613c1d2fff7b3207.tgz","fileCount":907,"integrity":"sha512-OxKV1b/l2L8A+bZU3hHV+GlIJJfK8gpy3r9LubZr8p8Necd/fj/NkeAjO2GCDLg41A3PCyzHlrvDchz2R+sD6w==","signatures":[{"sig":"MEUCIBiyWzGorD6QQlf/YWwdD1REshQjIpeLCUVOyNQeRAi5AiEA+AYDGt6ubkAGpMd312DnKGFoo1UyRdI9zzjmfEmw60c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783215},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9c8de92874cc9e5ffb105e4f613c1d2fff7b3207","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.9c8de92874cc9e5ffb105e4f613c1d2fff7b3207","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.9c8de92874cc9e5ffb105e4f613c1d2fff7b3207","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.9c8de92874cc9e5ffb105e4f613c1d2fff7b3207","@strapi/types":"0.0.0-next.9c8de92874cc9e5ffb105e4f613c1d2fff7b3207","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.9c8de92874cc9e5ffb105e4f613c1d2fff7b3207_1757032395009_0.34847082956503783","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.75524da74c8427faada874289db9595b2831263a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.75524da74c8427faada874289db9595b2831263a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.75524da74c8427faada874289db9595b2831263a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8bc0c08a1536184734ec50dc9f92903c2d15243e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.75524da74c8427faada874289db9595b2831263a.tgz","fileCount":907,"integrity":"sha512-SmOGP55u1uY1DcN/Ut99Y5xPdI2XNu9F7vv2vNF2c9wzFsTa7I4yRYzcQx2Qcmr7wu0VX05/MTwvg5FFzb9Bxw==","signatures":[{"sig":"MEQCICwsM+gGeHjmnDlx/TKl+/mmYwIGLgg8xwSX7DoTbUaLAiA7IqoeDzZPMYpnM4BwOdffiDIt9cBvoHKLGOleUdIwjg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783255},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"75524da74c8427faada874289db9595b2831263a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.75524da74c8427faada874289db9595b2831263a","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.75524da74c8427faada874289db9595b2831263a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.75524da74c8427faada874289db9595b2831263a","@strapi/types":"0.0.0-experimental.75524da74c8427faada874289db9595b2831263a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.75524da74c8427faada874289db9595b2831263a_1757058149200_0.24721742816789805","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.f0bfcece1007e5aa527570187635aefc86db536e":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f0bfcece1007e5aa527570187635aefc86db536e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f0bfcece1007e5aa527570187635aefc86db536e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d7938b7361aa0ecee2a414739536405167ec4455","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f0bfcece1007e5aa527570187635aefc86db536e.tgz","fileCount":907,"integrity":"sha512-fCgRsvDz2AXv6ji4Lru3vFHqo4rpVSSORj/aX5VwZUuY5LP84wnHQOSIlWiA9L4Pw2IVlReTmFcOPMjPy6CtEw==","signatures":[{"sig":"MEQCIC6HUbCegk8lHlJGRNrEBfwTjcEHdI3wjXz8NPiOm7cTAiAPZIvct7GVsvNScRd/kzD5KCslCEQfk95uqTmJwZqbzw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783618},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f0bfcece1007e5aa527570187635aefc86db536e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.f0bfcece1007e5aa527570187635aefc86db536e","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.f0bfcece1007e5aa527570187635aefc86db536e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f0bfcece1007e5aa527570187635aefc86db536e","@strapi/types":"0.0.0-next.f0bfcece1007e5aa527570187635aefc86db536e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f0bfcece1007e5aa527570187635aefc86db536e_1757118732979_0.6149441849524675","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d9724d67b33363354d7171a9f2265e1c42485e13":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d9724d67b33363354d7171a9f2265e1c42485e13","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d9724d67b33363354d7171a9f2265e1c42485e13","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7eb5e1593d4ad100948361e94b6898887f78cfcd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d9724d67b33363354d7171a9f2265e1c42485e13.tgz","fileCount":907,"integrity":"sha512-4pvL8IiA/ZxMte7Sah/0U408ABcrpl0fc4w9KLZ9EhYxfoQotY9hGuG9ciyFF9QNpgE+G+2qLG0Hp1LyBubIXg==","signatures":[{"sig":"MEYCIQDoIx7wLVIFQ8xWfA9lQbX1eF6gRMOXR0ZLkkPA04uFuQIhANzMch5nwZD5H1C5lXiEXZI4m18L7pgjRagZKU+QWW/l","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783658},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d9724d67b33363354d7171a9f2265e1c42485e13","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.d9724d67b33363354d7171a9f2265e1c42485e13","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d9724d67b33363354d7171a9f2265e1c42485e13","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d9724d67b33363354d7171a9f2265e1c42485e13","@strapi/types":"0.0.0-experimental.d9724d67b33363354d7171a9f2265e1c42485e13","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d9724d67b33363354d7171a9f2265e1c42485e13_1757350246881_0.8843567353525352","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.d9724d67b33363354d7171a9f2265e1c42485e13":{"name":"@strapi/content-type-builder","version":"0.0.0-next.d9724d67b33363354d7171a9f2265e1c42485e13","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.d9724d67b33363354d7171a9f2265e1c42485e13","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b9d744a41fbce92d5086ec04fd78f72089650cad","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.d9724d67b33363354d7171a9f2265e1c42485e13.tgz","fileCount":907,"integrity":"sha512-R/fKD3r5SqVXbxH6h7k8ZUcPB+RDCEM7otxVw/tqr9cdSuPVae8Lc0t6G80FEaxGj5aIr49a8rC60cFNJUuEgw==","signatures":[{"sig":"MEUCIQCssj9TSpyDRncoy7YX0ThSKNiB1e/yl6cK3B5ddPWegQIgJDoUIa9m2txgzisMLdzMW+3E26fY1EFyRwT44+WpyEE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783618},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d9724d67b33363354d7171a9f2265e1c42485e13","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.d9724d67b33363354d7171a9f2265e1c42485e13","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.d9724d67b33363354d7171a9f2265e1c42485e13","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.d9724d67b33363354d7171a9f2265e1c42485e13","@strapi/types":"0.0.0-next.d9724d67b33363354d7171a9f2265e1c42485e13","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.d9724d67b33363354d7171a9f2265e1c42485e13_1757378017131_0.6697874618232216","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.3cb2a2d64e53c5083ad5e69b51a4e4af93a789d4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3cb2a2d64e53c5083ad5e69b51a4e4af93a789d4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3cb2a2d64e53c5083ad5e69b51a4e4af93a789d4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"86854f955a68ed3373dc7468c5f0e0ef1d54ac18","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3cb2a2d64e53c5083ad5e69b51a4e4af93a789d4.tgz","fileCount":1115,"integrity":"sha512-fLlJ93OaUTkt+RqmvX8nrxw4ZC1k3Em0KSTO4sl9cvzVvvo2mjYqkUd0OmUy1IUkYvBQhFPQ+xi5MMKXdq7sMg==","signatures":[{"sig":"MEUCIQD2XxrhiGMLpbcwA1DgaiTg818xQdmxrLPol+Ha3HFXGQIgAap9TI+1TjUTGy2o3zkSsDamIkU3w3mIfS9rwZlCMe8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11131430},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3cb2a2d64e53c5083ad5e69b51a4e4af93a789d4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.4","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.3cb2a2d64e53c5083ad5e69b51a4e4af93a789d4","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.3cb2a2d64e53c5083ad5e69b51a4e4af93a789d4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3cb2a2d64e53c5083ad5e69b51a4e4af93a789d4","@strapi/types":"0.0.0-experimental.3cb2a2d64e53c5083ad5e69b51a4e4af93a789d4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3cb2a2d64e53c5083ad5e69b51a4e4af93a789d4_1757428470107_0.8022683005376248","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.79130900d1d112764eefaff6719704e0a3384e09":{"name":"@strapi/content-type-builder","version":"0.0.0-next.79130900d1d112764eefaff6719704e0a3384e09","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.79130900d1d112764eefaff6719704e0a3384e09","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3fd70ac0c582f7031fcaae9a178ed40eb833cfad","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.79130900d1d112764eefaff6719704e0a3384e09.tgz","fileCount":907,"integrity":"sha512-WoRm+ZoPfcxXLLzOkUvOAnznNb3OS+c0Q+e6eAi7tHA5cfPaxQN5hrMCkg9cfYmf7QGgYMpon6fTwomlt1Q3nQ==","signatures":[{"sig":"MEYCIQCKJkkMLlaT5EXpzvEr3qiRf1mBY/7DAqT/0UNEY0apFwIhAMw6r5PWnnBCFQHrNPu9jNV+FU3FWOBQ1PG6+EXptQLW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783618},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"79130900d1d112764eefaff6719704e0a3384e09","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.79130900d1d112764eefaff6719704e0a3384e09","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.79130900d1d112764eefaff6719704e0a3384e09","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.79130900d1d112764eefaff6719704e0a3384e09","@strapi/types":"0.0.0-next.79130900d1d112764eefaff6719704e0a3384e09","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.79130900d1d112764eefaff6719704e0a3384e09_1757464378924_0.9447937651200129","host":"s3://npm-registry-packages-npm-production"}},"5.23.4":{"name":"@strapi/content-type-builder","version":"5.23.4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.23.4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"28f1ac6d227b24e78531bdce272e087732d9a01f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.23.4.tgz","fileCount":907,"integrity":"sha512-lzpEACIr02HM2fROdpWuGOiCDv8DpdE26V/+U/27outpeTA4CjI8Cz28by7uTgLE6nIgooQsDCowHICTEXpyxw==","signatures":[{"sig":"MEQCIBxAW4X6Cs461m6UpO1BI/flrSJFu17LTBXYDHclb6D7AiBc85CEgN0ZyF97McMsrHRIh9w16CMgoywpRapajijTfA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783393},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"98b3f005c6f6b1fac105fc6e5e615a6ef85bc1a5","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.23.4","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.23.4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.23.4","@strapi/types":"5.23.4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.23.4_1757516176394_0.33252385911786053","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.00b482b8dcda6164537baf70d52b4b2535560c36":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.00b482b8dcda6164537baf70d52b4b2535560c36","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.00b482b8dcda6164537baf70d52b4b2535560c36","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2ddca0ade2efca7aac3ff92cf7356589510031f3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.00b482b8dcda6164537baf70d52b4b2535560c36.tgz","fileCount":907,"integrity":"sha512-YKNNUntlhAIFz3iJgFz4oywNvXs6q/vx38cMKoTZvfccgA5TMfsV+fpqEUlobIy9KuCWeR9MK5LF0qSCbcz+9A==","signatures":[{"sig":"MEUCIQC/OCU0dp97+eQ4+Puhom8wUju4VCfKyok5zw779XJ/KwIgIUsaYMmG4DOwe19WPSNI5GK74NIi5jQyFI3T6LEdU8w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783658},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"00b482b8dcda6164537baf70d52b4b2535560c36","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.00b482b8dcda6164537baf70d52b4b2535560c36","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.00b482b8dcda6164537baf70d52b4b2535560c36","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.00b482b8dcda6164537baf70d52b4b2535560c36","@strapi/types":"0.0.0-experimental.00b482b8dcda6164537baf70d52b4b2535560c36","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.00b482b8dcda6164537baf70d52b4b2535560c36_1757517903179_0.5901199833729602","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.723a1311e3f0f4363e0534936b9b71d699491dfb":{"name":"@strapi/content-type-builder","version":"0.0.0-next.723a1311e3f0f4363e0534936b9b71d699491dfb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.723a1311e3f0f4363e0534936b9b71d699491dfb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2fa738e6067eecb17ccff66e8a6d9aafd5a0b8de","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.723a1311e3f0f4363e0534936b9b71d699491dfb.tgz","fileCount":907,"integrity":"sha512-p0IA42FUVBdE7TkyvIoEhnnUPZMBOXbjYCTa0WeBdz7ofHEov5yHfzI28q97qNF1dcwUJBOV3Tm5S6um5EhkUw==","signatures":[{"sig":"MEYCIQDXcKlFHBt50Wo3b5s8O89aDpUekNpd38yjm8cXpSm/FAIhAO9UUQQIpE+Hl5RNRp5ZHf/sPS9Mb0JYwNXZ6mpIP/t7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783618},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"723a1311e3f0f4363e0534936b9b71d699491dfb","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.723a1311e3f0f4363e0534936b9b71d699491dfb","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.723a1311e3f0f4363e0534936b9b71d699491dfb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.723a1311e3f0f4363e0534936b9b71d699491dfb","@strapi/types":"0.0.0-next.723a1311e3f0f4363e0534936b9b71d699491dfb","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.723a1311e3f0f4363e0534936b9b71d699491dfb_1757550810641_0.046404271984766376","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.9f197efe32a3170748e5e71b4c5c03395f2676b7":{"name":"@strapi/content-type-builder","version":"0.0.0-next.9f197efe32a3170748e5e71b4c5c03395f2676b7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.9f197efe32a3170748e5e71b4c5c03395f2676b7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2c077d53c8da3cd03f906f7318079fcd66e80b27","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.9f197efe32a3170748e5e71b4c5c03395f2676b7.tgz","fileCount":907,"integrity":"sha512-nS3eluSiqi4u88SIwr3UkX+CRjPTWG2AVS9+Zl8KuXpGrA6sFYxsdRA7Lhcru7O9j8C/1xCbCvtX1v0eMtT3gQ==","signatures":[{"sig":"MEUCIQDcDasndSpH13B5LUNgcJIwCIWdPtI6QyGgUpzJVnERTQIgeGSHVqJ5Ay+UaxyF5oIefDO4zrTos3c6fMuhsHAWEjI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783618},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9f197efe32a3170748e5e71b4c5c03395f2676b7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.9f197efe32a3170748e5e71b4c5c03395f2676b7","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.9f197efe32a3170748e5e71b4c5c03395f2676b7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.9f197efe32a3170748e5e71b4c5c03395f2676b7","@strapi/types":"0.0.0-next.9f197efe32a3170748e5e71b4c5c03395f2676b7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.9f197efe32a3170748e5e71b4c5c03395f2676b7_1757637175114_0.7514767211817619","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.9f197efe32a3170748e5e71b4c5c03395f2676b7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9f197efe32a3170748e5e71b4c5c03395f2676b7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9f197efe32a3170748e5e71b4c5c03395f2676b7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"28500b1c409fdcf85fd5e6ff51c2a89cf5a832eb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9f197efe32a3170748e5e71b4c5c03395f2676b7.tgz","fileCount":907,"integrity":"sha512-1eAehEJC9ERPylZ5H9/4xQiCNFjkY/gHF75wuyJ+M3LaFh8tfpKQrw6gDAcICFl8uEclrHsrwVW6Rv5N7w3tlg==","signatures":[{"sig":"MEUCIEAAeTan/bwsslvS2MkjLMIdA22OfnL9kPWBHZYP6j45AiEA1X8bd5ayl6ePDE8eapbYjhqieDpHak2JesSQg+1022U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783658},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9f197efe32a3170748e5e71b4c5c03395f2676b7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.9f197efe32a3170748e5e71b4c5c03395f2676b7","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.9f197efe32a3170748e5e71b4c5c03395f2676b7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9f197efe32a3170748e5e71b4c5c03395f2676b7","@strapi/types":"0.0.0-experimental.9f197efe32a3170748e5e71b4c5c03395f2676b7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9f197efe32a3170748e5e71b4c5c03395f2676b7_1757949633681_0.19167652027829818","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.0d032f7162e466cffad381fdb06c4b14b532c6b6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0d032f7162e466cffad381fdb06c4b14b532c6b6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0d032f7162e466cffad381fdb06c4b14b532c6b6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6b9018792e640e478bbf687b8504cd215080ccea","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0d032f7162e466cffad381fdb06c4b14b532c6b6.tgz","fileCount":907,"integrity":"sha512-8LLkEVtJT+114vyZsJn7dU6CyIWrxx0osMGUdWxmmgedvcfKhFbZ2/S9MgCcf4cSeWcvN8Clkn8EJRyArR2asA==","signatures":[{"sig":"MEUCICAVRZbJakO3JOybJmCOhoAEcpBNhz65K3rRwGPO7rPfAiEAlnBqn9wgBqwO4UkgA5CSm+a6QtORG3ewC92h3FEl7rg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783658},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0d032f7162e466cffad381fdb06c4b14b532c6b6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.0d032f7162e466cffad381fdb06c4b14b532c6b6","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.0d032f7162e466cffad381fdb06c4b14b532c6b6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0d032f7162e466cffad381fdb06c4b14b532c6b6","@strapi/types":"0.0.0-experimental.0d032f7162e466cffad381fdb06c4b14b532c6b6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0d032f7162e466cffad381fdb06c4b14b532c6b6_1757950313674_0.8423273117512935","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.83f23a40206562f4b4916d31f95bf453e8511603":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.83f23a40206562f4b4916d31f95bf453e8511603","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.83f23a40206562f4b4916d31f95bf453e8511603","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4cdda1d134432ab66b3a7550742340d5c2096212","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.83f23a40206562f4b4916d31f95bf453e8511603.tgz","fileCount":907,"integrity":"sha512-G+z7DzyHpB+WdeYQOgCv2UHn6w/GremTolLMXqfrlhbIArD2pozzgCmXb7r4O3r0UIX+YvzJOu8eml0Uqkk8Ig==","signatures":[{"sig":"MEUCIG7HEol7u67fSld3RZJnpQzcUOmzOACfTq1gapMVuwPHAiEA5MXs9W5v7rBRTAhWtpzkwBNJJo+Nr81tkLuAB8l4Gh8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783658},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"83f23a40206562f4b4916d31f95bf453e8511603","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.83f23a40206562f4b4916d31f95bf453e8511603","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.83f23a40206562f4b4916d31f95bf453e8511603","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.83f23a40206562f4b4916d31f95bf453e8511603","@strapi/types":"0.0.0-experimental.83f23a40206562f4b4916d31f95bf453e8511603","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.83f23a40206562f4b4916d31f95bf453e8511603_1758027446473_0.3974583604974211","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.3442fe2854ef8bf2e06b849a61a1e8e757113a47":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3442fe2854ef8bf2e06b849a61a1e8e757113a47","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3442fe2854ef8bf2e06b849a61a1e8e757113a47","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d3a5e7acd5ca5bbaa1c526bdc9b021d2dce65391","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3442fe2854ef8bf2e06b849a61a1e8e757113a47.tgz","fileCount":907,"integrity":"sha512-U4qf45ff+wI4Y/cyJvHVMZdl6aMVYLIvEWbNorwD+z2arsGrfKSu9W6WGpjMVC1AToDn6TheHu5221rP8Zz6Bw==","signatures":[{"sig":"MEYCIQChis0ZdZwr4veXkuswIpFUE1I35NYAkqQkdO8UxJ2mqQIhAKxqci/83VyJJPyNOOrremI3ttKZaTH3/d02qvUSzNJM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783658},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3442fe2854ef8bf2e06b849a61a1e8e757113a47","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.3442fe2854ef8bf2e06b849a61a1e8e757113a47","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.3442fe2854ef8bf2e06b849a61a1e8e757113a47","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3442fe2854ef8bf2e06b849a61a1e8e757113a47","@strapi/types":"0.0.0-experimental.3442fe2854ef8bf2e06b849a61a1e8e757113a47","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3442fe2854ef8bf2e06b849a61a1e8e757113a47_1758035511387_0.7909739131306022","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.6df41d57bcc9a1075bfdf986fe57760632bb78b9":{"name":"@strapi/content-type-builder","version":"0.0.0-next.6df41d57bcc9a1075bfdf986fe57760632bb78b9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.6df41d57bcc9a1075bfdf986fe57760632bb78b9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"703343fdec0453baa89ccdf944cde2927da464e8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.6df41d57bcc9a1075bfdf986fe57760632bb78b9.tgz","fileCount":907,"integrity":"sha512-JcTYQ7Qi9vLDyV+e1HcFY1583uIZ831sAmCUupwGReS/ApkPVHJhqIUlEBAPg/f/BuMAagXfPR1eQ7C6idSvzw==","signatures":[{"sig":"MEYCIQC8/8CKkw2aALgQLHcfdsmOz0M76w11/LRPHDjF0Gk4rAIhAJC3fQY6XqBsmHh4P5X6wFjCaV9pjJkh/mJkcaZ6hQz1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783618},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6df41d57bcc9a1075bfdf986fe57760632bb78b9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.6df41d57bcc9a1075bfdf986fe57760632bb78b9","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.6df41d57bcc9a1075bfdf986fe57760632bb78b9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.6df41d57bcc9a1075bfdf986fe57760632bb78b9","@strapi/types":"0.0.0-next.6df41d57bcc9a1075bfdf986fe57760632bb78b9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.6df41d57bcc9a1075bfdf986fe57760632bb78b9_1758069205495_0.18001792413779394","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8a41bddd1fbbac61aa43a961ea1ff74ac586cf55":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8a41bddd1fbbac61aa43a961ea1ff74ac586cf55","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8a41bddd1fbbac61aa43a961ea1ff74ac586cf55","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"07db7da6f8fb988b26bde878c36ac34506f0d45c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8a41bddd1fbbac61aa43a961ea1ff74ac586cf55.tgz","fileCount":907,"integrity":"sha512-tzqle2PD3d4JJJosfGe0wCtRj7vIv1kinK4sHOH5ulXtmmP/7ex9DtRZ4R6BzG2BtdsoZ49nkexWwcwHlSaPkg==","signatures":[{"sig":"MEQCIAcBLsaMcLkXbnsf7ZWkbp62qf/pQaNUikRZsxtmbXdZAiBNwRVaWpmaMvyEzOlWGb40BmjCOaZzf+ciOaZ1jlBEYA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783658},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8a41bddd1fbbac61aa43a961ea1ff74ac586cf55","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.8a41bddd1fbbac61aa43a961ea1ff74ac586cf55","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.8a41bddd1fbbac61aa43a961ea1ff74ac586cf55","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8a41bddd1fbbac61aa43a961ea1ff74ac586cf55","@strapi/types":"0.0.0-experimental.8a41bddd1fbbac61aa43a961ea1ff74ac586cf55","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8a41bddd1fbbac61aa43a961ea1ff74ac586cf55_1758104807102_0.15750558615977406","host":"s3://npm-registry-packages-npm-production"}},"5.23.5":{"name":"@strapi/content-type-builder","version":"5.23.5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.23.5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c57a43451963683cb7f4c7178aa15523c8304db1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.23.5.tgz","fileCount":907,"integrity":"sha512-rJJtJiKKVfnz61oXTawruplNd79SRMVy8xoZjFWdW+hm6NevUsHw813Lj+ShBd6SJtH6jlsdBRM9e1Y3ryIFzA==","signatures":[{"sig":"MEYCIQC+nIVygAhW+NrqItrPs/+gveFsjCq9OqQBgoAQTckrVQIhAKgYgXrnONxMxpez256C3/DvOq/QDtNEFxjq/Q0JZ+sU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783393},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9846bd24eadef52a9055f62d24edcd4d9d32936e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.23.5","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.23.5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.23.5","@strapi/types":"5.23.5","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.23.5_1758123223374_0.10436021866422673","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.5771a2e1430534dcd034abb693b216b2af3caf75":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5771a2e1430534dcd034abb693b216b2af3caf75","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5771a2e1430534dcd034abb693b216b2af3caf75","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b7d95b99494a01b4ea9e968d621ec4b03d1e72fe","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5771a2e1430534dcd034abb693b216b2af3caf75.tgz","fileCount":907,"integrity":"sha512-GF31ZrP70bCq2If6FzBksym8/K1vsO7+ySSkdStHk44+r3pJ2s2IFUEkq5TmEAIH6NaatuQkWp3i2ZdjzsKycQ==","signatures":[{"sig":"MEUCIQCcN/RNSlJNdePHr7rGB/GvNrXlpP+U7q/hZ5X2dMzswgIgU0jYCxxLv0pSR7/yJA51igTOccDtwFk31i25VfBtM+8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783658},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5771a2e1430534dcd034abb693b216b2af3caf75","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.5771a2e1430534dcd034abb693b216b2af3caf75","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.5771a2e1430534dcd034abb693b216b2af3caf75","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5771a2e1430534dcd034abb693b216b2af3caf75","@strapi/types":"0.0.0-experimental.5771a2e1430534dcd034abb693b216b2af3caf75","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5771a2e1430534dcd034abb693b216b2af3caf75_1758209421348_0.4958156634165505","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.becb1565a20b0d3fbd0e2d79455c09c2f9f46808":{"name":"@strapi/content-type-builder","version":"0.0.0-next.becb1565a20b0d3fbd0e2d79455c09c2f9f46808","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.becb1565a20b0d3fbd0e2d79455c09c2f9f46808","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b82f270111e0c28823e19a24bd418cd1a83fd12d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.becb1565a20b0d3fbd0e2d79455c09c2f9f46808.tgz","fileCount":907,"integrity":"sha512-CF4BUSF9onmFNkWNyuw4qq5YNf0FZPW4k2sDz2Qb5hYWfD6grDgt50fI5/WCn0PGUFPn1r56g3EMkk0zaKIuaw==","signatures":[{"sig":"MEQCIApfQd9tbhMggFDIIciBXxf6oiSzo3eyPlia+lhRPyf2AiAsHFY3aspSnqaRrZOQSKcRaHzU1rQYsMuXu+WstNOXOw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783618},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"becb1565a20b0d3fbd0e2d79455c09c2f9f46808","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.becb1565a20b0d3fbd0e2d79455c09c2f9f46808","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.becb1565a20b0d3fbd0e2d79455c09c2f9f46808","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.becb1565a20b0d3fbd0e2d79455c09c2f9f46808","@strapi/types":"0.0.0-next.becb1565a20b0d3fbd0e2d79455c09c2f9f46808","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.becb1565a20b0d3fbd0e2d79455c09c2f9f46808_1758242015344_0.6298240505041632","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e65c671348c825470427c509f1273497b0b4b828":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e65c671348c825470427c509f1273497b0b4b828","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e65c671348c825470427c509f1273497b0b4b828","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ec3c3b8f1812460b6cdb8d5b9c23b44ad723188f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e65c671348c825470427c509f1273497b0b4b828.tgz","fileCount":907,"integrity":"sha512-rZWIMlT63axZXLFu4wrIRZL4C4DxwuFyLRwlJ8a6/z5BD0V9/Zfbn7E7xSHFdW/C8aLKjYTRNar+GTdc3/CaFA==","signatures":[{"sig":"MEUCIQCBK1ygEVLrF151pQJZyFYEuZeZsGoYrYPI3Optoj+X1QIgOAc20L7V8Sh3Qzu2GhODPgAT0WErk36gk4gtVhgboDo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783658},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e65c671348c825470427c509f1273497b0b4b828","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.e65c671348c825470427c509f1273497b0b4b828","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e65c671348c825470427c509f1273497b0b4b828","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e65c671348c825470427c509f1273497b0b4b828","@strapi/types":"0.0.0-experimental.e65c671348c825470427c509f1273497b0b4b828","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e65c671348c825470427c509f1273497b0b4b828_1758279787587_0.20304511516460422","host":"s3://npm-registry-packages-npm-production"}},"5.23.6":{"name":"@strapi/content-type-builder","version":"5.23.6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.23.6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"37b5ad52e0cb7692697dc5b51983b77e8be35e74","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.23.6.tgz","fileCount":907,"integrity":"sha512-K7ZC2G1b0cBtNx0W8B4GszqTr87mJiJWIWzlKj2+GXJcslK8Zist10HTJFDMYt/4l6q+TFOpT7pWBzYzxVJLwg==","signatures":[{"sig":"MEUCIQCJVi5XULCGLvJpAga6MoOMsa/xrfA5l6Vo5qHCtm5JUQIgMVp/GJdn9cPw7HFLTlJYG/YR8JEMlNyw2wc2fR/8jZ4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783397},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8e481a2778ff4fa5dd75973da1b0496c039b8ea0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.23.6","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.23.6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.23.6","@strapi/types":"5.23.6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.23.6_1758286259736_0.6945576192339311","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.aac81a07a71e5ec63b5ab0e89d27b03eab66d58f":{"name":"@strapi/content-type-builder","version":"0.0.0-next.aac81a07a71e5ec63b5ab0e89d27b03eab66d58f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.aac81a07a71e5ec63b5ab0e89d27b03eab66d58f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6e6be1e05ef5428e79da01533da49c11f6e0d68b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.aac81a07a71e5ec63b5ab0e89d27b03eab66d58f.tgz","fileCount":907,"integrity":"sha512-/lguOor63WzMVQCX5244Av0Lky7Zzv6hvIrnU9ZgYnmDkxEq7YegrZHhexLOmGRjWk6r2MP2Y7S54bTMO9KL/A==","signatures":[{"sig":"MEUCIQCCnVB0IzTN4bNYpL/ypKU0DwdISpszNdkD6m6FzElkdgIgcmrPyrdu3q1c2CQLwLS/V9ROG5StJI8mvJc0sfjI9mk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783622},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"aac81a07a71e5ec63b5ab0e89d27b03eab66d58f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.aac81a07a71e5ec63b5ab0e89d27b03eab66d58f","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.aac81a07a71e5ec63b5ab0e89d27b03eab66d58f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.aac81a07a71e5ec63b5ab0e89d27b03eab66d58f","@strapi/types":"0.0.0-next.aac81a07a71e5ec63b5ab0e89d27b03eab66d58f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.aac81a07a71e5ec63b5ab0e89d27b03eab66d58f_1758328335338_0.27351099330095585","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d23f1485e5669cca1cee1bf5f8168b6b8109b78f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d23f1485e5669cca1cee1bf5f8168b6b8109b78f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d23f1485e5669cca1cee1bf5f8168b6b8109b78f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8c875c61776b531e42021bdfe4b5095902594561","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d23f1485e5669cca1cee1bf5f8168b6b8109b78f.tgz","fileCount":907,"integrity":"sha512-22668zAfhkEZ2R6rhVtOrAylj1y1f7VmZERot7wGQyjQ/dSXWRCTKuxqPeqEfZSM6sc4IAxapqxLFo/asCAsAA==","signatures":[{"sig":"MEUCIF8K4fTi8/7BWuNX67Qz+S12VLYX/S+tQ/l7pg49GNmvAiEAy9FxmWfRUG+9XN1cCPqTss0LkMwYMC8OJes+gqa6F5s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783662},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d23f1485e5669cca1cee1bf5f8168b6b8109b78f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.d23f1485e5669cca1cee1bf5f8168b6b8109b78f","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d23f1485e5669cca1cee1bf5f8168b6b8109b78f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d23f1485e5669cca1cee1bf5f8168b6b8109b78f","@strapi/types":"0.0.0-experimental.d23f1485e5669cca1cee1bf5f8168b6b8109b78f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d23f1485e5669cca1cee1bf5f8168b6b8109b78f_1758622514723_0.8698589676065152","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.d23f1485e5669cca1cee1bf5f8168b6b8109b78f":{"name":"@strapi/content-type-builder","version":"0.0.0-next.d23f1485e5669cca1cee1bf5f8168b6b8109b78f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.d23f1485e5669cca1cee1bf5f8168b6b8109b78f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e87b7c01a324150a1b94312e58412cd7b8bfb519","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.d23f1485e5669cca1cee1bf5f8168b6b8109b78f.tgz","fileCount":907,"integrity":"sha512-J3e7FWCZxHtSwT3EmsBn7eKffSYrQ7wHM+FLdImHTcr9ob/0miidXn8KKFya4kkt7qIGfG7kQC+iYsw64UYfNw==","signatures":[{"sig":"MEYCIQCmI/X21f1m7iWGcPV+tV3uSubDxQkj18WxSVJUimTEqAIhAJysKYiBnrsxymk/Xg8eh9ZQuq3/5naEsljqK8Xlm4tO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783622},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d23f1485e5669cca1cee1bf5f8168b6b8109b78f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.d23f1485e5669cca1cee1bf5f8168b6b8109b78f","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.d23f1485e5669cca1cee1bf5f8168b6b8109b78f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.d23f1485e5669cca1cee1bf5f8168b6b8109b78f","@strapi/types":"0.0.0-next.d23f1485e5669cca1cee1bf5f8168b6b8109b78f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.d23f1485e5669cca1cee1bf5f8168b6b8109b78f_1758673986713_0.3347337035160276","host":"s3://npm-registry-packages-npm-production"}},"5.24.0":{"name":"@strapi/content-type-builder","version":"5.24.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.24.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6c07bd227aa2493461cc83b0b99e48f3c72d3f07","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.24.0.tgz","fileCount":907,"integrity":"sha512-85IE6Gz7J52Y+EYXXZdDJnBonPfQSRvJVpUoGMNDoX7MXhmHM7z01p6zA2dLZ+HeCzYecV50r/0KknHhCGBReg==","signatures":[{"sig":"MEUCIQDGJf4DjaOvnEudwqr0h2L3+50FbjwJbwE1r6lKiiFIxQIgVUHXuZzwxFvg6P6YYowuXGGNkpDMQ2PgZb7NsHhS404=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783397},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"628d1ac60079ce8d4ff5801cadbf03ed79869116","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"deprecated":"Please revert to 5.23.6, this version has a build issue.","repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.24.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.24.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.24.0","@strapi/types":"5.24.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.24.0_1758719264201_0.23445909768606277","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.281b331dc777a6a76694c122f7d1d9bc8c783747":{"name":"@strapi/content-type-builder","version":"0.0.0-next.281b331dc777a6a76694c122f7d1d9bc8c783747","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.281b331dc777a6a76694c122f7d1d9bc8c783747","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8c0d85a29f76668703f7d35a691a515f7a2d264a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.281b331dc777a6a76694c122f7d1d9bc8c783747.tgz","fileCount":907,"integrity":"sha512-WBD1u2J/XnqpRDf9h85+gGDC7CRb3qEATBZeI7l8tc9nUR3jeDZs8HMkDLDv2mXc3/hOsCZCEau3d9mhuFpzqg==","signatures":[{"sig":"MEUCIEycxYLNERT9v5i9SEKfVM0SX49zfLmeVlB874ZEwanFAiEAkBa6HDzrOSQeKBUXxssg70S2cGatG4Ttdhs0FsdsdcI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783622},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"281b331dc777a6a76694c122f7d1d9bc8c783747","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.281b331dc777a6a76694c122f7d1d9bc8c783747","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.281b331dc777a6a76694c122f7d1d9bc8c783747","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.281b331dc777a6a76694c122f7d1d9bc8c783747","@strapi/types":"0.0.0-next.281b331dc777a6a76694c122f7d1d9bc8c783747","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.281b331dc777a6a76694c122f7d1d9bc8c783747_1758760415211_0.09586459837199546","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a1b9cf7971f495cb61c820da5fd4719066894c38":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a1b9cf7971f495cb61c820da5fd4719066894c38","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a1b9cf7971f495cb61c820da5fd4719066894c38","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f6324cb070e5bd65e663fdb5dbb5e611336b6173","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a1b9cf7971f495cb61c820da5fd4719066894c38.tgz","fileCount":907,"integrity":"sha512-jZxmYhdrH8e1LCNWYOSuF371/gynzRxb2ngeSNyKr4UCkCaFJEog5TgsqJUugdsNW/6ozD+5c2CDhM8lc47Cfw==","signatures":[{"sig":"MEUCICbFDcZYfhGpvP7bvl3UjXoEFhgNkYN97aqn0AHi5vcXAiEAukGfiCRKgVXJlO9uR3WSw6MFHpwPk4vOGIB6rJpuB8c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783662},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a1b9cf7971f495cb61c820da5fd4719066894c38","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.a1b9cf7971f495cb61c820da5fd4719066894c38","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.a1b9cf7971f495cb61c820da5fd4719066894c38","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a1b9cf7971f495cb61c820da5fd4719066894c38","@strapi/types":"0.0.0-experimental.a1b9cf7971f495cb61c820da5fd4719066894c38","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a1b9cf7971f495cb61c820da5fd4719066894c38_1758788185216_0.7398794649983571","host":"s3://npm-registry-packages-npm-production"}},"5.24.1":{"name":"@strapi/content-type-builder","version":"5.24.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.24.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d0a41d629769fe7ae9342756c4503360547ef650","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.24.1.tgz","fileCount":907,"integrity":"sha512-Ayq51V+kRvkNRBGDXSKyYYG1qisFHOBhqCgPGAq5vEXYO5Iysh9lbDwd3fnOZjo2AnFSBeEhaQtpyr/W4JfgvA==","signatures":[{"sig":"MEYCIQD7pt0PO49ohJOOnnWZCKN46d3TdpVDx7881PlHXavy6QIhAMPFOwjJ25WuAuipfIfBzMXOZSPv7faxo2G1ZpvektUz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783397},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ff1eac610b7c8639ee13dd54714450d243aa6650","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"deprecated":"This version is deprecated and should not be used.","repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.24.1","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.24.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.24.1","@strapi/types":"5.24.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.24.1_1758797924360_0.39742726095992276","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.86f7c82a340bd1cb833f5f785b8001df5461c5a9":{"name":"@strapi/content-type-builder","version":"0.0.0-next.86f7c82a340bd1cb833f5f785b8001df5461c5a9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.86f7c82a340bd1cb833f5f785b8001df5461c5a9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ea3d4da6954834f9a92320646f7f20f302839d94","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.86f7c82a340bd1cb833f5f785b8001df5461c5a9.tgz","fileCount":907,"integrity":"sha512-3ooEmkqyYinIO9t+eeD/bwuT5ZgjDXWowbrwoTAgHsOsMYIWAP4SXjUDUm72b1GdqSDLF+gUzJsJN+8lGjIYAg==","signatures":[{"sig":"MEYCIQCJNwuCIKrs8xGABDfLfh/w0Nuz/BY4fpY4AGp3lsi1LAIhAPw5v02AzM1wvu5ogXgl740G3xjTqrFLUJ1EWq1AARqF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783622},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"86f7c82a340bd1cb833f5f785b8001df5461c5a9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-next.86f7c82a340bd1cb833f5f785b8001df5461c5a9","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.86f7c82a340bd1cb833f5f785b8001df5461c5a9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.86f7c82a340bd1cb833f5f785b8001df5461c5a9","@strapi/types":"0.0.0-next.86f7c82a340bd1cb833f5f785b8001df5461c5a9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.86f7c82a340bd1cb833f5f785b8001df5461c5a9_1758846796408_0.3925693144202702","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.fabc1d11d851a17662804b9cfcc3e1e8c89252ac":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fabc1d11d851a17662804b9cfcc3e1e8c89252ac","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fabc1d11d851a17662804b9cfcc3e1e8c89252ac","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4fd0906fb054e02b3d157338daa970b6f995e2f7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fabc1d11d851a17662804b9cfcc3e1e8c89252ac.tgz","fileCount":1111,"integrity":"sha512-nfrhLp9RXrIV8Oxr59pgX/M4Foo8PJnIMmurV4fKeCbzF/l8+553oLmp2n90awTr4axtPrv9R0gRTeRamlnIDA==","signatures":[{"sig":"MEQCIGhr2EtHb9QWmmDn0s7l8xvJO3NiiWEjBdWrhcLBHVLWAiAtp9JLGB6HZCp2yaAc3e6Muwz3kcBbKjal4Nq6NQBvEA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11131837},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fabc1d11d851a17662804b9cfcc3e1e8c89252ac","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.fabc1d11d851a17662804b9cfcc3e1e8c89252ac","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.fabc1d11d851a17662804b9cfcc3e1e8c89252ac","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fabc1d11d851a17662804b9cfcc3e1e8c89252ac","@strapi/types":"0.0.0-experimental.fabc1d11d851a17662804b9cfcc3e1e8c89252ac","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fabc1d11d851a17662804b9cfcc3e1e8c89252ac_1758887626276_0.08028730088693847","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e":{"name":"@strapi/content-type-builder","version":"0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6c37d2d27d811dbcad858a49eb6ab66bb621efe9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e.tgz","fileCount":907,"integrity":"sha512-ygtqPOGU561vlWgYj4AbwQG4VOjnZqsM5bIK42FX58PD8+KXf4H0AVpeudSL3pPVkkcAR+0WvJpQ1yokbRRFVQ==","signatures":[{"sig":"MEUCIQCUm0c3g0CGiY/88sYeLZq9QGAGgOveRjr6DH5WnKl6QQIgNEQxmu9nvpAyCj00X81T7We0mNRJlcixytlepdqkfl4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783622},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e","@strapi/types":"0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e_1758933161683_0.4687687274042891","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e1190a18a42ad50bfe5e11f6bc26bba8d50fee80":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e1190a18a42ad50bfe5e11f6bc26bba8d50fee80","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e1190a18a42ad50bfe5e11f6bc26bba8d50fee80","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5e42a1ff1b735a4d0fef9bf9d7cca6a525debde8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e1190a18a42ad50bfe5e11f6bc26bba8d50fee80.tgz","fileCount":1110,"integrity":"sha512-ppuJ3V2Cki/oK6jUSZj0z1Kh7ehUyFt61b7OeNcIkQPXExmYGKln5Lxpkw1M5YVUc+CyYnKCClGNasjDdy2AjA==","signatures":[{"sig":"MEYCIQD19ghIjJpuf6ClfoewE5Zvr8YQto5FLYG2wMsiTQjgewIhAKNWO474CdSNHVLPVCdliRvE63mpbIcTezQEaPtSHect","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11146562},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e1190a18a42ad50bfe5e11f6bc26bba8d50fee80","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.e1190a18a42ad50bfe5e11f6bc26bba8d50fee80","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e1190a18a42ad50bfe5e11f6bc26bba8d50fee80","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e1190a18a42ad50bfe5e11f6bc26bba8d50fee80","@strapi/types":"0.0.0-experimental.e1190a18a42ad50bfe5e11f6bc26bba8d50fee80","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e1190a18a42ad50bfe5e11f6bc26bba8d50fee80_1759141843244_0.7421762868941291","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.5012b17fdc42545b7826f8fab2f323ecbd113cc3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5012b17fdc42545b7826f8fab2f323ecbd113cc3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5012b17fdc42545b7826f8fab2f323ecbd113cc3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1e8c53f9a9d4481371ff03f05f23403bd977afcd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5012b17fdc42545b7826f8fab2f323ecbd113cc3.tgz","fileCount":907,"integrity":"sha512-i3UUC44O7XlgQk15roQ5h/l8sNOByXQ57HngVsrYoXpXRVntd9HDBZTb25AUeQeAltP48pNfWTwErsYGMato1Q==","signatures":[{"sig":"MEYCIQCUwakpDUnONaYAqZjRW5ce83QvH46Otl36zgsp43cHSwIhAKb+fSxBCOt6HCtIcak7u1UNEOjKiywfEnNOymZ8stti","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783620},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5012b17fdc42545b7826f8fab2f323ecbd113cc3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.5012b17fdc42545b7826f8fab2f323ecbd113cc3","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.5012b17fdc42545b7826f8fab2f323ecbd113cc3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5012b17fdc42545b7826f8fab2f323ecbd113cc3","@strapi/types":"0.0.0-experimental.5012b17fdc42545b7826f8fab2f323ecbd113cc3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5012b17fdc42545b7826f8fab2f323ecbd113cc3_1759149793606_0.3476973260905285","host":"s3://npm-registry-packages-npm-production"}},"5.24.2":{"name":"@strapi/content-type-builder","version":"5.24.2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.24.2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e83a475f3e96dcbf43c6b8de97c0096347af053c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.24.2.tgz","fileCount":907,"integrity":"sha512-M38+wrZN+3EcJatgWBpNZNXNG1xX6L7se+HUowXel3doISWjAwxp6yjmF+f158Jxglh5IW+vX2OmOsQYTUEidA==","signatures":[{"sig":"MEUCIQDKTwN7ivu1wuz9UY/2HevMICssCJR+xtCTjyJ28IVQYAIgc28yWUldOuC05UPt7Oa19OznoFPbdqfqAtnUQJRDG7Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783397},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"69554ba2944d646eeca71f05ac13d4572c8428ca","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"5.24.2","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.24.2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.24.2","@strapi/types":"5.24.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.24.2_1759158827210_0.350247051705898","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.de7aa8b6d2161b0be06244360caa235b8619d823":{"name":"@strapi/content-type-builder","version":"0.0.0-next.de7aa8b6d2161b0be06244360caa235b8619d823","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.de7aa8b6d2161b0be06244360caa235b8619d823","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fc439b18f01810bddb379cef0ead8ecdba47a48c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.de7aa8b6d2161b0be06244360caa235b8619d823.tgz","fileCount":907,"integrity":"sha512-/zbhol7eFPG3be7F9kUXWqq7DfefKQdFmhhaK2l/DCm6Jw/Iq8F6dcR/h/Ui5Jwrz5fEyAkajIYwOs46M73KcQ==","signatures":[{"sig":"MEYCIQCWfzpSlLtADHDsOsLQYJowqLpj8KBQswKoyYBufpLtpgIhAKDsBoIZUZbTzN43CJIPTN97oUyYpFuAsMYCcfJNSus4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783622},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"de7aa8b6d2161b0be06244360caa235b8619d823","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.de7aa8b6d2161b0be06244360caa235b8619d823","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.de7aa8b6d2161b0be06244360caa235b8619d823","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.de7aa8b6d2161b0be06244360caa235b8619d823","@strapi/types":"0.0.0-next.de7aa8b6d2161b0be06244360caa235b8619d823","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.de7aa8b6d2161b0be06244360caa235b8619d823_1759192429721_0.4535948885901415","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.de7aa8b6d2161b0be06244360caa235b8619d823":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.de7aa8b6d2161b0be06244360caa235b8619d823","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.de7aa8b6d2161b0be06244360caa235b8619d823","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6286a2f646f9b1180be1784c7ecfe97ed0edd419","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.de7aa8b6d2161b0be06244360caa235b8619d823.tgz","fileCount":907,"integrity":"sha512-35KedtpYLs0+5TE1wMZboIBOvsV5JJNPU+zgBpwY+DImV/DuVXRBWtiTP/UjCQB631y4MmeRzwHcfTtde5f2Bw==","signatures":[{"sig":"MEUCIGPzkMceF5+eeO7eRC8ux81QP2xgUUrHLOY5CYdRrUpIAiEAvHRWC+YEwae85j84Z01KypXXY2pMT6zZBosLa2QV2d0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783662},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"de7aa8b6d2161b0be06244360caa235b8619d823","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.de7aa8b6d2161b0be06244360caa235b8619d823","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.de7aa8b6d2161b0be06244360caa235b8619d823","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.de7aa8b6d2161b0be06244360caa235b8619d823","@strapi/types":"0.0.0-experimental.de7aa8b6d2161b0be06244360caa235b8619d823","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.de7aa8b6d2161b0be06244360caa235b8619d823_1759220609146_0.028329061074497508","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ce5faa6c7fd5c9ab2a256f4595ef938ce908c95a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ce5faa6c7fd5c9ab2a256f4595ef938ce908c95a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ce5faa6c7fd5c9ab2a256f4595ef938ce908c95a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2ef9b4bec019e0ed5fcb4e8cc4cf09a6ebbddbd8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ce5faa6c7fd5c9ab2a256f4595ef938ce908c95a.tgz","fileCount":1110,"integrity":"sha512-IWNyATvIhgkXBTrQP5cUw2Nv3rofvg+zIy0udzjcmhvVnGSKP1dfctec5zGf1Iqvt8gjAB9+ZXO50SJu6sG+cw==","signatures":[{"sig":"MEQCIBJtGGJWlOm47kw1GYl9JAQqLIvB5/z/gqvxfX9eMIPQAiB6M7qOv7DVUshyQgGQ05uIn9ZAYWqZn/58ibUa3mj9fQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11146562},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ce5faa6c7fd5c9ab2a256f4595ef938ce908c95a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.ce5faa6c7fd5c9ab2a256f4595ef938ce908c95a","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ce5faa6c7fd5c9ab2a256f4595ef938ce908c95a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ce5faa6c7fd5c9ab2a256f4595ef938ce908c95a","@strapi/types":"0.0.0-experimental.ce5faa6c7fd5c9ab2a256f4595ef938ce908c95a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ce5faa6c7fd5c9ab2a256f4595ef938ce908c95a_1759235470788_0.4906332849254327","host":"s3://npm-registry-packages-npm-production"}},"5.25.0":{"name":"@strapi/content-type-builder","version":"5.25.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.25.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d63af6d9a915767bd632affe6646a14e9381350d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.25.0.tgz","fileCount":907,"integrity":"sha512-OdaiMCu6vv/7iHxOBOUfRsmANKQJKNApT+UaAOtL9N72nzY9XwmPPPLWcCsjwUf9pQrJt/V+v4b+QQYIHFCn4w==","signatures":[{"sig":"MEQCIAbtVHDoaChg0/plihmabG/3CR4wAQw5FxXKiCtHiNPsAiBwNdpbUoFhsMhpDqhZtzOmUYEGntUCKodSNXVYY+VwDg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783397},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1dfedfe7441f89787b0458e3d3e41419bea0e284","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"5.25.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.25.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.25.0","@strapi/types":"5.25.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.25.0_1759316409428_0.45606762879312","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.23fd4efd9993254ca1ccfe8d42efef2b62f95cc5":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.23fd4efd9993254ca1ccfe8d42efef2b62f95cc5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.23fd4efd9993254ca1ccfe8d42efef2b62f95cc5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6a4061333cd8f62ab942281a1ccea7f6cec442db","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.23fd4efd9993254ca1ccfe8d42efef2b62f95cc5.tgz","fileCount":1110,"integrity":"sha512-R+bCKGbpE9uTfiTL4CMXK8Vjj8xVJFWQO9bVhciBq6hQsxVij3gVjBsxr6morjFkA+XgnjQi7wBo+JWRiMne/g==","signatures":[{"sig":"MEUCICNE3ZC2nYDGmTwd86uHjt2PIgahoGzSrjOFOcpZJLSIAiEA6ZVK6KKRkGTocwTjFD8nudoPTi5OuOa9sY9gEn4LgSk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11150440},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"23fd4efd9993254ca1ccfe8d42efef2b62f95cc5","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.23fd4efd9993254ca1ccfe8d42efef2b62f95cc5","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.23fd4efd9993254ca1ccfe8d42efef2b62f95cc5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.23fd4efd9993254ca1ccfe8d42efef2b62f95cc5","@strapi/types":"0.0.0-experimental.23fd4efd9993254ca1ccfe8d42efef2b62f95cc5","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.23fd4efd9993254ca1ccfe8d42efef2b62f95cc5_1759321426134_0.023250368073521432","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.97d8e30d2c8447966e01ec3e7ad8596fc4b9bc81":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.97d8e30d2c8447966e01ec3e7ad8596fc4b9bc81","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.97d8e30d2c8447966e01ec3e7ad8596fc4b9bc81","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b740462825e64a7b0d6c255230d9673df2e0b639","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.97d8e30d2c8447966e01ec3e7ad8596fc4b9bc81.tgz","fileCount":1110,"integrity":"sha512-7g6ND9p9YFEVWWeE//VriX63ZkiLb2EM3NBf8ThYKtOnFv0d1/M5AEsWDMdVNm9pJMyrY94yWIdaTCv0EGm0OA==","signatures":[{"sig":"MEQCIEA6+aLLagIN0T9K0nbNc3efxBwz213MAnfJk2R1FDHWAiB4jk21KXKPegNrFVbEUH9FFzPDxsH1U+9hVQik1CtAAQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11145062},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"97d8e30d2c8447966e01ec3e7ad8596fc4b9bc81","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.97d8e30d2c8447966e01ec3e7ad8596fc4b9bc81","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.97d8e30d2c8447966e01ec3e7ad8596fc4b9bc81","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.97d8e30d2c8447966e01ec3e7ad8596fc4b9bc81","@strapi/types":"0.0.0-experimental.97d8e30d2c8447966e01ec3e7ad8596fc4b9bc81","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.97d8e30d2c8447966e01ec3e7ad8596fc4b9bc81_1759336074975_0.7906682937221512","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e81b49f196c3dd00856818d61a256a3ff8ec2011":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e81b49f196c3dd00856818d61a256a3ff8ec2011","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e81b49f196c3dd00856818d61a256a3ff8ec2011","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"43777b9754b5a2efb3fcaa287f2acee83b78893c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e81b49f196c3dd00856818d61a256a3ff8ec2011.tgz","fileCount":907,"integrity":"sha512-NAyOBt4RmxQpxESy3aqKPR4PmFo6wRyuj3RmM1f5GTHqXBU2RLJ2yEIRlH/q8LJ9xmh/l4/msCUn508Ln/mmJg==","signatures":[{"sig":"MEQCIG665izSOkn5d0/aWHmKQbSWN1LQWqsnyHJFMnEDajdtAiBNW/QI7WayHn5NRgl4KzcebE5nbFb+j6P6bKZ9JugWAg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783662},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e81b49f196c3dd00856818d61a256a3ff8ec2011","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.e81b49f196c3dd00856818d61a256a3ff8ec2011","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e81b49f196c3dd00856818d61a256a3ff8ec2011","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e81b49f196c3dd00856818d61a256a3ff8ec2011","@strapi/types":"0.0.0-experimental.e81b49f196c3dd00856818d61a256a3ff8ec2011","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e81b49f196c3dd00856818d61a256a3ff8ec2011_1759341767468_0.2966314691042735","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.0ef52256bbcb9fb8e0689f4b51a6e8356f520184":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0ef52256bbcb9fb8e0689f4b51a6e8356f520184","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0ef52256bbcb9fb8e0689f4b51a6e8356f520184","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f7ed54353dd2bfe1419dec24b9255f7c2ce6e933","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0ef52256bbcb9fb8e0689f4b51a6e8356f520184.tgz","fileCount":907,"integrity":"sha512-otCa3vNSsCTE6FTQov9dy01QaSvfG23UYRkDmeF609IckiIwrLp0pibcmrCz5GifP9AktrLO7RmHc9R/9I4KkA==","signatures":[{"sig":"MEYCIQD10DyggC5vyuXk7Iip5dm19liwm7U3mXgG4VpjPNvliQIhAIZnI1OXnugyeq9Kqifhw7aiLgl/5m8h/EQTQZkaoBw/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783620},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0ef52256bbcb9fb8e0689f4b51a6e8356f520184","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.0ef52256bbcb9fb8e0689f4b51a6e8356f520184","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.0ef52256bbcb9fb8e0689f4b51a6e8356f520184","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0ef52256bbcb9fb8e0689f4b51a6e8356f520184","@strapi/types":"0.0.0-experimental.0ef52256bbcb9fb8e0689f4b51a6e8356f520184","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0ef52256bbcb9fb8e0689f4b51a6e8356f520184_1759344740645_0.45746030225865497","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.73c6a77641373a80d30f9caed8985f2a9dcf3d85":{"name":"@strapi/content-type-builder","version":"0.0.0-next.73c6a77641373a80d30f9caed8985f2a9dcf3d85","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.73c6a77641373a80d30f9caed8985f2a9dcf3d85","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"927008e476d0ab7da323119f12285e13846ea60f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.73c6a77641373a80d30f9caed8985f2a9dcf3d85.tgz","fileCount":907,"integrity":"sha512-5s+vQ4DOOxM902K9a1qTbjav0e+oYLXE7bxcwPuNLzR71KyiDpvkjZnA4B1fSinVptqEbAY9Q3FYKIiYS27Yxg==","signatures":[{"sig":"MEUCIQCSmuSHU4NfuUc8HLOHSGLqzX59LFiyRUSYkH7+Piw+wgIgLa843NTCmhVT82W9TuQHNpLleXVN4+Rjz5ya/9bg/KA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9783622},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"73c6a77641373a80d30f9caed8985f2a9dcf3d85","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","react-intl":"6.6.2","react-redux":"8.1.3","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.73c6a77641373a80d30f9caed8985f2a9dcf3d85","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.73c6a77641373a80d30f9caed8985f2a9dcf3d85","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.73c6a77641373a80d30f9caed8985f2a9dcf3d85","@strapi/types":"0.0.0-next.73c6a77641373a80d30f9caed8985f2a9dcf3d85","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.73c6a77641373a80d30f9caed8985f2a9dcf3d85_1759365140074_0.7973545152731198","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.2d48f8b1017159ba014b16697d04b94fd61284c4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2d48f8b1017159ba014b16697d04b94fd61284c4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2d48f8b1017159ba014b16697d04b94fd61284c4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ba14357c909486af5b7bc7ca409ee4d7e5f2d5a0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2d48f8b1017159ba014b16697d04b94fd61284c4.tgz","fileCount":1110,"integrity":"sha512-39R9mUs03r/3+OkJeU6KCNs0o9qc31s6ok6n1NArGbACloWA/sqbBSsv/zfoFnog0exmacYz8CTUeg0lUgf0cw==","signatures":[{"sig":"MEUCIA72vDnpc77EBC0xVwepybyQYBc3L/5xoDbCPjyMsdHIAiEA50UoF0WWuFRZ+z1iMGocLPDHqlUE30RA+gsR5mXwz4s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11145062},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2d48f8b1017159ba014b16697d04b94fd61284c4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.29","@strapi/utils":"0.0.0-experimental.2d48f8b1017159ba014b16697d04b94fd61284c4","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.2d48f8b1017159ba014b16697d04b94fd61284c4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2d48f8b1017159ba014b16697d04b94fd61284c4","@strapi/types":"0.0.0-experimental.2d48f8b1017159ba014b16697d04b94fd61284c4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2d48f8b1017159ba014b16697d04b94fd61284c4_1759400792557_0.8157255828756165","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4ff180976b1be40e63c8c7b15ae8cbb37c60c348","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266.tgz","fileCount":1110,"integrity":"sha512-Q/S7owtSHZGmpkNlUth1L62a0vxzUFYTgP8f8ITHjwIk3npwvzsKSgx6gcdes4GdMzvHyuaNfCllidGn2gM10Q==","signatures":[{"sig":"MEQCIHbHk6gH/Rx8LuUsrDoViK/AKZVX0ytpxbYkkC8p6W2sAiAmesCviPGrsQZNYlgYfA3NTqm4iGefQfr3szNBxLAgtQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11150442},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8b11c0eca020d4c84f17c9f06f36fb9c87fb3266","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266","@strapi/types":"0.0.0-experimental.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266_1759404342225_0.04062676932183629","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.9b368058b6f2b1a6af59c16e70b760d267c37afb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9b368058b6f2b1a6af59c16e70b760d267c37afb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9b368058b6f2b1a6af59c16e70b760d267c37afb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"71e86fd189940f7862e6ead41ddfb8f1c0240ec8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9b368058b6f2b1a6af59c16e70b760d267c37afb.tgz","fileCount":1110,"integrity":"sha512-iAl0drUPzwzYtCcY9Y0axMr1UKA6H7dl70z+3CrX6ycQjptlUZsPfActS3t5DQAIHws1hUEknmkEkuDDAvwKvQ==","signatures":[{"sig":"MEQCIEjTRRVI3H0DlB/hOpRFqUiOLfgPw8CyGr7ewllKCyKbAiB/3P92Tedp+CjfDTF7r1xukd8woL66wBSMO/RWuLaDfQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11150502},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9b368058b6f2b1a6af59c16e70b760d267c37afb","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.9b368058b6f2b1a6af59c16e70b760d267c37afb","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.9b368058b6f2b1a6af59c16e70b760d267c37afb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9b368058b6f2b1a6af59c16e70b760d267c37afb","@strapi/types":"0.0.0-experimental.9b368058b6f2b1a6af59c16e70b760d267c37afb","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9b368058b6f2b1a6af59c16e70b760d267c37afb_1759412039622_0.34552292853815514","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e2470e445250122b296c35dbfbe37b30b02d058e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e2470e445250122b296c35dbfbe37b30b02d058e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e2470e445250122b296c35dbfbe37b30b02d058e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"802f819346a0de316a9d519368c18674bc29396e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e2470e445250122b296c35dbfbe37b30b02d058e.tgz","fileCount":1110,"integrity":"sha512-iw0y4dwovwKXy1VTkXA8KVYei5N91BxMicXUxtZNyCM2qqIHimO/8ZAe87gfRTCvsJ8R9kkzc1IEzx3qyLzZ0g==","signatures":[{"sig":"MEUCIQDrxdYkOAprmoM5Ox6DKdcUzgLUA1CpY8doKwHXPF0wgAIgQiB0z7+BR8JIJdas3g67Iz7R7e8DpUBOVI66LeZZvj8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153844},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e2470e445250122b296c35dbfbe37b30b02d058e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.e2470e445250122b296c35dbfbe37b30b02d058e","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e2470e445250122b296c35dbfbe37b30b02d058e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e2470e445250122b296c35dbfbe37b30b02d058e","@strapi/types":"0.0.0-experimental.e2470e445250122b296c35dbfbe37b30b02d058e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e2470e445250122b296c35dbfbe37b30b02d058e_1759416210256_0.9903146249800947","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266":{"name":"@strapi/content-type-builder","version":"0.0.0-next.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"69c3eea63fbd45285e58bfe8004c9cbd3bb0e26f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266.tgz","fileCount":1110,"integrity":"sha512-LVq4hD9wK82jSbailemH2YrNUnsGwoKAUsY+wGDcKBVoV2Lb28PYtqCofkOz13EbfGEKOPdJqvzOZ7m7Km4LGg==","signatures":[{"sig":"MEUCIQD//Yty4sF/4cdtqVEgrVzPZFNqX7ZhaOPLjiGVzr4xAAIgAlE1rTuK98FY3ASVn4EVjvzhGyDVmyiaWFtVcOB1WV8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11150402},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8b11c0eca020d4c84f17c9f06f36fb9c87fb3266","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266","@strapi/types":"0.0.0-next.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266_1759451535043_0.0028350341879896934","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.787b5dd204c2d1e78f3cf56858edef7fc23b64ba":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.787b5dd204c2d1e78f3cf56858edef7fc23b64ba","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.787b5dd204c2d1e78f3cf56858edef7fc23b64ba","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9f40707c178b338b56286823f4bd5fb2e069a5fb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.787b5dd204c2d1e78f3cf56858edef7fc23b64ba.tgz","fileCount":1110,"integrity":"sha512-xlnrVzy58hAYsIXi+ZKXT9MO598hS6Ocuaa6xNTUmQe2sL2wYZiEPv/Y/76tuzysAHgOKAjA9tNzvmJBw62nDQ==","signatures":[{"sig":"MEUCIDnN/5MhQuC3+m5VxS4MnJo0TabnkZYFaitibPRV95SmAiEA1aFJe9hKO+DkPY6PRveE8a1bLLmAiN6Z7SZo1gKa4wc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153844},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"787b5dd204c2d1e78f3cf56858edef7fc23b64ba","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.787b5dd204c2d1e78f3cf56858edef7fc23b64ba","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.787b5dd204c2d1e78f3cf56858edef7fc23b64ba","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.787b5dd204c2d1e78f3cf56858edef7fc23b64ba","@strapi/types":"0.0.0-experimental.787b5dd204c2d1e78f3cf56858edef7fc23b64ba","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.787b5dd204c2d1e78f3cf56858edef7fc23b64ba_1759506247795_0.5621796399444636","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.22a391ec07f14c56075d175b19d103b4d28afec4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.22a391ec07f14c56075d175b19d103b4d28afec4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.22a391ec07f14c56075d175b19d103b4d28afec4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1e0dbe1e71c9a83c3d34e80fefcb54c7865e9e83","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.22a391ec07f14c56075d175b19d103b4d28afec4.tgz","fileCount":1110,"integrity":"sha512-OiredqANlym9oIn91yYJFomi/mI2r9SETP76Hl+pWJkfc0dy5K4NZlMluoLQyzNi/EvKnHRVmyKSl4o0Bls+KA==","signatures":[{"sig":"MEUCIQClRgqyxqE5KAM4w+1IIHvyaijk5JPVIWY5NgkKENpojwIgFr2LknfLO6VJmvPGdKc2wsa3fwjG0zYG95ufTGU64GU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11150442},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"22a391ec07f14c56075d175b19d103b4d28afec4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.22a391ec07f14c56075d175b19d103b4d28afec4","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.22a391ec07f14c56075d175b19d103b4d28afec4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.22a391ec07f14c56075d175b19d103b4d28afec4","@strapi/types":"0.0.0-experimental.22a391ec07f14c56075d175b19d103b4d28afec4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.22a391ec07f14c56075d175b19d103b4d28afec4_1759740236073_0.1308833147921502","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.59c74df413b490d3b2a8de117a803480a61c4f0e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.59c74df413b490d3b2a8de117a803480a61c4f0e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.59c74df413b490d3b2a8de117a803480a61c4f0e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"123c074a4810f35426b6857538306ee2b3be50f4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.59c74df413b490d3b2a8de117a803480a61c4f0e.tgz","fileCount":1110,"integrity":"sha512-iSJCjt2s1r5dugk/rTvdBG517DZvFrINOxTqs/woXTDRK3RbZd5abjvWc1EIx4Uz3RO4qgp+VdtsjzfkoFRpKA==","signatures":[{"sig":"MEUCIQD6Zml46Xu+4sxSB3EDWXTA+hNSxZyskmwEVqYLJ4WgWgIgQ/Zab5N3YWrSBNuR3L9xMnk9XHGDJ5DsprdJPynayyA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11151766},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"59c74df413b490d3b2a8de117a803480a61c4f0e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.59c74df413b490d3b2a8de117a803480a61c4f0e","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.59c74df413b490d3b2a8de117a803480a61c4f0e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.59c74df413b490d3b2a8de117a803480a61c4f0e","@strapi/types":"0.0.0-experimental.59c74df413b490d3b2a8de117a803480a61c4f0e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.59c74df413b490d3b2a8de117a803480a61c4f0e_1759755108026_0.571761580898436","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.1f56e9319665c8cc385eb5e4178ceb6741c6d490":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1f56e9319665c8cc385eb5e4178ceb6741c6d490","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1f56e9319665c8cc385eb5e4178ceb6741c6d490","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e4d82b8b478514e7d38dd26c1fecb54ead241d22","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1f56e9319665c8cc385eb5e4178ceb6741c6d490.tgz","fileCount":1110,"integrity":"sha512-vX4Y44c5AoEk8xu5odHy3dR6M4ORwgjDbmrpDgR5M1cVA4Icklj5APgOvaq0gw8DvqtnTCqJpC5TQkIQm568aw==","signatures":[{"sig":"MEQCIBa6kYwSybxsKp/dkwofyCNi3ahdC8SK7uvolLBjXv28AiA5bZmm/88iOgscrGIR8akGTjZTCVe0lR+e8UWrhECmdg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153840},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1f56e9319665c8cc385eb5e4178ceb6741c6d490","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.1f56e9319665c8cc385eb5e4178ceb6741c6d490","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.1f56e9319665c8cc385eb5e4178ceb6741c6d490","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1f56e9319665c8cc385eb5e4178ceb6741c6d490","@strapi/types":"0.0.0-experimental.1f56e9319665c8cc385eb5e4178ceb6741c6d490","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1f56e9319665c8cc385eb5e4178ceb6741c6d490_1759758743121_0.8338717955365671","host":"s3://npm-registry-packages-npm-production"}},"5.26.0":{"name":"@strapi/content-type-builder","version":"5.26.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.26.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d22a3e9e6d3fd2f87e4f11ec292539d30d315083","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.26.0.tgz","fileCount":1110,"integrity":"sha512-4a0iU5APgkPJ5f7aX+U9xN8+b7wkMEcnLQR2hjfxFbUAuoA71JLZ3Z/Qz1bN6rq1FnU94xXNcKHhuE6V08zYLw==","signatures":[{"sig":"MEUCIG+ld6KWQzwBYC77RbuAaedtjVbvXtNFbNnxgRTsni/gAiEAy2FbCP8bsVETSCo2VmcAyEOsHXcKxGK+dJwE00iLJyA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153575},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5484bf09a50fca1e2f7d7a83ac4e78fe3826b06b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"5.26.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.26.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.26.0","@strapi/types":"5.26.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.26.0_1759762590473_0.14270794742751725","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e326c69a49373b420f6566c30aca26f4b6274c6a":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e326c69a49373b420f6566c30aca26f4b6274c6a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e326c69a49373b420f6566c30aca26f4b6274c6a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c0f6e1b944e4790f2b4284c338a96b18cd1402bf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e326c69a49373b420f6566c30aca26f4b6274c6a.tgz","fileCount":1110,"integrity":"sha512-Ku2b3Lfcqewvleey2GqUqtTl6JE39/b+Pgrl05g+TMVuucEBnA/dYemzb3lJJ4g+0WerSW3dEpQSSNeN2dk25g==","signatures":[{"sig":"MEUCIHZAFn2S8qWIJDO515rDLG+l9E+atU0DqIlgMqbvOSumAiEApdT/wF1cSQ3b7BSN4F0NQH8blhSpBtlcAShWrhFbaNc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153758},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e326c69a49373b420f6566c30aca26f4b6274c6a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.e326c69a49373b420f6566c30aca26f4b6274c6a","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.e326c69a49373b420f6566c30aca26f4b6274c6a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e326c69a49373b420f6566c30aca26f4b6274c6a","@strapi/types":"0.0.0-next.e326c69a49373b420f6566c30aca26f4b6274c6a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e326c69a49373b420f6566c30aca26f4b6274c6a_1759797215014_0.24233781225185336","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7343daa7eda92a1367956700ff4685b37c88584f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65.tgz","fileCount":1110,"integrity":"sha512-BrquK5m5TI2WoMSEFa5dIKeiKHxwjuuG3l9RiB7X916MoU7UDA3H09/hMSCXXHNGdVJ5aJdYGKr7J57BDCHmMA==","signatures":[{"sig":"MEQCIH863q4Xa+ub64IjxdJJexOqMh11xo6mTetWJ6izO2BfAiAA95XR8JrLINpjq8TThA/JGPXHUNKc/4fkYEm6xt1Asg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159251},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65","@strapi/types":"0.0.0-experimental.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65_1759832637861_0.8350230103434984","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.79997d8f6ddea2aeda3fa4d9447acf0231a16207":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.79997d8f6ddea2aeda3fa4d9447acf0231a16207","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.79997d8f6ddea2aeda3fa4d9447acf0231a16207","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a34f7a6d8f39b1a9137548294dba3145e12ec01b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.79997d8f6ddea2aeda3fa4d9447acf0231a16207.tgz","fileCount":1110,"integrity":"sha512-zkkQroQQiqzAt/FCnLJ5MUpPvT4gH9tEvctdx+H+B8ERt29CZpSvcU98JxmJBINjQcgACflNfooPapFKn77IAA==","signatures":[{"sig":"MEUCIQDEYhJFB0mm/e/OTJV1qckRNZqsC0Hkr/IYyHuvFdZYiQIgGPIW7Ik3aWxhnrK7+C10XbbmwyGPjS1zhkHwrPca88E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159251},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"79997d8f6ddea2aeda3fa4d9447acf0231a16207","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.79997d8f6ddea2aeda3fa4d9447acf0231a16207","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.79997d8f6ddea2aeda3fa4d9447acf0231a16207","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.79997d8f6ddea2aeda3fa4d9447acf0231a16207","@strapi/types":"0.0.0-experimental.79997d8f6ddea2aeda3fa4d9447acf0231a16207","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.79997d8f6ddea2aeda3fa4d9447acf0231a16207_1759846863447_0.6080173001459273","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.593477f7fc25b581b6188659105f8481fb826305":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.593477f7fc25b581b6188659105f8481fb826305","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.593477f7fc25b581b6188659105f8481fb826305","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2ed987318d660bf8b0b25fa6df2ade22520d20f6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.593477f7fc25b581b6188659105f8481fb826305.tgz","fileCount":1110,"integrity":"sha512-CsT9v0aN7xQjCit7qqZlMm9anigGO7KdNUhQdM+Y7ffxqgxikHGf4ehMqY4Fp18yEmRdqRU/tOtEzpOnKm8xow==","signatures":[{"sig":"MEYCIQDdCr0Nj+1r5QTNiiJwHyYfLV4Edim612ZNRl9LUjo2OQIhAPAsSUY7KURuT3oe2dW7ffuikOfmsh5oK2Is0HaQrXVL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159251},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"593477f7fc25b581b6188659105f8481fb826305","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.593477f7fc25b581b6188659105f8481fb826305","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.593477f7fc25b581b6188659105f8481fb826305","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.593477f7fc25b581b6188659105f8481fb826305","@strapi/types":"0.0.0-experimental.593477f7fc25b581b6188659105f8481fb826305","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.593477f7fc25b581b6188659105f8481fb826305_1759849897783_0.21236071575750604","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65":{"name":"@strapi/content-type-builder","version":"0.0.0-next.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8ee0f2d701c506d9c4f9314181fb5c153575c017","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65.tgz","fileCount":1110,"integrity":"sha512-52mSg31onYQ6p7ZrqS3xunByQSpbCSe5MHSCadSkYtZf9mmpOqZBa0OYGpNOFXTwCQLSAcRodW1SV7HBRINjAQ==","signatures":[{"sig":"MEUCIQCZ/UwdcT9LdEfufgzryV+VDvf8TgjEquw/l4WX05cZAwIgMVGqUsTTPTJmuo4FfrV550W7iA9rN3af+01XEDI4RHs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159211},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65","@strapi/types":"0.0.0-next.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65_1759883609133_0.3093198701515336","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.077525fde59dcd6132eea4b5347e7051305aa29c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.077525fde59dcd6132eea4b5347e7051305aa29c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.077525fde59dcd6132eea4b5347e7051305aa29c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a73752f04315a81c80a298d88f6abb39d9b6d199","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.077525fde59dcd6132eea4b5347e7051305aa29c.tgz","fileCount":1110,"integrity":"sha512-OaAxwb82asoRiLGZusNpqf7ly3GOh9eyff+5nNxqn2568cvVKvd6Japt2JOhvrX3VFhHPBA77L3CN4LEfzLKMw==","signatures":[{"sig":"MEYCIQDesg0jAlIpJ+G5HaxaWVq9ce7zq7btjZGb4d9345yJRQIhAOnIo1XUA2ShpXua7sjnHQtAckF5dfxOTgVNfocRukID","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159251},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"077525fde59dcd6132eea4b5347e7051305aa29c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.077525fde59dcd6132eea4b5347e7051305aa29c","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.077525fde59dcd6132eea4b5347e7051305aa29c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.077525fde59dcd6132eea4b5347e7051305aa29c","@strapi/types":"0.0.0-experimental.077525fde59dcd6132eea4b5347e7051305aa29c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.077525fde59dcd6132eea4b5347e7051305aa29c_1759925789706_0.3145790759741738","host":"s3://npm-registry-packages-npm-production"}},"5.27.0":{"name":"@strapi/content-type-builder","version":"5.27.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.27.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"16f534959c3ab20d5fa003fc5c9df6de209eec40","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.27.0.tgz","fileCount":1110,"integrity":"sha512-7acuj82hwgA2FO/fo1iT7qorWIqJwmawpOVpGIObCHfFdZvon2FuKB001J4mtgm4LQD+sfWBUkW64+JgOKHI+g==","signatures":[{"sig":"MEUCIQD9P28uL5iwcX0L+9oezoum7tlUAhwQtPKePshbZLmEFQIgZZr7VS/ugBMVx6wCvcgZ5XmFSj6GiBtww2gxLjgXJOc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11158986},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bceb3e0dd17c0e6479de469e99174fe1c3e8a4f9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"5.27.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.27.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.27.0","@strapi/types":"5.27.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.27.0_1759930179726_0.28907837403961945","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766":{"name":"@strapi/content-type-builder","version":"0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"de755193fdae2837347f59bc919f756e42ce5d20","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766.tgz","fileCount":1110,"integrity":"sha512-+XrbMmttnGk0vcl4mEYTjt2r2x8nPNpz2Z0LC/yMsgGht4wMscSuoLKZz5/fl9i2yL5jipHZUmS9shgzNU3AsA==","signatures":[{"sig":"MEUCICfXHEqXDTIFtwoM1KuzzLW6otagXX64e3uhzWainAsSAiEAu3GrxH5k6VagWTtQKHoBVt3uQofS7sW4sffBLbAgYT4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159211},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d6c661f8ab4a198d3e4c6a387b9b8f267a100766","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766","@strapi/types":"0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766_1759970015034_0.9777160695825664","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.04ef75fd65eee34386f1b1ce6b18736ba7b4ac0b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.04ef75fd65eee34386f1b1ce6b18736ba7b4ac0b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.04ef75fd65eee34386f1b1ce6b18736ba7b4ac0b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"864b07d4dfb806a955a9c1abc3d9fcc6dad27071","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.04ef75fd65eee34386f1b1ce6b18736ba7b4ac0b.tgz","fileCount":1110,"integrity":"sha512-WMvLib+A2lAyl7EBMTibhLa/YQWWvZuiWuwSvWWi33N7wSedaF9tYS4rZzC6XWnrRRyCjTeWXfN0/NQUf37Iqw==","signatures":[{"sig":"MEUCICGmUJKKufhoMG0z7THGzbmV79dVHa/CStcgve6AuSPYAiEAifcbsQrVzuZ4HL9ho1l74iU7QHj11nSlWpKaoxBLmHQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159251},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"04ef75fd65eee34386f1b1ce6b18736ba7b4ac0b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.04ef75fd65eee34386f1b1ce6b18736ba7b4ac0b","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.04ef75fd65eee34386f1b1ce6b18736ba7b4ac0b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.04ef75fd65eee34386f1b1ce6b18736ba7b4ac0b","@strapi/types":"0.0.0-experimental.04ef75fd65eee34386f1b1ce6b18736ba7b4ac0b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.04ef75fd65eee34386f1b1ce6b18736ba7b4ac0b_1760022061882_0.8751512307990816","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b28f40a70ba5f4e9c21505c8435c56aaa072febf":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b28f40a70ba5f4e9c21505c8435c56aaa072febf","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b28f40a70ba5f4e9c21505c8435c56aaa072febf","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"dec8615d7fb605a66470daa011dc54c5b07ab0ce","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b28f40a70ba5f4e9c21505c8435c56aaa072febf.tgz","fileCount":1110,"integrity":"sha512-lDPFXQjL9WpOdKKuxskWsPwlf6C82lc/0rSsXhTnX4APCXSHycRw1/+k7JwtcnNNdBZKUa4gg8dNWZFP5/9KIA==","signatures":[{"sig":"MEUCIQCRM6EruCpKe3O8FGrxTlJktcSfBZslilfOWCyTXfRlVwIgZxzohmF8stQAWO9f2sl/RksvPzUbtIjXAyjIkuJeBX8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159251},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b28f40a70ba5f4e9c21505c8435c56aaa072febf","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.b28f40a70ba5f4e9c21505c8435c56aaa072febf","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.b28f40a70ba5f4e9c21505c8435c56aaa072febf","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b28f40a70ba5f4e9c21505c8435c56aaa072febf","@strapi/types":"0.0.0-experimental.b28f40a70ba5f4e9c21505c8435c56aaa072febf","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b28f40a70ba5f4e9c21505c8435c56aaa072febf_1760022716096_0.1400634772284568","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e1a19b9e52cdcb526515883c8289522a64c9871a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e1a19b9e52cdcb526515883c8289522a64c9871a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e1a19b9e52cdcb526515883c8289522a64c9871a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ea18a19bc11516d649d94f67ae26bbd683b18d54","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e1a19b9e52cdcb526515883c8289522a64c9871a.tgz","fileCount":1110,"integrity":"sha512-UDshING/DRCyyt6wbox7P8KRsf8WsJ7TVPgH/PQaS6RKPZOhg90bDiWfHiZ/VxWwGu58inmOBCl3+oC+I4r6uQ==","signatures":[{"sig":"MEYCIQCOeS68acLHKsHGppK3N/8PR1dmeERy0hbnTBLppoFC5AIhAIwj1Bn3pxMapjulIrrqVBRgAItVL3hv4b12jpeTPyi6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159251},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e1a19b9e52cdcb526515883c8289522a64c9871a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.e1a19b9e52cdcb526515883c8289522a64c9871a","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e1a19b9e52cdcb526515883c8289522a64c9871a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e1a19b9e52cdcb526515883c8289522a64c9871a","@strapi/types":"0.0.0-experimental.e1a19b9e52cdcb526515883c8289522a64c9871a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e1a19b9e52cdcb526515883c8289522a64c9871a_1760042606961_0.06106479222756245","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e1a19b9e52cdcb526515883c8289522a64c9871a":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e1a19b9e52cdcb526515883c8289522a64c9871a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e1a19b9e52cdcb526515883c8289522a64c9871a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"45ff0702590e3b2381fd447eeed899c81b0b7768","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e1a19b9e52cdcb526515883c8289522a64c9871a.tgz","fileCount":1110,"integrity":"sha512-gfN170qRoKo0HOpuxtnh6i2Ho3qlz0pM1yOcUGM/rBHXIuBWqeXgYLRx3HpuzL9Jhp5hFn7ljUS9bLbpihvRPA==","signatures":[{"sig":"MEQCIHK5YrYxvdMnxjmwH9EEnq9r3stuwH6bEMxKmWbYGZkJAiA+4tb//6UG7e+kt7ofimCQyiyeq7mEySHExO+SWhyd5w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159211},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e1a19b9e52cdcb526515883c8289522a64c9871a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.e1a19b9e52cdcb526515883c8289522a64c9871a","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.e1a19b9e52cdcb526515883c8289522a64c9871a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e1a19b9e52cdcb526515883c8289522a64c9871a","@strapi/types":"0.0.0-next.e1a19b9e52cdcb526515883c8289522a64c9871a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e1a19b9e52cdcb526515883c8289522a64c9871a_1760056426883_0.7921407976222148","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.00fefb05c5c56986f41a4710d5a5e719b5ae58ed":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.00fefb05c5c56986f41a4710d5a5e719b5ae58ed","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.00fefb05c5c56986f41a4710d5a5e719b5ae58ed","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"29376ac702ce02bf738d3aa0da644f2491223bb8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.00fefb05c5c56986f41a4710d5a5e719b5ae58ed.tgz","fileCount":1110,"integrity":"sha512-r4fGvIQs4j+7Kkj1tqpwkQpp8wDmj5E8Rkcv7SZAyrcDyLS8lpCNm9iETSxK3dzwF8qEWFs3Zp9BL1B9Wzx0bA==","signatures":[{"sig":"MEQCIHWxwS0KnNxyA5U0D3Jwh6A/CcHqCX6KNp28uIkh63TAAiA/yY23CnzcEuAg8CZ+3+Ik2dVKLpp7vyK3ECZU3J7Ftw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159251},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"00fefb05c5c56986f41a4710d5a5e719b5ae58ed","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.00fefb05c5c56986f41a4710d5a5e719b5ae58ed","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.00fefb05c5c56986f41a4710d5a5e719b5ae58ed","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.00fefb05c5c56986f41a4710d5a5e719b5ae58ed","@strapi/types":"0.0.0-experimental.00fefb05c5c56986f41a4710d5a5e719b5ae58ed","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.00fefb05c5c56986f41a4710d5a5e719b5ae58ed_1760098845124_0.4312076180154638","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.35ca30daa48c41dc5d8fa1d8312557d733c580da":{"name":"@strapi/content-type-builder","version":"0.0.0-next.35ca30daa48c41dc5d8fa1d8312557d733c580da","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.35ca30daa48c41dc5d8fa1d8312557d733c580da","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"65356bd675316f8af47b47c8bdb6e875699878e1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.35ca30daa48c41dc5d8fa1d8312557d733c580da.tgz","fileCount":1110,"integrity":"sha512-rSNUCSR4i2rnb68zSy69UxEK/G7KFHqGaashJdTJ83cwF1K8T4u9o5mqD+RCkoe9LcPZ4kfOzmXUmXPuMh49Mg==","signatures":[{"sig":"MEYCIQC3ZKPz/QYlU8bLxQXyVR8De9dHW7M7ZfqSwux8lXOf5gIhAJOllXhPEranSbJFzA9koBhxjfhFHbBHzxQQe3q8wVkN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159211},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"35ca30daa48c41dc5d8fa1d8312557d733c580da","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.35ca30daa48c41dc5d8fa1d8312557d733c580da","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.35ca30daa48c41dc5d8fa1d8312557d733c580da","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.35ca30daa48c41dc5d8fa1d8312557d733c580da","@strapi/types":"0.0.0-next.35ca30daa48c41dc5d8fa1d8312557d733c580da","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.35ca30daa48c41dc5d8fa1d8312557d733c580da_1760142711050_0.8448743818031759","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f6dac3be63e884d904fb13337e7f4492716b827e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f6dac3be63e884d904fb13337e7f4492716b827e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f6dac3be63e884d904fb13337e7f4492716b827e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"79c7c6ba1f5e75880539bdb2be591b6892cfa785","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f6dac3be63e884d904fb13337e7f4492716b827e.tgz","fileCount":1110,"integrity":"sha512-IwvGs48ZsJzgqzwCr7FAJQarYOv0WgNe7n1znPeMeTOJ1Vg2ClUCXg4lSb2qLwH/eFJevvi4RdcH54T8tBaowg==","signatures":[{"sig":"MEQCIHvtUc5gnfveoIp7UxhpzH8QtqFmA1MBUO20aAb2AhSaAiBDuURTQeBAQwaPX1DF5oByMLXtcvzSq5BlKVwnt0S1DA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11149494},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f6dac3be63e884d904fb13337e7f4492716b827e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.f6dac3be63e884d904fb13337e7f4492716b827e","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.f6dac3be63e884d904fb13337e7f4492716b827e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f6dac3be63e884d904fb13337e7f4492716b827e","@strapi/types":"0.0.0-experimental.f6dac3be63e884d904fb13337e7f4492716b827e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f6dac3be63e884d904fb13337e7f4492716b827e_1760367031438_0.8600172827837262","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.14544b7e467abcdf17e5e27975a1550d1dbc6716":{"name":"@strapi/content-type-builder","version":"0.0.0-next.14544b7e467abcdf17e5e27975a1550d1dbc6716","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.14544b7e467abcdf17e5e27975a1550d1dbc6716","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"61d58ef4c55f8125fc2b9df607d2ac088b6117ce","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.14544b7e467abcdf17e5e27975a1550d1dbc6716.tgz","fileCount":1110,"integrity":"sha512-D+RA64CAvwp6sahqVk5JkFgyPT79I022AsRq81q4iKwX00Qk4dX+2O+A9rmeh8UtRxpYRnYLZHoUXe7l84eByg==","signatures":[{"sig":"MEYCIQC2WbdakKo+A52491Hik/r2cTeHKIxY7Pku0NWxBAK/hAIhANo73LQhFxeNDfaHhflpU3icLEFjaP1nQ/AIP0YbDq80","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159211},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"14544b7e467abcdf17e5e27975a1550d1dbc6716","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.14544b7e467abcdf17e5e27975a1550d1dbc6716","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.14544b7e467abcdf17e5e27975a1550d1dbc6716","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.14544b7e467abcdf17e5e27975a1550d1dbc6716","@strapi/types":"0.0.0-next.14544b7e467abcdf17e5e27975a1550d1dbc6716","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.14544b7e467abcdf17e5e27975a1550d1dbc6716_1760402007764_0.2605214740975532","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.91f3ae970fe679dc0b1aa20eed15d1ebe84c0a6b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.91f3ae970fe679dc0b1aa20eed15d1ebe84c0a6b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.91f3ae970fe679dc0b1aa20eed15d1ebe84c0a6b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"378d6bc99b3cb2b2e3b6552e778d46cb1c0e747f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.91f3ae970fe679dc0b1aa20eed15d1ebe84c0a6b.tgz","fileCount":1110,"integrity":"sha512-DNNmrQKgiN5yQ/McC47L+v3mys6rGmoevYnn8P9WdsEjDl869yhoeYLyG8edbCy7evIedVnrhUIj/+Mq4VfRPQ==","signatures":[{"sig":"MEYCIQCo5rArC4trJcI1Qm6Zt1z0VwDeZDO2PBQTxjZ8AcxJSwIhAJfz7ZOdJ8NTiwEhK22qcE1//MtGXXtFrAjvdQ90EJwq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159251},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"91f3ae970fe679dc0b1aa20eed15d1ebe84c0a6b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.91f3ae970fe679dc0b1aa20eed15d1ebe84c0a6b","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.91f3ae970fe679dc0b1aa20eed15d1ebe84c0a6b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.91f3ae970fe679dc0b1aa20eed15d1ebe84c0a6b","@strapi/types":"0.0.0-experimental.91f3ae970fe679dc0b1aa20eed15d1ebe84c0a6b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.91f3ae970fe679dc0b1aa20eed15d1ebe84c0a6b_1760426738695_0.23702960139844165","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.135d7d2659d881c60d26eccf2086f7c5d96cbc24":{"name":"@strapi/content-type-builder","version":"0.0.0-next.135d7d2659d881c60d26eccf2086f7c5d96cbc24","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.135d7d2659d881c60d26eccf2086f7c5d96cbc24","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6a89c8441764400f7c9817848dd1f75c70330824","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.135d7d2659d881c60d26eccf2086f7c5d96cbc24.tgz","fileCount":1110,"integrity":"sha512-yNlzySdpsYpmqzWJUVtfmTWKikllEj+Y2DS6p7LXUULhTfHu92pGQrSWTHetKcbymuZbpZclmSyT2dItQHu9jw==","signatures":[{"sig":"MEYCIQDfEwsE4DmRCXM4ICkmMpqhICh1NDoYt9Eg76Fz1lwHZwIhAO6DKCJgpZ8hFARPA/wgSEGchJOrkRZBudN3l3ryxqMj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11161053},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"135d7d2659d881c60d26eccf2086f7c5d96cbc24","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.135d7d2659d881c60d26eccf2086f7c5d96cbc24","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.135d7d2659d881c60d26eccf2086f7c5d96cbc24","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.135d7d2659d881c60d26eccf2086f7c5d96cbc24","@strapi/types":"0.0.0-next.135d7d2659d881c60d26eccf2086f7c5d96cbc24","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.135d7d2659d881c60d26eccf2086f7c5d96cbc24_1760488493582_0.5700466244693527","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.011bfeb83dc6344ffdc0f9c757af54f61c74e22f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.011bfeb83dc6344ffdc0f9c757af54f61c74e22f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.011bfeb83dc6344ffdc0f9c757af54f61c74e22f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a703653aafc9b10954d5ba752819ddffd3bece73","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.011bfeb83dc6344ffdc0f9c757af54f61c74e22f.tgz","fileCount":1110,"integrity":"sha512-sXzY4uunnt4E51trU/sQqKTPdZZpMGI9PtFaZ6bcCGtUIl7bHwqaHfXmdW0K5zgoN9/uJ9y7viK5cLwgRle4SA==","signatures":[{"sig":"MEUCIEYINjnaH8Jb8zC69BJ4laykMVyOc38ybdDvlZLdRfAIAiEAl700ZaYq58wM2QvikU7xE06ZmCymsZkYDNwTPRKsXwQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11161093},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"011bfeb83dc6344ffdc0f9c757af54f61c74e22f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.011bfeb83dc6344ffdc0f9c757af54f61c74e22f","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.011bfeb83dc6344ffdc0f9c757af54f61c74e22f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.011bfeb83dc6344ffdc0f9c757af54f61c74e22f","@strapi/types":"0.0.0-experimental.011bfeb83dc6344ffdc0f9c757af54f61c74e22f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.011bfeb83dc6344ffdc0f9c757af54f61c74e22f_1760527153851_0.7859959789986066","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.2266f14b0f53c47b13d4c9458463449fc108b477":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2266f14b0f53c47b13d4c9458463449fc108b477","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2266f14b0f53c47b13d4c9458463449fc108b477","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"371e15fa794381f0d462053b6fa3a8ec9b3e9dcf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2266f14b0f53c47b13d4c9458463449fc108b477.tgz","fileCount":1110,"integrity":"sha512-JYHzi+nKlvLMZQuGgMX0r1PuXXCR8lcoqccmWyKguXMIOV0h0QUjFsijbBInknHEzjUu1uew0yKGjZVhJX025Q==","signatures":[{"sig":"MEUCIApdXE+SJ7nJ53tycJIhgtBphe3dX28OvFQhSKdvoiP3AiEA8lOe4iVaF17In8Sh64Ya0kTYfajVUKHM9Hsh8ydyNpg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11159251},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2266f14b0f53c47b13d4c9458463449fc108b477","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.2266f14b0f53c47b13d4c9458463449fc108b477","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.2266f14b0f53c47b13d4c9458463449fc108b477","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2266f14b0f53c47b13d4c9458463449fc108b477","@strapi/types":"0.0.0-experimental.2266f14b0f53c47b13d4c9458463449fc108b477","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2266f14b0f53c47b13d4c9458463449fc108b477_1760530507472_0.4188532473060116","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.63c5375be92fd706d5e08df8a46afad5706a235e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.63c5375be92fd706d5e08df8a46afad5706a235e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.63c5375be92fd706d5e08df8a46afad5706a235e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7b703f6f41e2557612f6ab7e690e896dafc9cfdd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.63c5375be92fd706d5e08df8a46afad5706a235e.tgz","fileCount":1110,"integrity":"sha512-zJ5zMgYAT4/u/EsUIVoabiAZoAfbi0x+ed8hmUMDGGCO4AekIY8MAN4GO1e/rKn74PdOlQhlUuTLebc9Gr484w==","signatures":[{"sig":"MEUCIQCrEvt+oA1VlRCbToGWZzhKSk2FnUDdmb0Le/1jzmbDswIgRmFy6JGxTMnuPDBlqKP4BhgV0/mrBMZJkxD/4Ns0y9E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11161093},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"63c5375be92fd706d5e08df8a46afad5706a235e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.63c5375be92fd706d5e08df8a46afad5706a235e","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.63c5375be92fd706d5e08df8a46afad5706a235e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.63c5375be92fd706d5e08df8a46afad5706a235e","@strapi/types":"0.0.0-experimental.63c5375be92fd706d5e08df8a46afad5706a235e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.63c5375be92fd706d5e08df8a46afad5706a235e_1760532745456_0.8924772470433098","host":"s3://npm-registry-packages-npm-production"}},"5.28.0":{"name":"@strapi/content-type-builder","version":"5.28.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.28.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f6907e479423348ab94f364e8104735ee97447a5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.28.0.tgz","fileCount":1110,"integrity":"sha512-nyfOPfYehjkq7/vfbPOf0+o7OKp5Kreq1HrVxb6qw4jVerC3kuYqTWzbswpL4xVcCVtFl882hCSp8vU/28r/MQ==","signatures":[{"sig":"MEQCICGWkZaPGTCpc8Tx+VkLgvyBp7ew+tbpG6l3+JQ8Xx2SAiBVWh0WBpyEbNeI/+P5O6ZQgCWI04UvGwnk3FnlAJ8Evg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11158986},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7e1c015617c2cc256499854641fe6ef8f71a55b4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"5.28.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.28.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.28.0","@strapi/types":"5.28.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.28.0_1760536225143_0.028694229908020175","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.83367b80833204c0744701aef452a8d8d2ce25b6":{"name":"@strapi/content-type-builder","version":"0.0.0-next.83367b80833204c0744701aef452a8d8d2ce25b6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.83367b80833204c0744701aef452a8d8d2ce25b6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5a79236e1e1d0920d3e12a3d9474b84af61d29e4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.83367b80833204c0744701aef452a8d8d2ce25b6.tgz","fileCount":1110,"integrity":"sha512-NfOBmJPvIEH4PMOroQ/vX/jgL2Zf6dSP1AjtYne3B4hl98SbCEp/5FLpQSMfRUGbBld3Bk02pQC/iM9ITdsUzQ==","signatures":[{"sig":"MEQCIBFf3UqFZlXgnKYEUbHCfZbWgm1AWuNOEhJMbB9FD1cWAiB0IVkG7kfX4VJqk4y8VfHjeClHrUYgkY2wakOqHMdb8Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11161025},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"83367b80833204c0744701aef452a8d8d2ce25b6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.83367b80833204c0744701aef452a8d8d2ce25b6","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.83367b80833204c0744701aef452a8d8d2ce25b6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.83367b80833204c0744701aef452a8d8d2ce25b6","@strapi/types":"0.0.0-next.83367b80833204c0744701aef452a8d8d2ce25b6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.83367b80833204c0744701aef452a8d8d2ce25b6_1760574909091_0.2589951721110293","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.05c808da4ba23c7d692755e4be824a7e89c8b752":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.05c808da4ba23c7d692755e4be824a7e89c8b752","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.05c808da4ba23c7d692755e4be824a7e89c8b752","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a67b302f24b1234e52888ee324e3636288dcbb4a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.05c808da4ba23c7d692755e4be824a7e89c8b752.tgz","fileCount":1110,"integrity":"sha512-1Ig2LR6d80Uw2QJ64FL7Y6Jj+rpwD5RDj89DasIn48IfasS3H/qsaVNN9juM3y+rPpNKMRyTFrplQz/mv+tCWg==","signatures":[{"sig":"MEUCICAFD6q9eQM7wQkIp0Bvie8wfxXxz615p7wllfltkHkGAiEAof4uUw7P2FXOpk2wK+xrt3ppUqWhG5asrDfQu/9ZyPo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11161065},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"05c808da4ba23c7d692755e4be824a7e89c8b752","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.05c808da4ba23c7d692755e4be824a7e89c8b752","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.05c808da4ba23c7d692755e4be824a7e89c8b752","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.05c808da4ba23c7d692755e4be824a7e89c8b752","@strapi/types":"0.0.0-experimental.05c808da4ba23c7d692755e4be824a7e89c8b752","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.05c808da4ba23c7d692755e4be824a7e89c8b752_1760616046465_0.6065004721656841","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.aa9c4618783d5e736a3c470cb132b4b7ac807584":{"name":"@strapi/content-type-builder","version":"0.0.0-next.aa9c4618783d5e736a3c470cb132b4b7ac807584","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.aa9c4618783d5e736a3c470cb132b4b7ac807584","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"68e1edcd11865decf5f971dd0adb502f48ed5896","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.aa9c4618783d5e736a3c470cb132b4b7ac807584.tgz","fileCount":1110,"integrity":"sha512-d5+vYKtKjeVn5p19lYN7dAmGUACsGpf2sCRFSnmc6NKT4WCOsnOIN1a/NWDVKdawqb31zZST6TqJIdMwFGKIMQ==","signatures":[{"sig":"MEUCIQDofS+fH/f9AYf5EBKxF2V3R3VYWuSmiblmgEEAHRZq4gIgb+kASUOob3nIyvqJ3w4CnYPgL3NTCHcuCoX0BHyzysQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11161025},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"aa9c4618783d5e736a3c470cb132b4b7ac807584","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.aa9c4618783d5e736a3c470cb132b4b7ac807584","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.aa9c4618783d5e736a3c470cb132b4b7ac807584","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.aa9c4618783d5e736a3c470cb132b4b7ac807584","@strapi/types":"0.0.0-next.aa9c4618783d5e736a3c470cb132b4b7ac807584","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.aa9c4618783d5e736a3c470cb132b4b7ac807584_1760661243842_0.2348910907162809","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.0c2361813494902888825a6eb8a006cb836f09d6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0c2361813494902888825a6eb8a006cb836f09d6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0c2361813494902888825a6eb8a006cb836f09d6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4665be425360c0b718331d514550c39064e2a50b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0c2361813494902888825a6eb8a006cb836f09d6.tgz","fileCount":1110,"integrity":"sha512-uK1qNXd5oAQRHFZMFghQiDFshlKZURe+hp7TfdkRbM12gd0xpsElDWUZ7uDc70lN5phNcyUufpp7HwKkROR9tg==","signatures":[{"sig":"MEQCIBWbyu+ahwHsc2CcoIn6RBc7YdUBCXQarHG+Dur/IxiHAiA61QLDuX5l4/yvcHXdkOm4X29zp87sthkcInwaj3FZ5w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11151642},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0c2361813494902888825a6eb8a006cb836f09d6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.0c2361813494902888825a6eb8a006cb836f09d6","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.0c2361813494902888825a6eb8a006cb836f09d6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0c2361813494902888825a6eb8a006cb836f09d6","@strapi/types":"0.0.0-experimental.0c2361813494902888825a6eb8a006cb836f09d6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0c2361813494902888825a6eb8a006cb836f09d6_1760706291027_0.19070334669259736","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.88599e70ce0e4e804e2bad578aba4718c5a5304d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.88599e70ce0e4e804e2bad578aba4718c5a5304d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.88599e70ce0e4e804e2bad578aba4718c5a5304d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7fcac505372e48563ab3155aa0ec7198195fbc1c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.88599e70ce0e4e804e2bad578aba4718c5a5304d.tgz","fileCount":1110,"integrity":"sha512-LItZiEg0v11OyT+aHigbAj52P7vLrmSUc/xGywXTrrRcHXq22wmUwpltkNGEd4hqrzGbR6yLuEJN0IcNwTq2zw==","signatures":[{"sig":"MEUCIQCH0jJMCuJKODO9JvH3fI8kaIuF1YN08OEXQMMm1OdFMQIgES7AnDUcj9WYCq+9gHASbS97GosKNDzRtsBjI3/FP5Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11161025},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"88599e70ce0e4e804e2bad578aba4718c5a5304d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.88599e70ce0e4e804e2bad578aba4718c5a5304d","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.88599e70ce0e4e804e2bad578aba4718c5a5304d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.88599e70ce0e4e804e2bad578aba4718c5a5304d","@strapi/types":"0.0.0-next.88599e70ce0e4e804e2bad578aba4718c5a5304d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.88599e70ce0e4e804e2bad578aba4718c5a5304d_1760747529503_0.42140602539960015","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.654757574d20aad63fa3d4d688867ce116477a0c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.654757574d20aad63fa3d4d688867ce116477a0c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.654757574d20aad63fa3d4d688867ce116477a0c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f324643fba900405629ab5b6e5313f7bf2fe9d4d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.654757574d20aad63fa3d4d688867ce116477a0c.tgz","fileCount":1110,"integrity":"sha512-u9FgdYUV3w95c+BClp52DXcpTELSp9kMfJ5c4h293YJxzg7RC7a+rsRE3P92PDQoP9U5lRUxfkG1k6oGRAtvSA==","signatures":[{"sig":"MEQCICmxFjMq2x63d0eMkZXiy43X2NRe1Sci1Zj5Jye1wgEDAiAp/OjDDDcrGCTV+xvQfh492GtAG8H9Bjg+SrKVdiUznQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11161065},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"654757574d20aad63fa3d4d688867ce116477a0c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.654757574d20aad63fa3d4d688867ce116477a0c","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.654757574d20aad63fa3d4d688867ce116477a0c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.654757574d20aad63fa3d4d688867ce116477a0c","@strapi/types":"0.0.0-experimental.654757574d20aad63fa3d4d688867ce116477a0c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.654757574d20aad63fa3d4d688867ce116477a0c_1760962853470_0.884820205924389","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.96a532b33a712f19b498ed0a82a84752247cd899":{"name":"@strapi/content-type-builder","version":"0.0.0-next.96a532b33a712f19b498ed0a82a84752247cd899","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.96a532b33a712f19b498ed0a82a84752247cd899","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d592e02d7b92795bb3f7ee8688665c743cece438","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.96a532b33a712f19b498ed0a82a84752247cd899.tgz","fileCount":1110,"integrity":"sha512-ab8KCbW+avJWTf9gX5utvO9mf83N1ePKrQqTPlL9LOl3tsWrFhSSS17xzncAFHv6NWNAoZtZiyxqWcC4UEovcw==","signatures":[{"sig":"MEUCIQCRFBwsgyBoi4OWjuD3sz4TxmF6eq+05oYsHMIW+iluIAIgd4fv0L0nMu6AdsdecGO6ElC32kP+OAKpcLAt5rB5GkY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11151574},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"96a532b33a712f19b498ed0a82a84752247cd899","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.96a532b33a712f19b498ed0a82a84752247cd899","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.96a532b33a712f19b498ed0a82a84752247cd899","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.96a532b33a712f19b498ed0a82a84752247cd899","@strapi/types":"0.0.0-next.96a532b33a712f19b498ed0a82a84752247cd899","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.96a532b33a712f19b498ed0a82a84752247cd899_1761006874454_0.7583730985663804","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.6188a65af997a4a8b190bbf104a9ba27ebf583c8":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.6188a65af997a4a8b190bbf104a9ba27ebf583c8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.6188a65af997a4a8b190bbf104a9ba27ebf583c8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"14580265bc94ceb40d1cddd39c1121a79257f74e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.6188a65af997a4a8b190bbf104a9ba27ebf583c8.tgz","fileCount":1110,"integrity":"sha512-GFSxasAKX/Q63xy+oZnYg4rt5/ITNYIJHphgOmU9Mm7eBdewBcuTS4E+CfIXQZuURbnjkmQ+1ppjvn5eVxBJ1Q==","signatures":[{"sig":"MEUCICZT5CNmUW3QBPBwc9yG5dn9tFgQNxVaLsePatCIjLoyAiEAwnibJwYSbkgibKv3u0Eb3c0SV61nq9UbUDw15bPlxpU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11161065},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6188a65af997a4a8b190bbf104a9ba27ebf583c8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.6188a65af997a4a8b190bbf104a9ba27ebf583c8","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.6188a65af997a4a8b190bbf104a9ba27ebf583c8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.6188a65af997a4a8b190bbf104a9ba27ebf583c8","@strapi/types":"0.0.0-experimental.6188a65af997a4a8b190bbf104a9ba27ebf583c8","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.6188a65af997a4a8b190bbf104a9ba27ebf583c8_1761064199034_0.924534354285744","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.913e7071c9410ff8af2e776e25f9fb1c38cb59dd":{"name":"@strapi/content-type-builder","version":"0.0.0-next.913e7071c9410ff8af2e776e25f9fb1c38cb59dd","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.913e7071c9410ff8af2e776e25f9fb1c38cb59dd","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"eeeee2bea36d0aa49a4b8f32c86d092c39f8b1b6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.913e7071c9410ff8af2e776e25f9fb1c38cb59dd.tgz","fileCount":1110,"integrity":"sha512-1xQK4EYq+doPgHuDBAsY9ybswT8KQs2tKMhkHV2OigI3EZTplkV7/KnMil/oEt1JyBti0fGveEBXbBEKigBccw==","signatures":[{"sig":"MEUCIQCMMrE7etR/hKhMbHkncm7HYHASQOCWbYdPUw7ncIVJUgIgPf8rgPaK1V+1bvrzl3S6hikF5JNLopyTfgzKzUD4rqk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11152216},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"913e7071c9410ff8af2e776e25f9fb1c38cb59dd","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.913e7071c9410ff8af2e776e25f9fb1c38cb59dd","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.913e7071c9410ff8af2e776e25f9fb1c38cb59dd","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.913e7071c9410ff8af2e776e25f9fb1c38cb59dd","@strapi/types":"0.0.0-next.913e7071c9410ff8af2e776e25f9fb1c38cb59dd","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.913e7071c9410ff8af2e776e25f9fb1c38cb59dd_1761093321609_0.5879903203126526","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e99215433ba1d6e5497350812df274f426dbdba3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e99215433ba1d6e5497350812df274f426dbdba3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e99215433ba1d6e5497350812df274f426dbdba3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c573f74e4c14c22265e1f24f663acd850d0bb811","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e99215433ba1d6e5497350812df274f426dbdba3.tgz","fileCount":1110,"integrity":"sha512-oL2kX8YAMD2KN4g6aI15oUgdFdWcyPBFDSwpeiF7Hi46QZ7EYPRKhCdZNSLPmUEYezzAW/sbRV/Cvyy0pdlqEg==","signatures":[{"sig":"MEUCIQCvRsbAMePI1D9XxLs/wKEGZtWWnsYl+GfIg5gcc/fqqwIgICO6oAXEiEKFWgAWpVbL2gayIGmeMeVJXKZfExm3jSs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11152256},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e99215433ba1d6e5497350812df274f426dbdba3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.e99215433ba1d6e5497350812df274f426dbdba3","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e99215433ba1d6e5497350812df274f426dbdba3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e99215433ba1d6e5497350812df274f426dbdba3","@strapi/types":"0.0.0-experimental.e99215433ba1d6e5497350812df274f426dbdba3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e99215433ba1d6e5497350812df274f426dbdba3_1761128047405_0.6431552893675792","host":"s3://npm-registry-packages-npm-production"}},"5.29.0":{"name":"@strapi/content-type-builder","version":"5.29.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.29.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2b9aede9621a7ee0666c5c6370d9065f1275750d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.29.0.tgz","fileCount":1110,"integrity":"sha512-CjTuMU0LYgOumqBZWWN++De13j81zCdPb9TFr9WixCMNNE0rSd7O8cZCSIzsro7zUHSYVHAAcuUu8ln+DUU1kw==","signatures":[{"sig":"MEQCIHoM8UsxCZPpuQlUTqQLIpxRJaUGYLgxEmtyNH/VsTfFAiBhzYY8XGmFbOtHIe40Oq3BguJeKLjh2bPS5Lq7pqry/Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11160800},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1b6df4d123c2f3911f9d30224c3642856406de99","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"5.29.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.29.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.29.0","@strapi/types":"5.29.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.29.0_1761137075939_0.9860832378115412","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e4103be75de4e986d3c7eacedc971623d1dd2d63":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e4103be75de4e986d3c7eacedc971623d1dd2d63","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e4103be75de4e986d3c7eacedc971623d1dd2d63","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b3fbda3cd5b3ba1ed2695ba84461fe6d43974b3f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e4103be75de4e986d3c7eacedc971623d1dd2d63.tgz","fileCount":1110,"integrity":"sha512-Tu9IY/PqV/6hcEi0rl9iXthZOzIx52SNjakVWunj+NBUqhtMXvmR0RDRxXJla/kUyDmujvl7WA6gI8rDfm4s1w==","signatures":[{"sig":"MEYCIQCk4fE3f5TXfI81dpz3v8RA86Ep0UZ2Re1ZUhrzKILJHAIhAKZRnXtsHadNCwGSFlh9uox1lEbWXbtF2H3vUNjLJG9I","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11152256},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e4103be75de4e986d3c7eacedc971623d1dd2d63","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.e4103be75de4e986d3c7eacedc971623d1dd2d63","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e4103be75de4e986d3c7eacedc971623d1dd2d63","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e4103be75de4e986d3c7eacedc971623d1dd2d63","@strapi/types":"0.0.0-experimental.e4103be75de4e986d3c7eacedc971623d1dd2d63","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e4103be75de4e986d3c7eacedc971623d1dd2d63_1761152420999_0.7444600900941003","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.da19c0501ff87d14fb664b55b8e0630d3c548485":{"name":"@strapi/content-type-builder","version":"0.0.0-next.da19c0501ff87d14fb664b55b8e0630d3c548485","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.da19c0501ff87d14fb664b55b8e0630d3c548485","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a48d6ee8255dca0957dc52a1c87b132a070380db","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.da19c0501ff87d14fb664b55b8e0630d3c548485.tgz","fileCount":1110,"integrity":"sha512-utTaLvX+ppHB9CLukdxlu6o/dQXNsxZD2AFjOLLiUR5AjefHb3OudytOHNlCNl9KwcUr8znhLnEE/PRyW+yA4g==","signatures":[{"sig":"MEUCICq3AkXQic4b2fZu687E96PjiaOA/j6Fg8mwGnn8d0bmAiEApaRq9RLQBm+RTVRTkDFCyBEMNI7rpYP06kyXXkLqinA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11148868},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"da19c0501ff87d14fb664b55b8e0630d3c548485","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.da19c0501ff87d14fb664b55b8e0630d3c548485","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.da19c0501ff87d14fb664b55b8e0630d3c548485","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.da19c0501ff87d14fb664b55b8e0630d3c548485","@strapi/types":"0.0.0-next.da19c0501ff87d14fb664b55b8e0630d3c548485","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.da19c0501ff87d14fb664b55b8e0630d3c548485_1761179658892_0.6869486411804244","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.4e3b7c0d7fa4aea6cd9c7de5f63e77d79e147a0f":{"name":"@strapi/content-type-builder","version":"0.0.0-next.4e3b7c0d7fa4aea6cd9c7de5f63e77d79e147a0f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.4e3b7c0d7fa4aea6cd9c7de5f63e77d79e147a0f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"27152c117ebfe01caa2dcd8151e98e236802a51b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.4e3b7c0d7fa4aea6cd9c7de5f63e77d79e147a0f.tgz","fileCount":1110,"integrity":"sha512-AIATrvYCRQuAEwFFMDYLBDeP6mxR+eEccJwHzHND2o8sYDVLzNnLZLs55LUKthKXbWivKaiuklNe8yBC7ClQEA==","signatures":[{"sig":"MEUCIQDTBNsk4nxYIQMpROe6ITaHse2unsmoGQdUpXZSJtUASQIgDuucWy5qLgA0nymyNFsoUPXRCwT/Zy2Tii/McSokah8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11148868},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4e3b7c0d7fa4aea6cd9c7de5f63e77d79e147a0f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.4e3b7c0d7fa4aea6cd9c7de5f63e77d79e147a0f","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.4e3b7c0d7fa4aea6cd9c7de5f63e77d79e147a0f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.4e3b7c0d7fa4aea6cd9c7de5f63e77d79e147a0f","@strapi/types":"0.0.0-next.4e3b7c0d7fa4aea6cd9c7de5f63e77d79e147a0f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.4e3b7c0d7fa4aea6cd9c7de5f63e77d79e147a0f_1761265893113_0.0887468402767786","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.88e2effa81cb9544dd09eb0536e39c3fed6ef4c9":{"name":"@strapi/content-type-builder","version":"0.0.0-next.88e2effa81cb9544dd09eb0536e39c3fed6ef4c9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.88e2effa81cb9544dd09eb0536e39c3fed6ef4c9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a1ac15e97f4b7644afd0e42ae7eec2622a139f94","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.88e2effa81cb9544dd09eb0536e39c3fed6ef4c9.tgz","fileCount":1110,"integrity":"sha512-tcuJ/wZCUQCdKTRULSLKecqONZksK9xABevChHNKfpREOIEXdOERs+4gj0JwGo3S0Vzq8nNgKW5zgaihh/+8sw==","signatures":[{"sig":"MEQCIEn08V0OcOQHEIAChOHTXfzyEoJKAfHbK8NhRXrFC8LcAiBvfK5fgL57aY7Y8RMhzyvEif7iopFjVxBwy6PlN3MVxg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11148868},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"88e2effa81cb9544dd09eb0536e39c3fed6ef4c9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.88e2effa81cb9544dd09eb0536e39c3fed6ef4c9","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.88e2effa81cb9544dd09eb0536e39c3fed6ef4c9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.88e2effa81cb9544dd09eb0536e39c3fed6ef4c9","@strapi/types":"0.0.0-next.88e2effa81cb9544dd09eb0536e39c3fed6ef4c9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.88e2effa81cb9544dd09eb0536e39c3fed6ef4c9_1761352447411_0.4138090390457074","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.00380841fe1b29f71fe755bb387fa1f75073621b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.00380841fe1b29f71fe755bb387fa1f75073621b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.00380841fe1b29f71fe755bb387fa1f75073621b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cacebccabe06549b25d97880ef28d920969b02a3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.00380841fe1b29f71fe755bb387fa1f75073621b.tgz","fileCount":1110,"integrity":"sha512-AHAnaMC0mhz4rfCKG0ZNOJIkL1r3Sx9ZtDqbyFBMlhgZb5TXgyDiN68J6qu8JykuMTc6V48iH1rpqNjonm9OeQ==","signatures":[{"sig":"MEYCIQCjOszX8rG/rR9MkUKXPc3jjuJ1atFZ55Y7a9bVMvRB4gIhAPYsW3JrHV4uUuHMJkusKMMne1zeF7fClttkGz2KizZQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11148908},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"00380841fe1b29f71fe755bb387fa1f75073621b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.00380841fe1b29f71fe755bb387fa1f75073621b","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.00380841fe1b29f71fe755bb387fa1f75073621b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.00380841fe1b29f71fe755bb387fa1f75073621b","@strapi/types":"0.0.0-experimental.00380841fe1b29f71fe755bb387fa1f75073621b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.00380841fe1b29f71fe755bb387fa1f75073621b_1761573579551_0.01466349809866041","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.47fec47d39711511b8558211f9692e544ec67a36":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.47fec47d39711511b8558211f9692e544ec67a36","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.47fec47d39711511b8558211f9692e544ec67a36","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8e428de4d0deccdfcd2da1a0fc91c9a246077755","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.47fec47d39711511b8558211f9692e544ec67a36.tgz","fileCount":1110,"integrity":"sha512-EpUWi3Mj3VhEJy/C/7numudUfdtZ7vWBmcSzAcOg1mpHqkGbsEv2TSdb0+GTbTzq21di3wlngfPFK6B20PSU0A==","signatures":[{"sig":"MEUCIHeSAjJDpM0OENzaUNzwUpgLbOa7RKMoqZqHbTbYE5ByAiEA9hSfpHu1XNRekCuk9hJMUD5uo/oNKjFZhZTwMv1T0vc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11148908},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"47fec47d39711511b8558211f9692e544ec67a36","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.47fec47d39711511b8558211f9692e544ec67a36","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.47fec47d39711511b8558211f9692e544ec67a36","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.47fec47d39711511b8558211f9692e544ec67a36","@strapi/types":"0.0.0-experimental.47fec47d39711511b8558211f9692e544ec67a36","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.47fec47d39711511b8558211f9692e544ec67a36_1761582648721_0.028351545727064664","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.00380841fe1b29f71fe755bb387fa1f75073621b":{"name":"@strapi/content-type-builder","version":"0.0.0-next.00380841fe1b29f71fe755bb387fa1f75073621b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.00380841fe1b29f71fe755bb387fa1f75073621b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5ed9990b38d8ff81705070b4b803b1d1da82a122","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.00380841fe1b29f71fe755bb387fa1f75073621b.tgz","fileCount":1110,"integrity":"sha512-5YqskB1KZX1kEE4A1vBXzvvjtHDc7OTuGbmN+edbxB5SlCIbVTJARjYm1gmFlNvwSdzXiymSzrRzfLiJE7RigA==","signatures":[{"sig":"MEUCIA0r6piDcwtdoPVpBSLTmp9KREhYFnllA6c2b7C/DpxoAiEA09FJiG/IS8gd3Vl3Xy7AHzf2ZgQ8QIKgnGkMNgwNUo0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11148868},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"00380841fe1b29f71fe755bb387fa1f75073621b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.00380841fe1b29f71fe755bb387fa1f75073621b","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.00380841fe1b29f71fe755bb387fa1f75073621b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.00380841fe1b29f71fe755bb387fa1f75073621b","@strapi/types":"0.0.0-next.00380841fe1b29f71fe755bb387fa1f75073621b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.00380841fe1b29f71fe755bb387fa1f75073621b_1761611632314_0.34718376355342406","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.65ea8c7363e4ca01d05c1f059f39d24b3db53ca7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.65ea8c7363e4ca01d05c1f059f39d24b3db53ca7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.65ea8c7363e4ca01d05c1f059f39d24b3db53ca7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7ffb7f94d1e0c5e745760deca064df07b9dc3317","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.65ea8c7363e4ca01d05c1f059f39d24b3db53ca7.tgz","fileCount":1110,"integrity":"sha512-5QoHXo0upeX9aIPLigZJzmTvjeKr3Wu9xc+SeSuuIH2qdCK8wBpeYUqizL3yP8o7pZ+AuzVt89ykG/eRtQ4YFw==","signatures":[{"sig":"MEYCIQDWcm+sEDQtR2yCpffW3wYjN+QB9edlTVepISLheNp+OwIhAKkCUWjpwdRtxDcmAmEgis52XQ+0+2UBzTh511wr5Qj7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11148908},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"65ea8c7363e4ca01d05c1f059f39d24b3db53ca7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.65ea8c7363e4ca01d05c1f059f39d24b3db53ca7","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.65ea8c7363e4ca01d05c1f059f39d24b3db53ca7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.65ea8c7363e4ca01d05c1f059f39d24b3db53ca7","@strapi/types":"0.0.0-experimental.65ea8c7363e4ca01d05c1f059f39d24b3db53ca7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.65ea8c7363e4ca01d05c1f059f39d24b3db53ca7_1761664906604_0.5045717467376272","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.da850ac6030a73229550aab5ce80ce47be683429":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.da850ac6030a73229550aab5ce80ce47be683429","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.da850ac6030a73229550aab5ce80ce47be683429","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"acf9574fedcac2f54f02eca41812627069ef61fa","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.da850ac6030a73229550aab5ce80ce47be683429.tgz","fileCount":1110,"integrity":"sha512-kUEmB74HH3INjm/yndfCSthTdsFh0npAG82IUCL4Qgj0gOpM1V6f9Alb3B8mYS0Q8WtCFt9q2lDizj67Let4aw==","signatures":[{"sig":"MEYCIQDoJJWze5UVl7H6s/9baNDGbIlR83aV9XtoaBLMUvMDEAIhAOoRVQDw4b9MQdkBN1iH5BisZ4iMejMqeEHz1KcVweMO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11148908},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"da850ac6030a73229550aab5ce80ce47be683429","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.da850ac6030a73229550aab5ce80ce47be683429","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.da850ac6030a73229550aab5ce80ce47be683429","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.da850ac6030a73229550aab5ce80ce47be683429","@strapi/types":"0.0.0-experimental.da850ac6030a73229550aab5ce80ce47be683429","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.da850ac6030a73229550aab5ce80ce47be683429_1761672446937_0.06240811636186505","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d19a9dcb5829d725ba4d7c1e7b3ae9c816c26514":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d19a9dcb5829d725ba4d7c1e7b3ae9c816c26514","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d19a9dcb5829d725ba4d7c1e7b3ae9c816c26514","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1c1fdbd39f4e910fe530b5a42925e496f0e2c3c3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d19a9dcb5829d725ba4d7c1e7b3ae9c816c26514.tgz","fileCount":1110,"integrity":"sha512-rhQ8BWlD9qBkinBeya97JPGDC0HSIPfMN+J1iwY8NoMpTB3a+6mfNDjwPQxVi2R7U5RqsVICc7VwS7whJ3SlsQ==","signatures":[{"sig":"MEQCIDy3T1Cd/Eu28VinCrLnDarafilTVqfZH6gxN0ARJwJ7AiALkhemBKHpJp2SGXGsnhSeNUM5Jc3qfWASAtspEXOfFA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11148908},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d19a9dcb5829d725ba4d7c1e7b3ae9c816c26514","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.d19a9dcb5829d725ba4d7c1e7b3ae9c816c26514","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d19a9dcb5829d725ba4d7c1e7b3ae9c816c26514","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d19a9dcb5829d725ba4d7c1e7b3ae9c816c26514","@strapi/types":"0.0.0-experimental.d19a9dcb5829d725ba4d7c1e7b3ae9c816c26514","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d19a9dcb5829d725ba4d7c1e7b3ae9c816c26514_1761734883221_0.8062525984554834","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.394f7bcc9e1a1650313754e0a45b2bee607e2221":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.394f7bcc9e1a1650313754e0a45b2bee607e2221","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.394f7bcc9e1a1650313754e0a45b2bee607e2221","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a77b6a59b5b2a83b704001d624fad6e78b0cba50","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.394f7bcc9e1a1650313754e0a45b2bee607e2221.tgz","fileCount":1110,"integrity":"sha512-t1TPC4ssKHzdWH9jOf3pQq6DxoDhCCBTDGIPNTXnw8QLwly+bnTeunwKUbHstujaSJiNplmGQQbP2r2EdzXy+Q==","signatures":[{"sig":"MEUCIQD1ZUdxu3bzGTaWBkBMuyjsOAuM8EJwT5uC7jJrZEc8pwIgWBuS31I8OKzfBR3PirPUkL8PCVT4mYHVo/B68zYLD/w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11148908},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"394f7bcc9e1a1650313754e0a45b2bee607e2221","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.394f7bcc9e1a1650313754e0a45b2bee607e2221","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.394f7bcc9e1a1650313754e0a45b2bee607e2221","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.394f7bcc9e1a1650313754e0a45b2bee607e2221","@strapi/types":"0.0.0-experimental.394f7bcc9e1a1650313754e0a45b2bee607e2221","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.394f7bcc9e1a1650313754e0a45b2bee607e2221_1761751329252_0.42033197545455026","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.4bff63e3a112a60282524bf4515b64d9cf4e48b6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4bff63e3a112a60282524bf4515b64d9cf4e48b6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4bff63e3a112a60282524bf4515b64d9cf4e48b6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8a6ea4716b9183e5e89918eefccd0473210602ce","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4bff63e3a112a60282524bf4515b64d9cf4e48b6.tgz","fileCount":1110,"integrity":"sha512-Fv1wbIQz5CELE+gWwAuvwAGcLhQXY7QQe9nGt/XwfDyjKZQT0WDO3B1UA6y+BAgCstHEW/cru8Ptbf1kpTDI/A==","signatures":[{"sig":"MEQCIFkT/j/VYc2Lys0Vb+lIgdI4sd1ydhGYPFh1QEnjyzc7AiBBBrEuqgSTM71aAE0IJ39wK+u5KO8S5D/hQtywH1jveQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11149010},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4bff63e3a112a60282524bf4515b64d9cf4e48b6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.4bff63e3a112a60282524bf4515b64d9cf4e48b6","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.4bff63e3a112a60282524bf4515b64d9cf4e48b6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4bff63e3a112a60282524bf4515b64d9cf4e48b6","@strapi/types":"0.0.0-experimental.4bff63e3a112a60282524bf4515b64d9cf4e48b6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4bff63e3a112a60282524bf4515b64d9cf4e48b6_1761751555338_0.14515234195857585","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.9c630ba4333dffc2c1c8150d9226dfbb67b02e09":{"name":"@strapi/content-type-builder","version":"0.0.0-next.9c630ba4333dffc2c1c8150d9226dfbb67b02e09","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.9c630ba4333dffc2c1c8150d9226dfbb67b02e09","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9a3d98222152550ebe009299c891c7c6718de243","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.9c630ba4333dffc2c1c8150d9226dfbb67b02e09.tgz","fileCount":1110,"integrity":"sha512-Kwx6rbFovGM55rH3Meuk3qOxbNCHpldWpIGXimJS/4m33wi+ttMzC71s4dDwxnonxZknZXh9cUDsHkBp94w68w==","signatures":[{"sig":"MEUCIQDqCZCz2zUBtOa+xBLrOFp8w7pc1KfSLOH9cYfU6xIhsQIgVFR5a7Z4F2vsOOYNc1Fl1u/WxBc01JoxkKLKenlgOZk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11148868},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9c630ba4333dffc2c1c8150d9226dfbb67b02e09","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.9c630ba4333dffc2c1c8150d9226dfbb67b02e09","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.9c630ba4333dffc2c1c8150d9226dfbb67b02e09","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.9c630ba4333dffc2c1c8150d9226dfbb67b02e09","@strapi/types":"0.0.0-next.9c630ba4333dffc2c1c8150d9226dfbb67b02e09","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.9c630ba4333dffc2c1c8150d9226dfbb67b02e09_1761784535294_0.8634054067888564","host":"s3://npm-registry-packages-npm-production"}},"5.30.0":{"name":"@strapi/content-type-builder","version":"5.30.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.30.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"005f41ce78368282066052bba8c89d989ee4857c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.30.0.tgz","fileCount":1110,"integrity":"sha512-vTOdy1i3G7D3jiLQyrcun+P/jUNTOkZcmuGGIMkvB/oYs/VdQyKP62audeMHMz216IneO4D0DTZPmYyq9uzP/Q==","signatures":[{"sig":"MEYCIQD4omI3xRxIl5o56dpeLbGqB2zk0aw4335MvkP6B+FUjAIhAOZIi7RBrTAJUzzj5zgxbi10ADE6HlPZoSOkgCfFeBwk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11152137},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9cb2f2326113dd3523a6c9ee540922e04cf54ff6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"5.30.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.30.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.30.0","@strapi/types":"5.30.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.30.0_1761819402935_0.9184801278403054","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.1adb7cbba7a5f6ab9f656ed4665f51be3a0cdec0":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1adb7cbba7a5f6ab9f656ed4665f51be3a0cdec0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1adb7cbba7a5f6ab9f656ed4665f51be3a0cdec0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a94be14f9f5e4cbb30eb41f5097e67d17734fb31","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1adb7cbba7a5f6ab9f656ed4665f51be3a0cdec0.tgz","fileCount":1110,"integrity":"sha512-ZmvUcdP/ATj2QLCEjXr8Wbewr3zAsoFwG4bmp03+ohv98phehP/TO6yNe39BTjq4JP/uOO5iGdej52nBL2Yt4A==","signatures":[{"sig":"MEQCIHpgrMvahXmLEVoC8t9b5QVO/5Pm+spkIJrPDfFGQX8YAiAH/9UBsxViqK/2tW22MDxhfwcsyCo5lmTj+hp6N7cOIQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153218},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1adb7cbba7a5f6ab9f656ed4665f51be3a0cdec0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.1adb7cbba7a5f6ab9f656ed4665f51be3a0cdec0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.1adb7cbba7a5f6ab9f656ed4665f51be3a0cdec0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1adb7cbba7a5f6ab9f656ed4665f51be3a0cdec0","@strapi/types":"0.0.0-experimental.1adb7cbba7a5f6ab9f656ed4665f51be3a0cdec0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1adb7cbba7a5f6ab9f656ed4665f51be3a0cdec0_1761838083974_0.5096526054893067","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.07574a2620494b9275cb638d597903ed2f92c360":{"name":"@strapi/content-type-builder","version":"0.0.0-next.07574a2620494b9275cb638d597903ed2f92c360","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.07574a2620494b9275cb638d597903ed2f92c360","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"db6b403f273573fbcb3dd6b85ac3e72d8391a156","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.07574a2620494b9275cb638d597903ed2f92c360.tgz","fileCount":1110,"integrity":"sha512-iycmxJB+HmsrqiY3sGc4DMPymuHl+Y/WD95rliknPyE7n8VmmhfNNu+nAWro33DYBv0n7FoIeODPyRObFTFe3Q==","signatures":[{"sig":"MEUCICRt5Y9dCmb8fdBkDhwwqTYgVLtiGI9nFLSvMYDQSlj4AiEAmk4hZl9oZuOfw+ktJF6X92aDnBXfnxW24QHdTHBkBnU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153178},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"07574a2620494b9275cb638d597903ed2f92c360","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.07574a2620494b9275cb638d597903ed2f92c360","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.07574a2620494b9275cb638d597903ed2f92c360","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.07574a2620494b9275cb638d597903ed2f92c360","@strapi/types":"0.0.0-next.07574a2620494b9275cb638d597903ed2f92c360","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.07574a2620494b9275cb638d597903ed2f92c360_1761870897491_0.6087770953147964","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d190a700af70e9360d767221b76cd8e815bd01aa":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d190a700af70e9360d767221b76cd8e815bd01aa","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d190a700af70e9360d767221b76cd8e815bd01aa","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f76be9d28b469cc2d8c06a153ed5282d1e4bc069","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d190a700af70e9360d767221b76cd8e815bd01aa.tgz","fileCount":1110,"integrity":"sha512-6w8Himkq73clOszLOS8Za9IzFbu5W3ZfkwkH53dEBZhzPDozFA7j5yp0eUJuEUsJMTTqyEtqQkhSb9GbjhTOAQ==","signatures":[{"sig":"MEYCIQCUKVVcjPB+2oS8C95b1w2lhH8TrlCRfzXItMxwrpV/4gIhAMQFSZxyoS9DhYgunJW74CApklc5IDh9W64cWGTBTJY6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153218},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d190a700af70e9360d767221b76cd8e815bd01aa","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.d190a700af70e9360d767221b76cd8e815bd01aa","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d190a700af70e9360d767221b76cd8e815bd01aa","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d190a700af70e9360d767221b76cd8e815bd01aa","@strapi/types":"0.0.0-experimental.d190a700af70e9360d767221b76cd8e815bd01aa","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d190a700af70e9360d767221b76cd8e815bd01aa_1762184974883_0.5760179454483481","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.649ac21b24627b69200e5839501d151f7aa4680a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.649ac21b24627b69200e5839501d151f7aa4680a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.649ac21b24627b69200e5839501d151f7aa4680a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bed13798f65c370a710501d252aa796bfface481","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.649ac21b24627b69200e5839501d151f7aa4680a.tgz","fileCount":1110,"integrity":"sha512-h+sLk3GfaHrApoMTAgc8aiDhL+xCYwufmVD10jQUzpxwkgK7gpYDXqns/b9tmt9xN64jTrtWwL0ywk397ZB93A==","signatures":[{"sig":"MEYCIQDLk3Q2YW9Jdam7TeXSobbJlSrJpGImizBI4SJzXrQi9gIhAIIBfOSU/J/e6OX1G6sEMvK7Cxxz0Fnqx2mJB9VzB+Cr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153218},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"649ac21b24627b69200e5839501d151f7aa4680a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.649ac21b24627b69200e5839501d151f7aa4680a","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.649ac21b24627b69200e5839501d151f7aa4680a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.649ac21b24627b69200e5839501d151f7aa4680a","@strapi/types":"0.0.0-experimental.649ac21b24627b69200e5839501d151f7aa4680a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.649ac21b24627b69200e5839501d151f7aa4680a_1762192858033_0.9062730922674624","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.d190a700af70e9360d767221b76cd8e815bd01aa":{"name":"@strapi/content-type-builder","version":"0.0.0-next.d190a700af70e9360d767221b76cd8e815bd01aa","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.d190a700af70e9360d767221b76cd8e815bd01aa","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"03a8fc381499c1431bc707cd42cc04065883d22e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.d190a700af70e9360d767221b76cd8e815bd01aa.tgz","fileCount":1110,"integrity":"sha512-yiXCAkcO1OSeuEKJco+ATXYTCEKN2jhw73B5jbupjUrFsDuYxYJrFekIbzAu560qK+/+u08RZ+zQ4RN35DCCXA==","signatures":[{"sig":"MEUCIDShiySnZHIP+yfn5mXwQHNnTmURjKJWvkXu0pSuHCkAAiEA3U30CHIa13N3k+s2J4LguJGUKi8tC4wK+wY5v9Fv0wQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153178},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d190a700af70e9360d767221b76cd8e815bd01aa","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.d190a700af70e9360d767221b76cd8e815bd01aa","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.d190a700af70e9360d767221b76cd8e815bd01aa","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.d190a700af70e9360d767221b76cd8e815bd01aa","@strapi/types":"0.0.0-next.d190a700af70e9360d767221b76cd8e815bd01aa","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.d190a700af70e9360d767221b76cd8e815bd01aa_1762216472866_0.0005906742194770054","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.ce8ed0c8aa03361c3009f41af96f742be028ffd9":{"name":"@strapi/content-type-builder","version":"0.0.0-next.ce8ed0c8aa03361c3009f41af96f742be028ffd9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.ce8ed0c8aa03361c3009f41af96f742be028ffd9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5723a191be4edcf7f5238575a21d56088fb37a5b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.ce8ed0c8aa03361c3009f41af96f742be028ffd9.tgz","fileCount":1110,"integrity":"sha512-oTcfN8wZt2yFBwYViJVtnw2RkstzTkX7ux44zs5t5iq3CmFpuKmiaIvgEFvjDmaJkYFoxmozvI6vSrppHoa0cA==","signatures":[{"sig":"MEQCIFy+sQJA4BuoTB7YvVoeNtX+vG82rf6shFkx4H2RWC3gAiAzHjja5QjVHWhCQQJLkbHDImGqxk9T5VN6RUzDf4/1dQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153178},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ce8ed0c8aa03361c3009f41af96f742be028ffd9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.ce8ed0c8aa03361c3009f41af96f742be028ffd9","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.ce8ed0c8aa03361c3009f41af96f742be028ffd9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.ce8ed0c8aa03361c3009f41af96f742be028ffd9","@strapi/types":"0.0.0-next.ce8ed0c8aa03361c3009f41af96f742be028ffd9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.ce8ed0c8aa03361c3009f41af96f742be028ffd9_1762302948291_0.7686201470209384","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.c3f10a5b687b721249c6a6a6f6e12946d37594d3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c3f10a5b687b721249c6a6a6f6e12946d37594d3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c3f10a5b687b721249c6a6a6f6e12946d37594d3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"da129b26b49171751ac60c39a81b47844f24eaee","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c3f10a5b687b721249c6a6a6f6e12946d37594d3.tgz","fileCount":1110,"integrity":"sha512-xX67bPMfKP/2ukskOfBeyU7Nm+AzkpaRNlgcoGgLEEFokPUIisU9fTnJzoJImQ+GxUUMdpR21DHrLBANn8KcDA==","signatures":[{"sig":"MEUCIQC6sSRUYzlITNBfz58fxZ/08CUETR076YTKxMeJl/69iAIgcG8jN0MxTryIB8axCjUL9srbLem+O3eNbrqX/nTaQ3E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153218},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c3f10a5b687b721249c6a6a6f6e12946d37594d3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.c3f10a5b687b721249c6a6a6f6e12946d37594d3","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.c3f10a5b687b721249c6a6a6f6e12946d37594d3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c3f10a5b687b721249c6a6a6f6e12946d37594d3","@strapi/types":"0.0.0-experimental.c3f10a5b687b721249c6a6a6f6e12946d37594d3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c3f10a5b687b721249c6a6a6f6e12946d37594d3_1762330703909_0.5322300472587602","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.1827b02a6ce14d67bfd14ebe164a8039ef6ca2f3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1827b02a6ce14d67bfd14ebe164a8039ef6ca2f3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1827b02a6ce14d67bfd14ebe164a8039ef6ca2f3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"695131e78ad04663e69a0925cd247fa02f2469e6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1827b02a6ce14d67bfd14ebe164a8039ef6ca2f3.tgz","fileCount":1110,"integrity":"sha512-srqRJzXS/bT6LoUVmA0KuWp5kuypd53E2rhjBsDZLlyslxiLR0IDQ+RDuNZxEYi6OJtea5WYT1X9o4o7axNOVw==","signatures":[{"sig":"MEUCIQCzRxD1Vsru/olRXFMM8LN4kQWzYOT0ZsbYDA37gY/pxQIgASqtX5VNZOZrdamEUW2GW3lzQy3PL8lvjiss4NJ5OA8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153218},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1827b02a6ce14d67bfd14ebe164a8039ef6ca2f3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.1827b02a6ce14d67bfd14ebe164a8039ef6ca2f3","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.1827b02a6ce14d67bfd14ebe164a8039ef6ca2f3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1827b02a6ce14d67bfd14ebe164a8039ef6ca2f3","@strapi/types":"0.0.0-experimental.1827b02a6ce14d67bfd14ebe164a8039ef6ca2f3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1827b02a6ce14d67bfd14ebe164a8039ef6ca2f3_1762332354692_0.4105996566425536","host":"s3://npm-registry-packages-npm-production"}},"5.30.1":{"name":"@strapi/content-type-builder","version":"5.30.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.30.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f3e49fb0676be33e250e2c7263f9c40e71bdea46","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.30.1.tgz","fileCount":1110,"integrity":"sha512-Iws9MI6pTgEI6lr1v+WpZg1kpgR1PA+INXhn/Cs3qBL52Pd/rVZY4b7vT4b043ZW9jfif9H2H7VBGXzwT4ZTvA==","signatures":[{"sig":"MEYCIQDpFSPo7Rsw7i6MafPgbNN47AdH8iBNnbob9W5I88+1LgIhAIfN/BaBpJNJVDCc7TLgthXbAFddW6lpQTeqZtG0/kJw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11152953},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7c6ac08a6774155c6245af74edb5898dd84c878b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"5.30.1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.30.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.30.1","@strapi/types":"5.30.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.30.1_1762357342166_0.8861126223172333","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.807d2d1373c0c4b2c9c8a23debef0bf1b6af5fc1":{"name":"@strapi/content-type-builder","version":"0.0.0-next.807d2d1373c0c4b2c9c8a23debef0bf1b6af5fc1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.807d2d1373c0c4b2c9c8a23debef0bf1b6af5fc1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"220e63a896ae5049cd561aa4222010d0ea9fb247","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.807d2d1373c0c4b2c9c8a23debef0bf1b6af5fc1.tgz","fileCount":1110,"integrity":"sha512-1XmsCTsFirqHrT1L9/4FIL2rqgs9kPElAujh6bNA2YTyEst3C34Gm/r7akz+h1c7ljaJHKYKaOtkMaQYaZMchA==","signatures":[{"sig":"MEYCIQDB2Asl1k2fWn5swYdb2bt8arzioO/EdGDigQIE+Crm2AIhAKmm4yqu3a1PMSDKYaO4sTjZpWkKVncfdbMDDulvOd50","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153412},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"807d2d1373c0c4b2c9c8a23debef0bf1b6af5fc1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.807d2d1373c0c4b2c9c8a23debef0bf1b6af5fc1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.807d2d1373c0c4b2c9c8a23debef0bf1b6af5fc1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.807d2d1373c0c4b2c9c8a23debef0bf1b6af5fc1","@strapi/types":"0.0.0-next.807d2d1373c0c4b2c9c8a23debef0bf1b6af5fc1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.807d2d1373c0c4b2c9c8a23debef0bf1b6af5fc1_1762475760156_0.011669605494440072","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.848e0ac442910c1ad22a7c5eaab07088827fb53c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.848e0ac442910c1ad22a7c5eaab07088827fb53c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.848e0ac442910c1ad22a7c5eaab07088827fb53c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"74e41d1c3ad22ed3efc7cc64941eb13a55ad2e74","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.848e0ac442910c1ad22a7c5eaab07088827fb53c.tgz","fileCount":1110,"integrity":"sha512-dgwnHTRhirhc8Id3ah/fniRZX9Vx5Z4W4jmU6JAXwPU7rkQYB8u1jzYN9DOHbZwlw2ZT9d4GiajHMTu4sACoIg==","signatures":[{"sig":"MEUCIC4qJi72p1p00sWqUvdpqphH3CDdYMgTVZ9hTNTlcEfpAiEAsED47Kfk14Spui5qMk30cluBMfRRa1QDRtSuxKWvnAU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153452},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"848e0ac442910c1ad22a7c5eaab07088827fb53c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.848e0ac442910c1ad22a7c5eaab07088827fb53c","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.848e0ac442910c1ad22a7c5eaab07088827fb53c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.848e0ac442910c1ad22a7c5eaab07088827fb53c","@strapi/types":"0.0.0-experimental.848e0ac442910c1ad22a7c5eaab07088827fb53c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.848e0ac442910c1ad22a7c5eaab07088827fb53c_1762524566423_0.513320435476535","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.1b104e9d1e415cecd413a2bf989f9eb3c8ed6e05":{"name":"@strapi/content-type-builder","version":"0.0.0-next.1b104e9d1e415cecd413a2bf989f9eb3c8ed6e05","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.1b104e9d1e415cecd413a2bf989f9eb3c8ed6e05","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"88c8215244261e5a4d8b5aa36e60d6963a79f51e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.1b104e9d1e415cecd413a2bf989f9eb3c8ed6e05.tgz","fileCount":1110,"integrity":"sha512-h+otpsiJDuQpX7HSM+UZ5GHnxkK4KgdwyjJswltPEx7tv3Sb1hrAuxklT3gGIJh63czsI2BG/LMLfW3dLwpY9Q==","signatures":[{"sig":"MEUCIQDO7LmJU08/RWcs8oUkPa4pL55Jqr9o535uQdzspVVRhgIgDfUuHpHIMN6Raxh+yveUqVSsJGvqEvX9GGsXRFKO70c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153412},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1b104e9d1e415cecd413a2bf989f9eb3c8ed6e05","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.1b104e9d1e415cecd413a2bf989f9eb3c8ed6e05","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.1b104e9d1e415cecd413a2bf989f9eb3c8ed6e05","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.1b104e9d1e415cecd413a2bf989f9eb3c8ed6e05","@strapi/types":"0.0.0-next.1b104e9d1e415cecd413a2bf989f9eb3c8ed6e05","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.1b104e9d1e415cecd413a2bf989f9eb3c8ed6e05_1762562014287_0.5204577212991881","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.cad2fba5593c9ceddfc264fcecd9313a7f866d1a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.cad2fba5593c9ceddfc264fcecd9313a7f866d1a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.cad2fba5593c9ceddfc264fcecd9313a7f866d1a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0168bc38c30fdfb9fda846d62ff2e20f4a3d4005","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.cad2fba5593c9ceddfc264fcecd9313a7f866d1a.tgz","fileCount":1110,"integrity":"sha512-Lhsm7Fjo7u7j4tgzJusD5YEC4N9N6l5+VTruTcibPZYaJhiknpwOmvk7TLshqohn9ECOsEmFFjQZFG5i/qf1qA==","signatures":[{"sig":"MEQCIBRWCkfYigWFTwK/BLi4r/1VmzbO1lolei9ANoDkdyQQAiAWnqjermV8f6Zg2fyphCqoIBdCtUYrMWBrVooKjDMExQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153452},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cad2fba5593c9ceddfc264fcecd9313a7f866d1a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.cad2fba5593c9ceddfc264fcecd9313a7f866d1a","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.cad2fba5593c9ceddfc264fcecd9313a7f866d1a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.cad2fba5593c9ceddfc264fcecd9313a7f866d1a","@strapi/types":"0.0.0-experimental.cad2fba5593c9ceddfc264fcecd9313a7f866d1a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.cad2fba5593c9ceddfc264fcecd9313a7f866d1a_1762783857317_0.9573877982556116","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.10e62155f737fd6e63fc8a032ef377bdbf764e76":{"name":"@strapi/content-type-builder","version":"0.0.0-next.10e62155f737fd6e63fc8a032ef377bdbf764e76","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.10e62155f737fd6e63fc8a032ef377bdbf764e76","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"07112e7ee0bbf4f08429245e66bfeca486d033b4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.10e62155f737fd6e63fc8a032ef377bdbf764e76.tgz","fileCount":1110,"integrity":"sha512-ib0aydhD7DxgIjF9XzTo6IDkVmAMULNYb1+jZTQ601QVuRigAeWuRi9LQh4LkcyDuXhows5thb1LUQMeu4gtlQ==","signatures":[{"sig":"MEUCIQCO8CoN6Gb4LnRo0NByS8gpO5zSM4ZpOKW5txuvU8U7dQIgFb4t931UnPJq7+3Ift8WERNn/hr6BNIIMPV5MwflQGI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153412},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"10e62155f737fd6e63fc8a032ef377bdbf764e76","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.10e62155f737fd6e63fc8a032ef377bdbf764e76","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.10e62155f737fd6e63fc8a032ef377bdbf764e76","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.10e62155f737fd6e63fc8a032ef377bdbf764e76","@strapi/types":"0.0.0-next.10e62155f737fd6e63fc8a032ef377bdbf764e76","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.10e62155f737fd6e63fc8a032ef377bdbf764e76_1762821381939_0.10521923028064673","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.10e62155f737fd6e63fc8a032ef377bdbf764e76":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.10e62155f737fd6e63fc8a032ef377bdbf764e76","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.10e62155f737fd6e63fc8a032ef377bdbf764e76","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b27f8ea86ddb48c4829a6443b1a7c86ed89866ff","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.10e62155f737fd6e63fc8a032ef377bdbf764e76.tgz","fileCount":1110,"integrity":"sha512-qDrqbpRm96vAN+TKjA4OL1CCPdVgW604/TsrPKJsnsYp05ENkM4/pTx2rCoSkisHtACZDedb7tynZI2P0D7t3Q==","signatures":[{"sig":"MEUCIQDA38F4GNYPZUmM7ISTUa43sOCbQbN/5Btj/Hkaj6iPigIgK6IFF3605QLFTj3Gg9JM8w5S1huq5nwHcze3o9Uk8bo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153452},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"10e62155f737fd6e63fc8a032ef377bdbf764e76","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.10e62155f737fd6e63fc8a032ef377bdbf764e76","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.10e62155f737fd6e63fc8a032ef377bdbf764e76","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.10e62155f737fd6e63fc8a032ef377bdbf764e76","@strapi/types":"0.0.0-experimental.10e62155f737fd6e63fc8a032ef377bdbf764e76","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.10e62155f737fd6e63fc8a032ef377bdbf764e76_1762853879040_0.5748225963332012","host":"s3://npm-registry-packages-npm-production"}},"5.31.0":{"name":"@strapi/content-type-builder","version":"5.31.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.31.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"46793699a1dfe13b995a587b86c160aa195b0c7a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.31.0.tgz","fileCount":1110,"integrity":"sha512-t5P7ZslPC8FodIQFWLTLyNaUYDsi7JoQ8Y4vi95XDW0MAXE4uxmhU5fgg9a7aUvBLfSEyMgGb+DX/WPZuyLGkQ==","signatures":[{"sig":"MEYCIQDKkkLIJVoI/Ck2p8TcgCUrJduZan+GAQLcqyFjQTQXLAIhAI+OtgNSbFKlyr7ZJ6a9ZVfmDiZCPWj+1Rj3XAy0XfsA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153187},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c48808e80540a8f0466bdc55636edc4b301612dc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"5.31.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.31.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.31.0","@strapi/types":"5.31.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.31.0_1762942933463_0.9949543758658732","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.5ca715092a47e28379bc9ad56ebe85d907ef0330":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5ca715092a47e28379bc9ad56ebe85d907ef0330","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5ca715092a47e28379bc9ad56ebe85d907ef0330","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"13e06fffebada41e441d8998c50fb9da0fe92e74","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5ca715092a47e28379bc9ad56ebe85d907ef0330.tgz","fileCount":1110,"integrity":"sha512-WFdm9RFZnQKXWGxEkcID7sNrH0ZstMuefWUKIFqrig2qBVsetZwOR4lvQ3Thv6u3R0g5zJF04SMLoSSYQUANIA==","signatures":[{"sig":"MEUCIQCWPQjskb76e0ZaciI8Et7wsAMMc757f8R+snnvYolpmAIgWGb4sqdM9WrZ9oy4BQ/qI2frWjytc4h+dtxRyUX5dag=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11162997},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5ca715092a47e28379bc9ad56ebe85d907ef0330","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.5ca715092a47e28379bc9ad56ebe85d907ef0330","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.5ca715092a47e28379bc9ad56ebe85d907ef0330","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5ca715092a47e28379bc9ad56ebe85d907ef0330","@strapi/types":"0.0.0-experimental.5ca715092a47e28379bc9ad56ebe85d907ef0330","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5ca715092a47e28379bc9ad56ebe85d907ef0330_1762962970028_0.6286629334727085","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.62638801ce303ba9d03355a9f041541cc6668ae0":{"name":"@strapi/content-type-builder","version":"0.0.0-next.62638801ce303ba9d03355a9f041541cc6668ae0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.62638801ce303ba9d03355a9f041541cc6668ae0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8b71337b54d93e24b77fe8b5ad0c7dd6f6518044","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.62638801ce303ba9d03355a9f041541cc6668ae0.tgz","fileCount":1110,"integrity":"sha512-P0uObgksEVT1jQr18VRV0pBGlv+F4XwEx1PjGDrEfi5QQ6vh9BSygsrvsxBuTbB9k1uK8+dONj2d/dzCnR4HQw==","signatures":[{"sig":"MEYCIQCN9SkbaBUzF5lrFfi/uD5OFAuC0xckoVbMA8Enm4QUeQIhAKpx9AjwOkQ0KaXH2MKmWyRVQenbDTuheQheGmTN1+1z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11162957},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"62638801ce303ba9d03355a9f041541cc6668ae0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.62638801ce303ba9d03355a9f041541cc6668ae0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.62638801ce303ba9d03355a9f041541cc6668ae0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.62638801ce303ba9d03355a9f041541cc6668ae0","@strapi/types":"0.0.0-next.62638801ce303ba9d03355a9f041541cc6668ae0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.62638801ce303ba9d03355a9f041541cc6668ae0_1762994140542_0.1319799677675484","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.92e60e369ae0e382a5d486de347f6d286ab22987":{"name":"@strapi/content-type-builder","version":"0.0.0-next.92e60e369ae0e382a5d486de347f6d286ab22987","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.92e60e369ae0e382a5d486de347f6d286ab22987","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c454afcd8bdd4aeece77a4a8627d66180e2fda31","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.92e60e369ae0e382a5d486de347f6d286ab22987.tgz","fileCount":1110,"integrity":"sha512-x20Z0stu8nF+y1JR4XHbZdSiuxvXMl3+ZZgLA7OZRtMSZW8oZ0a6tyHwh4LwcNlJpupgrlE/lKIQW4JDz31dNw==","signatures":[{"sig":"MEUCIQCwskGkrIxhBO/gM3E+rcQ1/8N9Q/LkvOpsq08M6EvZCwIgGl/Ms3E8NdANilsmWc45syMJoANOHP8piKwgcDdJBuY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11162957},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"92e60e369ae0e382a5d486de347f6d286ab22987","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.92e60e369ae0e382a5d486de347f6d286ab22987","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.92e60e369ae0e382a5d486de347f6d286ab22987","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.92e60e369ae0e382a5d486de347f6d286ab22987","@strapi/types":"0.0.0-next.92e60e369ae0e382a5d486de347f6d286ab22987","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.92e60e369ae0e382a5d486de347f6d286ab22987_1763080567841_0.5711301249197569","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.038987fe1b9ce8964cdd7e5b43cae5f2b7ed98d9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.038987fe1b9ce8964cdd7e5b43cae5f2b7ed98d9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.038987fe1b9ce8964cdd7e5b43cae5f2b7ed98d9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c1a908fd70b19fb302500196d6bffdeae24601fd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.038987fe1b9ce8964cdd7e5b43cae5f2b7ed98d9.tgz","fileCount":1110,"integrity":"sha512-362pxTWnH9xaDY2tMz9djKyH6XNL8aC7EmJttAFeR8XIjExH750lHrk/u9IJk5vofN4H628WXiFicN8nGVvbbQ==","signatures":[{"sig":"MEQCIA3YmSwzvC8VCq9qMusMlZFAkdmSSV5X9QH3mZzptCr/AiAIjd0FlFoVe/feYSijseQ52lK5ONxReyX8HiBiAUuBOw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11162997},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"038987fe1b9ce8964cdd7e5b43cae5f2b7ed98d9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.038987fe1b9ce8964cdd7e5b43cae5f2b7ed98d9","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.038987fe1b9ce8964cdd7e5b43cae5f2b7ed98d9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.038987fe1b9ce8964cdd7e5b43cae5f2b7ed98d9","@strapi/types":"0.0.0-experimental.038987fe1b9ce8964cdd7e5b43cae5f2b7ed98d9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.038987fe1b9ce8964cdd7e5b43cae5f2b7ed98d9_1763110142277_0.05391443071824198","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f9ca9ac9518346cac58a4a3a576bc9d9d795570d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f9ca9ac9518346cac58a4a3a576bc9d9d795570d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f9ca9ac9518346cac58a4a3a576bc9d9d795570d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b94c2ca87bfb15c43783d7e85245a6608c736c4d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f9ca9ac9518346cac58a4a3a576bc9d9d795570d.tgz","fileCount":1110,"integrity":"sha512-RTpiif+NcoMES1SIg9SWbjthLm9mWpd951MP53tiPNGZlDjCgYlABj6zP12/6IFV9vyJu1g4H5Yau5a1Yn7NVg==","signatures":[{"sig":"MEUCIHwFvg7OOaVSAkB8svA5g7qy0AW3IiQ8V3FLnhtQyGpdAiEA0FK+9wwlvbuLk362CUrvaUa7oqeIawtU5MH7sDMq1y4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11162997},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f9ca9ac9518346cac58a4a3a576bc9d9d795570d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.f9ca9ac9518346cac58a4a3a576bc9d9d795570d","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.f9ca9ac9518346cac58a4a3a576bc9d9d795570d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f9ca9ac9518346cac58a4a3a576bc9d9d795570d","@strapi/types":"0.0.0-experimental.f9ca9ac9518346cac58a4a3a576bc9d9d795570d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f9ca9ac9518346cac58a4a3a576bc9d9d795570d_1763117584297_0.3419477112483522","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.14806124ce23818298c02cb84342c60db4704250":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.14806124ce23818298c02cb84342c60db4704250","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.14806124ce23818298c02cb84342c60db4704250","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ea43fb8c6e8ea856a1f9635c1a39a3267891558b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.14806124ce23818298c02cb84342c60db4704250.tgz","fileCount":1110,"integrity":"sha512-Kwcrza/qwIlm2dDpMCUDHjUUiTG2oKCwT4gcOP/0hdohI6wyMxKA8Dh+3/ArT9rKKJDq7PvAcVSUs9jjx8eFVw==","signatures":[{"sig":"MEQCIF5oq/7c8oXyRgKd+FkvgvAHtEY4vC9Hs5QUV8hT8wBrAiBHavmsWMxBxfK7W2ucgihLkkCjfRCAsj3ythUY4CFpRg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11162997},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"14806124ce23818298c02cb84342c60db4704250","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.14806124ce23818298c02cb84342c60db4704250","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.14806124ce23818298c02cb84342c60db4704250","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.14806124ce23818298c02cb84342c60db4704250","@strapi/types":"0.0.0-experimental.14806124ce23818298c02cb84342c60db4704250","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.14806124ce23818298c02cb84342c60db4704250_1763119659748_0.41493673012478194","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.32e19446d7ac2d8eaffa53da59f933ca5716d727":{"name":"@strapi/content-type-builder","version":"0.0.0-next.32e19446d7ac2d8eaffa53da59f933ca5716d727","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.32e19446d7ac2d8eaffa53da59f933ca5716d727","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"371c0fb6a76ca14739bb7640791a12ec16f50add","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.32e19446d7ac2d8eaffa53da59f933ca5716d727.tgz","fileCount":1110,"integrity":"sha512-bkB273GJPVcHn64sXFPiV+if5INcuzlf86AGiAEQEhFy4BUbC8jWdCOalu37HHREJYmAjZhRqYQOA66r3fLI6Q==","signatures":[{"sig":"MEUCIGfA3OgrhPK61ItaK8mUJSAIjIHaOR/Lro4MsqyveWE4AiEAy9FseT7qTiVskYH+ofpvXQIuBtoJI06Z1kXDfwuDAzc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11162957},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"32e19446d7ac2d8eaffa53da59f933ca5716d727","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.32e19446d7ac2d8eaffa53da59f933ca5716d727","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.32e19446d7ac2d8eaffa53da59f933ca5716d727","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.32e19446d7ac2d8eaffa53da59f933ca5716d727","@strapi/types":"0.0.0-next.32e19446d7ac2d8eaffa53da59f933ca5716d727","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.32e19446d7ac2d8eaffa53da59f933ca5716d727_1763166877191_0.7351979811251268","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.0d1bdfce3abec8974dc41933b18ba81c45b93475":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0d1bdfce3abec8974dc41933b18ba81c45b93475","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0d1bdfce3abec8974dc41933b18ba81c45b93475","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f229e0962d05ec4c1917dc1c4b4ff22c7f9c5473","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0d1bdfce3abec8974dc41933b18ba81c45b93475.tgz","fileCount":1110,"integrity":"sha512-kaiHN732jQ7nYv/Tml2tXgI4ZmLtmmik0kVFcQyzCI/k3Nw5dh3MOJPsMDbsGLmbXIeaYkpEu43ZCc43eOR7Gw==","signatures":[{"sig":"MEUCICqHiSmuvsMz3DuJ9lO17/i8ZNBJdZkw+xn2BDECZesxAiEA5h7PXbdDjtqVFDlESxorSdXtvljP5rDKJA3oDQ5+EVg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11162997},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0d1bdfce3abec8974dc41933b18ba81c45b93475","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.0d1bdfce3abec8974dc41933b18ba81c45b93475","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.0d1bdfce3abec8974dc41933b18ba81c45b93475","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0d1bdfce3abec8974dc41933b18ba81c45b93475","@strapi/types":"0.0.0-experimental.0d1bdfce3abec8974dc41933b18ba81c45b93475","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0d1bdfce3abec8974dc41933b18ba81c45b93475_1763369639444_0.8354444652216304","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a1edcc9d9fab426bad8fd1a111e6d06cb07849be":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a1edcc9d9fab426bad8fd1a111e6d06cb07849be","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a1edcc9d9fab426bad8fd1a111e6d06cb07849be","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"820693fd2411f51803f4968123e36a953d415db6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a1edcc9d9fab426bad8fd1a111e6d06cb07849be.tgz","fileCount":1110,"integrity":"sha512-rweLIfNEk4kjGxj29LgnibD45WCepJ6j5mKBYMLVXJPJK0Mll/Ogw1lkg4imo60ql2vFME7mTqwJH4nzM0PjSw==","signatures":[{"sig":"MEQCIFiWTJIvuwibVbotg0r6acAlrxUWsNzVmNtyEph3/27GAiAcEyzBTZ3K7WmtFisTRUhDwvVpAsuvXDSZGDwRh7Y6sg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11153452},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=18.0.0 <=22.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a1edcc9d9fab426bad8fd1a111e6d06cb07849be","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.a1edcc9d9fab426bad8fd1a111e6d06cb07849be","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.a1edcc9d9fab426bad8fd1a111e6d06cb07849be","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a1edcc9d9fab426bad8fd1a111e6d06cb07849be","@strapi/types":"0.0.0-experimental.a1edcc9d9fab426bad8fd1a111e6d06cb07849be","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a1edcc9d9fab426bad8fd1a111e6d06cb07849be_1763375534427_0.9036991759394","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.cb374d6b06692607bcfbd4d5131bafd4c990aa29":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.cb374d6b06692607bcfbd4d5131bafd4c990aa29","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.cb374d6b06692607bcfbd4d5131bafd4c990aa29","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2623e4d24b03f0ebde08312133c14186587a7ba6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.cb374d6b06692607bcfbd4d5131bafd4c990aa29.tgz","fileCount":1110,"integrity":"sha512-GSYixBJeRfu1QPwI7bHRf8aM12D2qmZJvCGuZpqoEJQY8+QtiSTK6tu5l93p/2r1sMDvAToHfszwQNSAFML5Rw==","signatures":[{"sig":"MEQCIEr9ZXAT6P8Coo/ad2ibZ6j7B57aO7qX6nl9qvWJ6p9JAiARgfdh6b8CN5/Qj43/L+yajdgE7PKeHctVAZ7EDLaYjQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11162997},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cb374d6b06692607bcfbd4d5131bafd4c990aa29","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.cb374d6b06692607bcfbd4d5131bafd4c990aa29","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.cb374d6b06692607bcfbd4d5131bafd4c990aa29","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.cb374d6b06692607bcfbd4d5131bafd4c990aa29","@strapi/types":"0.0.0-experimental.cb374d6b06692607bcfbd4d5131bafd4c990aa29","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.cb374d6b06692607bcfbd4d5131bafd4c990aa29_1763398692226_0.5488519622985193","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.cb374d6b06692607bcfbd4d5131bafd4c990aa29":{"name":"@strapi/content-type-builder","version":"0.0.0-next.cb374d6b06692607bcfbd4d5131bafd4c990aa29","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.cb374d6b06692607bcfbd4d5131bafd4c990aa29","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e1eb25717ed55107d7069ed9b651a23f6f503e8c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.cb374d6b06692607bcfbd4d5131bafd4c990aa29.tgz","fileCount":1110,"integrity":"sha512-eIsGQYCMXJrT/wMU1dr8nT1jCqyXhXNsZ8nwUNgRXgF2BFSpikmBkOt2PROZi/s5ezXUGQyBFSaBIu6K+3zUiw==","signatures":[{"sig":"MEUCIQCH1400NVU0dH1oNNemGYPESezPA2z0ePdmzdGXoD/cBwIgTx3LRCBTHjBFWARbvmJYZfTkx3kGGWoda6HLHm4dhBo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11162957},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cb374d6b06692607bcfbd4d5131bafd4c990aa29","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-next.cb374d6b06692607bcfbd4d5131bafd4c990aa29","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.cb374d6b06692607bcfbd4d5131bafd4c990aa29","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.cb374d6b06692607bcfbd4d5131bafd4c990aa29","@strapi/types":"0.0.0-next.cb374d6b06692607bcfbd4d5131bafd4c990aa29","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.cb374d6b06692607bcfbd4d5131bafd4c990aa29_1763426130383_0.1886328828835968","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.068169c1acb096333ffd6d7f0ecb2e5942027466":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.068169c1acb096333ffd6d7f0ecb2e5942027466","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.068169c1acb096333ffd6d7f0ecb2e5942027466","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b94a16ed8e639a5f6a755481c376e3289fe9f830","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.068169c1acb096333ffd6d7f0ecb2e5942027466.tgz","fileCount":1110,"integrity":"sha512-NDcEZOy6scTIS7NBa+TPr4BislSvmoOnYHTp+DSFQQd8xLvf14frV5K05LmX//ykUxvNL4IcBakgEe4hgr+Tgg==","signatures":[{"sig":"MEYCIQD+ZME7bL6p3fGWq+zKimxg6ZB7yuQhjJwr1tmGwOaVUgIhALu8swGzzaJ3EqKaxTaZQSpPBeWP0TpXcuMVzU7GeMPg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11162997},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"068169c1acb096333ffd6d7f0ecb2e5942027466","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.068169c1acb096333ffd6d7f0ecb2e5942027466","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.068169c1acb096333ffd6d7f0ecb2e5942027466","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.068169c1acb096333ffd6d7f0ecb2e5942027466","@strapi/types":"0.0.0-experimental.068169c1acb096333ffd6d7f0ecb2e5942027466","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.068169c1acb096333ffd6d7f0ecb2e5942027466_1763544908407_0.9568023962209691","host":"s3://npm-registry-packages-npm-production"}},"5.31.1":{"name":"@strapi/content-type-builder","version":"5.31.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.31.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"af59776025ee71150ac6507ec79ad52328c41f88","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.31.1.tgz","fileCount":1110,"integrity":"sha512-yBOeTWqSSRudkxc14NJsAz0txsYo/Ew3KQTg1UIMKkCYs1FCSTSGbWd9pRTI5VVwcoilDk95GRbw88OuaXcusQ==","signatures":[{"sig":"MEUCIQCtPMUWWRn7VtE6ecGrWj7x2rwa0CsZuS/g2AYTM5TgtwIgVRIgmicpGVhvKx4NjSEKxrdPT4t0b/I4kQcpifEGZW0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11162732},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cb353c3cdef7f1c39c1a94446e62ef8a4fd65621","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"5.31.1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.31.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.31.1","@strapi/types":"5.31.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.31.1_1763559649626_0.5450009164525493","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.80d3ba906e416cd717a3e334f2905460b7648735":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.80d3ba906e416cd717a3e334f2905460b7648735","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.80d3ba906e416cd717a3e334f2905460b7648735","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d7b92df0272a94fda1798ef0880ddc66919a9cf6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.80d3ba906e416cd717a3e334f2905460b7648735.tgz","fileCount":1110,"integrity":"sha512-GONqRG/VdzTEdlSvAgt/WeS0zZsX0MqkDHVx4Pa+EokVKXZ/Sm41ORyOajbM6+mSz55RsFTmKqjxBWEOStjB/w==","signatures":[{"sig":"MEUCIQCdg6I7B9wl++w/AJWYiaVTHJe3Jydh3GD0KOEypH+iBwIgbrm92/SlaZHPBKWVmsHhLZl555ifPkSve/LYClapnZI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11164159},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"80d3ba906e416cd717a3e334f2905460b7648735","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.80d3ba906e416cd717a3e334f2905460b7648735","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.80d3ba906e416cd717a3e334f2905460b7648735","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.80d3ba906e416cd717a3e334f2905460b7648735","@strapi/types":"0.0.0-experimental.80d3ba906e416cd717a3e334f2905460b7648735","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.80d3ba906e416cd717a3e334f2905460b7648735_1763574140680_0.12715482823938284","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.4df41dfed303a6fe5d2f36c53a4f144039ba7018":{"name":"@strapi/content-type-builder","version":"0.0.0-next.4df41dfed303a6fe5d2f36c53a4f144039ba7018","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.4df41dfed303a6fe5d2f36c53a4f144039ba7018","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ea266622bfa0f767db5e7577b5e42a3b98a80086","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.4df41dfed303a6fe5d2f36c53a4f144039ba7018.tgz","fileCount":1110,"integrity":"sha512-AMpkpKraNeMFx8NDCbIGqwBCVyBfCg2e2zlhK1l89Tsz8mgzbIvBXSXEAhDSZFI3Vtchp8ZblMGAjTyqnLFezg==","signatures":[{"sig":"MEYCIQD7grjfrcpM7tiJoKMf0m5Y4KaEynEbIR0ymhk4dqEj+AIhANe9B2V62ToJg3A7MuEqcSHKS+Exy7UCXpA7osGx7frX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11164119},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4df41dfed303a6fe5d2f36c53a4f144039ba7018","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.4df41dfed303a6fe5d2f36c53a4f144039ba7018","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.4df41dfed303a6fe5d2f36c53a4f144039ba7018","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.4df41dfed303a6fe5d2f36c53a4f144039ba7018","@strapi/types":"0.0.0-next.4df41dfed303a6fe5d2f36c53a4f144039ba7018","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.4df41dfed303a6fe5d2f36c53a4f144039ba7018_1763598921608_0.9679390972670543","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.33e7800dc9389f78c5b00f5962ebc395c1acef77":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.33e7800dc9389f78c5b00f5962ebc395c1acef77","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.33e7800dc9389f78c5b00f5962ebc395c1acef77","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"aede8168ef85c248ce60edb7e9ea5a6c448e0a64","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.33e7800dc9389f78c5b00f5962ebc395c1acef77.tgz","fileCount":1110,"integrity":"sha512-E0D6JDicHhWVcAk5c5pFCcoFTxO8ml1JFJWnwqd8H/icdVDEFlUc63+4NWxqrodJbia+1CV099hsENQTsnqQnA==","signatures":[{"sig":"MEYCIQD3TP/4w/tPszQmPY46BgynTh6IaWsp3ZKY1o8LBlVrrAIhAPpvfUvKI48Pr9D9D2Ne3MZroPsgRDw4bophNMagDoFq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11164159},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"33e7800dc9389f78c5b00f5962ebc395c1acef77","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.33e7800dc9389f78c5b00f5962ebc395c1acef77","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.33e7800dc9389f78c5b00f5962ebc395c1acef77","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.33e7800dc9389f78c5b00f5962ebc395c1acef77","@strapi/types":"0.0.0-experimental.33e7800dc9389f78c5b00f5962ebc395c1acef77","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.33e7800dc9389f78c5b00f5962ebc395c1acef77_1763635093131_0.8075441971382316","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ab7bb8f8d3c8871e51e0720c5d36d826309f80b5":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ab7bb8f8d3c8871e51e0720c5d36d826309f80b5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ab7bb8f8d3c8871e51e0720c5d36d826309f80b5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"282dc48a489313496b365c38029e6f11da5f6b05","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ab7bb8f8d3c8871e51e0720c5d36d826309f80b5.tgz","fileCount":1110,"integrity":"sha512-MXTM3iCV1YVtPVZS4PTGTLRcyFuH4BHFMS8SlPE0Lo8p46Pvm/Xt8kj6O6Zs6IGxO922ZL6fVks01bTWfSMYfw==","signatures":[{"sig":"MEYCIQCD8RkZT2acWzMC3B4kBLFVMY7TKfBnSQ3t+q09t0sGJgIhALIRyEX9Z20p/kkhuSv+MAzE3gURVm+77byPlUsJDF2I","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11162997},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ab7bb8f8d3c8871e51e0720c5d36d826309f80b5","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"0.0.0-experimental.ab7bb8f8d3c8871e51e0720c5d36d826309f80b5","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ab7bb8f8d3c8871e51e0720c5d36d826309f80b5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ab7bb8f8d3c8871e51e0720c5d36d826309f80b5","@strapi/types":"0.0.0-experimental.ab7bb8f8d3c8871e51e0720c5d36d826309f80b5","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ab7bb8f8d3c8871e51e0720c5d36d826309f80b5_1763643442086_0.6868922127869381","host":"s3://npm-registry-packages-npm-production"}},"5.31.2":{"name":"@strapi/content-type-builder","version":"5.31.2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.31.2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"aaa25bea3af1a6e2bbde72f4e12034c62af342e5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.31.2.tgz","fileCount":1110,"integrity":"sha512-qTj9nFWmeO9tR8BcydQfbioXhOcoJCPbggH1Mp3PUaz6dJk1PDSqUjpXonRX3P7OaE2qRDn0Np4pu48qSvMJ8g==","signatures":[{"sig":"MEQCIA55biO2uyidIQL6vVqofwzTRosIMFDZUYNnSmoeaJPhAiB4uoipb9HZrQDEPhz1O+V89DJM+j2TGuCCvdVGzrt5hg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11162732},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ddafab886c6201c23ecf5277eb7c31ae8b8ac31b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.0-rc.30","@strapi/utils":"5.31.2","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.31.2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.0-rc.30"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.31.2","@strapi/types":"5.31.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.31.2_1763645202502_0.16585446143745775","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e2e3ca14971ee768e1a227a209362264fd0132d4":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e2e3ca14971ee768e1a227a209362264fd0132d4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e2e3ca14971ee768e1a227a209362264fd0132d4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d5478b2db99b86db5d8cc5dcd87cdbfb201d0d9f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e2e3ca14971ee768e1a227a209362264fd0132d4.tgz","fileCount":1110,"integrity":"sha512-fFadAyRAvhz3dBMZuhSpSshBKZWUalyvdr6dKbZAP9MSOvqGcz3WE3Sp8JIIZiWNJKP2e7Ixibg10MUrq4kiSg==","signatures":[{"sig":"MEUCIAy/JVd+BjrkuFMiKPISCApmV4enAJfS7W3L/SjnLp/VAiEAwqY+Td8RCT21WmMt1+cCc+UQUIiC7lOwCNxZXSLJGGc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11164275},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e2e3ca14971ee768e1a227a209362264fd0132d4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.e2e3ca14971ee768e1a227a209362264fd0132d4","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.e2e3ca14971ee768e1a227a209362264fd0132d4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e2e3ca14971ee768e1a227a209362264fd0132d4","@strapi/types":"0.0.0-next.e2e3ca14971ee768e1a227a209362264fd0132d4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e2e3ca14971ee768e1a227a209362264fd0132d4_1763685318085_0.9413547287291386","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.29273b8e8a9a5aa635e5680190eda01f861431aa":{"name":"@strapi/content-type-builder","version":"0.0.0-next.29273b8e8a9a5aa635e5680190eda01f861431aa","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.29273b8e8a9a5aa635e5680190eda01f861431aa","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"eb4beca2388ec23870628d387befd9d740280c4f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.29273b8e8a9a5aa635e5680190eda01f861431aa.tgz","fileCount":1110,"integrity":"sha512-K4jn7tgtpoCAZIaV4i0dOsJBVqQdR6oT3jDj66PhSYzOSfc7XVTpN38jB+S0uSoaaA37Q7lh5KThMhVoI21AEA==","signatures":[{"sig":"MEUCIQC4p3uMV2d5oqyqYilupfZDjRXBwOPZbxfxc6zP2oyi1AIgXKZpYINy6p7TZbxGxD8OtINEdLs32i1zvirtfJPLM4s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11164275},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"29273b8e8a9a5aa635e5680190eda01f861431aa","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.29273b8e8a9a5aa635e5680190eda01f861431aa","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.29273b8e8a9a5aa635e5680190eda01f861431aa","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.29273b8e8a9a5aa635e5680190eda01f861431aa","@strapi/types":"0.0.0-next.29273b8e8a9a5aa635e5680190eda01f861431aa","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.29273b8e8a9a5aa635e5680190eda01f861431aa_1763771657021_0.5186658472040304","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.50e7f41993c2e6e11d3c5a39b47f003ddb06cddc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.50e7f41993c2e6e11d3c5a39b47f003ddb06cddc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.50e7f41993c2e6e11d3c5a39b47f003ddb06cddc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bffdaccd2a4ab7100d8e78c6e3340c94edb19699","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.50e7f41993c2e6e11d3c5a39b47f003ddb06cddc.tgz","fileCount":1110,"integrity":"sha512-Pc1HoO+PUljyf+yTK/RDGcMihgxXbVWDOF1OYPT3pRd3AJyDfX9xY5Un3rhaMKRZeZu4qrU+07l/IGIeE6j8+A==","signatures":[{"sig":"MEUCIQCBRTxi0oAfGmSZt9myDaxDhwNsExzxhr2EsYnsQSB9ZwIgK9Gr1vNLEK1HkQKBumxzpX+jrDk+ByFl5R7Ohnsin/o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11164315},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"50e7f41993c2e6e11d3c5a39b47f003ddb06cddc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.50e7f41993c2e6e11d3c5a39b47f003ddb06cddc","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.50e7f41993c2e6e11d3c5a39b47f003ddb06cddc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.50e7f41993c2e6e11d3c5a39b47f003ddb06cddc","@strapi/types":"0.0.0-experimental.50e7f41993c2e6e11d3c5a39b47f003ddb06cddc","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.50e7f41993c2e6e11d3c5a39b47f003ddb06cddc_1764185882260_0.9456733953096723","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.3bb2a3e305c5c30401a3bb9ef0962536c2979682":{"name":"@strapi/content-type-builder","version":"0.0.0-next.3bb2a3e305c5c30401a3bb9ef0962536c2979682","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.3bb2a3e305c5c30401a3bb9ef0962536c2979682","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d68691c81c2143207d12fa65bccaef7cd2c6833c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.3bb2a3e305c5c30401a3bb9ef0962536c2979682.tgz","fileCount":1110,"integrity":"sha512-msWXib2MU50dZRYR8li2chw4Ln3p9R+lKW2JneXt6wsyzMCma7ECiuQ/pp/2iGQkEq7wYs3jIFkjeEcDek6J6g==","signatures":[{"sig":"MEQCICq5pgpi7i/5SFuDXbx5q0ss95YVmR7pqzPCfzTFartMAiBmQX/FHqlxijZtwiKLBmZv9lzQIN2CHcu2KXLgflha4g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11165415},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3bb2a3e305c5c30401a3bb9ef0962536c2979682","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.3bb2a3e305c5c30401a3bb9ef0962536c2979682","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.3bb2a3e305c5c30401a3bb9ef0962536c2979682","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.3bb2a3e305c5c30401a3bb9ef0962536c2979682","@strapi/types":"0.0.0-next.3bb2a3e305c5c30401a3bb9ef0962536c2979682","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.3bb2a3e305c5c30401a3bb9ef0962536c2979682_1764635775390_0.582536813017809","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.3bb2a3e305c5c30401a3bb9ef0962536c2979682":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.3bb2a3e305c5c30401a3bb9ef0962536c2979682","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.3bb2a3e305c5c30401a3bb9ef0962536c2979682","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5b2c9ccd00d491965836ee883383a9e53866958e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.3bb2a3e305c5c30401a3bb9ef0962536c2979682.tgz","fileCount":1110,"integrity":"sha512-AXlKdB4adkpcM5Ervn69nZEI/MhC2L5O5lUXmKKdlDpcoo2yN9XUFfkZcjcuTzEeyNcWtWkhiRfgCadu8JSrFg==","signatures":[{"sig":"MEQCIEyXmi2XN5bBrklhq9uVrJwghKgqcOLnSQl6P5WKoRd1AiALrP0MuGHHcHuFKtexjepqdUo1utzzNuHek/nRulcD1A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11165455},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3bb2a3e305c5c30401a3bb9ef0962536c2979682","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.3bb2a3e305c5c30401a3bb9ef0962536c2979682","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.3bb2a3e305c5c30401a3bb9ef0962536c2979682","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.3bb2a3e305c5c30401a3bb9ef0962536c2979682","@strapi/types":"0.0.0-experimental.3bb2a3e305c5c30401a3bb9ef0962536c2979682","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.3bb2a3e305c5c30401a3bb9ef0962536c2979682_1764669286542_0.07415390355982066","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e7ae51b01f78ddeaa09c4aa3e3882f466a5b3188":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e7ae51b01f78ddeaa09c4aa3e3882f466a5b3188","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e7ae51b01f78ddeaa09c4aa3e3882f466a5b3188","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bdcfe1584c9b9eca37136401b4441d3c91937275","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e7ae51b01f78ddeaa09c4aa3e3882f466a5b3188.tgz","fileCount":1110,"integrity":"sha512-43c1jHWI4dj+9wilTpQVq1slhQnJmB/D7WPo74H4hccDFFbmT8VL43XGoBzyzjHHs4pklZWwZER/fKHjgKuzhg==","signatures":[{"sig":"MEQCICjlmUpUHR2MD6NeCRPYS3pyuG2JSW9/adC5XWuWKBxTAiAwY4Boj5UqlVxR/V0ud/AF2HtkMbw/ALGsKrfQW3uupg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11165491},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e7ae51b01f78ddeaa09c4aa3e3882f466a5b3188","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.e7ae51b01f78ddeaa09c4aa3e3882f466a5b3188","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.e7ae51b01f78ddeaa09c4aa3e3882f466a5b3188","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e7ae51b01f78ddeaa09c4aa3e3882f466a5b3188","@strapi/types":"0.0.0-next.e7ae51b01f78ddeaa09c4aa3e3882f466a5b3188","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e7ae51b01f78ddeaa09c4aa3e3882f466a5b3188_1764722170263_0.2673595966063378","host":"s3://npm-registry-packages-npm-production"}},"5.31.3":{"name":"@strapi/content-type-builder","version":"5.31.3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.31.3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ac5bfbeba26b76f43a799a5b6d92d4dcaa35e73e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.31.3.tgz","fileCount":1110,"integrity":"sha512-1z77HG8B8ppbkYY699g89eKNt13FQXorHTJ9mrjyPW9Vti4w9DK1Fsgtfd6cBK+qiAfpwo0kfgpnIpY9TSuFuw==","signatures":[{"sig":"MEUCIQDp0GH95MLH0FNIKeABSEGACyuivB5MQwW0S9MTUZ/WPwIgC2fE0qPMlErCMvSpSDXpXUROSZ7Qm18Vj6lmtbDl5tE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11165190},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a7b581af10c71652270ef6c60db50e718b6d815e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.5","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"5.31.3","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.31.3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.31.3","@strapi/types":"5.31.3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.1.0","@testing-library/react":"15.0.7","@testing-library/user-event":"14.5.2"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.31.3_1764771835952_0.38615380676476696","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.869f75b82c6faf1fddc8e4b7f968f36442c8fc62":{"name":"@strapi/content-type-builder","version":"0.0.0-next.869f75b82c6faf1fddc8e4b7f968f36442c8fc62","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.869f75b82c6faf1fddc8e4b7f968f36442c8fc62","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"dd5860340f30357d27401fea14f843c47a4d3d99","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.869f75b82c6faf1fddc8e4b7f968f36442c8fc62.tgz","fileCount":1131,"integrity":"sha512-Am4gpg0Wjcp4oCanN/rC+CrbQAcSztiLKB9YGYeEn/mhg8Age7xTd18viGlvbdJn30VQjwcNSK6CH+Ake3COqQ==","signatures":[{"sig":"MEYCIQCtmJNX571JOg5dyMVolB1ZkLXvVCWsJ15QFL9vq91s3QIhAN4XqmM1mO20BzBEsh7TfEdEXvldwodw7v1nXm7HdeE4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11204833},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"869f75b82c6faf1fddc8e4b7f968f36442c8fc62","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.869f75b82c6faf1fddc8e4b7f968f36442c8fc62","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.869f75b82c6faf1fddc8e4b7f968f36442c8fc62","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.869f75b82c6faf1fddc8e4b7f968f36442c8fc62","@strapi/types":"0.0.0-next.869f75b82c6faf1fddc8e4b7f968f36442c8fc62","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.869f75b82c6faf1fddc8e4b7f968f36442c8fc62_1764808613656_0.7141142678645671","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.9b24f8f26a4217f9f2873c24ebbdfdcb25de62d3":{"name":"@strapi/content-type-builder","version":"0.0.0-next.9b24f8f26a4217f9f2873c24ebbdfdcb25de62d3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.9b24f8f26a4217f9f2873c24ebbdfdcb25de62d3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4b78eb423a9687dc49b0e76efe671a7b9971bd55","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.9b24f8f26a4217f9f2873c24ebbdfdcb25de62d3.tgz","fileCount":1131,"integrity":"sha512-WJImfYg7kS0WYtW9ARQ0qFNuZFrKidJ8QiaWLJPpgS1iadXR5gAWS3+GbMrYg9fa3rRhrbl8mgeMxycTo4F1lA==","signatures":[{"sig":"MEYCIQDbvRQRiV6bRRU4F+/bvVw8dz82MOLqRttOZIBB9434NAIhAOwmypqmPT31kKrHQz854A3MtzrOezDgCBa9LHV9PPMG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11204833},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9b24f8f26a4217f9f2873c24ebbdfdcb25de62d3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.9b24f8f26a4217f9f2873c24ebbdfdcb25de62d3","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.9b24f8f26a4217f9f2873c24ebbdfdcb25de62d3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.9b24f8f26a4217f9f2873c24ebbdfdcb25de62d3","@strapi/types":"0.0.0-next.9b24f8f26a4217f9f2873c24ebbdfdcb25de62d3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.9b24f8f26a4217f9f2873c24ebbdfdcb25de62d3_1764895015711_0.7811478356158139","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.4828e44800fa93cb20b61e4256f9362eb94762bc":{"name":"@strapi/content-type-builder","version":"0.0.0-next.4828e44800fa93cb20b61e4256f9362eb94762bc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.4828e44800fa93cb20b61e4256f9362eb94762bc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d8954e35bb84c019ddd7db4d2f724960d941f6f2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.4828e44800fa93cb20b61e4256f9362eb94762bc.tgz","fileCount":1131,"integrity":"sha512-Osr8jTfOVVZkix+Ekr7GsJfH8nGVfJ7JAjNqBsFxUpjr+voQqEWr+GgfklmQKO+dgU1N3ZpOnkhMKdNbjpiyaA==","signatures":[{"sig":"MEQCIDRw2MQFE9/z3b8nt2HvThRfNj0Wa2jKjtythnjqz15xAiB61C/VhC3ax1c/Nf5phw2jFGwSR2dcc739cOlRVmuDZA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11207300},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4828e44800fa93cb20b61e4256f9362eb94762bc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.4828e44800fa93cb20b61e4256f9362eb94762bc","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.4828e44800fa93cb20b61e4256f9362eb94762bc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.4828e44800fa93cb20b61e4256f9362eb94762bc","@strapi/types":"0.0.0-next.4828e44800fa93cb20b61e4256f9362eb94762bc","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.4828e44800fa93cb20b61e4256f9362eb94762bc_1764981308004_0.7109298966793838","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.27dfba4594f9d9b2edcf7f7f153e07e7ff9c0ca5":{"name":"@strapi/content-type-builder","version":"0.0.0-next.27dfba4594f9d9b2edcf7f7f153e07e7ff9c0ca5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.27dfba4594f9d9b2edcf7f7f153e07e7ff9c0ca5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c73d9ed842ca2bc4f2f698b3ecca8100416e1112","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.27dfba4594f9d9b2edcf7f7f153e07e7ff9c0ca5.tgz","fileCount":1131,"integrity":"sha512-Op12GClX3UytX/uUM21t/aaNQI2dHa+8WLcyxDO7BqNSsi1/BFCoJCweSPOP1vz91ARb1gMJjUYjuK3kdomnuw==","signatures":[{"sig":"MEQCIEhBdOqp+HrYbT6oPfunKzCfJ+JIrZ4Du1NrhePVrFywAiAdzh9XflVdFnOw558fL09/9DtxetOf1K9FA7PzkEwl2w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11207300},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"27dfba4594f9d9b2edcf7f7f153e07e7ff9c0ca5","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.27dfba4594f9d9b2edcf7f7f153e07e7ff9c0ca5","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.27dfba4594f9d9b2edcf7f7f153e07e7ff9c0ca5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.27dfba4594f9d9b2edcf7f7f153e07e7ff9c0ca5","@strapi/types":"0.0.0-next.27dfba4594f9d9b2edcf7f7f153e07e7ff9c0ca5","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.27dfba4594f9d9b2edcf7f7f153e07e7ff9c0ca5_1765240602295_0.10767013437984341","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b36a133e9f508c795cf2c216f7068ef32c0263dc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b36a133e9f508c795cf2c216f7068ef32c0263dc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b36a133e9f508c795cf2c216f7068ef32c0263dc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e60a86080fcadacab18208eda0687949e4597e44","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b36a133e9f508c795cf2c216f7068ef32c0263dc.tgz","fileCount":1131,"integrity":"sha512-otlFHZAsMAExZriC75XxpZsRN3Km2mFXQ8xYPtpH+aVK0b2wZlNumYAX8CHdQYvC/05HstEM7m7cFj5VJZ83hQ==","signatures":[{"sig":"MEUCIQCl94zOqbzJ2q11iY5thpjGugMEeAfFSQcYfUQ2WjsBEwIgSlt1jvJvIy6SvP31rQDgsvrWYY6haZtqiia7Zv/Hi20=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11207340},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b36a133e9f508c795cf2c216f7068ef32c0263dc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.b36a133e9f508c795cf2c216f7068ef32c0263dc","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.b36a133e9f508c795cf2c216f7068ef32c0263dc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b36a133e9f508c795cf2c216f7068ef32c0263dc","@strapi/types":"0.0.0-experimental.b36a133e9f508c795cf2c216f7068ef32c0263dc","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b36a133e9f508c795cf2c216f7068ef32c0263dc_1765270026973_0.1234663135486267","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ea7b84e4dfc408ad9c9b6a87f0787d4038f9a698":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ea7b84e4dfc408ad9c9b6a87f0787d4038f9a698","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ea7b84e4dfc408ad9c9b6a87f0787d4038f9a698","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3db3488fe674f37e0cdf1edbf8bda07cd2282fd7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ea7b84e4dfc408ad9c9b6a87f0787d4038f9a698.tgz","fileCount":1131,"integrity":"sha512-9lGUJ/xbYVdD8cFdAy7H2K0Tt//HocwMfyxI8vK1qgODI5bAnn9PTLIvVya4rScTXijkAyCwApX5qMelQ7LSZA==","signatures":[{"sig":"MEQCIAFeTYfIb219WawT1jdlAK/lwIFYfz4f7MSZa4HaFS/FAiAcyZdaDnP2su7echtk07RZDJfgZU8lmUc0pzhmh5dIAg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11207340},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ea7b84e4dfc408ad9c9b6a87f0787d4038f9a698","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.ea7b84e4dfc408ad9c9b6a87f0787d4038f9a698","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ea7b84e4dfc408ad9c9b6a87f0787d4038f9a698","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ea7b84e4dfc408ad9c9b6a87f0787d4038f9a698","@strapi/types":"0.0.0-experimental.ea7b84e4dfc408ad9c9b6a87f0787d4038f9a698","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ea7b84e4dfc408ad9c9b6a87f0787d4038f9a698_1765277255001_0.7731755488924206","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.17e2e1b34c371a2aa00af68ae9df3c8aeac16d0e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.17e2e1b34c371a2aa00af68ae9df3c8aeac16d0e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.17e2e1b34c371a2aa00af68ae9df3c8aeac16d0e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"83682b4cd90ff1b75589e9947868bd06aa5ffcad","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.17e2e1b34c371a2aa00af68ae9df3c8aeac16d0e.tgz","fileCount":1131,"integrity":"sha512-mm3EoK06NGFTchZMRgXSxiqwPD4iqrdqJzOEXE0jPSgHOT3gWPd2HhMD05A41pkO2c3CXlC2sLqblBd0vIjNFg==","signatures":[{"sig":"MEYCIQD9gxs4nVP2YLU/Urs4CgI5+nFSjV8LL2Lxxb82bvrzjwIhAMMzzLjIBwIppIt9hwlW8xfdpqro2bqoVi2d88kNq/vt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11207340},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"17e2e1b34c371a2aa00af68ae9df3c8aeac16d0e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.17e2e1b34c371a2aa00af68ae9df3c8aeac16d0e","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.17e2e1b34c371a2aa00af68ae9df3c8aeac16d0e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.17e2e1b34c371a2aa00af68ae9df3c8aeac16d0e","@strapi/types":"0.0.0-experimental.17e2e1b34c371a2aa00af68ae9df3c8aeac16d0e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.17e2e1b34c371a2aa00af68ae9df3c8aeac16d0e_1765288346329_0.20168708301531701","host":"s3://npm-registry-packages-npm-production"}},"5.32.0":{"name":"@strapi/content-type-builder","version":"5.32.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.32.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"599de125d6ba1347f0fda31ed9ac221a05573b93","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.32.0.tgz","fileCount":1131,"integrity":"sha512-8nHiHpGStdMa5GfXRYBVRr2Fvt7mQnr936vmDfNzHF+YBDErG10Hn3hGYdWK85ViWgs4mjj8cHJv/XR1jqMxsA==","signatures":[{"sig":"MEQCIHPYLxlagQtNyKrJIkY7FWJXigl0Rj0c1EgqsPCOsEzHAiAMGV7VJzBc7LCcwJvPhGgdXvsWwu7jIkwemDTISYn6fw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11207075},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1cedfb3077c1b2b18bfc174ba6553008897f8503","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.9.2","description":"Create and manage content types","directories":{},"_nodeVersion":"22.17.0","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"5.32.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.32.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.32.0","@strapi/types":"5.32.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.32.0_1765460296725_0.0620574159462608","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d23cf03468a18dc3f2af9af6c6fdaa59c3b8c3b0":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d23cf03468a18dc3f2af9af6c6fdaa59c3b8c3b0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d23cf03468a18dc3f2af9af6c6fdaa59c3b8c3b0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"95fbb809eed641e544e96fdaa99875f10afa806a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d23cf03468a18dc3f2af9af6c6fdaa59c3b8c3b0.tgz","fileCount":1131,"integrity":"sha512-71d9nRi407Djqdlv6ZdEb3XS4K+5S1xw5PFvV9KEMbnwQd0c8jsjztBs0Lg0mVGTbmJNzyuL4s03I64dYLb8TA==","signatures":[{"sig":"MEYCIQD3WOVJnR41CaGSTDy4e+0OBTIYiF9SqJQdDSXPT8u2sQIhAMSPLSRfSlEV0esq6JAJfXfMpHwb3ToboMpnHtvbwTHa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218780},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d23cf03468a18dc3f2af9af6c6fdaa59c3b8c3b0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.d23cf03468a18dc3f2af9af6c6fdaa59c3b8c3b0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d23cf03468a18dc3f2af9af6c6fdaa59c3b8c3b0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d23cf03468a18dc3f2af9af6c6fdaa59c3b8c3b0","@strapi/types":"0.0.0-experimental.d23cf03468a18dc3f2af9af6c6fdaa59c3b8c3b0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d23cf03468a18dc3f2af9af6c6fdaa59c3b8c3b0_1765900059068_0.8556081037488463","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f86f67937111a56cae88a8a8c0d84fb2d9c39dd3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f86f67937111a56cae88a8a8c0d84fb2d9c39dd3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f86f67937111a56cae88a8a8c0d84fb2d9c39dd3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0c32d910b19b4139f9443c4dafecf14f0878ecc3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f86f67937111a56cae88a8a8c0d84fb2d9c39dd3.tgz","fileCount":1131,"integrity":"sha512-AnZVV3F5vizFquokgEcLRPFimqnjjZ5Qe9e2MY6myBIrgygO9hLLXc8CYUUAPeWEPnXVvHkpOVhblfUOIYfPlA==","signatures":[{"sig":"MEYCIQDP6CBjA3JuB4fDfFFXMjrjmnm3ztjilvX71t6tXfa6wwIhAO3wu5GmrikRTU+3jr9lQczchRP7aK5gWe5+4QdIYpP9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11207340},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f86f67937111a56cae88a8a8c0d84fb2d9c39dd3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.f86f67937111a56cae88a8a8c0d84fb2d9c39dd3","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.f86f67937111a56cae88a8a8c0d84fb2d9c39dd3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f86f67937111a56cae88a8a8c0d84fb2d9c39dd3","@strapi/types":"0.0.0-experimental.f86f67937111a56cae88a8a8c0d84fb2d9c39dd3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f86f67937111a56cae88a8a8c0d84fb2d9c39dd3_1765921303718_0.478223451381941","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.3ddf378a6573738ddf1dc135483add3945dc2b9b":{"name":"@strapi/content-type-builder","version":"0.0.0-next.3ddf378a6573738ddf1dc135483add3945dc2b9b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.3ddf378a6573738ddf1dc135483add3945dc2b9b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"77cc791c7c75a3547b7b64f18e2d8b468edff856","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.3ddf378a6573738ddf1dc135483add3945dc2b9b.tgz","fileCount":1131,"integrity":"sha512-A4b1fk4iASUqyNztBkfz2orM4Ig3Jz/91hBPvYoeD5koM50/7wNe0Igw8VjVQ8zSooNk8TpjeRMJCOlucCj8Wg==","signatures":[{"sig":"MEUCIQDnfdznOa77jGrhVsfSvMSYqYPHlQLhnMqH/6uW3ssUCAIgBTmSPK1HpoLFskRDRqMqkED6YS3LY38sbEy0QgqAVU4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218740},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3ddf378a6573738ddf1dc135483add3945dc2b9b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.3ddf378a6573738ddf1dc135483add3945dc2b9b","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.3ddf378a6573738ddf1dc135483add3945dc2b9b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.3ddf378a6573738ddf1dc135483add3945dc2b9b","@strapi/types":"0.0.0-next.3ddf378a6573738ddf1dc135483add3945dc2b9b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.3ddf378a6573738ddf1dc135483add3945dc2b9b_1765931808868_0.5207398120522126","host":"s3://npm-registry-packages-npm-production"}},"5.33.0":{"name":"@strapi/content-type-builder","version":"5.33.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.33.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"47e5ea89c1f29d7214830b45f90a219277b0e7de","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.33.0.tgz","fileCount":1131,"integrity":"sha512-MSjhDL7RZmOIxNm3e7SiyrOErjYkyZ6rI2uYrxH16Kn4UM2aHIZrHKTO8ZenefjvtDF582QeefX4tfuO+L6qSw==","signatures":[{"sig":"MEUCIQDeF+9IWapSn/DZAI1GVUURoA76CjUqbaFaUDkTYhDN9QIgW/yOc0tfMhO5JhnN4ooOlRTdW3HXiVX0AOWIWhkuuvg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218515},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7bf3fdf9d576218d3ec4cb61ad3db3198e44d16d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"5.33.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.33.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.33.0","@strapi/types":"5.33.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.33.0_1765977449041_0.4778466904139862","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d22a30ff5eadbdd86ef2955b3348042f23a02021":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d22a30ff5eadbdd86ef2955b3348042f23a02021","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d22a30ff5eadbdd86ef2955b3348042f23a02021","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e9e70642ff910c54d2752587ecfdd0ba8334ecad","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d22a30ff5eadbdd86ef2955b3348042f23a02021.tgz","fileCount":1131,"integrity":"sha512-KUkwu+GC1DjU4otaPJekcStIfk4TYueGzD/C1wl9oY0E3DDYsgDdDUFhFiE8EP7RLdIrFKRLAtQjoh0ZaNyxZQ==","signatures":[{"sig":"MEUCIQC8mli/DHCnABkmsQXqCpmY5KxUBdgdz6KG8z005s4tmgIgR2AFdpGX0zkr/+HE4uDj0XTHyb5ObHPU6BwcdDq428Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218780},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d22a30ff5eadbdd86ef2955b3348042f23a02021","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.d22a30ff5eadbdd86ef2955b3348042f23a02021","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d22a30ff5eadbdd86ef2955b3348042f23a02021","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d22a30ff5eadbdd86ef2955b3348042f23a02021","@strapi/types":"0.0.0-experimental.d22a30ff5eadbdd86ef2955b3348042f23a02021","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d22a30ff5eadbdd86ef2955b3348042f23a02021_1765986154640_0.4494596300261984","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.f0f36e3df4b18f167036dcbca529dcb933bf4e1d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f0f36e3df4b18f167036dcbca529dcb933bf4e1d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f0f36e3df4b18f167036dcbca529dcb933bf4e1d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4d4d9b6aac10339bcf83203fc10f5ed0556bde1e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f0f36e3df4b18f167036dcbca529dcb933bf4e1d.tgz","fileCount":1131,"integrity":"sha512-KljZ/M4LPBhqidlNT9dRWc3bp2e3I9Ho617g72B17PDXcTpNox9q73A+DEwf4bDEMU3J2UXl/ZLiVKt9APha/Q==","signatures":[{"sig":"MEUCIG8Er0rtVGCyTnLr9uha9TV4d6TbMnU/iRNAPqHw1zYsAiEAhis8DkVipdvB4LdMODAPqCPajTZxWoq7OCzUt9vXTSU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218740},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f0f36e3df4b18f167036dcbca529dcb933bf4e1d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.f0f36e3df4b18f167036dcbca529dcb933bf4e1d","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.f0f36e3df4b18f167036dcbca529dcb933bf4e1d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f0f36e3df4b18f167036dcbca529dcb933bf4e1d","@strapi/types":"0.0.0-next.f0f36e3df4b18f167036dcbca529dcb933bf4e1d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f0f36e3df4b18f167036dcbca529dcb933bf4e1d_1766018053717_0.010986124666694463","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.bca2f43ed2b0638d8f24d8374ed1d687a14e4981":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.bca2f43ed2b0638d8f24d8374ed1d687a14e4981","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.bca2f43ed2b0638d8f24d8374ed1d687a14e4981","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7a6dc2f94a9f268fac5c71cf79296efa23759401","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.bca2f43ed2b0638d8f24d8374ed1d687a14e4981.tgz","fileCount":1131,"integrity":"sha512-1V9q2P2yRP6dOGuIO5QC1C206GYSEp5jYBj9KJjNpzYzbExGJPl2zE+KaY2lmWHbevlb1C1mxNlWJYqVaWirrA==","signatures":[{"sig":"MEUCIBRGko3X5meaqIAgXM0u8Y+w/nfBos+H9gUtaTolYxqHAiEA9pWeEUmjOye5fOMUqJdFOB1Icd2WPGjGjIFTXQuUu6U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218780},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bca2f43ed2b0638d8f24d8374ed1d687a14e4981","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.bca2f43ed2b0638d8f24d8374ed1d687a14e4981","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.bca2f43ed2b0638d8f24d8374ed1d687a14e4981","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.bca2f43ed2b0638d8f24d8374ed1d687a14e4981","@strapi/types":"0.0.0-experimental.bca2f43ed2b0638d8f24d8374ed1d687a14e4981","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.bca2f43ed2b0638d8f24d8374ed1d687a14e4981_1766068371964_0.9871440739307349","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.cf9e379c46cf263536f65705ad6247ed9a4a0fd1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.cf9e379c46cf263536f65705ad6247ed9a4a0fd1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.cf9e379c46cf263536f65705ad6247ed9a4a0fd1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f75f6ceae78ef2d5634d3c1109400b0c36331b48","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.cf9e379c46cf263536f65705ad6247ed9a4a0fd1.tgz","fileCount":1131,"integrity":"sha512-Jg6gWLpM/w+p7uUepmQKzfy2IpbliLbZN8boxM3L/REXSbKSvrclEW9llh0dfhaI8k3idCmhvJtUZxUOM4bcjw==","signatures":[{"sig":"MEUCIQCEZdGYhK0AycBps5L12BkNiDw/4mxRC2+oeCs7oTxd+AIgT7FylVXEC1P6ZDQJiruxDtoEiHOibFVIr58UrJOou4A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218780},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cf9e379c46cf263536f65705ad6247ed9a4a0fd1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.cf9e379c46cf263536f65705ad6247ed9a4a0fd1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.cf9e379c46cf263536f65705ad6247ed9a4a0fd1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.cf9e379c46cf263536f65705ad6247ed9a4a0fd1","@strapi/types":"0.0.0-experimental.cf9e379c46cf263536f65705ad6247ed9a4a0fd1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.cf9e379c46cf263536f65705ad6247ed9a4a0fd1_1766075701123_0.36833860538812435","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.a767343b1e63a03d004a3bfe31496e5d84e421b9":{"name":"@strapi/content-type-builder","version":"0.0.0-next.a767343b1e63a03d004a3bfe31496e5d84e421b9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.a767343b1e63a03d004a3bfe31496e5d84e421b9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2d57fbcfbdde8a91cc59ed094d8eddd2b5324191","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.a767343b1e63a03d004a3bfe31496e5d84e421b9.tgz","fileCount":1131,"integrity":"sha512-FFdrfq/XSfyOAu9z+9ZlcDD3bnHoGwlM7GlbYLvWDcCmjFRaBot1MaYklldNMhVPGkZcd1mtfcuacFLkIjU3qQ==","signatures":[{"sig":"MEUCIQCH7YmMxx/7yxjyCJu3FlK0a2KWjc/NmjBn+lMnyR51NwIgZDsgPtDbiRI3DNOtTB41fJ0Ad0EgD+xxm4xECQQ6oik=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218740},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a767343b1e63a03d004a3bfe31496e5d84e421b9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.a767343b1e63a03d004a3bfe31496e5d84e421b9","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.a767343b1e63a03d004a3bfe31496e5d84e421b9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.a767343b1e63a03d004a3bfe31496e5d84e421b9","@strapi/types":"0.0.0-next.a767343b1e63a03d004a3bfe31496e5d84e421b9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.a767343b1e63a03d004a3bfe31496e5d84e421b9_1766190952939_0.5032001007775948","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e822ba8a3443f5fce869d85539f9fdaa02e10639":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e822ba8a3443f5fce869d85539f9fdaa02e10639","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e822ba8a3443f5fce869d85539f9fdaa02e10639","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8b1a8c3e4d5fd5742b1873c8c900dbcf1f9ff69d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e822ba8a3443f5fce869d85539f9fdaa02e10639.tgz","fileCount":1131,"integrity":"sha512-hE2iKMcTMRfNIiU/akhFS235FEiKFVyDBRMpOpETAgcRMHX6FvB3SRhvjPTHmepHGCjNDuppvAiiIkGAY74lTA==","signatures":[{"sig":"MEUCIC1IQYmwB+kWgMGCS+a/YDXNQB6hMb1pzNW7X/iyC2xUAiEAxg1VObWoCWDAL/Ie7Btmd5fQKDkqthnIs2OIlcDsqVI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218780},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e822ba8a3443f5fce869d85539f9fdaa02e10639","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.e822ba8a3443f5fce869d85539f9fdaa02e10639","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e822ba8a3443f5fce869d85539f9fdaa02e10639","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e822ba8a3443f5fce869d85539f9fdaa02e10639","@strapi/types":"0.0.0-experimental.e822ba8a3443f5fce869d85539f9fdaa02e10639","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e822ba8a3443f5fce869d85539f9fdaa02e10639_1766416213907_0.6364752818148998","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e822ba8a3443f5fce869d85539f9fdaa02e10639":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e822ba8a3443f5fce869d85539f9fdaa02e10639","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e822ba8a3443f5fce869d85539f9fdaa02e10639","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0e0bd3d8c2693aa6e9c7ab8a471d324201742431","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e822ba8a3443f5fce869d85539f9fdaa02e10639.tgz","fileCount":1131,"integrity":"sha512-Acl7f+JMXuFLCnurwvn3mTZS2dY8XHns1scqSQlUJK8CSJNQS2rT4JxAs/g2VklMHgksMvaVCVmhXZq/gXdh1g==","signatures":[{"sig":"MEUCIF1m3jk0yDHMdSffnRG9y/tqsESOAsH42Ct/pwQMSzRYAiEA1wRPyrUosyhYQnACG8HDU/LBi6S3ga3j0oU2EC8DHPA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218740},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e822ba8a3443f5fce869d85539f9fdaa02e10639","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.e822ba8a3443f5fce869d85539f9fdaa02e10639","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.e822ba8a3443f5fce869d85539f9fdaa02e10639","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e822ba8a3443f5fce869d85539f9fdaa02e10639","@strapi/types":"0.0.0-next.e822ba8a3443f5fce869d85539f9fdaa02e10639","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e822ba8a3443f5fce869d85539f9fdaa02e10639_1766450220221_0.3821909838404869","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.38fdaeb928a90913efe2531294caf9dbb0101b9d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.38fdaeb928a90913efe2531294caf9dbb0101b9d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.38fdaeb928a90913efe2531294caf9dbb0101b9d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"79bd7068734f9ee79f947dbcbc01b2498af974d3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.38fdaeb928a90913efe2531294caf9dbb0101b9d.tgz","fileCount":1131,"integrity":"sha512-giB4NeUkMP/SYyhs6ZpwR1ZE6rKaEu0tR8CKal6CwgGliW9poKHzkFyc7bRh5SSvV0SrNEJq1crdNzqvyYC/CA==","signatures":[{"sig":"MEYCIQCOCkI4U8Y51PpC5sVkBLHNUj+3bNPd+JGh3Wq7W2T1dgIhAI8R3sOnO0HKjj/PHFa1DlcP1SmevXEUp5R4YOKn2Ebg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218740},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"38fdaeb928a90913efe2531294caf9dbb0101b9d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.38fdaeb928a90913efe2531294caf9dbb0101b9d","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.38fdaeb928a90913efe2531294caf9dbb0101b9d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.38fdaeb928a90913efe2531294caf9dbb0101b9d","@strapi/types":"0.0.0-next.38fdaeb928a90913efe2531294caf9dbb0101b9d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.38fdaeb928a90913efe2531294caf9dbb0101b9d_1766536652240_0.26768997497118563","host":"s3://npm-registry-packages-npm-production"}},"5.33.1":{"name":"@strapi/content-type-builder","version":"5.33.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.33.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"12c9471564de4d3916e376152f5c891263504029","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.33.1.tgz","fileCount":1131,"integrity":"sha512-M0GF3VpLFpSSYlPeB2tKDf6mu+4P+85kiZ5CJSGS7Pacla5BZ4IS3Lpcnd4ip/b/YcOMfPrrRrftOp52T42uRw==","signatures":[{"sig":"MEYCIQCKhGwJuvBfX79mCwmNOPRP3i7jIWlPtKXG0ueOTIPsVgIhAMfg2Sg41b40hUghNPcoaYGO4hDUH7Peb7xi+07ljpM2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218515},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"78aac892c92b2bf29eaef8230a8c0ca46f90f3f1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"5.33.1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.33.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.33.1","@strapi/types":"5.33.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.33.1_1767001787883_0.3222679200136418","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.183b579eb5d65d757bc27f075a506141af6b54f1":{"name":"@strapi/content-type-builder","version":"0.0.0-next.183b579eb5d65d757bc27f075a506141af6b54f1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.183b579eb5d65d757bc27f075a506141af6b54f1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d04b4fc9429559a43d04038fc5b5e54faeed4c18","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.183b579eb5d65d757bc27f075a506141af6b54f1.tgz","fileCount":1131,"integrity":"sha512-TOYaWZIlfqH5szxKFMsVBfl7744vzNyrcYUL+yhzzdDPC28i04Vj2WVjVxsgYOc9AjKI9g1Ygn6h4RHe0+1WBA==","signatures":[{"sig":"MEUCIAx36JBgi9Dm+KaebcFVe3zrKxeak7Ixd1dWqBEhAI/jAiEAsMDtUbasz8bO/X9IkpPd0vwVFVMCArq8aNHX4yC/tFI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218740},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"183b579eb5d65d757bc27f075a506141af6b54f1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.183b579eb5d65d757bc27f075a506141af6b54f1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.183b579eb5d65d757bc27f075a506141af6b54f1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.183b579eb5d65d757bc27f075a506141af6b54f1","@strapi/types":"0.0.0-next.183b579eb5d65d757bc27f075a506141af6b54f1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.183b579eb5d65d757bc27f075a506141af6b54f1_1767314270563_0.0117750634380831","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.f86041c89a8c1545c6437a881dc613e98bc52bd7":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f86041c89a8c1545c6437a881dc613e98bc52bd7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f86041c89a8c1545c6437a881dc613e98bc52bd7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3ffccc0ecdc31f88cc730715901c995afcfb8ced","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f86041c89a8c1545c6437a881dc613e98bc52bd7.tgz","fileCount":1131,"integrity":"sha512-jBkHBT2plNteaeZ6LF4FuBk+6jj5n8OHQCrDfmUGYxs2XfBAr9QffxtcNHNGnJOM4FyBCGBHou1lxTqBjQVr0A==","signatures":[{"sig":"MEYCIQCQxdMfPFOhOR1Zk2BlYNw0Ts3I+SVwB/YgQL/CzlE37QIhAJcPn/Uv69vZhuapa3FnYla01rJXm9RMXFJkJ36m8y9q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218740},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f86041c89a8c1545c6437a881dc613e98bc52bd7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.f86041c89a8c1545c6437a881dc613e98bc52bd7","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.f86041c89a8c1545c6437a881dc613e98bc52bd7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f86041c89a8c1545c6437a881dc613e98bc52bd7","@strapi/types":"0.0.0-next.f86041c89a8c1545c6437a881dc613e98bc52bd7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f86041c89a8c1545c6437a881dc613e98bc52bd7_1767400574721_0.3122447405171278","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f86041c89a8c1545c6437a881dc613e98bc52bd7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f86041c89a8c1545c6437a881dc613e98bc52bd7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f86041c89a8c1545c6437a881dc613e98bc52bd7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"41a5f46a23314055846cf1c6de6f66e3c2987ec6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f86041c89a8c1545c6437a881dc613e98bc52bd7.tgz","fileCount":1131,"integrity":"sha512-LXNGsr/4bNWrfDrxe3ofi9FKUlCyLOUTUM5JMxKcrrDUDv9ozZLtG3Q4cILN0sCHgyl20NimLqPgyUWN7bijVQ==","signatures":[{"sig":"MEQCIHS8szvP9F87kNMEa9/o6rlNHSQH3Je26io1K/cki8BsAiB1niJrzg7Hsoz9SmxXJuN/UYrpONtxdm7txay7UppV8A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218780},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f86041c89a8c1545c6437a881dc613e98bc52bd7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.f86041c89a8c1545c6437a881dc613e98bc52bd7","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.f86041c89a8c1545c6437a881dc613e98bc52bd7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f86041c89a8c1545c6437a881dc613e98bc52bd7","@strapi/types":"0.0.0-experimental.f86041c89a8c1545c6437a881dc613e98bc52bd7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f86041c89a8c1545c6437a881dc613e98bc52bd7_1767630650986_0.3533879851409072","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.12ff9c2481ab94e3db507526925787ea5ec432e8":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.12ff9c2481ab94e3db507526925787ea5ec432e8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.12ff9c2481ab94e3db507526925787ea5ec432e8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"483cf65d6da059342228e3ded3ce61c51e87d52a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.12ff9c2481ab94e3db507526925787ea5ec432e8.tgz","fileCount":1131,"integrity":"sha512-Lsu/ocEvONcRrG815utLVw1klltjBiBmy/PXgOGK7FOcdtDvpzVtcqU8juEU3Bl3jTG8EU8TXPVrT4uYNzcNpA==","signatures":[{"sig":"MEQCIFJHW5Yy/gNEuzIL8OIRXMCYpRtf59HGWT9E7Lx8sCWXAiASytkzi38Zuf6sjxqreEVLgF6BzKT+RGgPj6amlp+4ow==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11218780},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"12ff9c2481ab94e3db507526925787ea5ec432e8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.12ff9c2481ab94e3db507526925787ea5ec432e8","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.12ff9c2481ab94e3db507526925787ea5ec432e8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.12ff9c2481ab94e3db507526925787ea5ec432e8","@strapi/types":"0.0.0-experimental.12ff9c2481ab94e3db507526925787ea5ec432e8","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.12ff9c2481ab94e3db507526925787ea5ec432e8_1767797684860_0.7174429743433148","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.0150b197100692b5bfb9eeb498f30f62c4067a4d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0150b197100692b5bfb9eeb498f30f62c4067a4d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0150b197100692b5bfb9eeb498f30f62c4067a4d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"601d8d7d6ed814e923dc842b38acc4191a3ea184","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0150b197100692b5bfb9eeb498f30f62c4067a4d.tgz","fileCount":1143,"integrity":"sha512-t0AWsoTy1wLBmNIiwoz68S7/jGv8kyTgHF30sPOKSdMwjyx9P10G//WQpXWgv7HR2Cwm4mdINRVQJDenvwoF4A==","signatures":[{"sig":"MEUCIQCTm4wEpbsnGAqcJMSDNjJOv5kZofnSPqIj0CIij2ovQgIgbVPM1hbn98dkbeHYURmLRaxtYu5skDW8K/sRQCXpq60=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229695},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0150b197100692b5bfb9eeb498f30f62c4067a4d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.0150b197100692b5bfb9eeb498f30f62c4067a4d","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.0150b197100692b5bfb9eeb498f30f62c4067a4d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0150b197100692b5bfb9eeb498f30f62c4067a4d","@strapi/types":"0.0.0-experimental.0150b197100692b5bfb9eeb498f30f62c4067a4d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0150b197100692b5bfb9eeb498f30f62c4067a4d_1767860595585_0.9031613131489269","host":"s3://npm-registry-packages-npm-production"}},"5.33.2":{"name":"@strapi/content-type-builder","version":"5.33.2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.33.2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"89ac71d1a55f45762c2ad721fcbfc4adcc0f919c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.33.2.tgz","fileCount":1143,"integrity":"sha512-+TQ/F66xZRjO8+RcuG5IAknrulJle0tBdPDJnpf3Qql54OVowi8gq/TcmG7CeDl4AYfmDG5gyLHF+PilQiYNRw==","signatures":[{"sig":"MEUCIQCLGx57QfwpKvcZaeeZh3X14EeQeMJ8KeZLB+voVrEe7gIgdJraa9uqtRnDLXa5bKUiy3jW576IUONF7X2yy2usxxM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229430},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4a8a5c9c883178764f8a112f33b50492628c2558","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"5.33.2","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.33.2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.33.2","@strapi/types":"5.33.2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.33.2_1767862427451_0.7970289490353284","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.28d966ce1a6a28f460e50eca0fe9493a01f0b510":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.28d966ce1a6a28f460e50eca0fe9493a01f0b510","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.28d966ce1a6a28f460e50eca0fe9493a01f0b510","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"88636aef523f0fb68ae47ebe16a1741a09a2b0d6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.28d966ce1a6a28f460e50eca0fe9493a01f0b510.tgz","fileCount":1143,"integrity":"sha512-Lm/dPEZZQ8hQoMKygvb16trOUj+rQ31XGOkJdC4iRVW3hqjtBFYsi5lZjkNn4vzUYu3dlOCgFuqXaPyBEE2N2g==","signatures":[{"sig":"MEYCIQCqUTexmph7JkeiZxD1Sx2ngVgVPc9Q73ZKEsj62AP7RQIhAO4fvZKRhAv4SovO8rkANlJx2SkjOlZH+h9sPwJEA3+g","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229696},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"28d966ce1a6a28f460e50eca0fe9493a01f0b510","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.28d966ce1a6a28f460e50eca0fe9493a01f0b510","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.28d966ce1a6a28f460e50eca0fe9493a01f0b510","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.2","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.28d966ce1a6a28f460e50eca0fe9493a01f0b510","@strapi/types":"0.0.0-experimental.28d966ce1a6a28f460e50eca0fe9493a01f0b510","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.28d966ce1a6a28f460e50eca0fe9493a01f0b510_1767893767819_0.42960958204807476","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ab7e6924d2c3f6a6f5f18f40aa7acbf10fe81231":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ab7e6924d2c3f6a6f5f18f40aa7acbf10fe81231","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ab7e6924d2c3f6a6f5f18f40aa7acbf10fe81231","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1538be79e50681cf26e6b799d03e572b867b442f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ab7e6924d2c3f6a6f5f18f40aa7acbf10fe81231.tgz","fileCount":1143,"integrity":"sha512-dKZexmHmYhNJ1ztEfj8ovGGTCnae/jGH0ZSCMAYCXKPskrLTUWEleF8UDC/fMWX7WCBIOHLdywGGD50PwMFaXw==","signatures":[{"sig":"MEUCIHuvxE30DuqSk0xBSb3plpdTWcqaeHCxACSVqp7/eKLZAiEAjB70MmmyUw2VmgcBYYkjQMnSe5xBrbVq4N951A0kIjU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229696},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ab7e6924d2c3f6a6f5f18f40aa7acbf10fe81231","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.ab7e6924d2c3f6a6f5f18f40aa7acbf10fe81231","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ab7e6924d2c3f6a6f5f18f40aa7acbf10fe81231","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ab7e6924d2c3f6a6f5f18f40aa7acbf10fe81231","@strapi/types":"0.0.0-experimental.ab7e6924d2c3f6a6f5f18f40aa7acbf10fe81231","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ab7e6924d2c3f6a6f5f18f40aa7acbf10fe81231_1767897487507_0.7142443223315327","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.3bbf843e0e0c44d560142261874d84f80adf06c4":{"name":"@strapi/content-type-builder","version":"0.0.0-next.3bbf843e0e0c44d560142261874d84f80adf06c4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.3bbf843e0e0c44d560142261874d84f80adf06c4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ca832cd19c96af945b3a1fd33bb6eca24bf98882","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.3bbf843e0e0c44d560142261874d84f80adf06c4.tgz","fileCount":1143,"integrity":"sha512-3UlmsEKQ1BLqviPn2fCz5S5cF7kAT6C0sArK9PmExwPUq8PjWxht79pb4mYbNKQ+GWr97Xom4+3A7fbONnyKow==","signatures":[{"sig":"MEYCIQCBAXk6RQq5oLfjJndJWx41fxctNOzOhjfckjJGqMaXbQIhAOYGeJsyUGLpneFGkjw56+c6Jbkdb3dWlBJTSW5qTGEO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229655},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"3bbf843e0e0c44d560142261874d84f80adf06c4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.3bbf843e0e0c44d560142261874d84f80adf06c4","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.3bbf843e0e0c44d560142261874d84f80adf06c4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.3bbf843e0e0c44d560142261874d84f80adf06c4","@strapi/types":"0.0.0-next.3bbf843e0e0c44d560142261874d84f80adf06c4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.3bbf843e0e0c44d560142261874d84f80adf06c4_1767919070981_0.6814679993809543","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.83f9ccf1fd746ed4fad4bebf04cf998ddaafb5bc":{"name":"@strapi/content-type-builder","version":"0.0.0-next.83f9ccf1fd746ed4fad4bebf04cf998ddaafb5bc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.83f9ccf1fd746ed4fad4bebf04cf998ddaafb5bc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3b085818fce756c5a85e1209f397a6f38beb7ac0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.83f9ccf1fd746ed4fad4bebf04cf998ddaafb5bc.tgz","fileCount":1143,"integrity":"sha512-O5wb5OQLWU5UaJ3FbC4NQ5tnIygM3+2L1Xdl2YAlnZ4r5EpeFdxZzxm7ZJt5LSMoM7R2Yuw812TJbxT7YOkGvQ==","signatures":[{"sig":"MEQCIHYsk6yMCA5GkkgLlc2Vie1/mX2RI/sf0VbptMyf589/AiBbZECsGkHKpIIa1FjVmCsAxjR9D2i0qCoypqZY4n5iGg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229655},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"83f9ccf1fd746ed4fad4bebf04cf998ddaafb5bc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.83f9ccf1fd746ed4fad4bebf04cf998ddaafb5bc","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.83f9ccf1fd746ed4fad4bebf04cf998ddaafb5bc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.83f9ccf1fd746ed4fad4bebf04cf998ddaafb5bc","@strapi/types":"0.0.0-next.83f9ccf1fd746ed4fad4bebf04cf998ddaafb5bc","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.83f9ccf1fd746ed4fad4bebf04cf998ddaafb5bc_1768005469401_0.9744951582501451","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.64a197a80704d972853b11d20c46cca28ccd81be":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.64a197a80704d972853b11d20c46cca28ccd81be","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.64a197a80704d972853b11d20c46cca28ccd81be","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"758fb91c9143145cb5f929719cb3f83bb1a01672","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.64a197a80704d972853b11d20c46cca28ccd81be.tgz","fileCount":1143,"integrity":"sha512-f/bbgCFazCTDn72dzepRqhQOGBJx3JZKcWiesot2R0l1y/6HBIV2z4H/LlILKjiFmpcekde1+dmwvJhmT49dmQ==","signatures":[{"sig":"MEUCIFZ5YIEiXHfKsrGJDPBD1jeXUeZyNyKtzBKXn4KBDYVHAiEAwWAA1II45fi2MtjR4zdAQd9e814tTRGc6f3UlpRbwnU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229695},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"64a197a80704d972853b11d20c46cca28ccd81be","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.64a197a80704d972853b11d20c46cca28ccd81be","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.64a197a80704d972853b11d20c46cca28ccd81be","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.64a197a80704d972853b11d20c46cca28ccd81be","@strapi/types":"0.0.0-experimental.64a197a80704d972853b11d20c46cca28ccd81be","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.64a197a80704d972853b11d20c46cca28ccd81be_1768234026315_0.953529412918876","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.93d5c3a6269bd88963624ad6a1de17059c6088a0":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.93d5c3a6269bd88963624ad6a1de17059c6088a0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.93d5c3a6269bd88963624ad6a1de17059c6088a0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6256b035f32f604a38f2f09554768ffe82e78030","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.93d5c3a6269bd88963624ad6a1de17059c6088a0.tgz","fileCount":1143,"integrity":"sha512-edGMTFzBoHBO3PH4PX0wxfs+bi1hwJ4MfmrD2IOp1meWDnXj70YmkrHtFD26PtqPKDNYfqm4aoG9rKLd4foTCg==","signatures":[{"sig":"MEUCIQDjTa9tteuigKEZvyRiKTOT6ux3t4Qjh+XARmfeHqgkywIgU/gF/WWF5+2hfSfui+zlxJW3gFF9QuYVsP6y9Cz3kMM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229695},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"93d5c3a6269bd88963624ad6a1de17059c6088a0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.26","qs":"6.11.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.26","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.93d5c3a6269bd88963624ad6a1de17059c6088a0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.93d5c3a6269bd88963624ad6a1de17059c6088a0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.1","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.93d5c3a6269bd88963624ad6a1de17059c6088a0","@strapi/types":"0.0.0-experimental.93d5c3a6269bd88963624ad6a1de17059c6088a0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.93d5c3a6269bd88963624ad6a1de17059c6088a0_1768253465318_0.5115299551792982","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.5e802f7866b83084a685cdf50a5ef2d63bb63016":{"name":"@strapi/content-type-builder","version":"0.0.0-next.5e802f7866b83084a685cdf50a5ef2d63bb63016","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.5e802f7866b83084a685cdf50a5ef2d63bb63016","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4be8332f33410a6f86dfbff90a7b0ef36198d289","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.5e802f7866b83084a685cdf50a5ef2d63bb63016.tgz","fileCount":1143,"integrity":"sha512-uXuHF4sr+Vwo/Pm5e0qGnNpNzjl66P3elwza7g/IQzKjajeKw3zEJQmjj+FOgUEi3LVx0YukRQNHMg9JHkUYDA==","signatures":[{"sig":"MEUCIQCh2MW1QKJvjde5BWsDFc8nbje0eZR+eaXWXFgbhv7xNwIgW7h9X1E4zl8D47EzFdqVfoG9HmMTs/vAVs+fXjva0H8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229656},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5e802f7866b83084a685cdf50a5ef2d63bb63016","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.5e802f7866b83084a685cdf50a5ef2d63bb63016","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.5e802f7866b83084a685cdf50a5ef2d63bb63016","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.5e802f7866b83084a685cdf50a5ef2d63bb63016","@strapi/types":"0.0.0-next.5e802f7866b83084a685cdf50a5ef2d63bb63016","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.5e802f7866b83084a685cdf50a5ef2d63bb63016_1768264465106_0.825288755932452","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"120e7d7b838a8f155ac8854e97a473a40746ddaf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9.tgz","fileCount":1143,"integrity":"sha512-KvixieYtSEBpSQBSLZw/+dc2hIU0heonMmehfLZbPKucMuFQotDCr/B3AISqNcB5R8/r2in57HPbP80WjuvXdw==","signatures":[{"sig":"MEUCIQDkFTl6lJhSLsx3hy5IHvcjSoDyCzZJ577K6L7SFf/2TQIgCfkv1kKJ3uKAGiLHlTcpm38duz68iVnykVKdz+FnoEY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229696},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8bcbfc344d6e07c39392d86f9db3f86c3bb652c9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-experimental.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9","@strapi/types":"0.0.0-experimental.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9_1768294360831_0.27231383994534886","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9":{"name":"@strapi/content-type-builder","version":"0.0.0-next.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f2f8b9e785a7d119cf8166238464df225bca004a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9.tgz","fileCount":1143,"integrity":"sha512-0Cyi8mUwQnakG7m35EcnDc+b51ECzxuKT7LSBS8ygqswbec/31Eex+cpYOpgoUpZ8zeSYX3ySuPhDL2Ya1NUrQ==","signatures":[{"sig":"MEUCIQCdyvOoQvobf+hg/jPPGO18UVRwe+yxysRimdAYQ8sdXAIgCyhJW3qxf8Z+PcKgd1vetWlhJOojWPuyTS8HUOQWm48=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229656},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8bcbfc344d6e07c39392d86f9db3f86c3bb652c9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"0.0.0-next.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9","@strapi/types":"0.0.0-next.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9_1768351156953_0.09708684203099827","host":"s3://npm-registry-packages-npm-production"}},"5.33.3":{"name":"@strapi/content-type-builder","version":"5.33.3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.33.3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a0807c83d593874927bb2533b26952c2176e1500","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.33.3.tgz","fileCount":1143,"integrity":"sha512-vrp9vl7S9iRjowYzTlSwgLY1BC1c+tIfGYHtR0dg+tUSbcqPZJXhwI7dRFReSnlNyi0CB7M9K0otmvZp1lJJvw==","signatures":[{"sig":"MEQCIDceVT7vg7ZAN1IhLIiBFd1m9SNTiByYXq7zaB557TJsAiA7pAPNqhdDLEpeGusDoKFrkfIOP+LuzgqcB+xrWccEnA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229431},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8cf09da6cf019c4a20c8941f795b04192fe36d41","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.0.1","@strapi/utils":"5.33.3","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.33.3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.33.3","@strapi/types":"5.33.3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.33.3_1768389115035_0.20798340827298145","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.2629db11076d2d4b5065681c1f68c7735ef04d8a":{"name":"@strapi/content-type-builder","version":"0.0.0-next.2629db11076d2d4b5065681c1f68c7735ef04d8a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.2629db11076d2d4b5065681c1f68c7735ef04d8a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2f02a9d05b68e0e8af220ee16a624fb7373bbdc5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.2629db11076d2d4b5065681c1f68c7735ef04d8a.tgz","fileCount":1143,"integrity":"sha512-5sAgsPBjnFzuEV9jA9ml58VOSR5PkfRelFkpMeIC9stlcSW+LexKgnAj/WtNMKDWdHlb4TvQtuBkjI5+hnfnoA==","signatures":[{"sig":"MEUCIBo0wJO3D2Nx44+ztf+dff9jrQq0d+xtCgg48TtB9D6pAiEAnCrsZbmXoytDKIiYdob1YLRGIpn/m1aX4QQWnOWBMA8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229656},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2629db11076d2d4b5065681c1f68c7735ef04d8a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.2629db11076d2d4b5065681c1f68c7735ef04d8a","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.2629db11076d2d4b5065681c1f68c7735ef04d8a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.2629db11076d2d4b5065681c1f68c7735ef04d8a","@strapi/types":"0.0.0-next.2629db11076d2d4b5065681c1f68c7735ef04d8a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.2629db11076d2d4b5065681c1f68c7735ef04d8a_1768437338488_0.3666337292591626","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.2f59ed58b4a8aa48510bb243dd700591fae99973":{"name":"@strapi/content-type-builder","version":"0.0.0-next.2f59ed58b4a8aa48510bb243dd700591fae99973","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.2f59ed58b4a8aa48510bb243dd700591fae99973","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6b128628abde33cadc258068fff87b4507104846","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.2f59ed58b4a8aa48510bb243dd700591fae99973.tgz","fileCount":1143,"integrity":"sha512-ehUNJHB6LNIYH54tXVVL/ZQC3WE+tsjvbelWa3kr/zAqP9ciCqOOwFFANIHmuEYzfFScMFUxbhokNLVcKqM5yA==","signatures":[{"sig":"MEQCIHMG3Kw46qEvq3Jl6pPLWc0xxp3y+AvZxTgq4IPmQKMeAiANGT7erSqCzCbMxQ4o7gasB2K3t87QeE9J4GB/FAyPEQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229656},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2f59ed58b4a8aa48510bb243dd700591fae99973","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.2f59ed58b4a8aa48510bb243dd700591fae99973","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.2f59ed58b4a8aa48510bb243dd700591fae99973","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.2f59ed58b4a8aa48510bb243dd700591fae99973","@strapi/types":"0.0.0-next.2f59ed58b4a8aa48510bb243dd700591fae99973","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.2f59ed58b4a8aa48510bb243dd700591fae99973_1768610203563_0.749579771214034","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.2f59ed58b4a8aa48510bb243dd700591fae99973":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2f59ed58b4a8aa48510bb243dd700591fae99973","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2f59ed58b4a8aa48510bb243dd700591fae99973","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3706dd3f1bad55a3d1868a9a1b047bc2e09c4455","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2f59ed58b4a8aa48510bb243dd700591fae99973.tgz","fileCount":1143,"integrity":"sha512-At1n+DfpihQdcywA9idLnScBYQrH9sONaSAvdYYZwNweHQZoZA3XcydRchsP6abPYt/gXbIrhZ5fRAZGxyaOBQ==","signatures":[{"sig":"MEUCIQD+7CGJlCk1UxKSKAumuYk57+MoXdE7OTZm8BxB3mRjWQIgQg/a+nJ33vyWdtYN0w+0TibKPcAYabp9omw3rEMZPRw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229696},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2f59ed58b4a8aa48510bb243dd700591fae99973","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.2f59ed58b4a8aa48510bb243dd700591fae99973","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.2f59ed58b4a8aa48510bb243dd700591fae99973","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2f59ed58b4a8aa48510bb243dd700591fae99973","@strapi/types":"0.0.0-experimental.2f59ed58b4a8aa48510bb243dd700591fae99973","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2f59ed58b4a8aa48510bb243dd700591fae99973_1768847059848_0.5578019184667518","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.c511e0f2d5c8549e150e6a69dda1a37589419a1b":{"name":"@strapi/content-type-builder","version":"0.0.0-next.c511e0f2d5c8549e150e6a69dda1a37589419a1b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.c511e0f2d5c8549e150e6a69dda1a37589419a1b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e0b9f160bcae7424855f0ecbf8066b437023e89d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.c511e0f2d5c8549e150e6a69dda1a37589419a1b.tgz","fileCount":1143,"integrity":"sha512-8N/a1m22Rkl9ZBDa82U0IADWEwPxgpxT1sIMNtRDuCPkpSPpqJASRFS+kWVrEe3FwPYvYp+8FLwN8bRKwTBnoA==","signatures":[{"sig":"MEUCIDdn/h+VwDG54dfCsUMgb4OyBmZcV9j5KGoOMCI4A4aPAiEAxbjlw0EFRZ5/kGQ/wztCls0qjcXtuXG7DTxtg6TTiI4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229656},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c511e0f2d5c8549e150e6a69dda1a37589419a1b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.c511e0f2d5c8549e150e6a69dda1a37589419a1b","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.c511e0f2d5c8549e150e6a69dda1a37589419a1b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.c511e0f2d5c8549e150e6a69dda1a37589419a1b","@strapi/types":"0.0.0-next.c511e0f2d5c8549e150e6a69dda1a37589419a1b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.c511e0f2d5c8549e150e6a69dda1a37589419a1b_1768869446699_0.5643542324429041","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.fecf677921383be55c6ab62960f7a6ff1f1a2d5e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fecf677921383be55c6ab62960f7a6ff1f1a2d5e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fecf677921383be55c6ab62960f7a6ff1f1a2d5e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b35646597aa90afa89f3e58025fa967ce4b2481d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fecf677921383be55c6ab62960f7a6ff1f1a2d5e.tgz","fileCount":1143,"integrity":"sha512-VJ1kzPrrgirwsMxPUEhFhUdjb23xtKg8CtwJxUyETiAnAaIu/FtH2FjP90Bdn6hwFQsarM3Q9xE9+LJC9VTX1w==","signatures":[{"sig":"MEUCIQDpyvbTBY206FjZtlyfxa7W6R1C40iucs5qgRkxPlnTzwIgDzsLzWrqDCnzewQcLPIYOY6zUPOwa42ire0/UK1uKw0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229696},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fecf677921383be55c6ab62960f7a6ff1f1a2d5e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.fecf677921383be55c6ab62960f7a6ff1f1a2d5e","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.fecf677921383be55c6ab62960f7a6ff1f1a2d5e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fecf677921383be55c6ab62960f7a6ff1f1a2d5e","@strapi/types":"0.0.0-experimental.fecf677921383be55c6ab62960f7a6ff1f1a2d5e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fecf677921383be55c6ab62960f7a6ff1f1a2d5e_1768901822892_0.8594598974804786","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.887de12487694078a1de0c143d7abfb47bf63396":{"name":"@strapi/content-type-builder","version":"0.0.0-next.887de12487694078a1de0c143d7abfb47bf63396","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.887de12487694078a1de0c143d7abfb47bf63396","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3d13d5b4ce7793a2272ce44b2d7fccfdd64bfde0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.887de12487694078a1de0c143d7abfb47bf63396.tgz","fileCount":1143,"integrity":"sha512-5GW9o+isaMeKVQw32WL6EO/uNgVkO5K/ZnqKidYGlCgOFyY/mAm7OKCJTHTNm7uj9H6DSLvsh6G5lpt2W9ge/A==","signatures":[{"sig":"MEYCIQDYAiA4OhuUwSiu+QEI+06/aH5vth6jgtlw5fRzIoKuiQIhANzGpHcRPK1gWEX/YuXjqh+JY0B0AEDuww9Cp4OHGUwJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229656},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"887de12487694078a1de0c143d7abfb47bf63396","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.887de12487694078a1de0c143d7abfb47bf63396","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.887de12487694078a1de0c143d7abfb47bf63396","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.887de12487694078a1de0c143d7abfb47bf63396","@strapi/types":"0.0.0-next.887de12487694078a1de0c143d7abfb47bf63396","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.887de12487694078a1de0c143d7abfb47bf63396_1768955947345_0.7907225880000466","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.023f69ca0e1d9d92f3872c9af9057164d573aed0":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.023f69ca0e1d9d92f3872c9af9057164d573aed0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.023f69ca0e1d9d92f3872c9af9057164d573aed0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f0a1d913044e1c32eb0109c28bddee811bcfafb9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.023f69ca0e1d9d92f3872c9af9057164d573aed0.tgz","fileCount":1143,"integrity":"sha512-jYM6D0VH92gVRg91A1jFh7EEPpMZEgdG9++UdKUGl/NWiQ3N7yqwlYSG4tuZLQcEWRg7ZmpS+OofvOkbfVTWyg==","signatures":[{"sig":"MEYCIQC8aHkz3tk5OAuvAiWP221ZrRaEUQfgzs/e284mSBkeqAIhAPHpa/Fq0zDVxLdw1DC8gmMJJen4gjJf+2lKSCgbrk19","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229696},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"023f69ca0e1d9d92f3872c9af9057164d573aed0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.023f69ca0e1d9d92f3872c9af9057164d573aed0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.023f69ca0e1d9d92f3872c9af9057164d573aed0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.023f69ca0e1d9d92f3872c9af9057164d573aed0","@strapi/types":"0.0.0-experimental.023f69ca0e1d9d92f3872c9af9057164d573aed0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.023f69ca0e1d9d92f3872c9af9057164d573aed0_1768993341314_0.3248216668872115","host":"s3://npm-registry-packages-npm-production"}},"5.33.4":{"name":"@strapi/content-type-builder","version":"5.33.4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.33.4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"04188d655bacfece99ebe76c472f3a0472e9e186","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.33.4.tgz","fileCount":1143,"integrity":"sha512-nfsuMJOORE0NtLOpaSUTvBD9QlQoHPVvXwUtLv9IIhdU7F+VhZwtFw9xADdSdGCbTF23h6bo5kFcSs6SZKf9cA==","signatures":[{"sig":"MEYCIQDT0C/iRRAZLqooDhmN0MAm+5+DaQMCocgIzDfzWaQ/nAIhAID5rC7FONoODIvPqaMd1xpb3gsF0kG0+LNDNx6tcCei","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229431},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2437d69089d5401061d2b7f1a051afc7fb627ca3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"5.33.4","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.33.4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.33.4","@strapi/types":"5.33.4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.33.4_1768996181768_0.559310778257593","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.d12f17cb0e0c555e001d49241bfe5ec85e83c948":{"name":"@strapi/content-type-builder","version":"0.0.0-next.d12f17cb0e0c555e001d49241bfe5ec85e83c948","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.d12f17cb0e0c555e001d49241bfe5ec85e83c948","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ab7b4d6a5b69ca8d20775e2775e1c9431cedbc5e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.d12f17cb0e0c555e001d49241bfe5ec85e83c948.tgz","fileCount":1143,"integrity":"sha512-DPDx1pZ3R7lTHjQjPlpzCHI7IL37VB6xIYqtzcKAKRLuZIxSFW9y3EHdEk8myw2W6yPxzXvz64GvpOeY9Y9Rgw==","signatures":[{"sig":"MEUCIQDnqjD2M/K2bgIzxA6wMZ9EFqdke1bn8B/ziLYgBrGILgIgK1jspHjt4Y2TQVMepR9gAwLltSLmA09rLdj0fNMDfis=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240026},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d12f17cb0e0c555e001d49241bfe5ec85e83c948","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.d12f17cb0e0c555e001d49241bfe5ec85e83c948","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.d12f17cb0e0c555e001d49241bfe5ec85e83c948","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.d12f17cb0e0c555e001d49241bfe5ec85e83c948","@strapi/types":"0.0.0-next.d12f17cb0e0c555e001d49241bfe5ec85e83c948","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.d12f17cb0e0c555e001d49241bfe5ec85e83c948_1769042358027_0.13392680150832326","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7c850cc0f8b3032b7d199502744c3a2560f3c680":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7c850cc0f8b3032b7d199502744c3a2560f3c680","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7c850cc0f8b3032b7d199502744c3a2560f3c680","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"435ed2138c25b864f7e63ba8d23437c376697ce9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7c850cc0f8b3032b7d199502744c3a2560f3c680.tgz","fileCount":1143,"integrity":"sha512-qP4VxGE7ltMQKTxqtPboCIONaimdEhnEwH4v/5v8BJRt6iK3Y8noo5m3rPEAlU/a1gMjPan6n3mz7KJfb/tqxg==","signatures":[{"sig":"MEQCIAzgFHQulpwvVPt2AXJoZwTBV/xjkafxe8TEzErHGxuHAiAecHd8crEGjSQ0OMjd0zjkaWN7HKLpztJSCk4RjAuHyQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240066},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7c850cc0f8b3032b7d199502744c3a2560f3c680","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.7c850cc0f8b3032b7d199502744c3a2560f3c680","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.7c850cc0f8b3032b7d199502744c3a2560f3c680","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7c850cc0f8b3032b7d199502744c3a2560f3c680","@strapi/types":"0.0.0-experimental.7c850cc0f8b3032b7d199502744c3a2560f3c680","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7c850cc0f8b3032b7d199502744c3a2560f3c680_1769081881678_0.7978405835874587","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.cef7e174cd70001870d28ae8ef2f0e0f08059237":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.cef7e174cd70001870d28ae8ef2f0e0f08059237","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.cef7e174cd70001870d28ae8ef2f0e0f08059237","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"63c3c934bddcf12d34e941cf90ba642843bb49ff","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.cef7e174cd70001870d28ae8ef2f0e0f08059237.tgz","fileCount":1143,"integrity":"sha512-1Y8cORRZ1RKlRYmBL07ZnzSqfNfBbUPLRvBPwuwZSWza1HLk7ryOmVYHybfY8hzFGs1BRbqGvgN1IAwpPwavGA==","signatures":[{"sig":"MEYCIQD9UXyrQOevtT8kySxib42//o0qVby5EKIuQFDXgJRFaQIhALFAppfO7fKy1QBGFeAKXxfgaomx+0euaAiy57GFfeeB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11229696},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cef7e174cd70001870d28ae8ef2f0e0f08059237","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.cef7e174cd70001870d28ae8ef2f0e0f08059237","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.cef7e174cd70001870d28ae8ef2f0e0f08059237","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.cef7e174cd70001870d28ae8ef2f0e0f08059237","@strapi/types":"0.0.0-experimental.cef7e174cd70001870d28ae8ef2f0e0f08059237","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.cef7e174cd70001870d28ae8ef2f0e0f08059237_1769089683015_0.09910926631103667","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a9295bd5c09c58e8821ee64799152fdb94be26db":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a9295bd5c09c58e8821ee64799152fdb94be26db","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a9295bd5c09c58e8821ee64799152fdb94be26db","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"703129a2e7e21a2e5d3fec5ab230bf9fad4563de","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a9295bd5c09c58e8821ee64799152fdb94be26db.tgz","fileCount":1143,"integrity":"sha512-HHqjcAJAy6PT+AQOAmsBH5IozwcaO7vJmzijrcxXf/GUt0F3/EF7zmdv11dWGWZ3HNDnDhqLbS3NoCn6ddEpKw==","signatures":[{"sig":"MEUCIGMF1tN3C5YfkWw5i+Q888KS2alnZcjO3Kh6CBR6z752AiEA1tx00hib4/3OkL+WbtpUZBBLDq/dfpdpFbmSuKt0mD0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240066},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a9295bd5c09c58e8821ee64799152fdb94be26db","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.19.6","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.a9295bd5c09c58e8821ee64799152fdb94be26db","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.a9295bd5c09c58e8821ee64799152fdb94be26db","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a9295bd5c09c58e8821ee64799152fdb94be26db","@strapi/types":"0.0.0-experimental.a9295bd5c09c58e8821ee64799152fdb94be26db","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a9295bd5c09c58e8821ee64799152fdb94be26db_1769090930868_0.08709269171353085","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.1153e05e6e54eead0bff0656c85335cef8e9ccf0":{"name":"@strapi/content-type-builder","version":"0.0.0-next.1153e05e6e54eead0bff0656c85335cef8e9ccf0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.1153e05e6e54eead0bff0656c85335cef8e9ccf0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1ba0629262f73975611fd53de85b7b1076779b2d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.1153e05e6e54eead0bff0656c85335cef8e9ccf0.tgz","fileCount":1143,"integrity":"sha512-0a9Meoma4KPb0tDEp8s6sIrHlvs/SYXhy5I3Ym1Nd1qYok0fWG6Rfa+7kAGyppdDvesSfHtPaDzI40aZVzZ+FA==","signatures":[{"sig":"MEUCICj0jiHYGFZtcmzR49hpiIzIN65uioZfbRKviZd2PhhRAiEA+GH+mZPJxEklRbEJVU3ZP3OUswu0B0Cix0Qr/Z0wMBA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240026},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1153e05e6e54eead0bff0656c85335cef8e9ccf0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.21","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.1153e05e6e54eead0bff0656c85335cef8e9ccf0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.1153e05e6e54eead0bff0656c85335cef8e9ccf0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.1153e05e6e54eead0bff0656c85335cef8e9ccf0","@strapi/types":"0.0.0-next.1153e05e6e54eead0bff0656c85335cef8e9ccf0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.1153e05e6e54eead0bff0656c85335cef8e9ccf0_1769128739476_0.9559346309040193","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.7aeba25dd6b00a17482ac91437b82b44a94ba79a":{"name":"@strapi/content-type-builder","version":"0.0.0-next.7aeba25dd6b00a17482ac91437b82b44a94ba79a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.7aeba25dd6b00a17482ac91437b82b44a94ba79a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9890582d1fc7927e6c24e800b02b06734839f6b6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.7aeba25dd6b00a17482ac91437b82b44a94ba79a.tgz","fileCount":1143,"integrity":"sha512-ERXDIRp60Fs8uuUwVnbxv39plDaHG0/tblkMtaAEqYBoA+TCrpsjsP4f7z6Lbw1ZqJN1KJDjZwEoXXJ8HNZ3WQ==","signatures":[{"sig":"MEUCIDSLu3vCWdhWLRhqxJKy5lboDCLRuLuf6upTT5FtBAVLAiEAoQjs/pmUWT9oSs8xfzmP211NsYCTCi/vYA8Cnm3el58=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240114},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7aeba25dd6b00a17482ac91437b82b44a94ba79a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.7aeba25dd6b00a17482ac91437b82b44a94ba79a","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.7aeba25dd6b00a17482ac91437b82b44a94ba79a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.7aeba25dd6b00a17482ac91437b82b44a94ba79a","@strapi/types":"0.0.0-next.7aeba25dd6b00a17482ac91437b82b44a94ba79a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.7aeba25dd6b00a17482ac91437b82b44a94ba79a_1769215070789_0.023432867742000596","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.cd571158691d01c13df278a2ec80dc5604805f8e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.cd571158691d01c13df278a2ec80dc5604805f8e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.cd571158691d01c13df278a2ec80dc5604805f8e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2212f9762e411430edf0102e7f55d242624932d8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.cd571158691d01c13df278a2ec80dc5604805f8e.tgz","fileCount":1143,"integrity":"sha512-2S3v45jENm5702TQNxf6PZr5Bdj8rBbG6kts8BrE9y8vupV/g5vCTLvleAPnUzTg9uSZPnL6KtgTSz0oxmQ/dA==","signatures":[{"sig":"MEYCIQC0gcWqy/+4hrUVAQawoBQc1zzAJJECAT9cvsHJ/GRnJAIhAK8ibrVg87yYxNtqQXeGcoNo7/DC4W2K7egupp/K30X4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240154},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cd571158691d01c13df278a2ec80dc5604805f8e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.cd571158691d01c13df278a2ec80dc5604805f8e","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.cd571158691d01c13df278a2ec80dc5604805f8e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.cd571158691d01c13df278a2ec80dc5604805f8e","@strapi/types":"0.0.0-experimental.cd571158691d01c13df278a2ec80dc5604805f8e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.cd571158691d01c13df278a2ec80dc5604805f8e_1769444992460_0.611754903878974","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.9cb5ee9e4c73dd5537cb7d990121b92ee016decd":{"name":"@strapi/content-type-builder","version":"0.0.0-next.9cb5ee9e4c73dd5537cb7d990121b92ee016decd","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.9cb5ee9e4c73dd5537cb7d990121b92ee016decd","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"097ae1a7de44304da88c2a5ec485201a0c61916b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.9cb5ee9e4c73dd5537cb7d990121b92ee016decd.tgz","fileCount":1143,"integrity":"sha512-Thur28BAg1xGeCihOdrj48B09bbwPSHwXJqzQNuL6Hub5jRgN6/GApvJ24Imsp8Z7rohDkgg87tAKMGRmccnyg==","signatures":[{"sig":"MEUCIQCG/ypncNGCkpOzjJtsawz9fuIshkwggEXs/RCjNJQyLAIgKAIjaxwlR5ub/UBguuzyooFz0CaiCoSCyokvJt0I6Zo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240114},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9cb5ee9e4c73dd5537cb7d990121b92ee016decd","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.9cb5ee9e4c73dd5537cb7d990121b92ee016decd","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.9cb5ee9e4c73dd5537cb7d990121b92ee016decd","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.9cb5ee9e4c73dd5537cb7d990121b92ee016decd","@strapi/types":"0.0.0-next.9cb5ee9e4c73dd5537cb7d990121b92ee016decd","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.9cb5ee9e4c73dd5537cb7d990121b92ee016decd_1769474437615_0.7090952671427992","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b624d8788294373ea5eada07f46005bb79d7ff72":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b624d8788294373ea5eada07f46005bb79d7ff72","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b624d8788294373ea5eada07f46005bb79d7ff72","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2c8a8b3bda734a9b6c0efaed67c8fed9b4435fba","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b624d8788294373ea5eada07f46005bb79d7ff72.tgz","fileCount":1143,"integrity":"sha512-RhYZ1ESvVytAAjVfdfCgc1FvZFEWeTWsNmj0ua9fPOmNj0jvaeCDJj44Q90murydB3Dyxw25gJQDaVwN1Ta++g==","signatures":[{"sig":"MEUCIBluSz71vbyTmqOGQsVgBJAWOOh5EqaFEQNm+iT7I3bYAiEAjkGYIPk8Hq3qCoN8G8wyLLwtJpaNzOMCJervwbZ82xY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240154},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b624d8788294373ea5eada07f46005bb79d7ff72","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.b624d8788294373ea5eada07f46005bb79d7ff72","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.b624d8788294373ea5eada07f46005bb79d7ff72","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b624d8788294373ea5eada07f46005bb79d7ff72","@strapi/types":"0.0.0-experimental.b624d8788294373ea5eada07f46005bb79d7ff72","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b624d8788294373ea5eada07f46005bb79d7ff72_1769526270075_0.441225936385623","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.40bf9c0fe06cdb654f02c401d3c941145d453ec2":{"name":"@strapi/content-type-builder","version":"0.0.0-next.40bf9c0fe06cdb654f02c401d3c941145d453ec2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.40bf9c0fe06cdb654f02c401d3c941145d453ec2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"370be02d07276d155deb1f68e596734f7b48d829","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.40bf9c0fe06cdb654f02c401d3c941145d453ec2.tgz","fileCount":1143,"integrity":"sha512-zU6q1cibUJnuxIAoBKQxmPh9kwC1TwUlWIk2Yh9wBcBNxqmusMlgdBPjy9IKvxkljQ38oXNTBxmVv0r5WPZvmg==","signatures":[{"sig":"MEYCIQCBv8UZzjSXwC7y1rOpA1IqCdaI/f6W6y1LKAuNgLo+fQIhAISiZTtQNDet/aLsX+KpDaM2MaL15sYJJlEFcbO3vEPY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240114},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"40bf9c0fe06cdb654f02c401d3c941145d453ec2","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.40bf9c0fe06cdb654f02c401d3c941145d453ec2","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.40bf9c0fe06cdb654f02c401d3c941145d453ec2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.40bf9c0fe06cdb654f02c401d3c941145d453ec2","@strapi/types":"0.0.0-next.40bf9c0fe06cdb654f02c401d3c941145d453ec2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.40bf9c0fe06cdb654f02c401d3c941145d453ec2_1769560726363_0.49582447323048884","host":"s3://npm-registry-packages-npm-production"}},"5.34.0":{"name":"@strapi/content-type-builder","version":"5.34.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.34.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b6ca7a6a5f6ae5c6764caba744152eb9dacfbc72","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.34.0.tgz","fileCount":1143,"integrity":"sha512-vH6VPUBjiaMmAqllwK4eGt5eAFlWU5sYbcSAOUMt9dWNM/gUDergkUEqT2zijkmVCzLOb4h6ZPXGJUOkijF1ng==","signatures":[{"sig":"MEQCIHOkwK1mPgzwypxfxlXtWubz6op9F/kgoMJeYulNT1O/AiA5ApAFON2kyNk4DxJ8aGQBKgtV9lUtGpkVG56o1gZaNw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11239889},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"47cff8e76774ac92656ea91ab110399d0687e2f8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"5.34.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.34.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.34.0","@strapi/types":"5.34.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.34.0_1769612496199_0.0996134376624902","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.7d64e3a739b6d021238768a0c4956ebafbf21fa1":{"name":"@strapi/content-type-builder","version":"0.0.0-next.7d64e3a739b6d021238768a0c4956ebafbf21fa1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.7d64e3a739b6d021238768a0c4956ebafbf21fa1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"323868639f8a5b285c4c5e0cf3bd15c05ece49f5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.7d64e3a739b6d021238768a0c4956ebafbf21fa1.tgz","fileCount":1143,"integrity":"sha512-uLxgFl3UtoALuWPO1GJRceNeeJ1mS1miVS0/DEY5FDP5K81+SgEb+8lGeB2mLnD55zejlO1BWAqjmltlWAS5Nw==","signatures":[{"sig":"MEUCIQCDhaU2cGvJ65jJRm3JncPOXazdbVwQ4O7pO4z2Z+ukGwIgX+yn7V7W2pO2ES9kgCXhj22HdqAEvEjBP9wzzQUbsXs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240114},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7d64e3a739b6d021238768a0c4956ebafbf21fa1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.7d64e3a739b6d021238768a0c4956ebafbf21fa1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.7d64e3a739b6d021238768a0c4956ebafbf21fa1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.7d64e3a739b6d021238768a0c4956ebafbf21fa1","@strapi/types":"0.0.0-next.7d64e3a739b6d021238768a0c4956ebafbf21fa1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.7d64e3a739b6d021238768a0c4956ebafbf21fa1_1769647384919_0.9218981989168866","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.9ac59135b139f5a7fa5d09a55d9f90a6ec39ccc0":{"name":"@strapi/content-type-builder","version":"0.0.0-next.9ac59135b139f5a7fa5d09a55d9f90a6ec39ccc0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.9ac59135b139f5a7fa5d09a55d9f90a6ec39ccc0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bbde1c4ff6efd09b05bec17b16950732745cdd88","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.9ac59135b139f5a7fa5d09a55d9f90a6ec39ccc0.tgz","fileCount":1143,"integrity":"sha512-OBuYJ10JgAgfitGOilQVR2nC6V3WsQXdL9aaKn4KGGygUhV5L6mlncNxH9lxeZnHeS7IxAP+SI/XqBBC4H6bYg==","signatures":[{"sig":"MEUCIQD+aizLchx842hSD9jYkA4l3aX7jHxgVIAMO/XM6ljV9AIgTCmKAH7i8xm2XCGFZRCb4uCRSNOJqbjSbHUhZLxLzCA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240114},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9ac59135b139f5a7fa5d09a55d9f90a6ec39ccc0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.9ac59135b139f5a7fa5d09a55d9f90a6ec39ccc0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.9ac59135b139f5a7fa5d09a55d9f90a6ec39ccc0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.9ac59135b139f5a7fa5d09a55d9f90a6ec39ccc0","@strapi/types":"0.0.0-next.9ac59135b139f5a7fa5d09a55d9f90a6ec39ccc0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.9ac59135b139f5a7fa5d09a55d9f90a6ec39ccc0_1769733793225_0.1491561602458924","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.a067d091b176b9dbeeec36c2cb1eaed448943860":{"name":"@strapi/content-type-builder","version":"0.0.0-next.a067d091b176b9dbeeec36c2cb1eaed448943860","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.a067d091b176b9dbeeec36c2cb1eaed448943860","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"181d3300ca387ed63c6b980a08df83cb9166342e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.a067d091b176b9dbeeec36c2cb1eaed448943860.tgz","fileCount":1143,"integrity":"sha512-t40Dj/tZYjQ5xJX9Y2ru47fpKPxAckAja2KfomAgAPAYLiGsF5AvhLK/YDdL3IaGkzJ8jqwNhCbsitOVkeXW8A==","signatures":[{"sig":"MEYCIQDtvuZL3c4VQW/vBUkrdL1m2Y2pDQAGoXqnWbfamtCVWQIhAOPTB8BZhviYdiUGnNXChxrRE/bN5wBpuy7WaXc6BcRA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240114},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a067d091b176b9dbeeec36c2cb1eaed448943860","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.a067d091b176b9dbeeec36c2cb1eaed448943860","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.a067d091b176b9dbeeec36c2cb1eaed448943860","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.a067d091b176b9dbeeec36c2cb1eaed448943860","@strapi/types":"0.0.0-next.a067d091b176b9dbeeec36c2cb1eaed448943860","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.a067d091b176b9dbeeec36c2cb1eaed448943860_1769820123462_0.6507734435652839","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e5b87a54008c9de2b3286a4774635dcf69895d9b":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e5b87a54008c9de2b3286a4774635dcf69895d9b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e5b87a54008c9de2b3286a4774635dcf69895d9b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2e49870c9b87376f3f281330be06aa377990adb3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e5b87a54008c9de2b3286a4774635dcf69895d9b.tgz","fileCount":1143,"integrity":"sha512-zY4KDh4mMH23CgNoT5bYLfTLswmwploFKqnWgIck6zj/L8J1yqHduQvD7gnsfSMLLjlG50OO5a/SsiPKUAMVUw==","signatures":[{"sig":"MEUCIEtHl5JZF88N448GQoUpyqhI+XVxNUGVY8iq+atk3WPHAiEAjq0kLISPVhnN8yQAkszYfPKBtHpCV4ZIZAKIsfYpGIg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240114},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e5b87a54008c9de2b3286a4774635dcf69895d9b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.e5b87a54008c9de2b3286a4774635dcf69895d9b","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.e5b87a54008c9de2b3286a4774635dcf69895d9b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e5b87a54008c9de2b3286a4774635dcf69895d9b","@strapi/types":"0.0.0-next.e5b87a54008c9de2b3286a4774635dcf69895d9b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e5b87a54008c9de2b3286a4774635dcf69895d9b_1770079540615_0.44813443626991023","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e5b87a54008c9de2b3286a4774635dcf69895d9b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e5b87a54008c9de2b3286a4774635dcf69895d9b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e5b87a54008c9de2b3286a4774635dcf69895d9b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4daf136941524f391f1ba46d80beb19285482ec0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e5b87a54008c9de2b3286a4774635dcf69895d9b.tgz","fileCount":1143,"integrity":"sha512-JQtjnsjg4vuJebIbLLvZK+KPjoGl9FHo05HcFH1UBxtstvTjH/BbbA/t+CIjiAfT1Ge5Hjhk2uZuCeD5wLFnsQ==","signatures":[{"sig":"MEQCIDJ3zzJHNVLhs8yqXwnmelnTAN2OTY9jiR8A+CpaS8uNAiAOzUrqHRL46sm4j+6UPE8dBEDsPIdM6ajOJL9y5hu+5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240154},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e5b87a54008c9de2b3286a4774635dcf69895d9b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.e5b87a54008c9de2b3286a4774635dcf69895d9b","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e5b87a54008c9de2b3286a4774635dcf69895d9b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e5b87a54008c9de2b3286a4774635dcf69895d9b","@strapi/types":"0.0.0-experimental.e5b87a54008c9de2b3286a4774635dcf69895d9b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e5b87a54008c9de2b3286a4774635dcf69895d9b_1770106638195_0.04645785170500494","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.cff45c3624b7624777a0c7a5446a72037c5b5395":{"name":"@strapi/content-type-builder","version":"0.0.0-next.cff45c3624b7624777a0c7a5446a72037c5b5395","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.cff45c3624b7624777a0c7a5446a72037c5b5395","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f632a5d013ea0758f4c53f2bc1f602ab6b071753","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.cff45c3624b7624777a0c7a5446a72037c5b5395.tgz","fileCount":1143,"integrity":"sha512-UnbxuWmZvsHy9uNW7hzQZb6FQfWV9RxkUSpNRFCMHnFKT6ozKjxUeMDz5oa3DJWQFovMmuoQvXqHc8pAASclYA==","signatures":[{"sig":"MEQCIHwDRLVLS6vFH+Uq/lFAsRQmnYX/gOBXuSH/EMY71mvoAiBfjlUw5oHH47U19Ip8GbqD9ghYTVjUk4EfySUUBwQE+A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240114},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cff45c3624b7624777a0c7a5446a72037c5b5395","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.cff45c3624b7624777a0c7a5446a72037c5b5395","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.cff45c3624b7624777a0c7a5446a72037c5b5395","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.cff45c3624b7624777a0c7a5446a72037c5b5395","@strapi/types":"0.0.0-next.cff45c3624b7624777a0c7a5446a72037c5b5395","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.cff45c3624b7624777a0c7a5446a72037c5b5395_1770165728799_0.3764572451671473","host":"s3://npm-registry-packages-npm-production"}},"5.35.0":{"name":"@strapi/content-type-builder","version":"5.35.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.35.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ae957f1424d34c6e335598e471ea4a1a1ebe3773","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.35.0.tgz","fileCount":1143,"integrity":"sha512-NBa/IkOgAAIRHGBpGLJOFAl97HtMQsyaQMmzDq5RVWlDvfdOanu5/ZbzyXYHv+O6l+ceosJwAokRhdEvJXIwOQ==","signatures":[{"sig":"MEUCICRS9s3knRCy1uPSCGn6ffpmKLsJPB8AKwnF1s5F4IK2AiEA1hABdSXuIheXQr6L/em0sVTsHZkSuOGNkwXeq1ogWGk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11239889},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ec17c9e1ed295371eee001a9f0cbc922f4d3f42b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"5.35.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.35.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.35.0","@strapi/types":"5.35.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.35.0_1770209690643_0.8821127264357589","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.1b5df477f51ca85da87abc56c94c8f63c178dcb4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1b5df477f51ca85da87abc56c94c8f63c178dcb4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1b5df477f51ca85da87abc56c94c8f63c178dcb4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"824553e1899e801ff39ae3bfa445a3d1bc5ea89a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1b5df477f51ca85da87abc56c94c8f63c178dcb4.tgz","fileCount":1143,"integrity":"sha512-ilu7meVY/jKn7MfZNaZ5+scMudbTNJa5ku5OWfxApV7+WdT8ZsdtHrj9Xi+ZqYzmXIHkWTPXFO93IIC4TZu77w==","signatures":[{"sig":"MEQCIEbGdp7q9O9PqpTKOMqoUDsUkhHxd0Us6t8Mj0ZXiRMXAiAY84iXlxdZ7A8HPP8Gvd6bmi52PVH474nXxJ/5wvTE3g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240154},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1b5df477f51ca85da87abc56c94c8f63c178dcb4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.1b5df477f51ca85da87abc56c94c8f63c178dcb4","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.1b5df477f51ca85da87abc56c94c8f63c178dcb4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1b5df477f51ca85da87abc56c94c8f63c178dcb4","@strapi/types":"0.0.0-experimental.1b5df477f51ca85da87abc56c94c8f63c178dcb4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1b5df477f51ca85da87abc56c94c8f63c178dcb4_1770226222576_0.6863588443230595","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.355b65778029082ecc751d18f230c428a0945906":{"name":"@strapi/content-type-builder","version":"0.0.0-next.355b65778029082ecc751d18f230c428a0945906","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.355b65778029082ecc751d18f230c428a0945906","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f2965a2ac479829b2e93a3edd7e2be12fe5e7d3b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.355b65778029082ecc751d18f230c428a0945906.tgz","fileCount":1143,"integrity":"sha512-pH0au8eRgDoJmgzRkURGef2/UtuVJGs8+EmSrtSqk7AA1k1sVh16kDxQ2Q3GJnJBr5hDqnx8Wnf6KGeFen2Gug==","signatures":[{"sig":"MEUCIDTWMKl0bCaMGLAu1yESVX6IV6yyaIQgc/SNIzYnPZPRAiEA/Cdu0SUPLBNB2Z8XgL32Dg+LOZ2D0L2x8QCwJ2LzWME=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240114},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"355b65778029082ecc751d18f230c428a0945906","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.355b65778029082ecc751d18f230c428a0945906","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.355b65778029082ecc751d18f230c428a0945906","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.355b65778029082ecc751d18f230c428a0945906","@strapi/types":"0.0.0-next.355b65778029082ecc751d18f230c428a0945906","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.355b65778029082ecc751d18f230c428a0945906_1770252342586_0.6210388516659824","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.f7ec7455688335d508b54389dbe9fa713a7bbbae":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f7ec7455688335d508b54389dbe9fa713a7bbbae","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f7ec7455688335d508b54389dbe9fa713a7bbbae","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1f3db67b4fe6cf6203966617764d03ea5f2a393e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f7ec7455688335d508b54389dbe9fa713a7bbbae.tgz","fileCount":1143,"integrity":"sha512-xslp/7P0yc93cbL3p2oJJVsBEm0y04daMHV9SfpiAFEgKskpIb3STFBDdjWqkrN0zUit50Nm5JzLIv+P3/WH0w==","signatures":[{"sig":"MEUCIHHb7hPYVNRfqcozS/VLRKnfrw4XJh2kSciKsRnFnthRAiEA31E3NUd2QT15qFL8Iy0+QQOADnNo0JiJCqT9z3rEhBU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240114},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f7ec7455688335d508b54389dbe9fa713a7bbbae","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.f7ec7455688335d508b54389dbe9fa713a7bbbae","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.f7ec7455688335d508b54389dbe9fa713a7bbbae","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f7ec7455688335d508b54389dbe9fa713a7bbbae","@strapi/types":"0.0.0-next.f7ec7455688335d508b54389dbe9fa713a7bbbae","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f7ec7455688335d508b54389dbe9fa713a7bbbae_1770338557113_0.33762690891538516","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.4d52f2a5f577771e17fbc2d63fefae6cf1ee550f":{"name":"@strapi/content-type-builder","version":"0.0.0-next.4d52f2a5f577771e17fbc2d63fefae6cf1ee550f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.4d52f2a5f577771e17fbc2d63fefae6cf1ee550f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d51aae833d52c904e0c0f93a5d253a026328ced3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.4d52f2a5f577771e17fbc2d63fefae6cf1ee550f.tgz","fileCount":1143,"integrity":"sha512-D5wrD8IsP/ckKXWDkWU7rtxOGuT6lsQsTnlHwB/fLeCcUbE1YCqqRJpU11CKHnrI+5iUyH7ihZ+Fcfq+2IjY1w==","signatures":[{"sig":"MEYCIQDJR8ZSX8G3IWXzo3oZz/BCIZlb59bLrWa3COIFFaUAzgIhAJGjIzvmZ0s5QPIginxt9pO8uZ3mFtHR4qfB2vFniygS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240114},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4d52f2a5f577771e17fbc2d63fefae6cf1ee550f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.4d52f2a5f577771e17fbc2d63fefae6cf1ee550f","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.4d52f2a5f577771e17fbc2d63fefae6cf1ee550f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.4d52f2a5f577771e17fbc2d63fefae6cf1ee550f","@strapi/types":"0.0.0-next.4d52f2a5f577771e17fbc2d63fefae6cf1ee550f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.4d52f2a5f577771e17fbc2d63fefae6cf1ee550f_1770424960862_0.636608633495265","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0":{"name":"@strapi/content-type-builder","version":"0.0.0-next.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f18117946fa5171d49c20692efb8fd8f956842af","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0.tgz","fileCount":1143,"integrity":"sha512-EwA3lRhUj2wtroxGz0cd3qbEH0tq0h5mdytd19JSgrYao4nxqtQh3o8tjRosBrtJ315VL0T8plgfqVbZqspJNA==","signatures":[{"sig":"MEQCIBYyev7P+/Eoii0kFwXMbwp8qc9TfA2cmJBMfhi1j4PVAiBBzQt3JYzqSC6mTjRioJyYZ8vuFn1NC4DPMdUVNzXyug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240114},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a4a53fd30626959d9711b5967e3c51e0b3b5b1c0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0","@strapi/types":"0.0.0-next.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0_1770684692099_0.4825707152593739","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"dd13369b26683ce98476f860916630a72f4dec26","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0.tgz","fileCount":1143,"integrity":"sha512-mxyLlaMQCrtnHUZlXd65ZnyX9HHJL0uiih8ll1GXUwiOlKGfc2SMrx/5ZLhI4Xnp5Ssmkod7+aWvoYVzsAsbnA==","signatures":[{"sig":"MEUCIAGiD/yc9imdyotaJZA3t6RumaMmAvd3kR2O7DoYJAb8AiEA7ruutkPzMgMM+8GHsONTRJ38+yEMxh0lc/A+K+mY8dY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240154},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a4a53fd30626959d9711b5967e3c51e0b3b5b1c0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0","@strapi/types":"0.0.0-experimental.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0_1770711288236_0.7332032671823194","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.faf3e16afe14dc55dc03a3b04ce02f02d9266960":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.faf3e16afe14dc55dc03a3b04ce02f02d9266960","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.faf3e16afe14dc55dc03a3b04ce02f02d9266960","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bd11db26e10f2969db308522875ca47f5406a70b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.faf3e16afe14dc55dc03a3b04ce02f02d9266960.tgz","fileCount":1143,"integrity":"sha512-kUmiXDZzb0kwO5HuPMgQL66sbhwwImdWeLdmIScs4Jd69xrSC1NiO5uo4YrwCj0e/YRyBLAP/SmE4CsMe/RaaQ==","signatures":[{"sig":"MEUCICJc/vWvnHXOKHl0ns40qOJvDcwb/m/diDWgQimGvj5gAiEAhig+HZEM8cBF64rNSWc1NPkgZ19kMQmE6XkA+/lGJEI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240154},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"faf3e16afe14dc55dc03a3b04ce02f02d9266960","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.faf3e16afe14dc55dc03a3b04ce02f02d9266960","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.faf3e16afe14dc55dc03a3b04ce02f02d9266960","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.faf3e16afe14dc55dc03a3b04ce02f02d9266960","@strapi/types":"0.0.0-experimental.faf3e16afe14dc55dc03a3b04ce02f02d9266960","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.faf3e16afe14dc55dc03a3b04ce02f02d9266960_1770736861113_0.9723614976966122","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.eac316c672390ecdf839b7277a843cb71d2c72ff":{"name":"@strapi/content-type-builder","version":"0.0.0-next.eac316c672390ecdf839b7277a843cb71d2c72ff","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.eac316c672390ecdf839b7277a843cb71d2c72ff","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"remidej","email":"remi@hey.com"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fdba970b3a18f4fa8b3bed25a8faf255d4771303","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.eac316c672390ecdf839b7277a843cb71d2c72ff.tgz","fileCount":1143,"integrity":"sha512-R310ZG/6iwCC2FTP4RSeEFhUYAG8qJtn/jHyX9S0Z0Gk9/zInAx/vXAygf8RvxbawOg2E37+bivGu7972m+RLQ==","signatures":[{"sig":"MEQCICeXj9/0qZXv9tjrclKz/BrCBPfqx3gCz67JPMehC9snAiB7RVhsAIFGTZA/R07++c3S5ZsNgi0f+xA2fycVsA7usA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240114},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"eac316c672390ecdf839b7277a843cb71d2c72ff","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.eac316c672390ecdf839b7277a843cb71d2c72ff","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.eac316c672390ecdf839b7277a843cb71d2c72ff","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.eac316c672390ecdf839b7277a843cb71d2c72ff","@strapi/types":"0.0.0-next.eac316c672390ecdf839b7277a843cb71d2c72ff","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.eac316c672390ecdf839b7277a843cb71d2c72ff_1770770996147_0.5261367239969108","host":"s3://npm-registry-packages-npm-production"}},"5.36.0":{"name":"@strapi/content-type-builder","version":"5.36.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.36.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"98561324fd64072b4c52d0777e6857509115a3e8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.36.0.tgz","fileCount":1143,"integrity":"sha512-O7JuVh3s0xZryAq+PO2T+5XGa3O0MRDEmV4UrxKHT/J0tZcpTjA8vZQWLj4bZX1RMZO2PrDBLVjAYPDxEauRgw==","signatures":[{"sig":"MEUCIQC5Gj7xBhzrfWu3oc8RsNoqnywClJIF524X3TUD3A2Z3gIgVvLSSXG6YFbMkD6gWzsOX8kM60uTpCxCRmroIw7eO5I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11239889},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"23a521fab4bb0822648bde77357bd601ab6c4031","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"5.36.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.36.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.36.0","@strapi/types":"5.36.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.36.0_1770819108287_0.13879994716795618","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.bf72b0ec4300433304f9701b33c8339add47bef1":{"name":"@strapi/content-type-builder","version":"0.0.0-next.bf72b0ec4300433304f9701b33c8339add47bef1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.bf72b0ec4300433304f9701b33c8339add47bef1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"41e9d4722ee799a738da0ff3b8ba497d9f741436","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.bf72b0ec4300433304f9701b33c8339add47bef1.tgz","fileCount":1143,"integrity":"sha512-eXSQvvkiCGZe9iZxW6SU+/VOtJrp6tghXajcwHWHh7ul11/cyRh68PTivakdFbYvNAIoOH2RH9ElncdHsB6Lzw==","signatures":[{"sig":"MEUCIQD6CBZzonFGj4sro5ZnTzY6zshg8na2r1slVw6/k/l/6QIgc14+/hkNwmEaM4JuD/VTPWZXK1ErpieFrjH9h08rLr4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240115},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bf72b0ec4300433304f9701b33c8339add47bef1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.bf72b0ec4300433304f9701b33c8339add47bef1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.bf72b0ec4300433304f9701b33c8339add47bef1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.bf72b0ec4300433304f9701b33c8339add47bef1","@strapi/types":"0.0.0-next.bf72b0ec4300433304f9701b33c8339add47bef1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.bf72b0ec4300433304f9701b33c8339add47bef1_1770857122818_0.2952575550079415","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d2a63b7d070930ac7f3580b6fcb9c2b61b18cec9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d2a63b7d070930ac7f3580b6fcb9c2b61b18cec9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d2a63b7d070930ac7f3580b6fcb9c2b61b18cec9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5be9ba4d6cce98601ffdace624e8f3c1128787d8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d2a63b7d070930ac7f3580b6fcb9c2b61b18cec9.tgz","fileCount":1143,"integrity":"sha512-2aymIqVHV7AzjQeujhLMuOMdhwX3PfQY+zSH2ee/2lrliqonIaXD3F8/39SFUv3zoiStByZa5Sae0rV06Pmc3g==","signatures":[{"sig":"MEQCIH3CfmmVkKULqO7fCXd/snjVqR5+heL11kjezia2sn9jAiAtGrtvAvJ/XQdlpM+QzLIDVIO+vpwukgVSnFTV771fYw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240154},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d2a63b7d070930ac7f3580b6fcb9c2b61b18cec9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.d2a63b7d070930ac7f3580b6fcb9c2b61b18cec9","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d2a63b7d070930ac7f3580b6fcb9c2b61b18cec9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d2a63b7d070930ac7f3580b6fcb9c2b61b18cec9","@strapi/types":"0.0.0-experimental.d2a63b7d070930ac7f3580b6fcb9c2b61b18cec9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.22.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.0.0","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d2a63b7d070930ac7f3580b6fcb9c2b61b18cec9_1770885396789_0.8655813074094367","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.53369477a0d6496bef7d9cae680fcbde5d733f4e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.53369477a0d6496bef7d9cae680fcbde5d733f4e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.53369477a0d6496bef7d9cae680fcbde5d733f4e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4efa259e173564568187e254946e0a813ed68056","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.53369477a0d6496bef7d9cae680fcbde5d733f4e.tgz","fileCount":1143,"integrity":"sha512-FPekinT05w5nGxcckaF2y08Qb1DuG98k4PbWfkuZ0DkkTM9M85uqBkQlpnRNqFjawDze1Yt21Tn+5elVND9qsQ==","signatures":[{"sig":"MEUCIQCvy9YgPEf3ndOIpmGg8zqY5rt5V8kwSAZJ4R3tp7yXdQIgWsB8VG8DCKxLmlG1cnCT7pavDWBTaECL6u7I9OWwdG8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240155},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"53369477a0d6496bef7d9cae680fcbde5d733f4e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.53369477a0d6496bef7d9cae680fcbde5d733f4e","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.53369477a0d6496bef7d9cae680fcbde5d733f4e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.53369477a0d6496bef7d9cae680fcbde5d733f4e","@strapi/types":"0.0.0-experimental.53369477a0d6496bef7d9cae680fcbde5d733f4e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.53369477a0d6496bef7d9cae680fcbde5d733f4e_1770913332941_0.5127918949013905","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.31993527c12f45a9812779b9cdeb2606323c29d2":{"name":"@strapi/content-type-builder","version":"0.0.0-next.31993527c12f45a9812779b9cdeb2606323c29d2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.31993527c12f45a9812779b9cdeb2606323c29d2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"37a52598759ece6a1996dbc06535276253015dcc","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.31993527c12f45a9812779b9cdeb2606323c29d2.tgz","fileCount":1143,"integrity":"sha512-0D9hHe/VJjtzmYvOWV7kjpZnr5gvcbflx/s3OlvzzMHUwOz0VD/Fj3vm7lxY+sKR1yESyN3144FRgeiPIK/0Pw==","signatures":[{"sig":"MEQCIChVSrSMuD/HCNXUbcfG3Y8EhzHX601AO2rHQICX3on1AiAOmFIEBqvp1RsXbx+Ds/05vizkM2TGo/WHWYvnMailNg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240115},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"31993527c12f45a9812779b9cdeb2606323c29d2","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.31993527c12f45a9812779b9cdeb2606323c29d2","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.31993527c12f45a9812779b9cdeb2606323c29d2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.31993527c12f45a9812779b9cdeb2606323c29d2","@strapi/types":"0.0.0-next.31993527c12f45a9812779b9cdeb2606323c29d2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.31993527c12f45a9812779b9cdeb2606323c29d2_1770943710551_0.6651681979649806","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e5475e965ebee98a8b25d9315d522dbbe2c00942":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e5475e965ebee98a8b25d9315d522dbbe2c00942","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e5475e965ebee98a8b25d9315d522dbbe2c00942","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6c46a78786ea7ebc744655bee93ad2bd8e9e0432","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e5475e965ebee98a8b25d9315d522dbbe2c00942.tgz","fileCount":1143,"integrity":"sha512-7JqcrVHk4UlxDtlLPD3uoA4hA99cFPavm2i2EHWL8tox2SPtDITbBipn47k71ASMYVw8fK1E+2744ShHvrjp4w==","signatures":[{"sig":"MEUCIQDipByyDa47tWgQnEKBWZzH34rBOCJL3kKHWHvOnogHlwIgDvP2N/lIhoK/cFX68U6vtpXKA/0ooHdoSN6KATqUCbs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240115},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e5475e965ebee98a8b25d9315d522dbbe2c00942","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.e5475e965ebee98a8b25d9315d522dbbe2c00942","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.e5475e965ebee98a8b25d9315d522dbbe2c00942","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e5475e965ebee98a8b25d9315d522dbbe2c00942","@strapi/types":"0.0.0-next.e5475e965ebee98a8b25d9315d522dbbe2c00942","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e5475e965ebee98a8b25d9315d522dbbe2c00942_1771029878253_0.36064047844397606","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7221cc346df633a7cbcf4d267ba928cee4c74b45":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7221cc346df633a7cbcf4d267ba928cee4c74b45","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7221cc346df633a7cbcf4d267ba928cee4c74b45","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"db5a6e4077c16aca01a23dfb11b4a775b6b7f795","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7221cc346df633a7cbcf4d267ba928cee4c74b45.tgz","fileCount":1143,"integrity":"sha512-wvBwqceGcP1KIx4YVUgyYX9hFcHTXWd3IbWSStrOWqzkoTaeJcSKWju0dRZQW4mw+6ZBDyKYmtdQ1uB6v7IbTg==","signatures":[{"sig":"MEYCIQCrExuUBOgyB+5wmIcGAu5iofjU/qyfidVDau583qDQtwIhANTWpC4fZ/XURonNVMPkE9b7EwBaOKdGfgrqXEpDF3se","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240155},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7221cc346df633a7cbcf4d267ba928cee4c74b45","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.7221cc346df633a7cbcf4d267ba928cee4c74b45","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.7221cc346df633a7cbcf4d267ba928cee4c74b45","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7221cc346df633a7cbcf4d267ba928cee4c74b45","@strapi/types":"0.0.0-experimental.7221cc346df633a7cbcf4d267ba928cee4c74b45","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7221cc346df633a7cbcf4d267ba928cee4c74b45_1771236198027_0.8594835465432165","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c1c321eed16629f5b29074ff2c0ec9a0c19d3706","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b.tgz","fileCount":1143,"integrity":"sha512-Z5bsFjLfzRJBSHhAXP1cAh4ZShX91Lxo6xu+AadE1JyeWExpoAHQd6UfHk2Q6NYuCcgGHXRcz1Aca321MvV0aw==","signatures":[{"sig":"MEUCIGRFmS4DGVsWL04DXKFl3F7w0q5LN0hn2qC76fh5uksrAiEA8KZW9W+sXQCBR9ZMQAx44IB7wthb6szRFdl4VvzfPEw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240155},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b","@strapi/types":"0.0.0-experimental.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b_1771260214163_0.6832343896740807","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b":{"name":"@strapi/content-type-builder","version":"0.0.0-next.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"92c48ff63d5223a31a0365f85d7851bb9966ebd8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b.tgz","fileCount":1143,"integrity":"sha512-wcRLdogtsnWk19NM5zGVqtXm692Fm638S1NlvpKuqF1PkLSp1/RAcwSHqraFiopHhP7y63gM62Q9a63fLN0K0A==","signatures":[{"sig":"MEUCIQCQF6bTicSvGE22pm1L/2UBhMIQp28UjM3NKA0dnlH5dgIgBb763DN+WhNljbwpKx8nD6YBFw5UcGTDMrkiC+PqCUE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240115},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b","@strapi/types":"0.0.0-next.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b_1771289139517_0.26481072426120944","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.77d88b074356da63c1174a40e3489034363086a4":{"name":"@strapi/content-type-builder","version":"0.0.0-next.77d88b074356da63c1174a40e3489034363086a4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.77d88b074356da63c1174a40e3489034363086a4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8d61af87677ffd219ac5bb71ee2de37b5b41de2a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.77d88b074356da63c1174a40e3489034363086a4.tgz","fileCount":1143,"integrity":"sha512-NRd7dmPN0GwwmKoTu5U/KtXQJ0XVzDgfp6i2pbS2FsoSpOj9jMhBK5myBvuitBKPyjc3kiyu/lVjCyZ9mgAO7g==","signatures":[{"sig":"MEQCIGS1sAIZ/GyKQRzZtOEl5zxs1flXHVlt6phYgdKrQesRAiBrS0pjPliqZkijEd6RueZDoPGepNfOn5Y2uXLPLL7uTg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240115},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"77d88b074356da63c1174a40e3489034363086a4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.77d88b074356da63c1174a40e3489034363086a4","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.77d88b074356da63c1174a40e3489034363086a4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.77d88b074356da63c1174a40e3489034363086a4","@strapi/types":"0.0.0-next.77d88b074356da63c1174a40e3489034363086a4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.77d88b074356da63c1174a40e3489034363086a4_1771375567674_0.23124860456779106","host":"s3://npm-registry-packages-npm-production"}},"5.36.1":{"name":"@strapi/content-type-builder","version":"5.36.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.36.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1ae9f2883bfd2bfe8a771861efe48beebe435d0e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.36.1.tgz","fileCount":1143,"integrity":"sha512-XH+TCtrqtW+BsDTegERAL2n1sB60GRjztSRISY8/sCkzAMMoxA/Nhy+KrTMsScVRywLeJpGVHN1EOG5CVq7bFg==","signatures":[{"sig":"MEUCIQC2TgAeS+S21quBpXGS54mmVkg++XemQuFxTzPdXzud2gIgOhMdUOZYOFuF8Kf5UOapniOmQO6iNjqPveoST1REJeI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11239890},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6187e8a9d7ac35a01d9c2251aa6328609bfa9b58","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"5.36.1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.36.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.36.1","@strapi/types":"5.36.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.36.1_1771424560740_0.47332872024719563","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.062cd562d0b09991b8a21fc4a32ef3eee76d7c4a":{"name":"@strapi/content-type-builder","version":"0.0.0-next.062cd562d0b09991b8a21fc4a32ef3eee76d7c4a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.062cd562d0b09991b8a21fc4a32ef3eee76d7c4a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"34b7464aa7431b1e2d7ae46269817ae5f918f6c3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.062cd562d0b09991b8a21fc4a32ef3eee76d7c4a.tgz","fileCount":1143,"integrity":"sha512-TAmnxm91U946iF9gclSNRltlZAFEe6WB7xtjZUAodKXRX6aDKTPfp4BGOA3muu1FMfawkGK3npogoa6yPP3Hew==","signatures":[{"sig":"MEUCIQC8VsP98RdOtxUA0K/s8Iey6FOZhMEVpSPWwsT60YTKaQIgJsLGGYjIX1sNDYN0eN7JzHCjTuTzWb/vrIICeaWZ300=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240115},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"062cd562d0b09991b8a21fc4a32ef3eee76d7c4a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.062cd562d0b09991b8a21fc4a32ef3eee76d7c4a","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.062cd562d0b09991b8a21fc4a32ef3eee76d7c4a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.062cd562d0b09991b8a21fc4a32ef3eee76d7c4a","@strapi/types":"0.0.0-next.062cd562d0b09991b8a21fc4a32ef3eee76d7c4a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.062cd562d0b09991b8a21fc4a32ef3eee76d7c4a_1771461987394_0.7617933481280752","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d3e37807f3a030ba532264ea0d6dd7745f77e02b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d3e37807f3a030ba532264ea0d6dd7745f77e02b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d3e37807f3a030ba532264ea0d6dd7745f77e02b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fc4027e21a2c7e427d0101b2d3758b745f78a8ae","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d3e37807f3a030ba532264ea0d6dd7745f77e02b.tgz","fileCount":1143,"integrity":"sha512-B5wX/MDO+K7sgvaQhc5KZsqm4lrMEPTfW/VXVrekd6fU5z7p6a0b30AK2tIO1c6hIVNCbe4/cQI+ralMVTvaDg==","signatures":[{"sig":"MEUCIAvFxtzjeJy6KZeQQH5p49YAzHszWWU0YLmtXggqSippAiEAsOsgj9Z1x6LZOe278O0IoEq/AGY6QJmAxR0mUmOyZHo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240155},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d3e37807f3a030ba532264ea0d6dd7745f77e02b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.d3e37807f3a030ba532264ea0d6dd7745f77e02b","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d3e37807f3a030ba532264ea0d6dd7745f77e02b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d3e37807f3a030ba532264ea0d6dd7745f77e02b","@strapi/types":"0.0.0-experimental.d3e37807f3a030ba532264ea0d6dd7745f77e02b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d3e37807f3a030ba532264ea0d6dd7745f77e02b_1771512692923_0.7324509290133492","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7bd3abcfbc271b85386e6c73a9a5e6b4d0f34ea9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7bd3abcfbc271b85386e6c73a9a5e6b4d0f34ea9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7bd3abcfbc271b85386e6c73a9a5e6b4d0f34ea9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"004f654850e04ecc2fd10294ee92fc3102b5f05f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7bd3abcfbc271b85386e6c73a9a5e6b4d0f34ea9.tgz","fileCount":1143,"integrity":"sha512-t4WA7S/tC41FbEEWzPGSdf3AaGXaZ2JF2HRxmWB4zgtkh44evldROpuyQWH98yX1AtWqTTKkipLIsduyzadhHA==","signatures":[{"sig":"MEUCIQC/VTeyIiMyk5yeTFfRx9rpoS9mKvTto9s6sqf0BzWM7QIgH8KIkoRNx+/SRHOVn7MDb+2SCaVnRXLZTat9qtzVEO0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240155},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7bd3abcfbc271b85386e6c73a9a5e6b4d0f34ea9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.7bd3abcfbc271b85386e6c73a9a5e6b4d0f34ea9","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.7bd3abcfbc271b85386e6c73a9a5e6b4d0f34ea9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7bd3abcfbc271b85386e6c73a9a5e6b4d0f34ea9","@strapi/types":"0.0.0-experimental.7bd3abcfbc271b85386e6c73a9a5e6b4d0f34ea9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7bd3abcfbc271b85386e6c73a9a5e6b4d0f34ea9_1771522612338_0.15642234968129864","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.d5083788f2a3b67b85c5b0da8561a129f29fa84b":{"name":"@strapi/content-type-builder","version":"0.0.0-next.d5083788f2a3b67b85c5b0da8561a129f29fa84b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.d5083788f2a3b67b85c5b0da8561a129f29fa84b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5e869845ab4439a0fdc83dc1fceaafb06715867d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.d5083788f2a3b67b85c5b0da8561a129f29fa84b.tgz","fileCount":1143,"integrity":"sha512-6JsG9yntkV2KYDpEpDe+WBb0DH1U16ZycrmCTUY+he5RYTRYYoITLwNfz+FHcy2Prw2kDvZ7GN5zfvNnCjPyvw==","signatures":[{"sig":"MEYCIQCiCNSkUyNkpBfC2lH02Y+Tue/8CvZwkhLDbvowgLkSWAIhALFUzIkweM3bXMrb14t96M3UugB5INQWPI31LNTRvGQh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240115},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d5083788f2a3b67b85c5b0da8561a129f29fa84b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.d5083788f2a3b67b85c5b0da8561a129f29fa84b","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.d5083788f2a3b67b85c5b0da8561a129f29fa84b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.d5083788f2a3b67b85c5b0da8561a129f29fa84b","@strapi/types":"0.0.0-next.d5083788f2a3b67b85c5b0da8561a129f29fa84b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.d5083788f2a3b67b85c5b0da8561a129f29fa84b_1771548196420_0.6752373400265497","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.f3cd3c71c61b40fc223cc5763ac300261d3dff16":{"name":"@strapi/content-type-builder","version":"0.0.0-next.f3cd3c71c61b40fc223cc5763ac300261d3dff16","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.f3cd3c71c61b40fc223cc5763ac300261d3dff16","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"542745a48056474f474a8b49fbfdf699ba5dc298","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.f3cd3c71c61b40fc223cc5763ac300261d3dff16.tgz","fileCount":1143,"integrity":"sha512-JyAJ9+xzkXTIE7xbarHy6Lu3zeIdU0Q/NraOrBpWa+DacoM0gG+c3IyknknDxe2qhWsnV5zBv9jtRlXzySBPeA==","signatures":[{"sig":"MEYCIQC4X2OIJkoGcFdmXslai7L2i++bD8R9u8ce1JM8z2yiZAIhAPNQ6u7DlbnpU9KjHyI8nXwi4v1/y+BOcmyZxfw8IskB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240115},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f3cd3c71c61b40fc223cc5763ac300261d3dff16","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.f3cd3c71c61b40fc223cc5763ac300261d3dff16","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.f3cd3c71c61b40fc223cc5763ac300261d3dff16","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.f3cd3c71c61b40fc223cc5763ac300261d3dff16","@strapi/types":"0.0.0-next.f3cd3c71c61b40fc223cc5763ac300261d3dff16","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.f3cd3c71c61b40fc223cc5763ac300261d3dff16_1771634565442_0.5382867260523756","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.366b351d2b6b89b10cd981f72a4e04db31197a17":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.366b351d2b6b89b10cd981f72a4e04db31197a17","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.366b351d2b6b89b10cd981f72a4e04db31197a17","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cc91ea3ac8985924d12dcb7cf083bd14437ca3e7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.366b351d2b6b89b10cd981f72a4e04db31197a17.tgz","fileCount":1143,"integrity":"sha512-4qMyDn3T67T7A4tecQoRE/XpBlC1xwvkWZdKNa/NgUfLPvo6X8zoQ6HARMClMbwykdeqwZ8Lpj5DL8DzOdGeDQ==","signatures":[{"sig":"MEUCIQDpMPTJrwsE+8AaKlq09vTpwMCjeFTQsI6hakKDYjtSzAIgfllZErEThXqSQqryO4vhs9veCAh5JzD9ERloA7smspo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11242282},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"366b351d2b6b89b10cd981f72a4e04db31197a17","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.366b351d2b6b89b10cd981f72a4e04db31197a17","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.366b351d2b6b89b10cd981f72a4e04db31197a17","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.366b351d2b6b89b10cd981f72a4e04db31197a17","@strapi/types":"0.0.0-experimental.366b351d2b6b89b10cd981f72a4e04db31197a17","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.366b351d2b6b89b10cd981f72a4e04db31197a17_1771843931880_0.2656596778505458","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f77895d02bc7d7fc3df6d5305ca13a3331006cad":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f77895d02bc7d7fc3df6d5305ca13a3331006cad","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f77895d02bc7d7fc3df6d5305ca13a3331006cad","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d1ee8a33f37e84bd88b09481330414e619a2d64a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f77895d02bc7d7fc3df6d5305ca13a3331006cad.tgz","fileCount":1143,"integrity":"sha512-2MvF+wuEJy65MtS7R4skJkFMangA5+0iCuXfReO3/P+91yQR6r4Wl6M1WbNmfm+EQ7KSZGC/uexKp2BX3Kzx9w==","signatures":[{"sig":"MEUCIHdB9luDSPMfcC+ms/h5RKHf6h6WkL1oK+lq4MS02JYjAiEAqAotflazknd+jlvsoGsck4JiXqj+vR8p3qo0HvX3aGw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240155},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f77895d02bc7d7fc3df6d5305ca13a3331006cad","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.f77895d02bc7d7fc3df6d5305ca13a3331006cad","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.f77895d02bc7d7fc3df6d5305ca13a3331006cad","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f77895d02bc7d7fc3df6d5305ca13a3331006cad","@strapi/types":"0.0.0-experimental.f77895d02bc7d7fc3df6d5305ca13a3331006cad","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f77895d02bc7d7fc3df6d5305ca13a3331006cad_1771847508758_0.09675025018523109","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.a4f2bb5e4ea49da2aa37f6783cbfbf2aa9fdbaf8":{"name":"@strapi/content-type-builder","version":"0.0.0-next.a4f2bb5e4ea49da2aa37f6783cbfbf2aa9fdbaf8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.a4f2bb5e4ea49da2aa37f6783cbfbf2aa9fdbaf8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d8d32cef2d74610c445063ea0bc3f8624be6ef8b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.a4f2bb5e4ea49da2aa37f6783cbfbf2aa9fdbaf8.tgz","fileCount":1143,"integrity":"sha512-bvIWWPeIYh7XLGuorcStc3Uvtj27itVkUto1NP/BQCpWwKQ/sscAb1uFmKL9/pZPTZpnvKq4KHc8l9GGG2+b8g==","signatures":[{"sig":"MEUCIBiBjdIbBSYLHcSqUiLnpO53WdHveK/qrUe98rlC8iyJAiEA7leT1GdySm1cxR7a/KpLdXKxsM9a2xOsCZaL3ZprJ/A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240115},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a4f2bb5e4ea49da2aa37f6783cbfbf2aa9fdbaf8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.a4f2bb5e4ea49da2aa37f6783cbfbf2aa9fdbaf8","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.a4f2bb5e4ea49da2aa37f6783cbfbf2aa9fdbaf8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.a4f2bb5e4ea49da2aa37f6783cbfbf2aa9fdbaf8","@strapi/types":"0.0.0-next.a4f2bb5e4ea49da2aa37f6783cbfbf2aa9fdbaf8","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.a4f2bb5e4ea49da2aa37f6783cbfbf2aa9fdbaf8_1771893764301_0.40203438476420583","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e3f99cb83649b742cb305e6149f03589bd34e316":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e3f99cb83649b742cb305e6149f03589bd34e316","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e3f99cb83649b742cb305e6149f03589bd34e316","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"74efe7bdf01883276ee167307a1c7e6966f63d27","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e3f99cb83649b742cb305e6149f03589bd34e316.tgz","fileCount":1143,"integrity":"sha512-7KHtxWxnqvKKU9AzmxSqAb1dU9fiQyOXM7bbKxtqp9CaAL65t3T0gPzpynLqurZ17M0LIc+gvbyXUfkAqYkB4A==","signatures":[{"sig":"MEUCIQDlpZIdt5JUPMVQeumWEs2jxqxsEFw5nqDE47+430QyXAIgcg2YtdkbOXOmALcKDO9lyV+Jz+5P9IJNcMaUsSb9NQs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240155},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e3f99cb83649b742cb305e6149f03589bd34e316","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.e3f99cb83649b742cb305e6149f03589bd34e316","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e3f99cb83649b742cb305e6149f03589bd34e316","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e3f99cb83649b742cb305e6149f03589bd34e316","@strapi/types":"0.0.0-experimental.e3f99cb83649b742cb305e6149f03589bd34e316","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e3f99cb83649b742cb305e6149f03589bd34e316_1771894038166_0.2645188124255984","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.9d14c8ea604a7781247c9f16db9eda40591536e5":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9d14c8ea604a7781247c9f16db9eda40591536e5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9d14c8ea604a7781247c9f16db9eda40591536e5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d99494d2620ce894598b334d3fd3f860eed96b7b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9d14c8ea604a7781247c9f16db9eda40591536e5.tgz","fileCount":1143,"integrity":"sha512-lNQajkxfMixzA42r4Ekds/0TTCcqPUfx6gOv+jYQcE6kJqcmuqVE9O1qzEtgKFSeZTQepF8MGNC9Y7Tal9BD5g==","signatures":[{"sig":"MEUCIDvH3qsKcLtIaV2jGaqQYwdV+HzaB+E3bklpz45yVUjuAiEAirD05lkv3VhB7Gm2Fjuq20Pgbo2uf91QLLfno/17dz4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240155},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9d14c8ea604a7781247c9f16db9eda40591536e5","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.9d14c8ea604a7781247c9f16db9eda40591536e5","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.9d14c8ea604a7781247c9f16db9eda40591536e5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9d14c8ea604a7781247c9f16db9eda40591536e5","@strapi/types":"0.0.0-experimental.9d14c8ea604a7781247c9f16db9eda40591536e5","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9d14c8ea604a7781247c9f16db9eda40591536e5_1771916939136_0.11109263596283259","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.79a590a581fd8272fafe5644b39c108a3a192b67":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.79a590a581fd8272fafe5644b39c108a3a192b67","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.79a590a581fd8272fafe5644b39c108a3a192b67","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"802db5df31884c883db82e956c354285dcda3b3f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.79a590a581fd8272fafe5644b39c108a3a192b67.tgz","fileCount":1143,"integrity":"sha512-r7YYMuUBlh2LPeoN0FjMPQgMmuSvtZb5j/QXjGxJUis7zFXNW8xW8K6sRus4CerfwJh7q9R0C46SH9E20VofDQ==","signatures":[{"sig":"MEYCIQCSE4qnJberfj13obW8wYL5G9tTMkjsNKWg5Lt1qLvuMAIhAMhQqCMqz3LPWiPur2bktnyHesx3DpXNTv2ArqiMWSdk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240155},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"79a590a581fd8272fafe5644b39c108a3a192b67","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.79a590a581fd8272fafe5644b39c108a3a192b67","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.79a590a581fd8272fafe5644b39c108a3a192b67","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.79a590a581fd8272fafe5644b39c108a3a192b67","@strapi/types":"0.0.0-experimental.79a590a581fd8272fafe5644b39c108a3a192b67","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.79a590a581fd8272fafe5644b39c108a3a192b67_1771938466952_0.8174531032113099","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.903f4410edf2eb4d9fcb28490af36f676b19b386":{"name":"@strapi/content-type-builder","version":"0.0.0-next.903f4410edf2eb4d9fcb28490af36f676b19b386","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.903f4410edf2eb4d9fcb28490af36f676b19b386","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"705219b98c50af57647db39446c252f38aa5eddd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.903f4410edf2eb4d9fcb28490af36f676b19b386.tgz","fileCount":1143,"integrity":"sha512-Gbu3B+a7HPHHzdhEnbpoNML89kwajGJt0Xq8CgKk9fY8kFo9JDGpkhLbPZOpPdsnOQioA/apRcyFnvCYuZV11Q==","signatures":[{"sig":"MEYCIQDjWArNVXiQrns16oiJdq7vMBqu+9WVV5KGZR144MERBgIhALRNwV+p2vZwrDzl0zryTHvqHtw+UHwbfYNmG4nO72l0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240115},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"903f4410edf2eb4d9fcb28490af36f676b19b386","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.903f4410edf2eb4d9fcb28490af36f676b19b386","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.903f4410edf2eb4d9fcb28490af36f676b19b386","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.903f4410edf2eb4d9fcb28490af36f676b19b386","@strapi/types":"0.0.0-next.903f4410edf2eb4d9fcb28490af36f676b19b386","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.903f4410edf2eb4d9fcb28490af36f676b19b386_1771980472299_0.6550898862237429","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7786d4dcdeec90570cdc8c2473e62c6a15b72dd6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7786d4dcdeec90570cdc8c2473e62c6a15b72dd6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7786d4dcdeec90570cdc8c2473e62c6a15b72dd6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"28f389e352b3dbeebc7ec97e93d628bfeb79b98d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7786d4dcdeec90570cdc8c2473e62c6a15b72dd6.tgz","fileCount":1143,"integrity":"sha512-KmWSGjqA+QLISeqAC0G3kOpHWwxONV1i/oEEBEzwPBfSbZ5iyLTsQtTOSdqyzzL+CQKYPlGpdRBrHokAQ4YJ+Q==","signatures":[{"sig":"MEQCIBWR5T3iqh9Pa01HYUWVCkh86jaXH02Bb/ANelszzPcJAiAMir3ZruSa+OFLfcs+VRo0iOhCvcH7SqyavWina9zLNw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240155},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7786d4dcdeec90570cdc8c2473e62c6a15b72dd6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.7786d4dcdeec90570cdc8c2473e62c6a15b72dd6","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.7786d4dcdeec90570cdc8c2473e62c6a15b72dd6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7786d4dcdeec90570cdc8c2473e62c6a15b72dd6","@strapi/types":"0.0.0-experimental.7786d4dcdeec90570cdc8c2473e62c6a15b72dd6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7786d4dcdeec90570cdc8c2473e62c6a15b72dd6_1772037777042_0.4986622625219108","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.4fe538996e4cea1d8aa66d91b222a40e0bc22b71":{"name":"@strapi/content-type-builder","version":"0.0.0-next.4fe538996e4cea1d8aa66d91b222a40e0bc22b71","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.4fe538996e4cea1d8aa66d91b222a40e0bc22b71","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"002253cb30474b3b48b475cd7036d8fd6206de0b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.4fe538996e4cea1d8aa66d91b222a40e0bc22b71.tgz","fileCount":1143,"integrity":"sha512-I5gnLnF7UAcvYAaZNXacsoVERurcx6LvgnCCr+J+Lw2BBT11ILJWD8+eWg1477tLEzfvYLMoXFdtqs+dgPUQqg==","signatures":[{"sig":"MEQCIBgiGkbdotm0rvgNOIrDOhl9n00vQkyh5COw7DL/krwtAiBvioq1max6RGwUjxlRfHfgrVyozhN0FGWCVdisVD1sbQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240115},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4fe538996e4cea1d8aa66d91b222a40e0bc22b71","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.4fe538996e4cea1d8aa66d91b222a40e0bc22b71","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.4fe538996e4cea1d8aa66d91b222a40e0bc22b71","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.4fe538996e4cea1d8aa66d91b222a40e0bc22b71","@strapi/types":"0.0.0-next.4fe538996e4cea1d8aa66d91b222a40e0bc22b71","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.4fe538996e4cea1d8aa66d91b222a40e0bc22b71_1772066572293_0.836952636600887","host":"s3://npm-registry-packages-npm-production"}},"5.37.0":{"name":"@strapi/content-type-builder","version":"5.37.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.37.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3fff0fa94b190925b977055e72a9c2a21b019184","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.37.0.tgz","fileCount":1143,"integrity":"sha512-zEVbfDscLgGhXGGyeMa9vKmZ3rKPlcRSLrGYAsiv/TJIeB/8wIxma+SRdadz1RqWWMcmMeZhLbu6PO6d5Tr7dg==","signatures":[{"sig":"MEUCIQDLd80daS5QBHk0PABZLYV7tbMhvze5USae2TZYTLoyMAIgRE7fQPerb4kwEhss8TW1BOOCzIqWfxK45N3xqNr9zbE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11239890},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c18dbf7892eef09b5f82e30642723d2ab3b23f6b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"5.37.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.37.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.37.0","@strapi/types":"5.37.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.37.0_1772094893406_0.3940651319477646","host":"s3://npm-registry-packages-npm-production"}},"5.37.1":{"name":"@strapi/content-type-builder","version":"5.37.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.37.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6b2969ed2ace52a666c0bc591bb76ded6f610a55","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.37.1.tgz","fileCount":1143,"integrity":"sha512-qg3gvD95TW4+sprV85AhZRnNcvLO8oGzQZcMMQ/YGtEnjpacDLWXGMOJv7AdBiy5Rc01nY1M0fPTbj70ZMgIMQ==","signatures":[{"sig":"MEQCIEppwA3WGKSDOiWMeQzP/C3R4Rnxb0e/H522PfbO/Kg0AiA5MC7jt1Iuc4jGUvjjgf4JkArNCyffNfB8Cs+D4vjiaA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11239890},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e7bb15d0fd2f14af3b720657b62fa2b8b32ab5cc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"5.37.1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.37.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.37.1","@strapi/types":"5.37.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.37.1_1772117844353_0.18951830871246944","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.d0a4d6e1fd7cf3f0f6d1280947bfa3e7b86eb620":{"name":"@strapi/content-type-builder","version":"0.0.0-next.d0a4d6e1fd7cf3f0f6d1280947bfa3e7b86eb620","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.d0a4d6e1fd7cf3f0f6d1280947bfa3e7b86eb620","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d93142da92b71ed59526cefadc54528182d37e98","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.d0a4d6e1fd7cf3f0f6d1280947bfa3e7b86eb620.tgz","fileCount":1143,"integrity":"sha512-w7U9j1G9xekbHLpKg+Pik1x4IZ3xsxo5X3aGNz93+ggkMjJp0vjq8iJAUsLsYp/AtobW0nd1JR1Geo2ZP0hHRA==","signatures":[{"sig":"MEUCIFKgqYEzkGhFS8YVySiyh6oJnakRDbDt8BmGhsGb+N8+AiEAyykBNwBcEtYAdhRxnabjBUU1MSdvMOQvaMG/hWDLtuo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240115},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d0a4d6e1fd7cf3f0f6d1280947bfa3e7b86eb620","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-next.d0a4d6e1fd7cf3f0f6d1280947bfa3e7b86eb620","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.d0a4d6e1fd7cf3f0f6d1280947bfa3e7b86eb620","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.d0a4d6e1fd7cf3f0f6d1280947bfa3e7b86eb620","@strapi/types":"0.0.0-next.d0a4d6e1fd7cf3f0f6d1280947bfa3e7b86eb620","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.d0a4d6e1fd7cf3f0f6d1280947bfa3e7b86eb620_1772153113248_0.9357299356605417","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d719023621a54ab1052440c1957fce2c20655ba5":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d719023621a54ab1052440c1957fce2c20655ba5","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d719023621a54ab1052440c1957fce2c20655ba5","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a9a8d7cd53f1ede906279f9836221382c5c73561","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d719023621a54ab1052440c1957fce2c20655ba5.tgz","fileCount":1143,"integrity":"sha512-EuSor3nnZW1p1vVnNf/tPZX7TQIEVVHlr/a1tW4jsFs7N3zMGsAJaCSbyi9xqA9EUcMi+d+ywtVW4AU9swjuaw==","signatures":[{"sig":"MEUCIFHTzfWPmKBizreoaXiQLPHsgxhUaRGWhJiOoc7GTmwyAiEA7CBQBdpfoJdpLPSWip16S0ecsL1WmQjicJOWAsHJgLc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240155},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d719023621a54ab1052440c1957fce2c20655ba5","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.d719023621a54ab1052440c1957fce2c20655ba5","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d719023621a54ab1052440c1957fce2c20655ba5","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d719023621a54ab1052440c1957fce2c20655ba5","@strapi/types":"0.0.0-experimental.d719023621a54ab1052440c1957fce2c20655ba5","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d719023621a54ab1052440c1957fce2c20655ba5_1772208734803_0.12534228782029588","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.55f985dfaa95f605b6c638f8d503f725485560b4":{"name":"@strapi/content-type-builder","version":"0.0.0-next.55f985dfaa95f605b6c638f8d503f725485560b4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.55f985dfaa95f605b6c638f8d503f725485560b4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4f24a9d282eac29897baa44970614f0024a21f6c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.55f985dfaa95f605b6c638f8d503f725485560b4.tgz","fileCount":1143,"integrity":"sha512-HUxr2dCSzNxJv3bRuJJZDe4QgYliR/OEgLy63tb4MD50SsNdhPr4N8nlTzRxGD7AqfOk/CDa7apwbnjmkwFPCQ==","signatures":[{"sig":"MEUCID7WlvL7Ec3VKJ96ogEMkhN4M6ExrKmE3rQkoe8Z2d55AiEA6HYdmelN8pd7bEYJmsCvQpZpkW0JXw0LS8HnTa9zjkE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240115},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"55f985dfaa95f605b6c638f8d503f725485560b4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.55f985dfaa95f605b6c638f8d503f725485560b4","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.55f985dfaa95f605b6c638f8d503f725485560b4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.55f985dfaa95f605b6c638f8d503f725485560b4","@strapi/types":"0.0.0-next.55f985dfaa95f605b6c638f8d503f725485560b4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.55f985dfaa95f605b6c638f8d503f725485560b4_1772239227662_0.8739728113843082","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"00a93af38cd927ab8687c718b06c56fe3d921de2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f.tgz","fileCount":1143,"integrity":"sha512-I1oEByrlA2uNB8ZkCnmWWC8JVJUL7FHTZ8BpdmmBq74s85+bVEHg93Zo+jTc2FpqXFX/A8KsEfqTx7/fRPEHoQ==","signatures":[{"sig":"MEYCIQD9vpfELw9wC8b5Zlvu+badSGiutwC+lIOXWepA55rQEQIhAJsVoOTzRe3NVfRuWopZd7reLj0mV5HXH6L+o0N8B3Rk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11263567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"919000fb3c8bfefa273b6b0646fe0808ab4bcc2f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f","@strapi/types":"0.0.0-experimental.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f_1772466517040_0.7443356513604968","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.998d6ecf831355605191845610a3073c6c47bacb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.998d6ecf831355605191845610a3073c6c47bacb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.998d6ecf831355605191845610a3073c6c47bacb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"da275aa767c2a70c907ba9f66a7a61747881b616","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.998d6ecf831355605191845610a3073c6c47bacb.tgz","fileCount":1143,"integrity":"sha512-nML+tene+P5m/yiI1dEHvTIs+i0h9zmaPexTs/gbq/G/wRXScjUWlTNmzIKBwnNGUA14vIbTK9YebAnZy9F5Lg==","signatures":[{"sig":"MEQCIByLnBHBz7V7H4dLT6sFSxHOUK9Ert5ixriTpWlpCqDDAiBgCFT6qSE7fcExXTZlDKJPEmeyOEaKpj/B7Oo6Y8plig==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11263567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"998d6ecf831355605191845610a3073c6c47bacb","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.998d6ecf831355605191845610a3073c6c47bacb","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.998d6ecf831355605191845610a3073c6c47bacb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.998d6ecf831355605191845610a3073c6c47bacb","@strapi/types":"0.0.0-experimental.998d6ecf831355605191845610a3073c6c47bacb","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.998d6ecf831355605191845610a3073c6c47bacb_1772471302638_0.02776574896234285","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f":{"name":"@strapi/content-type-builder","version":"0.0.0-next.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"89ac424f441e5c169f498c670ac3dbe783a88a14","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f.tgz","fileCount":1143,"integrity":"sha512-iUjU3k63vHC+b1w7Go4dZwFhzO3rfdpacQgJBctKrCBl/LS7wuNtX1Zd0amONXFGed2vmzo5OTujUDMIgatvQQ==","signatures":[{"sig":"MEUCIHR5Lw4UXCwClaBFgjcLbTF5CPOtKlQY7oe9oi2QhFsdAiEA/29jKC2ZML2ZXNaqMvRZ83bBRQL+vpKpzlFauebl7mM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11263527},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"919000fb3c8bfefa273b6b0646fe0808ab4bcc2f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f","@strapi/types":"0.0.0-next.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f_1772498749035_0.016700247418435676","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.eda09104a792581660156de1fdacacd3d797c6fb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.eda09104a792581660156de1fdacacd3d797c6fb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.eda09104a792581660156de1fdacacd3d797c6fb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c79f25d162e4ee536dee56672d3f97b36e42432a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.eda09104a792581660156de1fdacacd3d797c6fb.tgz","fileCount":1143,"integrity":"sha512-cRsCRXkztPgtynnEg2kS4+6So+MMPVdlBfWwtQpND+VZJY6GpT8nPJR9Hmn6/wamnXYxesBgKsoFTBq2uZhE+w==","signatures":[{"sig":"MEUCIFAqH3eNyB9VIuFIlflaZFN2Em5PWQ86QtAIMGO5yx0XAiEAgb+skGIbYUBnymiLLHa55nkP6IxkKmW5s1IrKxYwlgs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240155},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"eda09104a792581660156de1fdacacd3d797c6fb","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.eda09104a792581660156de1fdacacd3d797c6fb","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.eda09104a792581660156de1fdacacd3d797c6fb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.eda09104a792581660156de1fdacacd3d797c6fb","@strapi/types":"0.0.0-experimental.eda09104a792581660156de1fdacacd3d797c6fb","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.eda09104a792581660156de1fdacacd3d797c6fb_1772530081180_0.12617429759586618","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.c28351d4b18108fcdf8a1cf72a76058648eee76d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c28351d4b18108fcdf8a1cf72a76058648eee76d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c28351d4b18108fcdf8a1cf72a76058648eee76d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"01bd273735b73dbcb2372d9f12511d66b5c283f5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c28351d4b18108fcdf8a1cf72a76058648eee76d.tgz","fileCount":1143,"integrity":"sha512-tvscTBQKXBlbl+vjlMoBHEerzxa+jAfiea9m8yG3CldEkI3SLiVpYTlJoNGJgYWMcNkHYUaCyG6DoOX4Mce5QQ==","signatures":[{"sig":"MEYCIQCD8O2VxcwtJaj2fYdQe9NfkafY79ibC35fJ8h9IFbHfQIhAKxBFCfJODU+WhRp6Bc/G6HqLOLZwAsjYCXXjk+Cnkwq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11240155},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c28351d4b18108fcdf8a1cf72a76058648eee76d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.c28351d4b18108fcdf8a1cf72a76058648eee76d","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.c28351d4b18108fcdf8a1cf72a76058648eee76d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c28351d4b18108fcdf8a1cf72a76058648eee76d","@strapi/types":"0.0.0-experimental.c28351d4b18108fcdf8a1cf72a76058648eee76d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c28351d4b18108fcdf8a1cf72a76058648eee76d_1772531831135_0.2634900707743708","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.58f02c1c9e37fcf085f517c4e7918d697743ce7c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.58f02c1c9e37fcf085f517c4e7918d697743ce7c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.58f02c1c9e37fcf085f517c4e7918d697743ce7c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"98312757499446c6e4c773d128dcc4a609e72a88","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.58f02c1c9e37fcf085f517c4e7918d697743ce7c.tgz","fileCount":1143,"integrity":"sha512-tQXAQ/kW2AY6/vazodAdoqmELfZRQWlF5qHRmxQbsmKuMdwACcAJ0T6QGto9jqUTQJKiU0Tqngd52mlzop3HRQ==","signatures":[{"sig":"MEUCICtCWYilho8bhLcbeSZVv0I7ZDuTL7JGJZ2NodXvXDy9AiEAm4IEUJYFc3j18RtRGvL++VWA8IYql2FaUhlKlm1yXF8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11263567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"58f02c1c9e37fcf085f517c4e7918d697743ce7c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.58f02c1c9e37fcf085f517c4e7918d697743ce7c","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.58f02c1c9e37fcf085f517c4e7918d697743ce7c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.58f02c1c9e37fcf085f517c4e7918d697743ce7c","@strapi/types":"0.0.0-experimental.58f02c1c9e37fcf085f517c4e7918d697743ce7c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.58f02c1c9e37fcf085f517c4e7918d697743ce7c_1772544153219_0.2614227979768613","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.0ea3a439e5cc345c331bdebae48b482841104581":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0ea3a439e5cc345c331bdebae48b482841104581","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0ea3a439e5cc345c331bdebae48b482841104581","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"65ec935f9178b10d39a1136377cdff9d2f7593a0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0ea3a439e5cc345c331bdebae48b482841104581.tgz","fileCount":1143,"integrity":"sha512-DXEZRcJbfr31mEyYQHog0bsfvZb/5/XPhQmS9pTLFLCcTm0xcVj4+oYtwHjqcQcrjiNZpQti1NARuHw/l/g/mA==","signatures":[{"sig":"MEQCIETLKKubvpAEjofbWIDEphRvbl6LfxiuTHJs/jC0cm9GAiARe3/ch7oXGebnsB7ZFKQ4WExp7pbykfEVSAX+wZ4ztQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11263567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0ea3a439e5cc345c331bdebae48b482841104581","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.0ea3a439e5cc345c331bdebae48b482841104581","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.0ea3a439e5cc345c331bdebae48b482841104581","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0ea3a439e5cc345c331bdebae48b482841104581","@strapi/types":"0.0.0-experimental.0ea3a439e5cc345c331bdebae48b482841104581","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0ea3a439e5cc345c331bdebae48b482841104581_1772544953499_0.11425419515563573","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d62cb0140e9a5e2b35ddc889da397f2a2d846ef8":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d62cb0140e9a5e2b35ddc889da397f2a2d846ef8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d62cb0140e9a5e2b35ddc889da397f2a2d846ef8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"4362f87f7a52ec815aa48d2554e7efb7d71181e0","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d62cb0140e9a5e2b35ddc889da397f2a2d846ef8.tgz","fileCount":1143,"integrity":"sha512-B80WK5kgIdJIqy33QmBoDW84AnZWe3jV7llFQJmRnYe6SKQwEyXensvOClqlDZW6P9CNKH4qE5sRbx+PWVA0mw==","signatures":[{"sig":"MEUCIQDc1hk2zuRj1TyDuWdPXBuE/fBfMdVSWsH0V50XSCiXtwIgFq4tq8mCiHemeVewQ9TMMFHrlzRIOFvINJC/I58pKec=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11263567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d62cb0140e9a5e2b35ddc889da397f2a2d846ef8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.d62cb0140e9a5e2b35ddc889da397f2a2d846ef8","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d62cb0140e9a5e2b35ddc889da397f2a2d846ef8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d62cb0140e9a5e2b35ddc889da397f2a2d846ef8","@strapi/types":"0.0.0-experimental.d62cb0140e9a5e2b35ddc889da397f2a2d846ef8","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d62cb0140e9a5e2b35ddc889da397f2a2d846ef8_1772550880561_0.42806891908057154","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.d7981bd752a22e0afc625d921ad144ffba413daa":{"name":"@strapi/content-type-builder","version":"0.0.0-next.d7981bd752a22e0afc625d921ad144ffba413daa","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.d7981bd752a22e0afc625d921ad144ffba413daa","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cda7dfb98f47decd2f0c66013aa14c371bd6660e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.d7981bd752a22e0afc625d921ad144ffba413daa.tgz","fileCount":1143,"integrity":"sha512-9OOKxJcl+XGgfCrXgi6oMaDnmQgTmxW1gk/D28CysQhAlKr5aX9MYjBwYyr+uKdkcrD+Qk7p0HEFS//2G3lgJw==","signatures":[{"sig":"MEYCIQDJtEVCYw2IMDO2ywRpN/q4CVln4LNpcdd60lrrvjDlywIhAMvgXa8uIvjWkZizzL+SnAXksPkifGMVIuzxgYlCNrIy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11263527},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d7981bd752a22e0afc625d921ad144ffba413daa","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.d7981bd752a22e0afc625d921ad144ffba413daa","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.d7981bd752a22e0afc625d921ad144ffba413daa","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.d7981bd752a22e0afc625d921ad144ffba413daa","@strapi/types":"0.0.0-next.d7981bd752a22e0afc625d921ad144ffba413daa","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.d7981bd752a22e0afc625d921ad144ffba413daa_1772585038620_0.03613091251512368","host":"s3://npm-registry-packages-npm-production"}},"5.38.0":{"name":"@strapi/content-type-builder","version":"5.38.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.38.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"8ee0b878ce90ad1397f9d7dde32de0dbae61d2f8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.38.0.tgz","fileCount":1143,"integrity":"sha512-NV0aWEH3+XGi2clC1ohrtQGIA/ywLNWwau+qmvvWfBzSl7RPyyBNy6WbU0E5izrGupvNf9IswKKOZy0HKgFJIQ==","signatures":[{"sig":"MEQCIAfJ/DgjpSsLvILLL7QNvYHn9cCNTKrl3Ykqa+ZAnKABAiAacNEbtfK+pE1mdcvu4inUUNQkEYiz2JowQkSt8K+Rlw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11263302},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"29f5741e964701c3df9396b3846ecc3e581a94b2","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"5.38.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.38.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.38.0","@strapi/types":"5.38.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.38.0_1772630215148_0.3456667507826956","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.6896ce638c0bfd590e2ccbab285782debe8546ea":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.6896ce638c0bfd590e2ccbab285782debe8546ea","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.6896ce638c0bfd590e2ccbab285782debe8546ea","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6fd473f89cdc42fc2c8d2de17a628ffa4d6a8429","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.6896ce638c0bfd590e2ccbab285782debe8546ea.tgz","fileCount":1143,"integrity":"sha512-6gmH+Mp3i2EkwFN7ZHkh6H8721Az3rylXbjOq8VGfnMAS/rHFJjSLAh+VJZ0gT0iUaB2Jm1vo331QFYgCxT8iw==","signatures":[{"sig":"MEYCIQCRsS64sl8Ds3NeLQxYeJllq2eNQvu+pXehhq5i1iqO6wIhAOZ+Zrl0BvrN5NNjmo6JVRUoLmnlyUqJRptvR+vQEz6C","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11263567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6896ce638c0bfd590e2ccbab285782debe8546ea","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.2","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.6896ce638c0bfd590e2ccbab285782debe8546ea","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.6896ce638c0bfd590e2ccbab285782debe8546ea","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.6896ce638c0bfd590e2ccbab285782debe8546ea","@strapi/types":"0.0.0-experimental.6896ce638c0bfd590e2ccbab285782debe8546ea","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.6896ce638c0bfd590e2ccbab285782debe8546ea_1772643519116_0.9365833194496895","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.da8802ccb67be292afb6aa9e70e482eff6f9ead8":{"name":"@strapi/content-type-builder","version":"0.0.0-next.da8802ccb67be292afb6aa9e70e482eff6f9ead8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.da8802ccb67be292afb6aa9e70e482eff6f9ead8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0a9d5ced7e83ab1b577ed309838df6b305b7625b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.da8802ccb67be292afb6aa9e70e482eff6f9ead8.tgz","fileCount":1143,"integrity":"sha512-CqyelReWkQRxP8O2sJ+SDDeQbcT5fDX/7Yo2GHEGGIHW9UqalNhuXGlWQ3aR/kx1g6TzsK1YkW+Bz3xmnZ5rEQ==","signatures":[{"sig":"MEQCIDWsr87cp6G9IziDVEZZVOYKzkAdWXN7PmG/YGb11JPHAiA7sp0lEgLgJm7odGEdq//uYB3IkXoop9H0InTj7SMrvg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11263527},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"da8802ccb67be292afb6aa9e70e482eff6f9ead8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.da8802ccb67be292afb6aa9e70e482eff6f9ead8","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.da8802ccb67be292afb6aa9e70e482eff6f9ead8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.da8802ccb67be292afb6aa9e70e482eff6f9ead8","@strapi/types":"0.0.0-next.da8802ccb67be292afb6aa9e70e482eff6f9ead8","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.da8802ccb67be292afb6aa9e70e482eff6f9ead8_1772671496275_0.47549629899415313","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.4de88c73c26926706b6b9a3fb93d580535db4727":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4de88c73c26926706b6b9a3fb93d580535db4727","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4de88c73c26926706b6b9a3fb93d580535db4727","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7ec9eac4c671e9617c1ecb0ffea944395a4211ea","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4de88c73c26926706b6b9a3fb93d580535db4727.tgz","fileCount":1143,"integrity":"sha512-VWdLOKXbASJosoNWKfwLH86DVvLqdEuUZph5Y0aPItNz3kdxDLnLmWaQZjPIg1pCZBUfXpTEO8+8Nlm9wCqb+A==","signatures":[{"sig":"MEQCIG0shise7xjEUrInhsCLS/1/4iBOJ4tTS+S+U77lbkAOAiBZQOfMTtXXkY+4w+05r/FP0CiSD1Ek6UvejHI8HnySQw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11263567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4de88c73c26926706b6b9a3fb93d580535db4727","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.4de88c73c26926706b6b9a3fb93d580535db4727","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.4de88c73c26926706b6b9a3fb93d580535db4727","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4de88c73c26926706b6b9a3fb93d580535db4727","@strapi/types":"0.0.0-experimental.4de88c73c26926706b6b9a3fb93d580535db4727","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4de88c73c26926706b6b9a3fb93d580535db4727_1772698605201_0.6385604592424847","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.5506031e822d7cf75a5fc7435ac7eeb9bc85ebcd":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.5506031e822d7cf75a5fc7435ac7eeb9bc85ebcd","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.5506031e822d7cf75a5fc7435ac7eeb9bc85ebcd","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6f735d17a117aed395dcdab7db8678f34f463238","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.5506031e822d7cf75a5fc7435ac7eeb9bc85ebcd.tgz","fileCount":1143,"integrity":"sha512-MSLWUJNYACXvlP70WeOpPeE6C7I3lj9TJg4BSE/302NiTInlG8c9SjVQV/FX2KmcIQPXLveiWkTUIpqGc7pWGg==","signatures":[{"sig":"MEYCIQCkeNNeBrWvuALnBm/y8hrhr6JS5UG9vkudXKPXt0+QjwIhAMY/nyNt2LxGESMMMFHLi29S83YBAjZRsGgiQqAVcwdO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11263567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5506031e822d7cf75a5fc7435ac7eeb9bc85ebcd","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.5506031e822d7cf75a5fc7435ac7eeb9bc85ebcd","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.5506031e822d7cf75a5fc7435ac7eeb9bc85ebcd","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.5506031e822d7cf75a5fc7435ac7eeb9bc85ebcd","@strapi/types":"0.0.0-experimental.5506031e822d7cf75a5fc7435ac7eeb9bc85ebcd","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.5506031e822d7cf75a5fc7435ac7eeb9bc85ebcd_1772720788080_0.22814039411680298","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.68397d1cc35cb38fc157cac3bbcd7d28fe77db1d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.68397d1cc35cb38fc157cac3bbcd7d28fe77db1d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.68397d1cc35cb38fc157cac3bbcd7d28fe77db1d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"87ae0ead75be95e2aa5f3420204fbee3533ed646","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.68397d1cc35cb38fc157cac3bbcd7d28fe77db1d.tgz","fileCount":1143,"integrity":"sha512-nM3UCHKOqWY4iJM596M2cDaG6V/eDvVXo2jJqV0VUp1ruxPNIEQLZj1+SbS+A8gS0uVp0UFi0IbPt64kqQ+7Rg==","signatures":[{"sig":"MEUCIQCSKKJt93nPCiJt3ysVUdFf836fjkBh5ZJJksmsAcEJmQIgYGBeGMo2B0oDaQpgQksTZRgDVdpi2W/ZfobQ5xxXXJw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269405},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"68397d1cc35cb38fc157cac3bbcd7d28fe77db1d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.68397d1cc35cb38fc157cac3bbcd7d28fe77db1d","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.68397d1cc35cb38fc157cac3bbcd7d28fe77db1d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.68397d1cc35cb38fc157cac3bbcd7d28fe77db1d","@strapi/types":"0.0.0-next.68397d1cc35cb38fc157cac3bbcd7d28fe77db1d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.68397d1cc35cb38fc157cac3bbcd7d28fe77db1d_1772758111776_0.5902752503547386","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.fbef14bacc7d5b9324c7f053944d735fa12a55b9":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fbef14bacc7d5b9324c7f053944d735fa12a55b9","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fbef14bacc7d5b9324c7f053944d735fa12a55b9","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9cebbe13ff293aca18e215f0ca2146dc5b5e2a6a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fbef14bacc7d5b9324c7f053944d735fa12a55b9.tgz","fileCount":1143,"integrity":"sha512-AHGGg3ozv6neLkBwEjYHp4w9nWLWjDKocRGezpkygsBW9CE8VwSBPt0HP9qGo9StavUHFfrx0Z8aiUFJg3bsIw==","signatures":[{"sig":"MEUCIFH256cvzfVL5RAzJR6OyieX5OUzDFxVvjIK8ANMs4mZAiEAxp3LTY+EHroU5gGDh8gPDCIvNRRl0HJZYiNUl/fqq+k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269445},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fbef14bacc7d5b9324c7f053944d735fa12a55b9","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.fbef14bacc7d5b9324c7f053944d735fa12a55b9","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.fbef14bacc7d5b9324c7f053944d735fa12a55b9","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fbef14bacc7d5b9324c7f053944d735fa12a55b9","@strapi/types":"0.0.0-experimental.fbef14bacc7d5b9324c7f053944d735fa12a55b9","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fbef14bacc7d5b9324c7f053944d735fa12a55b9_1772788857744_0.45919498884028864","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.6d2fda013473af4ff87cdd3c44f5c1b6ed226236":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.6d2fda013473af4ff87cdd3c44f5c1b6ed226236","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.6d2fda013473af4ff87cdd3c44f5c1b6ed226236","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"858659587f8aed77afbe9bbe532bbb4a03a46a18","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.6d2fda013473af4ff87cdd3c44f5c1b6ed226236.tgz","fileCount":1143,"integrity":"sha512-E1duGtaconppDgb5cLd+KvbTt39ZrUhtlhpQG0ehB4VZNMeL3wwVG1CutYPlhj7gJAXo8N5nOjsT7ElNz/dO+Q==","signatures":[{"sig":"MEYCIQC7YBUCvhnURLqixSiiReu2WvKfKqpL/IA0rO1ryY5P5wIhAP6BT6AcMEwoCNKCl+xZSEuG/uHfritwkP/ur9b2nVeV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269445},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6d2fda013473af4ff87cdd3c44f5c1b6ed226236","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.6d2fda013473af4ff87cdd3c44f5c1b6ed226236","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.6d2fda013473af4ff87cdd3c44f5c1b6ed226236","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.6d2fda013473af4ff87cdd3c44f5c1b6ed226236","@strapi/types":"0.0.0-experimental.6d2fda013473af4ff87cdd3c44f5c1b6ed226236","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.6d2fda013473af4ff87cdd3c44f5c1b6ed226236_1772793429061_0.6665051201265759","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.348e09e8019a62c931e91ad99b2f91d6a98243a6":{"name":"@strapi/content-type-builder","version":"0.0.0-next.348e09e8019a62c931e91ad99b2f91d6a98243a6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.348e09e8019a62c931e91ad99b2f91d6a98243a6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"26ac82842d56ea698bbbd40af306563f1215b8c9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.348e09e8019a62c931e91ad99b2f91d6a98243a6.tgz","fileCount":1143,"integrity":"sha512-/tzvqs7fuZUY7gaq/ou8zMF8uvFC+rU4ms0VIbfzdPfn9ufQiwDQHtR4uYu+H0dMtxKYvkE8AZDKk/+Rb8l58Q==","signatures":[{"sig":"MEUCIEdd5jy0TvF3gcssWJTl7/YWjbybtASoLwza4FvI3xIJAiEAsqVioqm0L+k6QxleHwbU9OA05efj9J2cJM51h9xAVto=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269405},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"348e09e8019a62c931e91ad99b2f91d6a98243a6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.348e09e8019a62c931e91ad99b2f91d6a98243a6","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.348e09e8019a62c931e91ad99b2f91d6a98243a6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.348e09e8019a62c931e91ad99b2f91d6a98243a6","@strapi/types":"0.0.0-next.348e09e8019a62c931e91ad99b2f91d6a98243a6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.348e09e8019a62c931e91ad99b2f91d6a98243a6_1772844215151_0.8818265895344699","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.d10c5aa57568583ead73f4d80d09c0809fe8aa4b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.d10c5aa57568583ead73f4d80d09c0809fe8aa4b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.d10c5aa57568583ead73f4d80d09c0809fe8aa4b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"37aaf2c8587b557aad95b90208341da485fb9421","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.d10c5aa57568583ead73f4d80d09c0809fe8aa4b.tgz","fileCount":1143,"integrity":"sha512-gHl2Dk4CA/CbU+kNXjZ68CUhQXjs13k/dMov1t0gCDQTc5qHmMF/trubZL2y4sYaSISkrIHrx4I43jpvB2sCUw==","signatures":[{"sig":"MEQCIBo5HkcVizGr4vU3tzxziLKv09d5bWYz9YUnsEv9Y90VAiB4R3xCvN4fnRFQOshi175e9bJbHDTyhVfDYpZgbuct7g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269445},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"d10c5aa57568583ead73f4d80d09c0809fe8aa4b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.d10c5aa57568583ead73f4d80d09c0809fe8aa4b","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.d10c5aa57568583ead73f4d80d09c0809fe8aa4b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.d10c5aa57568583ead73f4d80d09c0809fe8aa4b","@strapi/types":"0.0.0-experimental.d10c5aa57568583ead73f4d80d09c0809fe8aa4b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.d10c5aa57568583ead73f4d80d09c0809fe8aa4b_1773065753666_0.8292365795666521","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8653d530afa300af0ce1a7fa42988baf3579b7b3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8653d530afa300af0ce1a7fa42988baf3579b7b3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8653d530afa300af0ce1a7fa42988baf3579b7b3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"39bdd25b1a7465d83fe2a9e9bdb47c8a17f9ea1d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8653d530afa300af0ce1a7fa42988baf3579b7b3.tgz","fileCount":1143,"integrity":"sha512-Gehu81HwbWKLVPbr57oq3w8bSPtXYnlTNzXiyWZNcX74H2Gg3aZthXpo2jc8vb94T5ipgscVPI/hb4OYao72Yg==","signatures":[{"sig":"MEQCIB4B9Y0rJDXEfeH07Axaf9u3GEiChEEORz9zpZBb9s7fAiAPKNCLx3dzl9HNlE1GE9Zc6m4c3fOaSTJfM/bCSFiyfw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269605},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8653d530afa300af0ce1a7fa42988baf3579b7b3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.8653d530afa300af0ce1a7fa42988baf3579b7b3","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.8653d530afa300af0ce1a7fa42988baf3579b7b3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8653d530afa300af0ce1a7fa42988baf3579b7b3","@strapi/types":"0.0.0-experimental.8653d530afa300af0ce1a7fa42988baf3579b7b3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8653d530afa300af0ce1a7fa42988baf3579b7b3_1773070746066_0.4358892929784155","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.25a3b96284d8c5cf784d96fbc664de1ea24c97bc":{"name":"@strapi/content-type-builder","version":"0.0.0-next.25a3b96284d8c5cf784d96fbc664de1ea24c97bc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.25a3b96284d8c5cf784d96fbc664de1ea24c97bc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9a7061ba16b51f07326bfc2676723c8692b9205d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.25a3b96284d8c5cf784d96fbc664de1ea24c97bc.tgz","fileCount":1143,"integrity":"sha512-GXD1R6HZ42PWaJMQY+Y5kjAHnBnzyweUTTSWDlXRBf6UChOtjOzymJ3g/9BxsJ5TNkoRqYWHaolHEY/hcV0asg==","signatures":[{"sig":"MEYCIQDnPyAm/73pros9T7EvZ2FmAempnWHGFPp9f2+z1q/9/AIhAKm6J1CcrkkUPSzPKlieqfKo5Xgw6c6gDtqoL4vkt+b5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269565},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"25a3b96284d8c5cf784d96fbc664de1ea24c97bc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.25a3b96284d8c5cf784d96fbc664de1ea24c97bc","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.25a3b96284d8c5cf784d96fbc664de1ea24c97bc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.25a3b96284d8c5cf784d96fbc664de1ea24c97bc","@strapi/types":"0.0.0-next.25a3b96284d8c5cf784d96fbc664de1ea24c97bc","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.25a3b96284d8c5cf784d96fbc664de1ea24c97bc_1773103304592_0.5294035707684419","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.a0a18654b20891fbd8e84c5d132d05bb9f227a33":{"name":"@strapi/content-type-builder","version":"0.0.0-next.a0a18654b20891fbd8e84c5d132d05bb9f227a33","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.a0a18654b20891fbd8e84c5d132d05bb9f227a33","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"afed9a2a5301a0167719f969016b1e09573555f9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.a0a18654b20891fbd8e84c5d132d05bb9f227a33.tgz","fileCount":1143,"integrity":"sha512-X0+/yenGrd9USFVBsV7HWRujjp8WTqyO7vqucxPXAwt3IzkKCIm5/cIvfnYfAdt2ebkOejmWG35wtr66sNBMfw==","signatures":[{"sig":"MEYCIQCeKjgnw8c8KwUEl5t4GEq08ERNJnIgYhsOLz49iGFYuwIhAPYIn8YqLm2lnsu9C/X7VEpTOmFc2DF0bSpxC9qlNdk5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a0a18654b20891fbd8e84c5d132d05bb9f227a33","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.a0a18654b20891fbd8e84c5d132d05bb9f227a33","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.a0a18654b20891fbd8e84c5d132d05bb9f227a33","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.a0a18654b20891fbd8e84c5d132d05bb9f227a33","@strapi/types":"0.0.0-next.a0a18654b20891fbd8e84c5d132d05bb9f227a33","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.a0a18654b20891fbd8e84c5d132d05bb9f227a33_1773189746214_0.5207552860569578","host":"s3://npm-registry-packages-npm-production"}},"5.38.1":{"name":"@strapi/content-type-builder","version":"5.38.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.38.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3b89bc2239ceefdce6e2abbb15973a655e973d3d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.38.1.tgz","fileCount":1143,"integrity":"sha512-qHSECZZxEmCZqOEs3sBGMb94hzPsT6DBN11FCHKyvpwC9nLw3gwzSqA6Rkv6DK7wCHfbjY4CjHE3jWptFzDsRw==","signatures":[{"sig":"MEUCIQCjjNoT7wYp4jEZ6/iB9qokQN5CHKQ8W1VYYvgvpoG8HQIgDlA5dXzHNiZvSmYzRm+3W3b2XIq21XuGpBkXELxx0Ro=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269340},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"cd12da721dccf09d00f1c680791dfbfee550c3fc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"deprecated":"Published by mistake, use 5.39.0","repository":{"url":"git://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"5.38.1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.38.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.38.1","@strapi/types":"5.38.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.38.1_1773223408934_0.15352228072875018","host":"s3://npm-registry-packages-npm-production"}},"5.39.0":{"name":"@strapi/content-type-builder","version":"5.39.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.39.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"57a41a952b720b363bb822ad68d8e1d038807fb6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.39.0.tgz","fileCount":1143,"integrity":"sha512-QGdfN0l09FriPtNMif4thanoFLt9dwyxpcs9guo3VBkUiqnnltQ4ccefqu1vrrTkDbRiPn+wOZdPEQXg4roM8A==","signatures":[{"sig":"MEUCICw645vxnCjpfumvasjvJ0XcZhyK7vzD1Q6CuZ/1ZZslAiEA+o1rZLNy10VZgwiTFRzkPxWLBXZtH9fhQd69HwnIC3Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269340},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"243c96ff4ad9d21b5b0ac3ce86d0884bc3d349d3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"5.39.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.39.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.39.0","@strapi/types":"5.39.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.39.0_1773224435236_0.5134800743892676","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.8abad813640730c7ed219cb50b979ae8dcf9ee7c":{"name":"@strapi/content-type-builder","version":"0.0.0-next.8abad813640730c7ed219cb50b979ae8dcf9ee7c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.8abad813640730c7ed219cb50b979ae8dcf9ee7c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c6f101c913714614d78fa99abaf1c532db0d5e02","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.8abad813640730c7ed219cb50b979ae8dcf9ee7c.tgz","fileCount":1143,"integrity":"sha512-lo9e0zn+l4ZK4YT41/ZaSqerMAaI7iYYZuJ104LW/NErSd5/6EmgEQJU143fQp7+8C4D42f7v0SniTK/sq0qIA==","signatures":[{"sig":"MEYCIQD8LugwL4jcgpyDGSEUFSs1z11D8Gcktx9QC8Gkv7RTDwIhAJf7dnbXXXbxX4A1ydPq9qaGnpQxZBpBR3UVg3Yy6lup","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8abad813640730c7ed219cb50b979ae8dcf9ee7c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.8abad813640730c7ed219cb50b979ae8dcf9ee7c","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.8abad813640730c7ed219cb50b979ae8dcf9ee7c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.8abad813640730c7ed219cb50b979ae8dcf9ee7c","@strapi/types":"0.0.0-next.8abad813640730c7ed219cb50b979ae8dcf9ee7c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.8abad813640730c7ed219cb50b979ae8dcf9ee7c_1773275969388_0.29970592502020454","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.ad0cb5e4949e7ff943d1c00513296e365b3f3d67":{"name":"@strapi/content-type-builder","version":"0.0.0-next.ad0cb5e4949e7ff943d1c00513296e365b3f3d67","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.ad0cb5e4949e7ff943d1c00513296e365b3f3d67","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6788b8ec4a95c4827246f99ac2263e0dca32d641","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.ad0cb5e4949e7ff943d1c00513296e365b3f3d67.tgz","fileCount":1143,"integrity":"sha512-3goSj1pWtS60DedmEUN3lWieugsV+z5aBdlMgGX+bn3wOnczX83Oay9UeIO5Wf5EwC3z62kPu3ACK9ceawd/zA==","signatures":[{"sig":"MEQCIG4u55MDNqpkYRabIBw9nb7wty9EG42ozluRYJxsiPHMAiB7gshMg1uzW9SzaqhPkiJ3EHudhBYB0M+TVtfqoKC8/A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ad0cb5e4949e7ff943d1c00513296e365b3f3d67","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.ad0cb5e4949e7ff943d1c00513296e365b3f3d67","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.ad0cb5e4949e7ff943d1c00513296e365b3f3d67","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.ad0cb5e4949e7ff943d1c00513296e365b3f3d67","@strapi/types":"0.0.0-next.ad0cb5e4949e7ff943d1c00513296e365b3f3d67","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.ad0cb5e4949e7ff943d1c00513296e365b3f3d67_1773362657697_0.21308567321690552","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f768670d38e0477718b8b96efd79a9d87687cc6c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f768670d38e0477718b8b96efd79a9d87687cc6c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f768670d38e0477718b8b96efd79a9d87687cc6c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0b89cef5b657b0a4041af468784f75f448890247","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f768670d38e0477718b8b96efd79a9d87687cc6c.tgz","fileCount":1143,"integrity":"sha512-Smv1IgUYkvXLxf8qMwaad8mYLOSRFY86hyorrIFUHWN14M/pzZdBIRbwThGuCI+ZarWS9lGMrV/JV3F0Ld3U/w==","signatures":[{"sig":"MEUCICGgOEwo2WXXQN5MiewXyp6KZJvIIObrhLzx4Eu02JT4AiEAvL1b+x71pSbgh2a7l2iofKbAlRx48Bb40SMynRr0Pqk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11242444},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f768670d38e0477718b8b96efd79a9d87687cc6c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.f768670d38e0477718b8b96efd79a9d87687cc6c","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.f768670d38e0477718b8b96efd79a9d87687cc6c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f768670d38e0477718b8b96efd79a9d87687cc6c","@strapi/types":"0.0.0-experimental.f768670d38e0477718b8b96efd79a9d87687cc6c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f768670d38e0477718b8b96efd79a9d87687cc6c_1773415357353_0.9370318987848951","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.a8b1f682e683af24bb370e3d4ccc274e79afc54a":{"name":"@strapi/content-type-builder","version":"0.0.0-next.a8b1f682e683af24bb370e3d4ccc274e79afc54a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.a8b1f682e683af24bb370e3d4ccc274e79afc54a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1f50c3404139ad221e7588905dec71dc28b735fe","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.a8b1f682e683af24bb370e3d4ccc274e79afc54a.tgz","fileCount":1143,"integrity":"sha512-zJg+6ifnpmnSfIk0hWIpyYmhSaac161n4LiQLbB/czB1Bmeg/NIctyjY8fWi6OIBy6qcJ/soG/6N7saOedSPJQ==","signatures":[{"sig":"MEYCIQCiyKeIKiEU4MXrX+KNC+qHhaWuNqu/R5Kf8i7XMVISzQIhALddu8cA/JmFcDEvufVsLEBu7WHIRUrl/Cepl+joT4zd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a8b1f682e683af24bb370e3d4ccc274e79afc54a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.0","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.a8b1f682e683af24bb370e3d4ccc274e79afc54a","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.a8b1f682e683af24bb370e3d4ccc274e79afc54a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.a8b1f682e683af24bb370e3d4ccc274e79afc54a","@strapi/types":"0.0.0-next.a8b1f682e683af24bb370e3d4ccc274e79afc54a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.a8b1f682e683af24bb370e3d4ccc274e79afc54a_1773448966943_0.4441805493765427","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.b9dbff0c4b901613f1d018a327a1decef02a2085":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.b9dbff0c4b901613f1d018a327a1decef02a2085","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.b9dbff0c4b901613f1d018a327a1decef02a2085","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"47fc227a7799c3e1bbfd67d94b8defe7fa8973f8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.b9dbff0c4b901613f1d018a327a1decef02a2085.tgz","fileCount":1143,"integrity":"sha512-cFMs83GaohRw5dxrSlgpL5nZmrOEtPABvtrP7T4eoDkn6TOA7UmgAfmwipkD0vPnzDUH2KUXNwyr/6RdfIr5hQ==","signatures":[{"sig":"MEUCIQC729If04mfQSAdGjE76J/qmAVP975Fk4FAP6/hcRyboAIgFrqmSbtBCey2+f34MF7811GX4MvZBOOSkXViRbVn+mc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269607},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"b9dbff0c4b901613f1d018a327a1decef02a2085","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.b9dbff0c4b901613f1d018a327a1decef02a2085","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.b9dbff0c4b901613f1d018a327a1decef02a2085","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.b9dbff0c4b901613f1d018a327a1decef02a2085","@strapi/types":"0.0.0-experimental.b9dbff0c4b901613f1d018a327a1decef02a2085","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.b9dbff0c4b901613f1d018a327a1decef02a2085_1773677382986_0.6528223938143598","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.8a47b48f8457d63031e910a4224579b9e7872d01":{"name":"@strapi/content-type-builder","version":"0.0.0-next.8a47b48f8457d63031e910a4224579b9e7872d01","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.8a47b48f8457d63031e910a4224579b9e7872d01","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"342b52e1581117340ca2d8c8fda4994b8276204f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.8a47b48f8457d63031e910a4224579b9e7872d01.tgz","fileCount":1143,"integrity":"sha512-dEKAPBTri+q4mwfWcs/NcaZVoXcJA6wsnlNQkdyiffhIHV0kzQJqMIu/ZFjYB0msV9iqEbtqCExldY5MwMnRLQ==","signatures":[{"sig":"MEYCIQCKZF2Se9DRK3VjZnetQBebw20euDFG5JNXbY85GYBa0QIhAJ+AqCbGkFjQCoSgRVw9+cX1FC05FGzNZPECwGULNInh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8a47b48f8457d63031e910a4224579b9e7872d01","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.8a47b48f8457d63031e910a4224579b9e7872d01","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.8a47b48f8457d63031e910a4224579b9e7872d01","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.8a47b48f8457d63031e910a4224579b9e7872d01","@strapi/types":"0.0.0-next.8a47b48f8457d63031e910a4224579b9e7872d01","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.8a47b48f8457d63031e910a4224579b9e7872d01_1773708221837_0.4947453047032344","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8a47b48f8457d63031e910a4224579b9e7872d01":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8a47b48f8457d63031e910a4224579b9e7872d01","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8a47b48f8457d63031e910a4224579b9e7872d01","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5f9ebe05455c783427bf47e0690f14a34afcb785","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8a47b48f8457d63031e910a4224579b9e7872d01.tgz","fileCount":1143,"integrity":"sha512-o8aWtjjT3F8KtCTOp4xuJ9j/5JzUf50cGGKeqvk9faSjITsiOnwkNy60JIivJ+xv85YD/WA3voyk9s2ibuH4Kg==","signatures":[{"sig":"MEQCIFYsKqpUfBCDX/e1RHfTCNpjFkOsUwNhITA2/tv3t+VrAiAmoqSRXIvcm6zCkx0JrEERYouLJHtQFHuhtaon1px00w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269607},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8a47b48f8457d63031e910a4224579b9e7872d01","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.8a47b48f8457d63031e910a4224579b9e7872d01","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.8a47b48f8457d63031e910a4224579b9e7872d01","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8a47b48f8457d63031e910a4224579b9e7872d01","@strapi/types":"0.0.0-experimental.8a47b48f8457d63031e910a4224579b9e7872d01","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8a47b48f8457d63031e910a4224579b9e7872d01_1773735208676_0.5892312300000366","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.a6fd594526e2f77009ede7900438e49ccafaeeb6":{"name":"@strapi/content-type-builder","version":"0.0.0-next.a6fd594526e2f77009ede7900438e49ccafaeeb6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.a6fd594526e2f77009ede7900438e49ccafaeeb6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"93730d7e30c6157709d5309c0ff602f51ae6ac70","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.a6fd594526e2f77009ede7900438e49ccafaeeb6.tgz","fileCount":1143,"integrity":"sha512-43wwTHG/gWqP6hT32e3MTgORyYg6gvrHaWJka82Wvqg0TeRy6yMZ0XVScaAYTDHK7F/Agn0gLQL0/Mj1fYZskA==","signatures":[{"sig":"MEUCICqoKbmeZhtL8zyQpJOTPSo5Rtk3qIxMmb3j+BTs6WXJAiEApjbgWhSof+yuCo3OxofN0sW7v+3LYVQsdgtOjxEAokg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a6fd594526e2f77009ede7900438e49ccafaeeb6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.a6fd594526e2f77009ede7900438e49ccafaeeb6","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.a6fd594526e2f77009ede7900438e49ccafaeeb6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.a6fd594526e2f77009ede7900438e49ccafaeeb6","@strapi/types":"0.0.0-next.a6fd594526e2f77009ede7900438e49ccafaeeb6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.a6fd594526e2f77009ede7900438e49ccafaeeb6_1773794801740_0.8771930663764553","host":"s3://npm-registry-packages-npm-production"}},"5.40.0":{"name":"@strapi/content-type-builder","version":"5.40.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.40.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"02e4e8190f8706f49aad468a393814f53266c766","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.40.0.tgz","fileCount":1143,"integrity":"sha512-mb6hk1MRaS228IAqvkYk7tIygW3om3brNIENljA/9xT5t8TL+08Xv+gCmVJI8ozZ88lKhGW7K4EAzkzvfMsFQQ==","signatures":[{"sig":"MEUCIQC2KFLUdHmaOGTBVlcPvW9bdRLwjThns3I7Qg4FI9/0MgIgPURUP7uwGXhupQz5OnIs3fl4RmBFaZd/8bjuN4Qg2vc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269342},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e1cdebd2a5fdc5f3e238da24331e3ff60923fb08","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"5.40.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.40.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.40.0","@strapi/types":"5.40.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.40.0_1773840746104_0.6272349765042728","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.6e49f23a46c313dbd58a5faa5acdf3d7ebe69fa4":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.6e49f23a46c313dbd58a5faa5acdf3d7ebe69fa4","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.6e49f23a46c313dbd58a5faa5acdf3d7ebe69fa4","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f90b112554035eaedb5b58fa9031056420c74d8a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.6e49f23a46c313dbd58a5faa5acdf3d7ebe69fa4.tgz","fileCount":1143,"integrity":"sha512-5TVG+H2TG1rXQI91FnuVRNkMJpX0s6F4din+I0b/6a2lMA1clG6+fM96IWw3G/QNL5Ins4q10nh74DmWOigwtw==","signatures":[{"sig":"MEUCICYvDVsSzh3d341Q0Zj0RX1Q1wzttCNHil0dNDbMTCHQAiEAkGSptdEWtVw4LJ5ZxD9PBzI0unOz0zgOB+IW5Wvn9NE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269607},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6e49f23a46c313dbd58a5faa5acdf3d7ebe69fa4","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.6e49f23a46c313dbd58a5faa5acdf3d7ebe69fa4","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.6e49f23a46c313dbd58a5faa5acdf3d7ebe69fa4","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.6e49f23a46c313dbd58a5faa5acdf3d7ebe69fa4","@strapi/types":"0.0.0-experimental.6e49f23a46c313dbd58a5faa5acdf3d7ebe69fa4","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.6e49f23a46c313dbd58a5faa5acdf3d7ebe69fa4_1773848245521_0.1098928220546247","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.9c2fbe52bb6f3bec4ad4f0b9e161f11eb0fd45a2":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.9c2fbe52bb6f3bec4ad4f0b9e161f11eb0fd45a2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.9c2fbe52bb6f3bec4ad4f0b9e161f11eb0fd45a2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2cdb625dcd268306ca74367435e61c81f19a64b2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.9c2fbe52bb6f3bec4ad4f0b9e161f11eb0fd45a2.tgz","fileCount":1143,"integrity":"sha512-ii6nwHCXPc2bnlC+OAgLrHfL4bY1CbAdKVfcp1Uokvq0KSlL+PMcGHTamVZ++9KEDPf69cTOObtUriN1gClNVQ==","signatures":[{"sig":"MEQCIBKv1yQZ0kQdHoWCUvWcjE18AYyuep+a6xhz7V0oN3ocAiAxMGlrIcv7fU2WNn9EgOvCXJkt9sFPdyjWqY23Q46GWw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269607},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9c2fbe52bb6f3bec4ad4f0b9e161f11eb0fd45a2","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.9c2fbe52bb6f3bec4ad4f0b9e161f11eb0fd45a2","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.9c2fbe52bb6f3bec4ad4f0b9e161f11eb0fd45a2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.9c2fbe52bb6f3bec4ad4f0b9e161f11eb0fd45a2","@strapi/types":"0.0.0-experimental.9c2fbe52bb6f3bec4ad4f0b9e161f11eb0fd45a2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.9c2fbe52bb6f3bec4ad4f0b9e161f11eb0fd45a2_1773853371401_0.0060308017087962185","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.bb9f5e66cc673923136a13d8209262c4c2c61f81":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.bb9f5e66cc673923136a13d8209262c4c2c61f81","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.bb9f5e66cc673923136a13d8209262c4c2c61f81","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f8b37c98143f59c9547f597c1b5cbb12ffcff186","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.bb9f5e66cc673923136a13d8209262c4c2c61f81.tgz","fileCount":1143,"integrity":"sha512-ZnTtjIMfJ/FRZI560dtTC3bzpe6RJ+I02jSVuchy7/Z43mqNIFJSyqEsVkdooCXRX4xNVT6CVlo9OSZdkNNvEg==","signatures":[{"sig":"MEUCIEDSS1I3Y9UvGBNlW8Od/2gyog84OvOwplSpDnK0f9f9AiEA2+2GW39BW/Zq/CcZLRG4yKB4eVqjoc/Ruw/y9Zdpdz4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269607},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"bb9f5e66cc673923136a13d8209262c4c2c61f81","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.bb9f5e66cc673923136a13d8209262c4c2c61f81","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.bb9f5e66cc673923136a13d8209262c4c2c61f81","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.bb9f5e66cc673923136a13d8209262c4c2c61f81","@strapi/types":"0.0.0-experimental.bb9f5e66cc673923136a13d8209262c4c2c61f81","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.bb9f5e66cc673923136a13d8209262c4c2c61f81_1773855465638_0.33109044372173835","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.09a2220201377abea1f719e6f8d201b10ae3f7af":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.09a2220201377abea1f719e6f8d201b10ae3f7af","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.09a2220201377abea1f719e6f8d201b10ae3f7af","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"dc066b31a936a75ef68a5fb7a1ecbcb6e6a62036","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.09a2220201377abea1f719e6f8d201b10ae3f7af.tgz","fileCount":1143,"integrity":"sha512-w7L+HNMQOY1GPG97eSbezvdhVu4xxgAskunE1NP0TbsWazU0dUF1RnHjOQrfFHFNg/gyg31ZqVx2v4Ovt2N5LQ==","signatures":[{"sig":"MEYCIQC+XlvaKMVZAfPtz8hFiSc0nQIbXtc3W99ThmaNFA+SGAIhAIxdDVy4IQy2jje21P2Ck4I/zBMc8sU+Ja4hWYrUXVLe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269607},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"09a2220201377abea1f719e6f8d201b10ae3f7af","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.09a2220201377abea1f719e6f8d201b10ae3f7af","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.09a2220201377abea1f719e6f8d201b10ae3f7af","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.09a2220201377abea1f719e6f8d201b10ae3f7af","@strapi/types":"0.0.0-experimental.09a2220201377abea1f719e6f8d201b10ae3f7af","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.09a2220201377abea1f719e6f8d201b10ae3f7af_1773858589582_0.7982081302972055","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.8ff7058b3ba59be1ea697c13a8fb7de3385f7f87":{"name":"@strapi/content-type-builder","version":"0.0.0-next.8ff7058b3ba59be1ea697c13a8fb7de3385f7f87","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.8ff7058b3ba59be1ea697c13a8fb7de3385f7f87","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d86b6828dea727c2d4c813d99c03894a0fee8347","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.8ff7058b3ba59be1ea697c13a8fb7de3385f7f87.tgz","fileCount":1143,"integrity":"sha512-o/HB8gfseMMVj4JcF7BpMAgIQ+mab9nP0Ue3HYkM+Sks92ti0cJvV/Bd3/om5v8Rm0W5GcjsL5vd6VMBRX3/cQ==","signatures":[{"sig":"MEUCIQDb+gOBrZ6VX5gsIzIPiWTxTcery5a1euvxVeVnvXttawIgNr2j0Ec7izhkQrJX1je2uXUQwhFl4sGyMMXSE05XvdQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269567},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8ff7058b3ba59be1ea697c13a8fb7de3385f7f87","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.8ff7058b3ba59be1ea697c13a8fb7de3385f7f87","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.8ff7058b3ba59be1ea697c13a8fb7de3385f7f87","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.8ff7058b3ba59be1ea697c13a8fb7de3385f7f87","@strapi/types":"0.0.0-next.8ff7058b3ba59be1ea697c13a8fb7de3385f7f87","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.8ff7058b3ba59be1ea697c13a8fb7de3385f7f87_1773881201953_0.12940560283529545","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.ed80b16a8e6ec3e228cc05ea2fa22555fb286b35":{"name":"@strapi/content-type-builder","version":"0.0.0-next.ed80b16a8e6ec3e228cc05ea2fa22555fb286b35","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.ed80b16a8e6ec3e228cc05ea2fa22555fb286b35","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2adb51348f89d99ca99ac52b57b35a4c35eec416","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.ed80b16a8e6ec3e228cc05ea2fa22555fb286b35.tgz","fileCount":1143,"integrity":"sha512-77CuAfIpheM+YSswsiqz+EklnCQSocV1MdOiSEtxnnod/24Ht/fMgXkc29lvQzRC1hUuYwL9sUEjdrQ8wUEsOw==","signatures":[{"sig":"MEUCIDS9S5gvJik0leKXW1lbkYyYIYpAO4XmHmm0Sju6J+lcAiEAnvy5kfLRBzwdxVkD//d9mBFiM3a3rENlzAmrEP7crIg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269923},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ed80b16a8e6ec3e228cc05ea2fa22555fb286b35","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.ed80b16a8e6ec3e228cc05ea2fa22555fb286b35","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.ed80b16a8e6ec3e228cc05ea2fa22555fb286b35","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.ed80b16a8e6ec3e228cc05ea2fa22555fb286b35","@strapi/types":"0.0.0-next.ed80b16a8e6ec3e228cc05ea2fa22555fb286b35","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.ed80b16a8e6ec3e228cc05ea2fa22555fb286b35_1773967468238_0.3601454339712964","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.593681493255d3a39231f63454a967a71fdd7d66":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.593681493255d3a39231f63454a967a71fdd7d66","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.593681493255d3a39231f63454a967a71fdd7d66","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://github.com/strapi/strapi#readme","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"894d9c49c032d858a164eedd5a77c87b22a41033","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.593681493255d3a39231f63454a967a71fdd7d66.tgz","fileCount":1143,"integrity":"sha512-qX6u4jT8dh4igVh32VVai/4nAy2lRRXY6IPpM6/XJP7EIntL5O+iRJdb8gDo/BTSFKI55wfQ+FgvkPoBNqDg5w==","signatures":[{"sig":"MEUCIDq1jccSwxKEJX5P9pxMttG4EcWb6wnILZdAXDbocJYRAiEA2zrWCma6h5kD+ABAF0I8U2cFBQXysIV0CBve7bG3v+I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11244437},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"593681493255d3a39231f63454a967a71fdd7d66","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git://github.com/strapi/strapi.git","type":"git"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.14.1","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.1.2","@strapi/utils":"0.0.0-experimental.593681493255d3a39231f63454a967a71fdd7d66","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.593681493255d3a39231f63454a967a71fdd7d66","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.3","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.593681493255d3a39231f63454a967a71fdd7d66","@strapi/types":"0.0.0-experimental.593681493255d3a39231f63454a967a71fdd7d66","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.30","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.593681493255d3a39231f63454a967a71fdd7d66_1774273271614_0.7020649147759201","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.a8039bd84c73a690b1f2e561e362d3a833718fc8":{"name":"@strapi/content-type-builder","version":"0.0.0-next.a8039bd84c73a690b1f2e561e362d3a833718fc8","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.a8039bd84c73a690b1f2e561e362d3a833718fc8","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"26eab1fd4d157cd030657fc740bdfa6822c44426","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.a8039bd84c73a690b1f2e561e362d3a833718fc8.tgz","fileCount":1143,"integrity":"sha512-kBK5Ec8IOnXnrqYoifAV3Fcbivs16Hxs14Usdtsm4QjzNXZ4xfaNVkpSbrugTdQUtma6F5R3/3GSlfJyMSjG5Q==","signatures":[{"sig":"MEUCIE7EZw8BH9mZmuoU6rF1Av0D4kf/FKub0GOpfovY0LNbAiEAlKCY3hNKwO/0tBrWijYXvDc7y2I0XdXp7y++soSZMpU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269919},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a8039bd84c73a690b1f2e561e362d3a833718fc8","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.a8039bd84c73a690b1f2e561e362d3a833718fc8","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.a8039bd84c73a690b1f2e561e362d3a833718fc8","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.a8039bd84c73a690b1f2e561e362d3a833718fc8","@strapi/types":"0.0.0-next.a8039bd84c73a690b1f2e561e362d3a833718fc8","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.a8039bd84c73a690b1f2e561e362d3a833718fc8_1774312936878_0.2431050188419961","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e5e1e18bb446666fd3d1f255874900dec87d9854":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e5e1e18bb446666fd3d1f255874900dec87d9854","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e5e1e18bb446666fd3d1f255874900dec87d9854","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"04d152040f5eb13e644f3047e5cf618dd6cc787e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e5e1e18bb446666fd3d1f255874900dec87d9854.tgz","fileCount":1143,"integrity":"sha512-Sjbsm6TgDYOkEZjfpR7oqjzO9BqScgBPznYTr9traddSlNaz4qUQLYRcOLJYLP+KEWXGvG2dpjx/vu5sN3Uzuw==","signatures":[{"sig":"MEQCIAaOzXOEXPJzOGzKa3STpcIyw2gKsbgSGbOpuO3n0Sj3AiAEOwNcGUn0c+czqHoyEkz83sQ4mE7pzT/4y3ZzzGKrkw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e5e1e18bb446666fd3d1f255874900dec87d9854","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.e5e1e18bb446666fd3d1f255874900dec87d9854","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e5e1e18bb446666fd3d1f255874900dec87d9854","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e5e1e18bb446666fd3d1f255874900dec87d9854","@strapi/types":"0.0.0-experimental.e5e1e18bb446666fd3d1f255874900dec87d9854","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e5e1e18bb446666fd3d1f255874900dec87d9854_1774452061889_0.2349344370536932","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.4008e3448d27386d0ed14313908368c28a710a80":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4008e3448d27386d0ed14313908368c28a710a80","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4008e3448d27386d0ed14313908368c28a710a80","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"34352de367fe34d73ae54810b033fd7de97863ad","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4008e3448d27386d0ed14313908368c28a710a80.tgz","fileCount":1143,"integrity":"sha512-NWga4K4FqrPBQwJX2qiwNr2SYG4Vxg7JzNkjjr7UjsBYxDUGI69zbkaWMEnsfPmedxrdVYbbiE9SvyL7ijfFBQ==","signatures":[{"sig":"MEUCIAgLoeUFhSVXomccVXKTqmBaaUrBUm10euJ6ODuyolQGAiEAwjrOZ2rsf/5urQcYRPhF0h9ra0wkG0b8FN+iYIYOAhQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4008e3448d27386d0ed14313908368c28a710a80","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.4008e3448d27386d0ed14313908368c28a710a80","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.4008e3448d27386d0ed14313908368c28a710a80","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4008e3448d27386d0ed14313908368c28a710a80","@strapi/types":"0.0.0-experimental.4008e3448d27386d0ed14313908368c28a710a80","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4008e3448d27386d0ed14313908368c28a710a80_1774528546005_0.09989453412196148","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ea9b4bac8ecd42b7e21c56bf8325afc252933705":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ea9b4bac8ecd42b7e21c56bf8325afc252933705","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ea9b4bac8ecd42b7e21c56bf8325afc252933705","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d6334be94fd3ce903a9ecc685cfc8e4b72821acf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ea9b4bac8ecd42b7e21c56bf8325afc252933705.tgz","fileCount":1143,"integrity":"sha512-OvMN0JXhiswKHN3+hy1zY7KE2kNRZzyq23dKhQVvzzeQ9BTGdTj2zgsy+sougo56lsb7tJAV2suRxgKJz2imDg==","signatures":[{"sig":"MEYCIQCv4oeeNEME9QgUB3OPTOTBPe5zveYmDYedqdUs7DhI3wIhAIPpisFwyNZ6RLAzqEOD+BMQngcCaA6B3JtXOOPgnkV4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ea9b4bac8ecd42b7e21c56bf8325afc252933705","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.ea9b4bac8ecd42b7e21c56bf8325afc252933705","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ea9b4bac8ecd42b7e21c56bf8325afc252933705","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ea9b4bac8ecd42b7e21c56bf8325afc252933705","@strapi/types":"0.0.0-experimental.ea9b4bac8ecd42b7e21c56bf8325afc252933705","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ea9b4bac8ecd42b7e21c56bf8325afc252933705_1774548231996_0.06796955440634322","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.163ec76e070cb6bd198adc261e1909aefe09a6a1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.163ec76e070cb6bd198adc261e1909aefe09a6a1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.163ec76e070cb6bd198adc261e1909aefe09a6a1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9b432c565ccfd0bd07ca04533bf989a3647bdee9","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.163ec76e070cb6bd198adc261e1909aefe09a6a1.tgz","fileCount":1143,"integrity":"sha512-36qIbMgI7scilQYq+5hIQc9ei7jPvLFCv1js9fdUd1kR1PtSIKBFCliWaaV1jvakGsMizb5gY+VHxwuHqa5AXQ==","signatures":[{"sig":"MEUCIHmzQq/1RpGnX9n1HkkStyvE+UvWo8M2Cg/9EzNT0LsoAiEAwnhMufzWg2evhrogON8X6fbf2Qp1Cuf/qoAZ04JPaKQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"163ec76e070cb6bd198adc261e1909aefe09a6a1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.163ec76e070cb6bd198adc261e1909aefe09a6a1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.163ec76e070cb6bd198adc261e1909aefe09a6a1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.163ec76e070cb6bd198adc261e1909aefe09a6a1","@strapi/types":"0.0.0-experimental.163ec76e070cb6bd198adc261e1909aefe09a6a1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.163ec76e070cb6bd198adc261e1909aefe09a6a1_1774548864243_0.7442904404577473","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.1677ded1c6a24600bf5982e3f8e356fb0ec2af29":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1677ded1c6a24600bf5982e3f8e356fb0ec2af29","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1677ded1c6a24600bf5982e3f8e356fb0ec2af29","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b96e900eec7629780991b461b5668f2e0e420472","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1677ded1c6a24600bf5982e3f8e356fb0ec2af29.tgz","fileCount":1143,"integrity":"sha512-yWHajFodi1JMmKuwyOpkSlGVlchqGRvYINyUK4C1cl8nzBnS4DWLYqmbAJaLH/URFnbQVNgyJQOf0quPE654Vw==","signatures":[{"sig":"MEUCIQDIgWyK5Pow8uPMoq2iN69MTkqNXduACu2cXasA7buAtAIgIqnzsCNPw5I5tsAmNep6FNo9bjvhT78KpZ3W5CWeGc8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1677ded1c6a24600bf5982e3f8e356fb0ec2af29","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.1677ded1c6a24600bf5982e3f8e356fb0ec2af29","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.1677ded1c6a24600bf5982e3f8e356fb0ec2af29","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1677ded1c6a24600bf5982e3f8e356fb0ec2af29","@strapi/types":"0.0.0-experimental.1677ded1c6a24600bf5982e3f8e356fb0ec2af29","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1677ded1c6a24600bf5982e3f8e356fb0ec2af29_1774879613659_0.9314853451216643","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.1677ded1c6a24600bf5982e3f8e356fb0ec2af29":{"name":"@strapi/content-type-builder","version":"0.0.0-next.1677ded1c6a24600bf5982e3f8e356fb0ec2af29","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.1677ded1c6a24600bf5982e3f8e356fb0ec2af29","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a9cceb5556d617232d8e251c362771aed1c80556","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.1677ded1c6a24600bf5982e3f8e356fb0ec2af29.tgz","fileCount":1143,"integrity":"sha512-CbZtvSaPVOJYReHL7PIB0MfELAONhE4Kmiu3WIC1fm+dYCH5CyJSxazqb3hKwTJ6Rl9UVPSVA9pHbSTGYzhkow==","signatures":[{"sig":"MEQCIBeCX9RDogPyVGDJopJnd4LJkee7+pMwJwy2Y4t4XVpcAiAkTNVRDHpoP/BQoyZ4varYeSQKSnmoNinIM5R4g2Z/eg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269919},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1677ded1c6a24600bf5982e3f8e356fb0ec2af29","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.1677ded1c6a24600bf5982e3f8e356fb0ec2af29","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.1677ded1c6a24600bf5982e3f8e356fb0ec2af29","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.1677ded1c6a24600bf5982e3f8e356fb0ec2af29","@strapi/types":"0.0.0-next.1677ded1c6a24600bf5982e3f8e356fb0ec2af29","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.1677ded1c6a24600bf5982e3f8e356fb0ec2af29_1774918146113_0.41557879143587306","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.a3027cfb494003810ca49503f171591f22a1c220":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.a3027cfb494003810ca49503f171591f22a1c220","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.a3027cfb494003810ca49503f171591f22a1c220","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"bb464c970783c002e5c459a95dbe55a3886c5eb6","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.a3027cfb494003810ca49503f171591f22a1c220.tgz","fileCount":1143,"integrity":"sha512-eUSu/Xx5+FTTHl5iSNg8g5neW0SZRUxnv+DXdyUGa3iItbJOSEBeDzYmdCTduk6Kyf67b43bEYZnkl/twAjs7g==","signatures":[{"sig":"MEUCIQC/gZPVQtE5OPTf7ewHDZN/PtigHc5vfGYawcumdGt8ZQIgO747xYXJ6iGe6AYZ2T30k9hlyZ/s5RAOjqOz4dW6aGk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"a3027cfb494003810ca49503f171591f22a1c220","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.a3027cfb494003810ca49503f171591f22a1c220","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.a3027cfb494003810ca49503f171591f22a1c220","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.a3027cfb494003810ca49503f171591f22a1c220","@strapi/types":"0.0.0-experimental.a3027cfb494003810ca49503f171591f22a1c220","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.a3027cfb494003810ca49503f171591f22a1c220_1774963417845_0.8346236217128586","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.786f1ecea1e5b44b657bc2b53ac816b2b4f347a1":{"name":"@strapi/content-type-builder","version":"0.0.0-next.786f1ecea1e5b44b657bc2b53ac816b2b4f347a1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.786f1ecea1e5b44b657bc2b53ac816b2b4f347a1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0374432ce999a3255bd7dc561401c85af13d84e8","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.786f1ecea1e5b44b657bc2b53ac816b2b4f347a1.tgz","fileCount":1143,"integrity":"sha512-t+V57bTuU+SC3gAFIjvgJ7OMeqKAutVB0KWUFd3SfXIROGg+cze3Q3Rh+Wp6myIzsKcfP2/aV6oFJBi95wcQjA==","signatures":[{"sig":"MEYCIQChLYMUutLIRgMCVJxNdpurmROAiSXU5CRoJyUzcuAMdwIhAMtRpmFRDvo2nn97/SZHpGDd7+8PE2IIE8NIwqP69BTG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269919},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"786f1ecea1e5b44b657bc2b53ac816b2b4f347a1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.786f1ecea1e5b44b657bc2b53ac816b2b4f347a1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.786f1ecea1e5b44b657bc2b53ac816b2b4f347a1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.786f1ecea1e5b44b657bc2b53ac816b2b4f347a1","@strapi/types":"0.0.0-next.786f1ecea1e5b44b657bc2b53ac816b2b4f347a1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.786f1ecea1e5b44b657bc2b53ac816b2b4f347a1_1775004864260_0.6008184562497965","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.94e30af460b8e82811123516a94684baf8eca4af":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.94e30af460b8e82811123516a94684baf8eca4af","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.94e30af460b8e82811123516a94684baf8eca4af","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ff4112fd0ef1928f60d99b87354982bf9559b8dd","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.94e30af460b8e82811123516a94684baf8eca4af.tgz","fileCount":1143,"integrity":"sha512-QE1jOwpann8XXEhtyEnnZhhb8x/+qwSOBM4fPMXDYb1qkeexLJI0gxy+EH7cxxeIv8g9fn17gpZVlzf7qbvAag==","signatures":[{"sig":"MEUCIQDZF1T1yaAkR/xRPCd0Krx5r+Znh3eZGJuLCf4mL6lAfwIgD54oWAI7596lh+L2NCA7HMzTv4XG3dG2ZKZVg/QX8lc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269010},"strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"94e30af460b8e82811123516a94684baf8eca4af","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.94e30af460b8e82811123516a94684baf8eca4af","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.94e30af460b8e82811123516a94684baf8eca4af","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.94e30af460b8e82811123516a94684baf8eca4af","@strapi/types":"0.0.0-experimental.94e30af460b8e82811123516a94684baf8eca4af","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.94e30af460b8e82811123516a94684baf8eca4af_1775033407330_0.19060452871005085","host":"s3://npm-registry-packages-npm-production"}},"5.41.0":{"name":"@strapi/content-type-builder","version":"5.41.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.41.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7375b81455b4017d4249a25dd392e93b3a4b673a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.41.0.tgz","fileCount":1143,"integrity":"sha512-i63xwFhQGJWdVHyryjxaZoeJni7ZWWTKV2PvS15z48+WOg4mfDTavvMc3mBwNc3PJ61HRyyzaIMjo9HzWkbTwQ==","signatures":[{"sig":"MEUCIQCyUKDrK1y/AuBpn1EJSTq1Tp/+Iglu0+VjYtyOxyLDOAIgQpEUINNSKZ1XANQE153ET3cDOVyo5MoonL9ujdLYNMQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269694},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"967175a13b1a4d2a34373c42349f72ac42b29f06","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"5.41.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.41.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.41.0","@strapi/types":"5.41.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.41.0_1775035035539_0.20317382197693123","host":"s3://npm-registry-packages-npm-production"}},"5.41.1":{"name":"@strapi/content-type-builder","version":"5.41.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.41.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"38819e69005b3d4c4d55dbca07de3cd222372b2e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.41.1.tgz","fileCount":1143,"integrity":"sha512-zqTRDFp9o542zgk2cqATjtbgBtvENPXD0YIipwi0k/xPSOsUzzQVwI+09sGWGg3f1zbVgiDuuEPEHnmVM0GxoA==","signatures":[{"sig":"MEUCIQDdjHhpYuYb6hgcMWwUIfalkAhhf4YkO/i1Ux4pR2IYPwIgf3Ihk7S9U2jtSiW4IaUteUoYLCqjg2eQfZHNWJQNWrM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269694},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"5ae36e382db7ac13e392714830cd0be4c6dd348d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"5.41.1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.41.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.41.1","@strapi/types":"5.41.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.41.1_1775037310368_0.4751300550252273","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.90669470e7ec88f45eeadc88ae2b17fc3b556547":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.90669470e7ec88f45eeadc88ae2b17fc3b556547","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.90669470e7ec88f45eeadc88ae2b17fc3b556547","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e671fc47c7cff24199aa4afa26026319b7746fab","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.90669470e7ec88f45eeadc88ae2b17fc3b556547.tgz","fileCount":1143,"integrity":"sha512-XisVgwC2axV+Kxw6s7MwfNgbk9I+S6IsbdDYVGTvAUEn/VJZ+toX6TRBRDutX9XDVKptQvix3PgUOpwBUwy/Bw==","signatures":[{"sig":"MEUCIQCAldG6A1A2G2fk6l3Rz6DGMYcLC84zwEMz3NgJ8QzNKAIgKSSI3nhCpLhAyWeV0wtcB+PiNiSjKQkzSmBftsu65Nw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"90669470e7ec88f45eeadc88ae2b17fc3b556547","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.90669470e7ec88f45eeadc88ae2b17fc3b556547","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.90669470e7ec88f45eeadc88ae2b17fc3b556547","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.90669470e7ec88f45eeadc88ae2b17fc3b556547","@strapi/types":"0.0.0-experimental.90669470e7ec88f45eeadc88ae2b17fc3b556547","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.90669470e7ec88f45eeadc88ae2b17fc3b556547_1775041054198_0.07293415577515483","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.8a31fd2fdb7bf48e16b5994c347b9120ebbd3ed0":{"name":"@strapi/content-type-builder","version":"0.0.0-next.8a31fd2fdb7bf48e16b5994c347b9120ebbd3ed0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.8a31fd2fdb7bf48e16b5994c347b9120ebbd3ed0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c640f36be3ceb6af01916a0ed4d47a58cb1e6340","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.8a31fd2fdb7bf48e16b5994c347b9120ebbd3ed0.tgz","fileCount":1143,"integrity":"sha512-mkl38EYis7UzEa8XMXLPOeq0ZoqEcQFHuyoqGFd5hT4x1bMd1NXKYVTdfQWvHZ8DroMC3OfxNU8K5n3yyhEZBQ==","signatures":[{"sig":"MEUCIQDUwDnrLhEJm5B/mqthwHuleW1iD2srRoA5BBHlmwUAUAIga/v+OR/w74tXoABVpJHFYYJh6jPJdoTVRensfPO5O8c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269919},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8a31fd2fdb7bf48e16b5994c347b9120ebbd3ed0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.8a31fd2fdb7bf48e16b5994c347b9120ebbd3ed0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.8a31fd2fdb7bf48e16b5994c347b9120ebbd3ed0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.8a31fd2fdb7bf48e16b5994c347b9120ebbd3ed0","@strapi/types":"0.0.0-next.8a31fd2fdb7bf48e16b5994c347b9120ebbd3ed0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.8a31fd2fdb7bf48e16b5994c347b9120ebbd3ed0_1775090837158_0.9957655906527658","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.0e1799c5b2176fdca775c7ccedfc87c7ad27f60d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.0e1799c5b2176fdca775c7ccedfc87c7ad27f60d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.0e1799c5b2176fdca775c7ccedfc87c7ad27f60d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f024529f7381d2cb1bef6028459a5815d939c669","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.0e1799c5b2176fdca775c7ccedfc87c7ad27f60d.tgz","fileCount":1143,"integrity":"sha512-X0YspTgNRBUds/mMOz7Xj/vdHJ3cA+v2ikjyveHdYb0/z6uJy56dNQpQJlJzoAftOc3c8fsZqjGcefo7GJGdDA==","signatures":[{"sig":"MEQCIDLHmbgxg3kAEqMOhzdmarDmNx2ttd1aMOkIMoaiFC5HAiBcyG8wVYb9doEBtcMBpeCmFpUEXSheCL4bLx4A0aHh6g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"0e1799c5b2176fdca775c7ccedfc87c7ad27f60d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.0e1799c5b2176fdca775c7ccedfc87c7ad27f60d","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.0e1799c5b2176fdca775c7ccedfc87c7ad27f60d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.0e1799c5b2176fdca775c7ccedfc87c7ad27f60d","@strapi/types":"0.0.0-experimental.0e1799c5b2176fdca775c7ccedfc87c7ad27f60d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.0e1799c5b2176fdca775c7ccedfc87c7ad27f60d_1775118811388_0.645380250722231","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.613553bfe58920e602f1eaa7f1e2053733ee2bd3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.613553bfe58920e602f1eaa7f1e2053733ee2bd3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.613553bfe58920e602f1eaa7f1e2053733ee2bd3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1e550d1a0b969b59476484444f3392c587dca85b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.613553bfe58920e602f1eaa7f1e2053733ee2bd3.tgz","fileCount":1143,"integrity":"sha512-buoCuBWwfbAWb1MEH8k7w5Du20oZShg6aBXArFRpD9/IcDvLPKOcsq/7H5eMN+KwGjV8yRGX45aR6GFYHANJog==","signatures":[{"sig":"MEYCIQC2GVI/T48eh0re9B/FLsRRgIp/rniGXKc3dB6UkEb8HgIhANHanWmAsOi47ZsP7az3VWBC/qEkGPgtSaln/OT0Xhfn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"613553bfe58920e602f1eaa7f1e2053733ee2bd3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.613553bfe58920e602f1eaa7f1e2053733ee2bd3","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.613553bfe58920e602f1eaa7f1e2053733ee2bd3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.613553bfe58920e602f1eaa7f1e2053733ee2bd3","@strapi/types":"0.0.0-experimental.613553bfe58920e602f1eaa7f1e2053733ee2bd3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.613553bfe58920e602f1eaa7f1e2053733ee2bd3_1775144317497_0.8292993743807207","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.e07d982308013d039813918e5612079af8160a5c":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.e07d982308013d039813918e5612079af8160a5c","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.e07d982308013d039813918e5612079af8160a5c","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"00ecebecdd4e398a1c027fc37cdbac597c5624c4","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.e07d982308013d039813918e5612079af8160a5c.tgz","fileCount":1143,"integrity":"sha512-drkCFwCXgoXFSmH0AK/dSq8GwWyPNQMPwER+1bTS2bVVS96+lVZMMpEYmOyFYRS0Oh5mDDQ/GFzj9rHsyI+UyQ==","signatures":[{"sig":"MEUCIF5fSK79h0kv4pNs4mf5ZDc4FIzVbf1ScZlgYn1YN1rNAiEA0u2L/jTWrw3Xi5JNbGs5d4P5w3pqmDUxN7fJ4Faq/pA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269010},"strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e07d982308013d039813918e5612079af8160a5c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.e07d982308013d039813918e5612079af8160a5c","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.e07d982308013d039813918e5612079af8160a5c","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.e07d982308013d039813918e5612079af8160a5c","@strapi/types":"0.0.0-experimental.e07d982308013d039813918e5612079af8160a5c","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.e07d982308013d039813918e5612079af8160a5c_1775146637152_0.18563645501455595","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.21402c2d26f0cbc464622c7a7ba3abde08c3208d":{"name":"@strapi/content-type-builder","version":"0.0.0-next.21402c2d26f0cbc464622c7a7ba3abde08c3208d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.21402c2d26f0cbc464622c7a7ba3abde08c3208d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b359ee57aedc828a7f8ae6b0917e76fcf7f92452","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.21402c2d26f0cbc464622c7a7ba3abde08c3208d.tgz","fileCount":1143,"integrity":"sha512-sSoRqDeEfihA3Lsqa+AyHuofrLShRG4z50G+3bUELx1bpRzSdgPs3f04AeNueCXbYEDdB3da04TIjjga6wJUtw==","signatures":[{"sig":"MEYCIQCJsW9uyVxplby8Az+yLk6Bs7NK+EPwUI+AVKp73S7GnQIhAPHEvtTWLUlrXG6Pb5os/s+djC2B6HsP/78+TAGfK6Ok","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269919},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"21402c2d26f0cbc464622c7a7ba3abde08c3208d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.21402c2d26f0cbc464622c7a7ba3abde08c3208d","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.21402c2d26f0cbc464622c7a7ba3abde08c3208d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.21402c2d26f0cbc464622c7a7ba3abde08c3208d","@strapi/types":"0.0.0-next.21402c2d26f0cbc464622c7a7ba3abde08c3208d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.21402c2d26f0cbc464622c7a7ba3abde08c3208d_1775177388099_0.44785421329138186","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.24685bf33d0f8764aa7e9bdfc756519767546ef0":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.24685bf33d0f8764aa7e9bdfc756519767546ef0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.24685bf33d0f8764aa7e9bdfc756519767546ef0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"936ce0954637b168c654757c6fae7cd10765294e","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.24685bf33d0f8764aa7e9bdfc756519767546ef0.tgz","fileCount":1143,"integrity":"sha512-Z7z9juAwONsUK3wT5TGKvsXWF3RUW5dFdrRtMXLKGE6kSTR3YILbHFS99DhsG7jABwEypsmOv/BZD0stetvR5w==","signatures":[{"sig":"MEQCIE0ePDu9AaOYTz5xRD314j8dcEaXuU3UpMG8PPwQGryMAiAO4z0avxrakA1TPudl8wyNXLYfyxka6FOO1C4XFarEDQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"24685bf33d0f8764aa7e9bdfc756519767546ef0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.24685bf33d0f8764aa7e9bdfc756519767546ef0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.24685bf33d0f8764aa7e9bdfc756519767546ef0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.24685bf33d0f8764aa7e9bdfc756519767546ef0","@strapi/types":"0.0.0-experimental.24685bf33d0f8764aa7e9bdfc756519767546ef0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.24685bf33d0f8764aa7e9bdfc756519767546ef0_1775214263858_0.22577835319956718","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.2354a5853cf4c4d3d921aa1481436dee765a4439":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2354a5853cf4c4d3d921aa1481436dee765a4439","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2354a5853cf4c4d3d921aa1481436dee765a4439","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"1e9857a4a0a1a99d008dc02fdda6c46e1088b77b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2354a5853cf4c4d3d921aa1481436dee765a4439.tgz","fileCount":1143,"integrity":"sha512-2vq1qC8gy+n9dvbnU2Yzyj5O/VKELgXnWjv+uAjSmSv8cT1iytWo7Eiu3JMmoQLpZVAZQ4VmrIZJJDOlefzTRQ==","signatures":[{"sig":"MEQCIH1hxaae0LE88ZMIXCRbGoRshZeZ9v55FTl/L01WonBjAiB0PZDk5SIsCwNbW7yUXshjNXQUZ6gq4nPvB9qi7IuQkw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2354a5853cf4c4d3d921aa1481436dee765a4439","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.1","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.2354a5853cf4c4d3d921aa1481436dee765a4439","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.2354a5853cf4c4d3d921aa1481436dee765a4439","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2354a5853cf4c4d3d921aa1481436dee765a4439","@strapi/types":"0.0.0-experimental.2354a5853cf4c4d3d921aa1481436dee765a4439","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2354a5853cf4c4d3d921aa1481436dee765a4439_1775232209230_0.8738197343907643","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.4ff54bff36fed071f2eeae06dfb1af8eb340485f":{"name":"@strapi/content-type-builder","version":"0.0.0-next.4ff54bff36fed071f2eeae06dfb1af8eb340485f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.4ff54bff36fed071f2eeae06dfb1af8eb340485f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2d362267d875e4bd19ff20aa5bef3053c6c5e437","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.4ff54bff36fed071f2eeae06dfb1af8eb340485f.tgz","fileCount":1143,"integrity":"sha512-qhtSGMa2EQZLSuYprh3YyCygD6dA2r1CYKtyrmo4CoPSazCwOhGKGaEPzdqcJpFOOOsCDg720FTDHMz109bsNw==","signatures":[{"sig":"MEUCIHZrS1j8a61b78ILl8rSfEg8oJOcTgDwgOaH9T1/wBoqAiEAj79LN+wq6mmVzfNto7blZ3PMFNdknKjqe0a7G19yGG0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269919},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4ff54bff36fed071f2eeae06dfb1af8eb340485f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.4ff54bff36fed071f2eeae06dfb1af8eb340485f","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.4ff54bff36fed071f2eeae06dfb1af8eb340485f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.4ff54bff36fed071f2eeae06dfb1af8eb340485f","@strapi/types":"0.0.0-next.4ff54bff36fed071f2eeae06dfb1af8eb340485f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.4ff54bff36fed071f2eeae06dfb1af8eb340485f_1775263578697_0.541121837886821","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.4c2ea77684b3372af07155296e2b5bdc51df1719":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.4c2ea77684b3372af07155296e2b5bdc51df1719","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.4c2ea77684b3372af07155296e2b5bdc51df1719","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2d1d5d282e676540c85ee31bc835df7ad7e68cee","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.4c2ea77684b3372af07155296e2b5bdc51df1719.tgz","fileCount":1143,"integrity":"sha512-kN5zrXcN99CGDGBbWVjrpBUmsuvMftLPK8Hj81YbDKMLDw56l0hGkpRio4x3TLwGK2ctXr4A6jks1d1Cxpa5wg==","signatures":[{"sig":"MEYCIQCc6uWl8Xgieck3ZvlkgQZLomkBKsI8Y+dAZX86wMPBOQIhAP3q8tujjU6qhTn0ASt3fRJT+cUNUAGo36O8cI09gCLh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"4c2ea77684b3372af07155296e2b5bdc51df1719","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.4c2ea77684b3372af07155296e2b5bdc51df1719","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.4c2ea77684b3372af07155296e2b5bdc51df1719","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.4c2ea77684b3372af07155296e2b5bdc51df1719","@strapi/types":"0.0.0-experimental.4c2ea77684b3372af07155296e2b5bdc51df1719","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.4c2ea77684b3372af07155296e2b5bdc51df1719_1775547856609_0.6473669749669488","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.eafa29c08a93bc384d9c711e4e18ccfc75384562":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.eafa29c08a93bc384d9c711e4e18ccfc75384562","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.eafa29c08a93bc384d9c711e4e18ccfc75384562","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"937a0bbafe147efe7efb9eb01d8f510958c4af8b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.eafa29c08a93bc384d9c711e4e18ccfc75384562.tgz","fileCount":1143,"integrity":"sha512-LD3NImdx6JE31KoKMCJwCqOKbeQKIPlmpK5uWAj6JFqgOL04k5PKAOXLygirsjjhOCd8sBpZjr5Xc7Acgxb+Kw==","signatures":[{"sig":"MEUCIHUVWPgKqYfEI+ZRW7rFUm4L1yWPhueS8tEN5NQUbgfEAiEA4ebu3PDjVqYOPO1zuHeVib91sjF+Zp/I1vovfgm9rSM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"eafa29c08a93bc384d9c711e4e18ccfc75384562","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.eafa29c08a93bc384d9c711e4e18ccfc75384562","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.eafa29c08a93bc384d9c711e4e18ccfc75384562","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.eafa29c08a93bc384d9c711e4e18ccfc75384562","@strapi/types":"0.0.0-experimental.eafa29c08a93bc384d9c711e4e18ccfc75384562","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.eafa29c08a93bc384d9c711e4e18ccfc75384562_1775548149416_0.7697304044138287","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.55f9b21a0a127922610878e2aef13be356fadcfb":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.55f9b21a0a127922610878e2aef13be356fadcfb","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.55f9b21a0a127922610878e2aef13be356fadcfb","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0e9c6935e9f0464acc0cef8d88c83b2cde2b2f01","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.55f9b21a0a127922610878e2aef13be356fadcfb.tgz","fileCount":1143,"integrity":"sha512-TQlK/Q6V6dAIslVB3Ttd/gsi+O6eSHJoKLP5R7qhWQYafBMSuX3rrI6sVEZcMnA0a8Jndz8t+ECGMcvvhLA2AA==","signatures":[{"sig":"MEQCIC2fJ+U6S+skZ0WVLmLh4eVZUV04LifTAuLCvT6TkMGTAiATCiqOdD1e8Y7HLV9ioVqW/XMcMOAHo96v3F2en2M9dQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"55f9b21a0a127922610878e2aef13be356fadcfb","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.55f9b21a0a127922610878e2aef13be356fadcfb","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.55f9b21a0a127922610878e2aef13be356fadcfb","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.55f9b21a0a127922610878e2aef13be356fadcfb","@strapi/types":"0.0.0-experimental.55f9b21a0a127922610878e2aef13be356fadcfb","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.55f9b21a0a127922610878e2aef13be356fadcfb_1775568581182_0.7365617859370355","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.91407798c4b3246dc39686981b5d2248ed2acab7":{"name":"@strapi/content-type-builder","version":"0.0.0-next.91407798c4b3246dc39686981b5d2248ed2acab7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.91407798c4b3246dc39686981b5d2248ed2acab7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a351b08b812e5a57757868a62b7cbb8b74c4a37c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.91407798c4b3246dc39686981b5d2248ed2acab7.tgz","fileCount":1143,"integrity":"sha512-jepoKu9IIBxbT9tiMclVbAr+pox6Z3y3VWr+boUzjLIo1KCIt7WzRF2ENmoDWeltQGY6x2SEOhmvS07Taj9y6A==","signatures":[{"sig":"MEQCICULhNjso9CXxm0q1457LKNwco75RXymaLrwn8ui2sAXAiA1/7AnCB7jz3hz3d+WM9kmNakk7CVlL29Ie9s9cbLaNQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269919},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"91407798c4b3246dc39686981b5d2248ed2acab7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.91407798c4b3246dc39686981b5d2248ed2acab7","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.91407798c4b3246dc39686981b5d2248ed2acab7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.91407798c4b3246dc39686981b5d2248ed2acab7","@strapi/types":"0.0.0-next.91407798c4b3246dc39686981b5d2248ed2acab7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.91407798c4b3246dc39686981b5d2248ed2acab7_1775609457753_0.5068599914561138","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.580661debe19d0dd8d6c18494b52923ef86536bf":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.580661debe19d0dd8d6c18494b52923ef86536bf","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.580661debe19d0dd8d6c18494b52923ef86536bf","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e776322bbe2b96d28f37a535e8d71b7952036b59","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.580661debe19d0dd8d6c18494b52923ef86536bf.tgz","fileCount":1143,"integrity":"sha512-HKE210J710TkPlaz9HPksTLEMTTjpd1NM/4MWspo8eLItvrav/18DtWfFT724+1M5139o22jB4KmKyHdBExQmA==","signatures":[{"sig":"MEUCIQDPpKjTcdHa8wYr1tanOcykSj7cHaUJnoiPvl4KNUsr8AIgfI38OXCmnpoMgEbTy6qz1Y1MopA4+O4y+rc9HCq9OLA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"580661debe19d0dd8d6c18494b52923ef86536bf","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.580661debe19d0dd8d6c18494b52923ef86536bf","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.580661debe19d0dd8d6c18494b52923ef86536bf","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.580661debe19d0dd8d6c18494b52923ef86536bf","@strapi/types":"0.0.0-experimental.580661debe19d0dd8d6c18494b52923ef86536bf","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.580661debe19d0dd8d6c18494b52923ef86536bf_1775635806384_0.1751391309794006","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.36d295c29ba82db683a8002e58a9f4e08c533cb3":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.36d295c29ba82db683a8002e58a9f4e08c533cb3","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.36d295c29ba82db683a8002e58a9f4e08c533cb3","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"71f6e09965a3e9c54b9a8489292e20d3fe25bd1f","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.36d295c29ba82db683a8002e58a9f4e08c533cb3.tgz","fileCount":1143,"integrity":"sha512-q/Qj6owY+yreRI2RKsYyloOy0wanQDVHqyW2hXgOrxJrWW3QavzIeY7kdikz7dL3HVOPpkj3NbRIQEGfV6skBw==","signatures":[{"sig":"MEYCIQCV7IT9sX8/vWgN9xMG6JgRDmzZU+QRNx+NlCEZ9s6CrgIhAOWDAmqVR7hEYoeJp3OKvUi8zQzVVX5ycBxi84PTArUZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269959},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"36d295c29ba82db683a8002e58a9f4e08c533cb3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.36d295c29ba82db683a8002e58a9f4e08c533cb3","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.36d295c29ba82db683a8002e58a9f4e08c533cb3","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.36d295c29ba82db683a8002e58a9f4e08c533cb3","@strapi/types":"0.0.0-experimental.36d295c29ba82db683a8002e58a9f4e08c533cb3","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.36d295c29ba82db683a8002e58a9f4e08c533cb3_1775637074605_0.8302012431998069","host":"s3://npm-registry-packages-npm-production"}},"5.42.0":{"name":"@strapi/content-type-builder","version":"5.42.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.42.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"91f68cadc275d177ea441228078c260730761e02","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.42.0.tgz","fileCount":1143,"integrity":"sha512-YySQwH8CwuzxWOsZATBz+0fd5GBRKIBdOfKahiodnBam674vT0FEq14VtdTtOai84Fmk1RDxJsbEQ0TpVTXI2g==","signatures":[{"sig":"MEYCIQCVsNJy6WbojjUZMWCmrYWBnosDfcNp05aL2P1yfcMZtQIhAMR3PIBkevXcW1Dm00Q0vJw0k1WGKbK92D0vKvGbox8a","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269694},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e86a5190a5514058e375d3e6accf3050d32d8fd3","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"5.42.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.42.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.42.0","@strapi/types":"5.42.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.42.0_1775650914632_0.868367896427378","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f1eddb176cc17bc4f12f969955b64c4477b3093a":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f1eddb176cc17bc4f12f969955b64c4477b3093a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f1eddb176cc17bc4f12f969955b64c4477b3093a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0c268c2fd4c9325a49cb03027ef7ef691d206a17","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f1eddb176cc17bc4f12f969955b64c4477b3093a.tgz","fileCount":1143,"integrity":"sha512-x8HedER3mUn9sFvImj/DroqEJbz2gwTaIujoG9lFw50wtOuGahAYKtG943UVwjRywGRxi8rvsv/L4FPGaHDHzA==","signatures":[{"sig":"MEUCIHPhSu7Y4mOMGBuVxTaMEHjc3ht4UlVRCmrHn1eNm1K7AiEAkqpMHfJgYbG3B9NRbFGHB/ctdWaw5oY3mdjlTeKlouM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11269010},"strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f1eddb176cc17bc4f12f969955b64c4477b3093a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.f1eddb176cc17bc4f12f969955b64c4477b3093a","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.f1eddb176cc17bc4f12f969955b64c4477b3093a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f1eddb176cc17bc4f12f969955b64c4477b3093a","@strapi/types":"0.0.0-experimental.f1eddb176cc17bc4f12f969955b64c4477b3093a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f1eddb176cc17bc4f12f969955b64c4477b3093a_1775655649520_0.41833728968649564","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.708acdef812b5ff4e130861e0728905c2bd643cd":{"name":"@strapi/content-type-builder","version":"0.0.0-next.708acdef812b5ff4e130861e0728905c2bd643cd","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.708acdef812b5ff4e130861e0728905c2bd643cd","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"91e49695c1cb9d81cbfa219c9b9b22deaaf6f6cf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.708acdef812b5ff4e130861e0728905c2bd643cd.tgz","fileCount":1143,"integrity":"sha512-nuZulVUh0zqLcu7cMYHJJyWtsN5dvPCxvFx4buBCXLmLHfwK+6yTUCXr1b6wf8jA0mKQFLghduRJf9f+Hu6fMQ==","signatures":[{"sig":"MEUCIQDVNdQ9KbFdYWroW+ymzMT05eAEcKDUzjKXTXO27oAgQwIgNs4ow6w+JYfsBdbDQ9x1bICD7q6UQy7VXwYgwLJOg68=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279103},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"708acdef812b5ff4e130861e0728905c2bd643cd","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.708acdef812b5ff4e130861e0728905c2bd643cd","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.708acdef812b5ff4e130861e0728905c2bd643cd","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.708acdef812b5ff4e130861e0728905c2bd643cd","@strapi/types":"0.0.0-next.708acdef812b5ff4e130861e0728905c2bd643cd","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.708acdef812b5ff4e130861e0728905c2bd643cd_1775695417389_0.19609175252625155","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.9f7e061b6558570493c89a273bafc624d31d6b9e":{"name":"@strapi/content-type-builder","version":"0.0.0-next.9f7e061b6558570493c89a273bafc624d31d6b9e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.9f7e061b6558570493c89a273bafc624d31d6b9e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"2ab75d0e34b17652f815fedfa27d0022750741eb","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.9f7e061b6558570493c89a273bafc624d31d6b9e.tgz","fileCount":1143,"integrity":"sha512-yVO7WJGYgWNOzKEgkDuO4MEKHEGeAKuWhY3qQ6kKtR3cnrOeF1AP1O9RrqPN6qgW/f1v7pWz645mAcaE0pmh2w==","signatures":[{"sig":"MEYCIQDK3g7QY4zXAQLb4m33vpeHdJhASNdQTHOK9riIaXmhuQIhAJznaw3s6m/33LBKNZo8svY1yw/qIabzqcAQgJKIth/M","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279103},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"9f7e061b6558570493c89a273bafc624d31d6b9e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.17.23","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.9f7e061b6558570493c89a273bafc624d31d6b9e","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.9f7e061b6558570493c89a273bafc624d31d6b9e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.9f7e061b6558570493c89a273bafc624d31d6b9e","@strapi/types":"0.0.0-next.9f7e061b6558570493c89a273bafc624d31d6b9e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.9f7e061b6558570493c89a273bafc624d31d6b9e_1775782215985_0.914453310253909","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.1799b4298064d8360a9fc16c9b920ffdd04d57dc":{"name":"@strapi/content-type-builder","version":"0.0.0-next.1799b4298064d8360a9fc16c9b920ffdd04d57dc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.1799b4298064d8360a9fc16c9b920ffdd04d57dc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"784853743385981ca903223b9d3c0c27e7af61ec","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.1799b4298064d8360a9fc16c9b920ffdd04d57dc.tgz","fileCount":1143,"integrity":"sha512-sjQLZQJlEil6+RLHD6wvgBiImmahqrURQgLHmh703CkG2bKwSjO+TPch2fz/rwMNo8XTHYAAXrQR0SK2DP5giw==","signatures":[{"sig":"MEUCICUKjldx+Xag7DhW2zyGfS5BdVTZYCv4zMjVh5LX8FZdAiEA4hkJCwtHjGboXbW2YvzFf5MLtmvq4B9eI2vWid2jB3w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279102},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1799b4298064d8360a9fc16c9b920ffdd04d57dc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.1799b4298064d8360a9fc16c9b920ffdd04d57dc","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.1799b4298064d8360a9fc16c9b920ffdd04d57dc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.1799b4298064d8360a9fc16c9b920ffdd04d57dc","@strapi/types":"0.0.0-next.1799b4298064d8360a9fc16c9b920ffdd04d57dc","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.1799b4298064d8360a9fc16c9b920ffdd04d57dc_1775868495153_0.7283116916093024","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.74b523f1f628f212230ba7ff779c03e8086f484a":{"name":"@strapi/content-type-builder","version":"0.0.0-next.74b523f1f628f212230ba7ff779c03e8086f484a","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.74b523f1f628f212230ba7ff779c03e8086f484a","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"a35435654e46d96ebbcb5bcd754e701a3c920b43","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.74b523f1f628f212230ba7ff779c03e8086f484a.tgz","fileCount":1143,"integrity":"sha512-wYj+p5DzMUB9C55tFxLqtH7HDbVVhjnDIUWABq+BTJniFxL9/Zqu2l5hnpCDgui4DR+IPK6/n6b0npftbrdtTA==","signatures":[{"sig":"MEYCIQDjLTe0nM/fi9zuMN57W1btZVRgKQvXQ8G+mu5GBrpxcAIhAOlhbYWnhJKzmS9AQt6wZl2VUKNkgEcv2XJKVP34ChVK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279102},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"74b523f1f628f212230ba7ff779c03e8086f484a","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.74b523f1f628f212230ba7ff779c03e8086f484a","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.74b523f1f628f212230ba7ff779c03e8086f484a","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.74b523f1f628f212230ba7ff779c03e8086f484a","@strapi/types":"0.0.0-next.74b523f1f628f212230ba7ff779c03e8086f484a","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.74b523f1f628f212230ba7ff779c03e8086f484a_1776128128177_0.46712277783806333","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.8c649cc43b9208da7e5d730be7c58518888d6093":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.8c649cc43b9208da7e5d730be7c58518888d6093","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.8c649cc43b9208da7e5d730be7c58518888d6093","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3c24f0b24784a16cbc82626dd4eb60181461d552","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.8c649cc43b9208da7e5d730be7c58518888d6093.tgz","fileCount":1143,"integrity":"sha512-pS+sOmdNfqv4Jq+JS11gABYggYTFx302TDnTzlnlfKSJiYa3TFalna8mlprq2jF/xS8OPKn4hhxbPguZV7UAoA==","signatures":[{"sig":"MEQCIH6ftKLk43VEsegq60fEeMdQAx3CTr9Fm6x2i14kWb6GAiACeJO9UKRJYs1jZgP0gSpZyuuKfSd4j45Vn26Vz6rbiQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279142},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"8c649cc43b9208da7e5d730be7c58518888d6093","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.8c649cc43b9208da7e5d730be7c58518888d6093","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.8c649cc43b9208da7e5d730be7c58518888d6093","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.8c649cc43b9208da7e5d730be7c58518888d6093","@strapi/types":"0.0.0-experimental.8c649cc43b9208da7e5d730be7c58518888d6093","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.8c649cc43b9208da7e5d730be7c58518888d6093_1776159156946_0.2684248742776094","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.1bfbeac36c1001a2acf41402fb22922eada31f43":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1bfbeac36c1001a2acf41402fb22922eada31f43","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1bfbeac36c1001a2acf41402fb22922eada31f43","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cce8caf0a2eb600da521056fb639c41b4bc126f1","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1bfbeac36c1001a2acf41402fb22922eada31f43.tgz","fileCount":1143,"integrity":"sha512-JuxyLsIePgxoz9hROEsZ9B1mULmuMgqQLp3fPEGCqgbNqnkhAA6vMdfRsYDk8/ObR3JeS/jMAjq0+8dscdeTmQ==","signatures":[{"sig":"MEUCIDht0rnAfeMuVdw52fQB5XB8150Hla+VRuJI2n4ojnY/AiEA4xLHS6LOV6T5rqyfA+6Z0usJHj2pRJruzt7bgJf6ZWo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279142},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1bfbeac36c1001a2acf41402fb22922eada31f43","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.1bfbeac36c1001a2acf41402fb22922eada31f43","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.1bfbeac36c1001a2acf41402fb22922eada31f43","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1bfbeac36c1001a2acf41402fb22922eada31f43","@strapi/types":"0.0.0-experimental.1bfbeac36c1001a2acf41402fb22922eada31f43","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1bfbeac36c1001a2acf41402fb22922eada31f43_1776169442366_0.6916821709120331","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.2abd3924d019681230b084d27bed7252233c0296":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2abd3924d019681230b084d27bed7252233c0296","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2abd3924d019681230b084d27bed7252233c0296","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"6fd14f8636bec611b14f0d6f046fc5a4a5eab3da","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2abd3924d019681230b084d27bed7252233c0296.tgz","fileCount":1143,"integrity":"sha512-XnoTXleW1n3C75UOnr5sbeGxIjsXJZiE4gK7aaNiwh92+NpIzo19Vg5w+/Oi0CZ9qD9zzvbPsvcOBdVmg/1EQg==","signatures":[{"sig":"MEYCIQCvRXmyRwyJlqvVGyadSV8uw6vvwYOd0MqbCwLUKCn4cQIhAIdFxZq83/vnr72S8L78heWBDUDixZpFog/PRjDGMjJJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279142},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2abd3924d019681230b084d27bed7252233c0296","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.2abd3924d019681230b084d27bed7252233c0296","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.2abd3924d019681230b084d27bed7252233c0296","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2abd3924d019681230b084d27bed7252233c0296","@strapi/types":"0.0.0-experimental.2abd3924d019681230b084d27bed7252233c0296","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2abd3924d019681230b084d27bed7252233c0296_1776171136643_0.49792857100514665","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.1508d5d8f34f56dc480fc71b2e8ee6f759f62d44":{"name":"@strapi/content-type-builder","version":"0.0.0-next.1508d5d8f34f56dc480fc71b2e8ee6f759f62d44","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.1508d5d8f34f56dc480fc71b2e8ee6f759f62d44","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"dbc15041543ab206fafa32fd47d9e98531ea0f1d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.1508d5d8f34f56dc480fc71b2e8ee6f759f62d44.tgz","fileCount":1143,"integrity":"sha512-e4AU9Kfd1KqWWn4G2yu3MYsl1oKF9oTA9ooa7vbPv2YMmMHRGcJ6uYVUYohfFjSc8cTuarcTuW/xTQgADo21Dg==","signatures":[{"sig":"MEQCIAP5WT927xGNBsaHKWCmyWQqnIk3Elu1bEQakNUS3ciRAiASLcz8O6yMv9s7kFGBkcW6NTfTotd9Nb/zS9hEMGxWWA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279102},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1508d5d8f34f56dc480fc71b2e8ee6f759f62d44","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.1508d5d8f34f56dc480fc71b2e8ee6f759f62d44","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.1508d5d8f34f56dc480fc71b2e8ee6f759f62d44","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.1508d5d8f34f56dc480fc71b2e8ee6f759f62d44","@strapi/types":"0.0.0-next.1508d5d8f34f56dc480fc71b2e8ee6f759f62d44","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.1508d5d8f34f56dc480fc71b2e8ee6f759f62d44_1776214497377_0.9886294683467347","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.7634f2a9ede44d1868c73f63c1ca60a665e64ddc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.7634f2a9ede44d1868c73f63c1ca60a665e64ddc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.7634f2a9ede44d1868c73f63c1ca60a665e64ddc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e6013807978d89234312747424592188191b6023","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.7634f2a9ede44d1868c73f63c1ca60a665e64ddc.tgz","fileCount":1143,"integrity":"sha512-gpR67ie99IAQPtfQBU3tupatfAhT22GYDFlSL0v0NY/KTiDtSEYISjsPpCYzCRU9/fLP3z6FBVqaQbJEFUF+ig==","signatures":[{"sig":"MEUCIQCqDxgEJzsrwK6Oz38CpxWQp8pYINUN4tG2vS7f5iBDcgIgNKvjEEslv5e8pyXl9P/VX3UaTsh2/RALOpxCsuDYMlc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279142},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7634f2a9ede44d1868c73f63c1ca60a665e64ddc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.7634f2a9ede44d1868c73f63c1ca60a665e64ddc","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.7634f2a9ede44d1868c73f63c1ca60a665e64ddc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.7634f2a9ede44d1868c73f63c1ca60a665e64ddc","@strapi/types":"0.0.0-experimental.7634f2a9ede44d1868c73f63c1ca60a665e64ddc","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.7634f2a9ede44d1868c73f63c1ca60a665e64ddc_1776250625230_0.4209185363895851","host":"s3://npm-registry-packages-npm-production"}},"5.42.1":{"name":"@strapi/content-type-builder","version":"5.42.1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.42.1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"84e5e7a310475c337eb4b54af91a59785349a618","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.42.1.tgz","fileCount":1143,"integrity":"sha512-5z7qxTtcdG+UBXSQSRcW/odvzrwnqEm8zWw7UK+72s/zG2LcxVSyhM8FJ2U+16z4WcaIckxnZxfCtG82CxNTpA==","signatures":[{"sig":"MEUCIQCJ+tL8kC5ttIYezyEx8gWnDQET7D2APkZCoAt+hRk1AwIgY1GkCltLJI1CRbM8xhv5oGh1bHF8+zkBlTab2MpgY0w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11278877},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"47098322724048e957db40a8af07df5d1ea85d17","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"5.42.1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.42.1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.42.1","@strapi/types":"5.42.1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.42.1_1776252006848_0.9087938277439724","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.efc28eaabf4e75159e06914d9f2f8059073b806f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.efc28eaabf4e75159e06914d9f2f8059073b806f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.efc28eaabf4e75159e06914d9f2f8059073b806f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d3fe4682f097358694caea7dab1a5245581f62ee","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.efc28eaabf4e75159e06914d9f2f8059073b806f.tgz","fileCount":1143,"integrity":"sha512-eq9RBgNy0egTuID83La+F8klyJQH8F/lFO7+pNrPONQKp+h/rsoSHou6zbmWfWQrfIoRpaPUWzVmutC1qCmNEA==","signatures":[{"sig":"MEUCIAYV2IuLHRW3dr2SosmVdv3K1Tml1173RYFetu+yjWEWAiEAzs3oG2OqECDCEoAmUiRRLh714pYZvvhsdrpYYkZKu5s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279142},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"efc28eaabf4e75159e06914d9f2f8059073b806f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.efc28eaabf4e75159e06914d9f2f8059073b806f","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.efc28eaabf4e75159e06914d9f2f8059073b806f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.efc28eaabf4e75159e06914d9f2f8059073b806f","@strapi/types":"0.0.0-experimental.efc28eaabf4e75159e06914d9f2f8059073b806f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.efc28eaabf4e75159e06914d9f2f8059073b806f_1776258258067_0.4243366418578347","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.7c5332546bf1223eade75209bac7f042a0ee0cea":{"name":"@strapi/content-type-builder","version":"0.0.0-next.7c5332546bf1223eade75209bac7f042a0ee0cea","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.7c5332546bf1223eade75209bac7f042a0ee0cea","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"cbe6b2aa9413f36d3b7be447ef8e5b38d7f8896b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.7c5332546bf1223eade75209bac7f042a0ee0cea.tgz","fileCount":1143,"integrity":"sha512-Np2hxqFMMCOTDLEsMSz57/xpyVIWfqczIyNwAHpXTKKjUsQYLk9Dcs2IcFDQIwxOPmUcc08grZiAWO52gnVykQ==","signatures":[{"sig":"MEYCIQCIKjJZrmZwM1ljz6/3Yo3jPVO5Tlciaj/rbEaDw4pNSAIhAL/xm34unS00teZYKlwZKya10O19L/xyyXxBCeElf9b6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279102},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7c5332546bf1223eade75209bac7f042a0ee0cea","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.7c5332546bf1223eade75209bac7f042a0ee0cea","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.7c5332546bf1223eade75209bac7f042a0ee0cea","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.7c5332546bf1223eade75209bac7f042a0ee0cea","@strapi/types":"0.0.0-next.7c5332546bf1223eade75209bac7f042a0ee0cea","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.7c5332546bf1223eade75209bac7f042a0ee0cea_1776301006194_0.4701650582598442","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.84de775989ee37be1e4cb47288d98864f3986bd2":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.84de775989ee37be1e4cb47288d98864f3986bd2","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.84de775989ee37be1e4cb47288d98864f3986bd2","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"fd16c552a3b4bace057b379e6c790af7cddd59f2","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.84de775989ee37be1e4cb47288d98864f3986bd2.tgz","fileCount":1143,"integrity":"sha512-svXLxeFAZtbLfK//6PL0Ee+WpTZq9MxDqApq7s32SOBGbvu6XtIf1kXUfFrVDfofWRtOGi/SaJhpGkqRa2mzdg==","signatures":[{"sig":"MEUCIQDV6Vn6LJBVnKIu0Ca5lqPbYaQuknyxyBJxNIxNgB27YwIgYXtDLTAPsI4wmNHjSB9gDHMQWSAOhAEMAhhb+VppQI0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279142},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"84de775989ee37be1e4cb47288d98864f3986bd2","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.84de775989ee37be1e4cb47288d98864f3986bd2","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.84de775989ee37be1e4cb47288d98864f3986bd2","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.84de775989ee37be1e4cb47288d98864f3986bd2","@strapi/types":"0.0.0-experimental.84de775989ee37be1e4cb47288d98864f3986bd2","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.84de775989ee37be1e4cb47288d98864f3986bd2_1776344088295_0.6777332550140474","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.399f2a89f24cd7b50ed922d72403eb7c176516a0":{"name":"@strapi/content-type-builder","version":"0.0.0-next.399f2a89f24cd7b50ed922d72403eb7c176516a0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.399f2a89f24cd7b50ed922d72403eb7c176516a0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"c0f17f6609572761698ff0020cc82e1ab06ef11c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.399f2a89f24cd7b50ed922d72403eb7c176516a0.tgz","fileCount":1143,"integrity":"sha512-t9M3QYNwhzxy4OwpXfdz1YTeThzAkxmAolmz3eo2GatUkoR9RHsO6jycX1U7wjlG/2PG16H91uK+zfLBjIh31g==","signatures":[{"sig":"MEQCIDQv1CZdKpgKcAlVD3cMAqfCXM3CbERp+DqJ1NeJCaXDAiBMjWLgMSnOBx4f+1ogOW0CnLzyB/c/3iDa1sycfhNyug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279102},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"399f2a89f24cd7b50ed922d72403eb7c176516a0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.399f2a89f24cd7b50ed922d72403eb7c176516a0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.399f2a89f24cd7b50ed922d72403eb7c176516a0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.399f2a89f24cd7b50ed922d72403eb7c176516a0","@strapi/types":"0.0.0-next.399f2a89f24cd7b50ed922d72403eb7c176516a0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.399f2a89f24cd7b50ed922d72403eb7c176516a0_1776387298001_0.8136765233267218","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.82b2f074a60ae2f744a220e788ae3cf664f3acbc":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.82b2f074a60ae2f744a220e788ae3cf664f3acbc","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.82b2f074a60ae2f744a220e788ae3cf664f3acbc","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d13a83a0a9c29513059940f404c37fe61050799b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.82b2f074a60ae2f744a220e788ae3cf664f3acbc.tgz","fileCount":1143,"integrity":"sha512-SH1KaftRDFQPbCpv/HLpz1GvBKr2mAREZUhRAxa4Z2bxrUwq/UXvEGXbJB/dab4w6ro6R3eP9trZWceUMe2j0g==","signatures":[{"sig":"MEUCIQD3IxzPnLjsWiuuDx1sC930agqbg2OMfrMOypZYznUq6AIgOXAZqDOtElZ0whFWh/1R938+PInmjli0QQ8NksW3yn4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279142},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"82b2f074a60ae2f744a220e788ae3cf664f3acbc","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.82b2f074a60ae2f744a220e788ae3cf664f3acbc","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.82b2f074a60ae2f744a220e788ae3cf664f3acbc","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.82b2f074a60ae2f744a220e788ae3cf664f3acbc","@strapi/types":"0.0.0-experimental.82b2f074a60ae2f744a220e788ae3cf664f3acbc","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.82b2f074a60ae2f744a220e788ae3cf664f3acbc_1776412628254_0.7090119325663582","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.caff1725a0d34bf0363195fc08edf7beb062b2ab":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.caff1725a0d34bf0363195fc08edf7beb062b2ab","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.caff1725a0d34bf0363195fc08edf7beb062b2ab","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"f8007acf0eef23c00b18180a23d351f0f024b8d3","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.caff1725a0d34bf0363195fc08edf7beb062b2ab.tgz","fileCount":1143,"integrity":"sha512-mDPhdOGiETja1LeZKBQ0nln+1nubn23qsCLYYsJc5svQvvyxc1ErFO6mVfhMNc2V8u+CiwaQakQQBfkt2oxkbA==","signatures":[{"sig":"MEUCIQDJPKb/USyn4jsE+grInuOVSz6G265dKtYHms1NZoNA1AIgdSfoypkSUtaQysr0MeeiGcEsv8H8WLJfcf43I0KCtmw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279142},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"caff1725a0d34bf0363195fc08edf7beb062b2ab","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.caff1725a0d34bf0363195fc08edf7beb062b2ab","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.caff1725a0d34bf0363195fc08edf7beb062b2ab","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.caff1725a0d34bf0363195fc08edf7beb062b2ab","@strapi/types":"0.0.0-experimental.caff1725a0d34bf0363195fc08edf7beb062b2ab","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.caff1725a0d34bf0363195fc08edf7beb062b2ab_1776414131078_0.4888185771798754","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.c2a30c30861681f520db3b7a9528750b09ac561e":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c2a30c30861681f520db3b7a9528750b09ac561e","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c2a30c30861681f520db3b7a9528750b09ac561e","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"9a4b17f1f0456c9592a88552207eb0f79595bcf7","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c2a30c30861681f520db3b7a9528750b09ac561e.tgz","fileCount":1143,"integrity":"sha512-oRkk8+tADe6DJ0naKjTCZcZudA+gDVDvZyPA0UB4OrZ0hcO9tMERMAxFo+L3NtvXTu0WXACifrlvggcEoB3i6Q==","signatures":[{"sig":"MEUCIED8HVSw0UO48Y35Qe6fJwVjRTJ+S+nhOTR5eLGdRGjFAiEA7NMynhrca46m8CaKFPSJun8HiqVJIp6Pdni4ku3AX/0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279142},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c2a30c30861681f520db3b7a9528750b09ac561e","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.c2a30c30861681f520db3b7a9528750b09ac561e","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.c2a30c30861681f520db3b7a9528750b09ac561e","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c2a30c30861681f520db3b7a9528750b09ac561e","@strapi/types":"0.0.0-experimental.c2a30c30861681f520db3b7a9528750b09ac561e","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c2a30c30861681f520db3b7a9528750b09ac561e_1776415429156_0.01953274609619471","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.11f10e472f3e424651fbe8ee40a844786e8d836f":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.11f10e472f3e424651fbe8ee40a844786e8d836f","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.11f10e472f3e424651fbe8ee40a844786e8d836f","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b232c3ce9fe446f9309038764aafb53ce6e0c769","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.11f10e472f3e424651fbe8ee40a844786e8d836f.tgz","fileCount":1143,"integrity":"sha512-MatcAZfejm1Dz5YCKo6XwYPFYzrvvjJyvkk+UipHNsiL3MAZGRx8H4scus0ixvrn2W4Dpr2UXGsAUHb3fEnZiQ==","signatures":[{"sig":"MEQCIGk7Q/zNf01mUGNCNZUb6Z+kSeixFhqPlqMNRsLl2+5MAiBH1oewTkw+w8TYDom95LX/NiC2yE/V04EeCPvT393wEA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11279142},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"11f10e472f3e424651fbe8ee40a844786e8d836f","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.11f10e472f3e424651fbe8ee40a844786e8d836f","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.11f10e472f3e424651fbe8ee40a844786e8d836f","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.11f10e472f3e424651fbe8ee40a844786e8d836f","@strapi/types":"0.0.0-experimental.11f10e472f3e424651fbe8ee40a844786e8d836f","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.11f10e472f3e424651fbe8ee40a844786e8d836f_1776431063371_0.4950311000071095","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.7b6dcbf88a2d4579f7612e3c3da17993f29f4200":{"name":"@strapi/content-type-builder","version":"0.0.0-next.7b6dcbf88a2d4579f7612e3c3da17993f29f4200","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.7b6dcbf88a2d4579f7612e3c3da17993f29f4200","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"e802ed8774fcb4bb9e67191ddcbb56c247437f81","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.7b6dcbf88a2d4579f7612e3c3da17993f29f4200.tgz","fileCount":1143,"integrity":"sha512-/jw6CDY/0OOYD7g3UMYrR3zVUP5Xa6S7TN3QhIIEeG5u4MLoxkCQFPimx+knPXf2JOk3EpjVDoV/2rtGin5nkg==","signatures":[{"sig":"MEUCIQCSvLZP0tQMv8vaGimaFhAKEl+Spew5SatB49WTS3JxjAIgPWlZPrK2slHo478pb1rSpHVCpQ4RaYh5TrRZAwruMJY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11278374},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"7b6dcbf88a2d4579f7612e3c3da17993f29f4200","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.7b6dcbf88a2d4579f7612e3c3da17993f29f4200","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.7b6dcbf88a2d4579f7612e3c3da17993f29f4200","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.7b6dcbf88a2d4579f7612e3c3da17993f29f4200","@strapi/types":"0.0.0-next.7b6dcbf88a2d4579f7612e3c3da17993f29f4200","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.7b6dcbf88a2d4579f7612e3c3da17993f29f4200_1776473439998_0.014766417507590779","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.6722bec700fcba86792c689e6560a298ffc47f85":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.6722bec700fcba86792c689e6560a298ffc47f85","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.6722bec700fcba86792c689e6560a298ffc47f85","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"b2b8cd7f923ec16b36b4f5bf438a59cf6146f079","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.6722bec700fcba86792c689e6560a298ffc47f85.tgz","fileCount":1143,"integrity":"sha512-5nwbtx3Oaymau1Z0T40pSK+W15hyBYYroNu0+mHr70lsD8WLVVFp4VWPsKy3RVm4clK/rXDpm3nTE7qhNBA99Q==","signatures":[{"sig":"MEUCIDdz5MYWzBPhYlU0CnbM4Hcdk3zr/pAWo2nQbY2hbguFAiEA6+WkRCF+mJbKCR8dRse/44XTnAuzMgaNvaTUfDYSCGc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11288146},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6722bec700fcba86792c689e6560a298ffc47f85","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.6722bec700fcba86792c689e6560a298ffc47f85","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.6722bec700fcba86792c689e6560a298ffc47f85","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.6722bec700fcba86792c689e6560a298ffc47f85","@strapi/types":"0.0.0-experimental.6722bec700fcba86792c689e6560a298ffc47f85","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.6722bec700fcba86792c689e6560a298ffc47f85_1776715203524_0.16927513813005324","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.6722bec700fcba86792c689e6560a298ffc47f85":{"name":"@strapi/content-type-builder","version":"0.0.0-next.6722bec700fcba86792c689e6560a298ffc47f85","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.6722bec700fcba86792c689e6560a298ffc47f85","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3f15bf222d34bc8a02831b5459882d7f7b9c38ab","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.6722bec700fcba86792c689e6560a298ffc47f85.tgz","fileCount":1143,"integrity":"sha512-tjuqSvu+/ilTSBhGbvbIfKCRzMtSq/Ux2la5d79I9IZ2Kuzt1GPlyIzny425lfyOipDeUxmdHMQl+WdVgHdkiw==","signatures":[{"sig":"MEQCICVyAdUe44HLNkedUYkLRjocWXh44JqMy19uZ3aUO2FBAiAY+R1qQX5UtY2MC54UM3esxEXn5NYr26qIxlOFLpwrlQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11288106},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"6722bec700fcba86792c689e6560a298ffc47f85","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.6722bec700fcba86792c689e6560a298ffc47f85","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.6722bec700fcba86792c689e6560a298ffc47f85","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.6722bec700fcba86792c689e6560a298ffc47f85","@strapi/types":"0.0.0-next.6722bec700fcba86792c689e6560a298ffc47f85","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.6722bec700fcba86792c689e6560a298ffc47f85_1776732888269_0.4706102197850428","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.f4857d53465ed21c1a37d6cad3e69843e7fd89b6":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.f4857d53465ed21c1a37d6cad3e69843e7fd89b6","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.f4857d53465ed21c1a37d6cad3e69843e7fd89b6","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"42568664237cb413dfd8372216c051ad75deadde","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.f4857d53465ed21c1a37d6cad3e69843e7fd89b6.tgz","fileCount":1143,"integrity":"sha512-rv+6B3O/vZumyGPnEICelBH9okyBuBDGxoJBvSa5YnLB+51K+4+PH5bAokdyFPSqWCuT4gyMjj/l0KkHlT1TfA==","signatures":[{"sig":"MEUCIBatVhp5+ll2rnYxnDQDZrWSO49fQCH4wWIsy72UEYzHAiEAxoWJAeGJ1vfXhNAhypUQBbQgiOwQJU+WkXnDvaSnKnQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11288146},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"f4857d53465ed21c1a37d6cad3e69843e7fd89b6","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.f4857d53465ed21c1a37d6cad3e69843e7fd89b6","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.f4857d53465ed21c1a37d6cad3e69843e7fd89b6","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.f4857d53465ed21c1a37d6cad3e69843e7fd89b6","@strapi/types":"0.0.0-experimental.f4857d53465ed21c1a37d6cad3e69843e7fd89b6","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.f4857d53465ed21c1a37d6cad3e69843e7fd89b6_1776757124761_0.9531492881934625","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.c6e7562b5dc46fb1f0274087fef904b25ba10bfd":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.c6e7562b5dc46fb1f0274087fef904b25ba10bfd","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.c6e7562b5dc46fb1f0274087fef904b25ba10bfd","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"0322c1a605c9d6c5ac7b07e69676e6af782356cf","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.c6e7562b5dc46fb1f0274087fef904b25ba10bfd.tgz","fileCount":1143,"integrity":"sha512-QRcgbzZxYWeJd8IolNlvtpGLSN6TE+Fgf4e2ROPL7xknHE7e+kMT+E6p+EfKqCnNZZYYiqXi7n6yZAAVtdSmsA==","signatures":[{"sig":"MEQCIH0LJSdHZDKJ8KUUBTzm8G1TkbsiYSks+lYmPhvfAekhAiBS96cA1xrGBa1Y/7prQCQE5ZqS2/oDbNDdeF0TeMJztg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11288146},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"c6e7562b5dc46fb1f0274087fef904b25ba10bfd","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.c6e7562b5dc46fb1f0274087fef904b25ba10bfd","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.c6e7562b5dc46fb1f0274087fef904b25ba10bfd","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.c6e7562b5dc46fb1f0274087fef904b25ba10bfd","@strapi/types":"0.0.0-experimental.c6e7562b5dc46fb1f0274087fef904b25ba10bfd","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.c6e7562b5dc46fb1f0274087fef904b25ba10bfd_1776770310220_0.8064164571656081","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.1cc34bcf4aa3b493ab99446f26e8559a48a67e8b":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.1cc34bcf4aa3b493ab99446f26e8559a48a67e8b","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.1cc34bcf4aa3b493ab99446f26e8559a48a67e8b","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"91cdb7ca2a8099e4a13e5972ef773d770753b96d","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.1cc34bcf4aa3b493ab99446f26e8559a48a67e8b.tgz","fileCount":1143,"integrity":"sha512-i9G9asqe0r13+vmqIWEE9kqFDXKv0hYIYXUnUxrEwP5rUwuZWKGAMDcaVQTP5W0GPJTuGdtHGlar91gB6JR+gA==","signatures":[{"sig":"MEUCIDJVv09FX9O5fTIYqJqy81V3pE35KUd9409iUuubg8o2AiEAy166Wi4+lZuxhb2lI4RCUXW8l9yFIUK0UrkEWApYmpk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11288146},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"1cc34bcf4aa3b493ab99446f26e8559a48a67e8b","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.1cc34bcf4aa3b493ab99446f26e8559a48a67e8b","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.1cc34bcf4aa3b493ab99446f26e8559a48a67e8b","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.1cc34bcf4aa3b493ab99446f26e8559a48a67e8b","@strapi/types":"0.0.0-experimental.1cc34bcf4aa3b493ab99446f26e8559a48a67e8b","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.1cc34bcf4aa3b493ab99446f26e8559a48a67e8b_1776805719296_0.03035530328841518","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.fff85f01fbad8f3991c577828b60e76c03001f07":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fff85f01fbad8f3991c577828b60e76c03001f07","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.fff85f01fbad8f3991c577828b60e76c03001f07","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"5af6fdef6a8ab75bddb029a8e671667a5a63709c","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fff85f01fbad8f3991c577828b60e76c03001f07.tgz","fileCount":1143,"integrity":"sha512-ELqbSQCWqpxRjcQKW/EwQr9l+Z/cumGI+bgy/sPwhGn6DzkYehwX9cyzbBjSLFc31+qcX2WeYtWwsgRQMZth5w==","signatures":[{"sig":"MEUCIQDHZHg3rMNhwdkSWcZ30RhXXP/2ZmbYtWnibJI+dMdSnAIgHxuU/obkAMN3SKO2B2Kfs47Fut0mHHI2FiapZyplu4k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11288146},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"fff85f01fbad8f3991c577828b60e76c03001f07","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.fff85f01fbad8f3991c577828b60e76c03001f07","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.fff85f01fbad8f3991c577828b60e76c03001f07","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.fff85f01fbad8f3991c577828b60e76c03001f07","@strapi/types":"0.0.0-experimental.fff85f01fbad8f3991c577828b60e76c03001f07","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.fff85f01fbad8f3991c577828b60e76c03001f07_1776811693503_0.001331639202917012","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.df2c928d0e5a972ea985cf1a6bda1b220a404e35":{"name":"@strapi/content-type-builder","version":"0.0.0-next.df2c928d0e5a972ea985cf1a6bda1b220a404e35","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.df2c928d0e5a972ea985cf1a6bda1b220a404e35","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"466aed8d2f7a1b55f2b508ff192a91b308dc5e5b","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.df2c928d0e5a972ea985cf1a6bda1b220a404e35.tgz","fileCount":1143,"integrity":"sha512-0/yBDJ457xqLZqXZutd9yDdlWia5PwkSnOo35QacFHH/hfuZKcPBsfplZ0Qvj56ocbxZi0nI4GWNsi8B205eYA==","signatures":[{"sig":"MEUCIQDppbNZ4E0Yd3ixvUZD6Gs90hiMErRL9ikuwcsUadZdYQIgaMpUo4VeC3cezL6gFXHX1iVCfgA/zXAOJzjbTEhnRbw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11288106},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"df2c928d0e5a972ea985cf1a6bda1b220a404e35","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.df2c928d0e5a972ea985cf1a6bda1b220a404e35","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.df2c928d0e5a972ea985cf1a6bda1b220a404e35","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.df2c928d0e5a972ea985cf1a6bda1b220a404e35","@strapi/types":"0.0.0-next.df2c928d0e5a972ea985cf1a6bda1b220a404e35","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.df2c928d0e5a972ea985cf1a6bda1b220a404e35_1776819150021_0.395341636414972","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.dc5f3e2f0a21cb2891d21a9996c81d921f21a363":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.dc5f3e2f0a21cb2891d21a9996c81d921f21a363","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.dc5f3e2f0a21cb2891d21a9996c81d921f21a363","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"baabb624429344393c2800a948f0d0aee95c942a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.dc5f3e2f0a21cb2891d21a9996c81d921f21a363.tgz","fileCount":1143,"integrity":"sha512-bf6CA4fdRex8j1SlBR9bRkzJObSAJvSWuWj4E81H3lEEQTjCraxUp+uCCClSqD2ZPV/IIfGA6L8hdE8ydjrsxg==","signatures":[{"sig":"MEUCIQDzEjjiuLeB8A4a4a/A6a3BvsYmXQWkHqqXHEW3NPuz9AIgCVrdEh+BbRCtNcThPpBbo+anQqXKUdeWwXnxbr1evPs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11288199},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"dc5f3e2f0a21cb2891d21a9996c81d921f21a363","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.dc5f3e2f0a21cb2891d21a9996c81d921f21a363","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.dc5f3e2f0a21cb2891d21a9996c81d921f21a363","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.dc5f3e2f0a21cb2891d21a9996c81d921f21a363","@strapi/types":"0.0.0-experimental.dc5f3e2f0a21cb2891d21a9996c81d921f21a363","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"0.0.0-experimental.dc5f3e2f0a21cb2891d21a9996c81d921f21a363","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.dc5f3e2f0a21cb2891d21a9996c81d921f21a363_1776860138402_0.5023380864925069","host":"s3://npm-registry-packages-npm-production"}},"5.43.0":{"name":"@strapi/content-type-builder","version":"5.43.0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@5.43.0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"ed5dca12c58c206b03b909bbee02963a0cb1b5ba","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.43.0.tgz","fileCount":1143,"integrity":"sha512-xJWP+ez3d6SJ02pssz6Jux8yKZ4n4+0u1YA1JqLoJagN/26UOsclOSQjDjJp6dLdU1yf0FP7WlyvqPRd/Qzm5g==","signatures":[{"sig":"MEUCIQCSpkaR5uOITMY4iTRJhlweqjXnmtUqswOubLHHtY5T6AIgKXXyHdtSxFHVd+wF4oR9nQjcJfFLD9eBUc9SWKoWoXI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11287881},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"14628987b5e142b21bc6c656479c48e5d46c069c","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"5.43.0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"5.43.0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"5.43.0","@strapi/types":"5.43.0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_5.43.0_1776868629658_0.18253804177211763","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.601154b25480c05c6c50f597ea4960a329eace86":{"name":"@strapi/content-type-builder","version":"0.0.0-next.601154b25480c05c6c50f597ea4960a329eace86","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.601154b25480c05c6c50f597ea4960a329eace86","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d7662bfa7d1c439979e14f348f7a9b9276f20189","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.601154b25480c05c6c50f597ea4960a329eace86.tgz","fileCount":1143,"integrity":"sha512-p6Ond8NyV2Te2mP7NbwhkBDjf0oveCiSZ6XYwDCDdOLaqnJmWNV7NSbUZKLF9SDUcbOLjwbXq3cO66luU7xtTg==","signatures":[{"sig":"MEYCIQDbrhR8zF5oAHqTVFm0OekA4W2x0RkL3Jr5MzqbDtVuJgIhANB7Dc78WTUEIDpouXnXy8horCmez1Wkm+Sn7+bI8ZPi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11288151},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"601154b25480c05c6c50f597ea4960a329eace86","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.601154b25480c05c6c50f597ea4960a329eace86","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.601154b25480c05c6c50f597ea4960a329eace86","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.601154b25480c05c6c50f597ea4960a329eace86","@strapi/types":"0.0.0-next.601154b25480c05c6c50f597ea4960a329eace86","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"0.0.0-next.601154b25480c05c6c50f597ea4960a329eace86","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.601154b25480c05c6c50f597ea4960a329eace86_1776905814019_0.4193385541286916","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ea6370752ce1d4daa5472e0f8f5bfdbb6e26624d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ea6370752ce1d4daa5472e0f8f5bfdbb6e26624d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ea6370752ce1d4daa5472e0f8f5bfdbb6e26624d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"7da285b498db93026aa746df878028dce0ba36ea","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ea6370752ce1d4daa5472e0f8f5bfdbb6e26624d.tgz","fileCount":1143,"integrity":"sha512-rjQhrcOOQnV4UoB4lWTMWu7bGsMOaE0UIyVcThAo6UyfS3KEBGqaWyMV+tc0YXwkFoj/OSySD+lbkezW9pmG2w==","signatures":[{"sig":"MEUCIQCwacP7D76pFg/5uDLva4vpCwX44wY4yC6X2BPc++L7AwIgTfRwCXC3404EoAWls2HlQ4pO4voF8C/dn3kqTGxvIFs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11278414},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ea6370752ce1d4daa5472e0f8f5bfdbb6e26624d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.ea6370752ce1d4daa5472e0f8f5bfdbb6e26624d","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ea6370752ce1d4daa5472e0f8f5bfdbb6e26624d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ea6370752ce1d4daa5472e0f8f5bfdbb6e26624d","@strapi/types":"0.0.0-experimental.ea6370752ce1d4daa5472e0f8f5bfdbb6e26624d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ea6370752ce1d4daa5472e0f8f5bfdbb6e26624d_1776948126028_0.03272642496379974","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.ff324593f3611719686d26443366d0ecfee8cb8d":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.ff324593f3611719686d26443366d0ecfee8cb8d","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.ff324593f3611719686d26443366d0ecfee8cb8d","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"dcdc4934d6526cedecefdd7a433b35b37471ac62","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.ff324593f3611719686d26443366d0ecfee8cb8d.tgz","fileCount":1143,"integrity":"sha512-yPXiIwE9gvQu4dRRYkEm7DTOGCHkDTpF9PcxitsyoX68quLR42UOSXcT79AvuP/XpgLbcLBevcwBg9S5Jp3NmA==","signatures":[{"sig":"MEYCIQDME3PljJ7rnVL+hptVxbVJimuqLQN/z88MuPNEs9xuzwIhAOnPLq00mJl2YMCvEPZHo/0kD5+qNnuQXmmemMmBfg8U","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11278414},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"ff324593f3611719686d26443366d0ecfee8cb8d","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.ff324593f3611719686d26443366d0ecfee8cb8d","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.ff324593f3611719686d26443366d0ecfee8cb8d","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.ff324593f3611719686d26443366d0ecfee8cb8d","@strapi/types":"0.0.0-experimental.ff324593f3611719686d26443366d0ecfee8cb8d","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.ff324593f3611719686d26443366d0ecfee8cb8d_1776952950604_0.63920636466162","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next.e95b505aad9f92ff78b6f920b1344de534df75f0":{"name":"@strapi/content-type-builder","version":"0.0.0-next.e95b505aad9f92ff78b6f920b1344de534df75f0","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-next.e95b505aad9f92ff78b6f920b1344de534df75f0","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3f0812b4b13f8f06a5853e4523bc0b07ce2fdfc5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-next.e95b505aad9f92ff78b6f920b1344de534df75f0.tgz","fileCount":1143,"integrity":"sha512-PDkIQF+i0XMXeK4ywLJMPX2+scp/sK7yDbvU2uKoVKBLGNfV5m/JvT/JsvasLskU4UmA50Gg5fJADSVT8tr1ag==","signatures":[{"sig":"MEUCIH12uvcdgrHtG0iwu5AoCoA4WbR3LHx3NHXepyPu7A+rAiEAzHtFj2qaBbi2yzEVZvAvbFUz6EHOfKSpCF7aj7gpilg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11288151},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"e95b505aad9f92ff78b6f920b1344de534df75f0","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-next.e95b505aad9f92ff78b6f920b1344de534df75f0","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-next.e95b505aad9f92ff78b6f920b1344de534df75f0","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-next.e95b505aad9f92ff78b6f920b1344de534df75f0","@strapi/types":"0.0.0-next.e95b505aad9f92ff78b6f920b1344de534df75f0","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"0.0.0-next.e95b505aad9f92ff78b6f920b1344de534df75f0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-next.e95b505aad9f92ff78b6f920b1344de534df75f0_1776992248470_0.5795630375180758","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.2c3009770772145cd0eddf5c0664bd4f958caac1":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.2c3009770772145cd0eddf5c0664bd4f958caac1","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.2c3009770772145cd0eddf5c0664bd4f958caac1","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"3e568ba03ba20167ea77a582daa9e4f208c6ed9a","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.2c3009770772145cd0eddf5c0664bd4f958caac1.tgz","fileCount":1143,"integrity":"sha512-gOvyUISQlHGbztTtSn1WV9CSsS9FYGkbdrPZWLpQ++nt+loQTlkxDw23059pUAuBr3g+KoU2VaOiwHl+HwqhTg==","signatures":[{"sig":"MEYCIQDypyOHjWtsQmQf3EqvWd2DCxwd2APowHGmUcbQUkRVrwIhALRexFwnK+i+fNNDFOlKDZfgYtnBptsr04QwoZVqdsCM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11278414},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"2c3009770772145cd0eddf5c0664bd4f958caac1","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.2c3009770772145cd0eddf5c0664bd4f958caac1","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.2c3009770772145cd0eddf5c0664bd4f958caac1","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.2c3009770772145cd0eddf5c0664bd4f958caac1","@strapi/types":"0.0.0-experimental.2c3009770772145cd0eddf5c0664bd4f958caac1","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.2c3009770772145cd0eddf5c0664bd4f958caac1_1777017113737_0.7455704105896115","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.460bbb65d5725f628253e79c837791ed609bf7e7":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.460bbb65d5725f628253e79c837791ed609bf7e7","author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","_id":"@strapi/content-type-builder@0.0.0-experimental.460bbb65d5725f628253e79c837791ed609bf7e7","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"dist":{"shasum":"d9fcae02d3995cfe6c2c761653f8a60c464f11e5","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.460bbb65d5725f628253e79c837791ed609bf7e7.tgz","fileCount":1143,"integrity":"sha512-xLa1KThGUSbOFZaL/6KmZetxqrr+USf4WzX0VoUTCDyBRRdXMy+BPDU+F/CIameZlrRAA5K6I7NRnA0qsTmRYw==","signatures":[{"sig":"MEUCIFpOWLoU+shFwB38tc/kYVh9Ye4Yd9+tENXOqoeNVSAaAiEA9laLnraOxmi1zSKcVvB16GVDMf6/Frvk6IWbVfYJSlI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11288146},"types":"./dist/index.d.ts","strapi":{"kind":"plugin","name":"content-type-builder","required":true,"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.","displayName":"Content Type Builder"},"engines":{"npm":">=6.0.0","node":">=20.0.0 <=24.x.x"},"exports":{"./package.json":"./package.json","./strapi-admin":{"types":"./dist/admin/src/index.d.ts","import":"./dist/admin/index.mjs","source":"./admin/src/index.ts","default":"./dist/admin/index.js","require":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","import":"./dist/server/index.mjs","source":"./server/src/index.ts","default":"./dist/server/index.js","require":"./dist/server/index.js"}},"gitHead":"460bbb65d5725f628253e79c837791ed609bf7e7","scripts":{"lint":"run -T eslint .","build":"run -T npm-run-all clean --parallel build:code build:types","clean":"run -T rimraf ./dist","watch":"run -T rollup -c -w","test:unit":"run -T jest","build:code":"run -T rollup -c","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","build:types":"run -T run-p build:types:server build:types:admin","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit:watch":"run -T jest --watch","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"_npmVersion":"10.8.2","description":"Create and manage content types","directories":{},"_nodeVersion":"20.20.2","dependencies":{"ai":"5.0.52","qs":"6.15.0","yup":"0.32.9","zod":"3.25.67","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","date-fns":"2.30.0","fs-extra":"11.2.0","pluralize":"8.0.0","micromatch":"^4.0.8","react-intl":"6.6.2","react-redux":"8.1.3","@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.460bbb65d5725f628253e79c837791ed609bf7e7","react-dropzone":"14.3.8","react-markdown":"9.1.0","@reduxjs/toolkit":"1.9.7","@dnd-kit/sortable":"10.0.0","@dnd-kit/modifiers":"9.0.0","@dnd-kit/utilities":"3.2.2","@strapi/generators":"0.0.0-experimental.460bbb65d5725f628253e79c837791ed609bf7e7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"koa":"2.16.4","react":"18.3.1","koa-body":"6.0.1","react-dom":"18.3.1","react-query":"3.39.3","@strapi/admin":"0.0.0-experimental.460bbb65d5725f628253e79c837791ed609bf7e7","@strapi/types":"0.0.0-experimental.460bbb65d5725f628253e79c837791ed609bf7e7","@types/fs-extra":"11.0.4","@types/pluralize":"0.0.32","react-router-dom":"6.30.3","@types/micromatch":"^4.0.9","styled-components":"6.1.8","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1"},"peerDependencies":{"react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","@strapi/admin":"^5.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/content-type-builder_0.0.0-experimental.460bbb65d5725f628253e79c837791ed609bf7e7_1777036545605_0.8044666779788539","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-experimental.fc5f0511d4eb8410e4891005704dcc617e8b5928":{"name":"@strapi/content-type-builder","version":"0.0.0-experimental.fc5f0511d4eb8410e4891005704dcc617e8b5928","description":"Create and manage content types","homepage":"https://strapi.io","bugs":{"url":"https://github.com/strapi/strapi/issues"},"repository":{"type":"git","url":"git+https://github.com/strapi/strapi.git","directory":"packages/core/content-type-builder"},"license":"SEE LICENSE IN LICENSE","author":{"name":"Strapi Solutions SAS","email":"hi@strapi.io","url":"https://strapi.io"},"maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"exports":{"./strapi-admin":{"types":"./dist/admin/src/index.d.ts","source":"./admin/src/index.ts","import":"./dist/admin/index.mjs","require":"./dist/admin/index.js","default":"./dist/admin/index.js"},"./strapi-server":{"types":"./dist/server/src/index.d.ts","source":"./server/src/index.ts","import":"./dist/server/index.mjs","require":"./dist/server/index.js","default":"./dist/server/index.js"},"./package.json":"./package.json"},"types":"./dist/index.d.ts","scripts":{"build":"run -T npm-run-all clean --parallel build:code build:types","build:code":"run -T rollup -c","build:types":"run -T run-p build:types:server build:types:admin","build:types:server":"run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly","build:types:admin":"run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly","clean":"run -T rimraf ./dist","lint":"run -T eslint .","test:front":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js","test:front:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js","test:front:watch":"run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll","test:front:watch:ce":"run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll","test:ts:back":"run -T tsc -p server/tsconfig.eslint.json","test:ts:front":"run -T tsc -p admin/tsconfig.json","test:unit":"run -T jest","test:unit:watch":"run -T jest --watch","watch":"run -T rollup -c -w"},"dependencies":{"@ai-sdk/react":"2.0.120","@dnd-kit/core":"6.3.1","@dnd-kit/modifiers":"9.0.0","@dnd-kit/sortable":"10.0.0","@dnd-kit/utilities":"3.2.2","@reduxjs/toolkit":"1.9.7","@sindresorhus/slugify":"1.1.0","@strapi/design-system":"2.2.0","@strapi/generators":"0.0.0-experimental.fc5f0511d4eb8410e4891005704dcc617e8b5928","@strapi/icons":"2.2.0","@strapi/utils":"0.0.0-experimental.fc5f0511d4eb8410e4891005704dcc617e8b5928","ai":"5.0.52","date-fns":"2.30.0","fs-extra":"11.2.0","immer":"9.0.21","jszip":"^3.10.1","lodash":"4.18.1","micromatch":"^4.0.8","pluralize":"8.0.0","qs":"6.15.0","react-dropzone":"14.3.8","react-intl":"6.6.2","react-markdown":"9.1.0","react-redux":"8.1.3","yup":"0.32.9","zod":"3.25.67"},"devDependencies":{"@strapi/admin":"0.0.0-experimental.fc5f0511d4eb8410e4891005704dcc617e8b5928","@strapi/types":"0.0.0-experimental.fc5f0511d4eb8410e4891005704dcc617e8b5928","@testing-library/dom":"10.4.1","@testing-library/react":"16.3.0","@testing-library/user-event":"14.6.1","@types/fs-extra":"11.0.4","@types/micromatch":"^4.0.9","@types/pluralize":"0.0.32","koa":"2.16.4","koa-body":"6.0.1","react":"18.3.1","react-dom":"18.3.1","react-query":"3.39.3","react-router-dom":"6.30.3","styled-components":"6.1.8"},"peerDependencies":{"@strapi/admin":"^5.0.0","react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","react-router-dom":"^6.30.3","styled-components":"^6.0.0"},"engines":{"node":">=20.0.0 <=24.x.x","npm":">=6.0.0"},"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","required":true},"_id":"@strapi/content-type-builder@0.0.0-experimental.fc5f0511d4eb8410e4891005704dcc617e8b5928","readmeFilename":"README.md","gitHead":"fc5f0511d4eb8410e4891005704dcc617e8b5928","_nodeVersion":"20.20.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-GKK5+6OHTQS3ZAtZ/CVfzH2nnNrDEmSd+MMvBVNxSAft8NZ21lMSd3Nt3t+7iAANGWepMCHFV7rI5cdfXBHuoA==","shasum":"152402b333e1aec85e25d424fdb43bd5ac591216","tarball":"https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-0.0.0-experimental.fc5f0511d4eb8410e4891005704dcc617e8b5928.tgz","fileCount":1143,"unpackedSize":11288146,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDBwbrA+s4EWogUrLBakdierbUerZyxwBOH819dbAXQPQIhANWJgMDqhDvfP7y53KhXSe5vQWh47oKKtTPac5RmSWjb"}]},"_npmUser":{"name":"bassel17","email":"basselkanso82@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/content-type-builder_0.0.0-experimental.fc5f0511d4eb8410e4891005704dcc617e8b5928_1777038084491_0.15303536631372472"},"_hasShrinkwrap":false}},"time":{"created":"2024-05-02T13:05:13.268Z","modified":"2026-04-24T13:41:24.950Z","0.0.0":"2024-05-02T13:05:13.556Z","5.0.0-beta.6":"2024-05-02T14:03:03.601Z","0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26":"2024-05-02T18:07:47.932Z","0.0.0-experimental.e60ec1829240dae21c1e1d29076681c322288813":"2024-05-06T09:06:42.064Z","0.0.0-experimental.17b4116f461a49b8ce5386f7c8d79c511d40fb3b":"2024-05-06T13:10:50.909Z","5.0.0-beta.7":"2024-05-08T14:34:30.934Z","5.0.0-beta.8":"2024-05-22T15:30:19.985Z","0.0.0-experimental.f75e3c6d67cc47c64ab37479efdbb7b43be50b78":"2024-05-27T07:37:12.129Z","0.0.0-experimental.baa6cf22298e591b4d52d8e59c60406d7a9f137f":"2024-05-28T07:10:13.033Z","0.0.0-experimental.826f263c58b6886b849d3f03b81f7a530bc51c91":"2024-05-29T13:40:08.799Z","0.0.0-experimental.7afdc9b682bc83a53ce599c4fb7c9e4506b31fff":"2024-05-30T07:37:12.346Z","0.0.0-experimental.3c73a4c6f6073abdf1608121a200c3d4d87b1aa8":"2024-06-03T07:53:40.146Z","0.0.0-experimental.4ddd402c7194d1a969a797313bf007c93148d59a":"2024-06-03T13:08:39.159Z","0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad":"2024-06-03T17:32:04.481Z","0.0.0-experimental.25e22c6cc9bc6b35392bb55d09f641a0a65e7403":"2024-06-05T07:09:45.162Z","0.0.0-experimental.dd3311938ac827f1fa8560c8840a9a394f5896c0":"2024-06-05T09:02:52.435Z","5.0.0-beta.9":"2024-06-05T14:18:02.527Z","0.0.0-experimental.d954d57341a6623992a0d211daaec8e245c3517d":"2024-06-06T14:30:35.933Z","0.0.0-experimental.59ce88771272039a9d868fba2f7b503edf715c6a":"2024-06-07T07:54:07.002Z","0.0.0-experimental.62ce06180fe9a772eaeb3d43d238b26644f39f7c":"2024-06-12T08:41:34.668Z","5.0.0-beta.10":"2024-06-12T12:52:17.404Z","0.0.0-experimental.60f3ded53a22a24d208ebf6df9b84c118aa97abf":"2024-06-12T19:37:34.619Z","0.0.0-experimental.d53e940834bf72ddc725f1d2fd36dac9abec30cb":"2024-06-12T19:53:43.774Z","0.0.0-experimental.5b211b38912691ee2eab22d47b5095ea2fcfec76":"2024-06-13T16:17:37.239Z","0.0.0-experimental.9df68962083938acba06546a7901c68a63266aec":"2024-06-17T08:55:19.463Z","0.0.0-experimental.a53a4b1c8f7981a689823cdd719105671e1c6392":"2024-06-17T09:10:01.939Z","5.0.0-beta.11":"2024-06-18T12:51:31.338Z","0.0.0-experimental.16eaafeff6bd4cd49d56f3c31d002cad71a1134a":"2024-06-19T08:15:57.025Z","5.0.0-beta.12":"2024-06-19T13:18:00.419Z","5.0.0-beta.13":"2024-06-20T07:30:46.591Z","5.0.0-beta.14":"2024-06-21T08:24:25.401Z","5.0.0-beta.15":"2024-06-24T08:20:34.800Z","5.0.0-beta.16":"2024-06-24T21:01:47.083Z","0.0.0-experimental.2a7cb5ff33df35e8ccde5ef918f9f9a4a3ee9a08":"2024-06-25T09:08:48.609Z","0.0.0-experimental.9612538209f3c68285c5dea8fe26f96e7e470afd":"2024-06-25T09:49:54.762Z","5.0.0-beta.17":"2024-06-25T15:02:26.474Z","0.0.0-experimental.745741d19e90275ca6f7c928ca19f9bb0fd9d933":"2024-06-25T17:19:33.301Z","0.0.0-experimental.bd712ad3930045f4a5d2144c119e0b7856e97fc4":"2024-06-26T08:54:19.178Z","5.0.0-rc.0":"2024-06-26T13:15:09.325Z","0.0.0-experimental.779667bd163026468f566293decf331a0246fff9":"2024-07-01T14:42:19.459Z","5.0.0-rc.1":"2024-07-02T12:18:00.647Z","0.0.0-experimental.545ccead2ee1717bbc7ab950455dbb0ddb9924a3":"2024-07-03T11:52:41.511Z","0.0.0-experimental.a9a5a36dd73072c19eadeff5f387e8286b2a4d22":"2024-07-03T15:09:25.238Z","5.0.0-rc.2":"2024-07-05T10:20:47.259Z","0.0.0-experimental.edc24aaa3bb5a90fa5fd4fee208167dd4e2e38d4":"2024-07-10T12:39:56.509Z","5.0.0-rc.3":"2024-07-10T13:36:12.122Z","0.0.0-experimental.32c4b04580cc12400710050c8198e46b3644cfd4":"2024-07-10T19:47:15.682Z","5.0.0-rc.4":"2024-07-17T13:48:52.737Z","5.0.0-rc.5":"2024-07-22T08:24:51.391Z","5.0.0-rc.6":"2024-07-23T13:49:41.117Z","5.0.0-rc.7":"2024-07-24T13:33:43.200Z","0.0.0-experimental.f31889311d753b5f7d95198ae84d8fce1d156cd6":"2024-07-25T09:22:53.227Z","0.0.0-experimental.cb311d9fcfbd8e441f790aea232f0a39bdd90e16":"2024-07-31T10:54:33.636Z","0.0.0-experimental.c5235059f5636c4549ea2118c75c43b92e2615c8":"2024-07-31T13:17:09.399Z","5.0.0-rc.8":"2024-07-31T15:12:29.108Z","0.0.0-experimental.abc":"2024-08-02T13:19:16.874Z","0.0.0-experimental.fb442e5e12dd3f611303691bf85a249520ba348b":"2024-08-02T13:33:46.043Z","0.0.0-experimental.93a73ca8c7b85667fe8e46c0cb6627506570a02f":"2024-08-02T16:03:56.073Z","0.0.0-experimental.5e04dee5c96cd68273df3b3cadf4635e19dc2afc":"2024-08-05T21:27:00.020Z","0.0.0-experimental.1bca8e0e074de8b0775bcddc7656fbc9e9f1393b":"2024-08-06T18:27:06.013Z","5.0.0-rc.9":"2024-08-07T14:15:09.786Z","5.0.0-rc.10":"2024-08-14T12:40:43.833Z","0.0.0-experimental.d834c9e658d1fb037e6da1105150593521c667cc":"2024-08-21T11:43:15.119Z","0.0.0-experimental.e14656d3b8681880212c13260b9a2b340c182f2d":"2024-08-21T12:03:44.560Z","5.0.0-rc.11":"2024-08-21T14:32:52.787Z","0.0.0-experimental.81dfdf02b1367004c7deed9e01afa9d3a15d0fa5":"2024-08-22T10:06:56.902Z","0.0.0-experimental.5691f94a497e119f564a7f60ce0830bf4c875eb9":"2024-08-22T16:38:58.951Z","0.0.0-experimental.6d27139261823fc4b18da9f3c10b271d5010dbf0":"2024-08-27T13:09:24.569Z","5.0.0-rc.12":"2024-08-28T13:53:06.948Z","0.0.0-experimental.da85533897155e719d784f0271223c866d2f69ab":"2024-08-28T14:42:59.733Z","0.0.0-experimental.93181c8b900e97a04bf10785b368657101ec98d8":"2024-08-30T06:16:12.071Z","0.0.0-experimental.145e7d7ddefd1aef71aaf3d9bb86440d013035bf":"2024-08-30T09:34:36.290Z","0.0.0-experimental.9a23f06c0b3b13548dbd12feb3dc92d3c10bebb1":"2024-09-03T08:05:53.153Z","0.0.0-experimental.9c5778c9200404fcee94d5a0fc88da5e4376b82c":"2024-09-03T08:32:11.463Z","0.0.0-experimental.e9122b401c96877b6707775c4f893660eab93ae3":"2024-09-03T10:21:11.782Z","0.0.0-experimental.65ad956ae83ac65d866b9bb3e8c022c34b85468f":"2024-09-03T11:53:55.449Z","0.0.0-experimental.3fd705928266d1b836afc8a30fceb35aac0ae2f8":"2024-09-03T17:37:57.854Z","0.0.0-experimental.44c735643fa8b4286750c2dca43f185bb30b7760":"2024-09-03T20:25:40.543Z","0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8":"2024-09-04T08:42:40.374Z","0.0.0-experimental.31a5317d54179a9ce6225bf1b6e1f9fb6c372fa9":"2024-09-04T09:24:03.882Z","5.0.0-rc.13":"2024-09-04T14:09:13.253Z","0.0.0-experimental.997c519cb311bf692e8971f4bbd2e4a92694abee":"2024-09-05T08:02:09.065Z","5.0.0-rc.14":"2024-09-05T09:44:11.787Z","0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c":"2024-09-05T11:51:38.059Z","0.0.0-experimental.626cf5324f21d318dee435c11cb3e08bb4c414b7":"2024-09-05T16:05:20.750Z","5.0.0-rc.15":"2024-09-06T07:47:21.752Z","5.0.0-rc.16":"2024-09-06T14:40:16.890Z","5.0.0-rc.17":"2024-09-06T14:47:23.451Z","0.0.0-experimental.312e2942332daff7ae98a4f357d1913a4ae5e1ef":"2024-09-09T09:57:56.349Z","0.0.0-experimental.afa3b513b8f95459043f33fb94f4bac03af1474f":"2024-09-09T12:43:59.844Z","5.0.0-rc.18":"2024-09-09T16:10:20.465Z","5.0.0-rc.19":"2024-09-09T20:20:46.879Z","0.0.0-experimental.5f6fc3bc1a7d1b7c5fe926a37d4869f00e812287":"2024-09-10T08:48:30.158Z","0.0.0-experimental.a6728ad43ac70ae19dabb624dbfca1f2d9610a86":"2024-09-10T09:00:11.737Z","5.0.0-rc.20":"2024-09-10T18:55:07.885Z","0.0.0-experimental.2cfaca2410c03f1dee31ca18c06aedfb313e0fb4":"2024-09-10T18:58:14.698Z","0.0.0-experimental.7b750d18de359d0a42233cb8707e3c31c5983345":"2024-09-11T15:30:51.112Z","5.0.0-rc.21":"2024-09-12T12:07:31.250Z","5.0.0-rc.22":"2024-09-12T12:25:38.922Z","5.0.0-rc.23":"2024-09-13T16:53:20.866Z","0.0.0-experimental.f74ae50eea1ce95176f088dba837e95b60fa2a4d":"2024-09-16T13:50:55.322Z","0.0.0-experimental.2bad311ac375d1115d085a9cee4fdbe11a455caf":"2024-09-16T15:25:27.809Z","0.0.0-experimental.c592deb623aed3f74ef7fdacfad9757ed59d34f7":"2024-09-16T15:44:49.063Z","0.0.0-experimental.78b47df46708173ab4833373f694257729db4b9e":"2024-09-16T15:59:15.090Z","0.0.0-experimental.30e5d19d03d07d2b73ac7ed4b376a833d4270bde":"2024-09-16T16:23:19.293Z","5.0.0-rc.24":"2024-09-16T16:51:44.418Z","5.0.0-rc.25":"2024-09-16T19:08:33.079Z","5.0.0-rc.26":"2024-09-17T07:57:22.822Z","0.0.0-experimental.71ed910bd859c7e558bd1c1042eaadb7d26fd22a":"2024-09-17T08:05:46.428Z","5.0.0-rc.27":"2024-09-17T10:28:30.851Z","5.0.0-rc.28":"2024-09-17T18:29:49.340Z","0.0.0-experimental.0faf8967355707d2684ecb8579b03979ad5df042":"2024-09-18T08:35:12.148Z","0.0.0-experimental.5788c38836be65c0321a2dcadbdf44f04b798e8a":"2024-09-18T10:37:32.152Z","5.0.0-rc.29":"2024-09-18T13:03:13.380Z","5.0.0-rc.30":"2024-09-18T15:14:17.210Z","5.0.0":"2024-09-18T15:18:00.780Z","0.0.0-next.ce84fada19d58a7dfbdd553035e6558f8befcba4":"2024-09-19T00:28:55.786Z","0.0.0-experimental.fed75ee8e64c57dbed0b670b25ef026b69baab10":"2024-09-19T21:26:38.393Z","0.0.0-next.504076d2165a82f124620a3f1f3e3a6017e97f3f":"2024-09-20T00:28:23.396Z","0.0.0-experimental.8f5736f39974781dca58cef1d1dea9d54580fbf1":"2024-09-20T14:52:45.261Z","0.0.0-experimental.117b0ba4c41638592858ef7c29fec09396cf01be":"2024-09-23T14:09:06.571Z","0.0.0-experimental.727a0f9b729da91886ca93e88ec1d6d811d1beba":"2024-09-23T18:41:16.341Z","0.0.0-next.d2d15ef227d67cce89c2673764c0555c841cd29c":"2024-09-24T00:28:48.309Z","0.0.0-experimental.9bd63a0f51283779d88aa9d86aa78c40ed628a15":"2024-09-24T09:05:33.873Z","0.0.0-experimental.f8a68bc03b751aa0a66c4dcfaf83553c9b6adf2b":"2024-09-24T09:25:39.628Z","0.0.0-experimental.5a6cf698f4104d2c95bb57a4c7beaca233d26e5a":"2024-09-24T09:47:47.648Z","0.0.0-experimental.e02b4637b3906c6d31048d00600d09a23a0edc3d":"2024-09-24T10:54:33.569Z","0.0.0-experimental.d3243594aea3e6fa0ef08580192bb0df29c9162d":"2024-09-24T11:42:09.726Z","0.0.0-experimental.86fea32ae4240d73f76516d7238e302b6b927e88":"2024-09-24T14:59:06.073Z","0.0.0-experimental.65b9961ce81496e349024ceb95be1d5946f2c429":"2024-09-24T15:06:16.884Z","0.0.0-experimental.bb39175992a5cd205a7e3f2e13a96aa31eba2cff":"2024-09-24T16:49:47.326Z","0.0.0-next.55dabf6295dfb7987fcab8a6b40212555f0e684c":"2024-09-25T00:28:58.053Z","0.0.0-experimental.56109c4ad2fb374b04c392a229599354fa6586e1":"2024-09-25T13:50:58.466Z","0.0.0-experimental.55dabf6295dfb7987fcab8a6b40212555f0e684c":"2024-09-25T13:52:54.959Z","0.0.0-experimental.5a34dd1236f692f16e40784fcca5c11e0e55dc5a":"2024-09-25T15:07:18.053Z","5.0.1":"2024-09-25T15:08:26.955Z","0.0.0-experimental.de2b94258659463e5ddc5992e9a9490d66d950dd":"2024-09-25T15:54:16.987Z","0.0.0-experimental.b1d7921ddb1b36c84b58a3946e1dc9dbda91b2dc":"2024-09-25T18:46:19.046Z","0.0.0-next.3c5bc3f35387771b185349533729e99e6e59c525":"2024-09-26T00:28:31.815Z","0.0.0-experimental.d65615a2b9130dd742d3c396674457d7971da928":"2024-09-26T08:13:26.803Z","0.0.0-experimental.5d4d09ee13c3caee5f590cb81ac0eddc9b11e90d":"2024-09-26T09:46:10.779Z","0.0.0-experimental.3162602be5ecf801e9697f416d1467608d46ad32":"2024-09-26T10:09:49.840Z","0.0.0-experimental.f9cac24ba3b2f6acb12d0fb5669106e5a134174e":"2024-09-26T10:40:54.670Z","0.0.0-experimental.438960f273755509510c3610187d9deb520ba2a0":"2024-09-26T10:51:20.580Z","0.0.0-experimental.fccfa141baa6df7776ec7cb83f7fe923626ba6f5":"2024-09-26T11:41:40.926Z","0.0.0-experimental.646ad2aaf2b8f9970409242af8d77b0512d19bd1":"2024-09-26T15:14:24.601Z","0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c":"2024-09-27T00:28:59.359Z","0.0.0-experimental.b9dd0757c8a7db6ee1063edc33424319784ae3a6":"2024-09-27T07:58:15.998Z","5.0.2-beta.0":"2024-09-27T09:15:03.588Z","0.0.0-experimental.4d2127dc461470cbc28e8244c9c2776429a3c8a2":"2024-09-27T10:22:27.176Z","0.0.0-next.64bd4f3d1efcc9420d27c4f4d2013677ded62360":"2024-09-28T00:28:28.214Z","0.0.0-experimental.ae69a6ec6a65b1061cd6a00b2608abeeff436042":"2024-09-30T11:47:13.111Z","0.0.0-experimental.2e2b694fbeb6a64dd7504ce6bccecf956e9eaf03":"2024-09-30T13:19:16.856Z","0.0.0-experimental.5007ea441db2bdbc04f35e1169b3798c068f5d46":"2024-09-30T16:33:24.488Z","0.0.0-next.5007ea441db2bdbc04f35e1169b3798c068f5d46":"2024-10-01T00:31:45.715Z","0.0.0-experimental.5fe2bd5ca1c03b2b8e673f07d86c0aa8bc2f897d":"2024-10-01T07:20:32.987Z","0.0.0-experimental.1610404a03d98b65f497f9adda35815021b8fd76":"2024-10-01T14:12:51.910Z","0.0.0-next.7f1333f1967e625c57ab16648c057aea08c9dddb":"2024-10-02T00:28:39.117Z","0.0.0-experimental.9c7de54d8ce77e13047fc15ada33f937a068f1f2":"2024-10-02T08:00:19.456Z","0.0.0-experimental.0e316dc69ac15cab63af4c7f91191d12fc2bbc27":"2024-10-02T12:31:13.864Z","5.0.2":"2024-10-02T14:36:21.659Z","0.0.0-next.959c5589d0d3efa25d7ca014656d9ff48c173399":"2024-10-03T00:28:35.056Z","0.0.0-experimental.1fc4b627b49f713b07ed9f7f2b37741dcf8cf736":"2024-10-03T11:48:53.879Z","0.0.0-experimental.2019e9d1599c648cb3408174e7bec18596215a78":"2024-10-03T15:41:21.726Z","0.0.0-experimental.fd379e4937e431407d784eaa5fe7f93cf2a53386":"2024-10-03T23:16:18.381Z","0.0.0-next.62c4d48d34e826c6c9f6fbe5cf6e858546239e40":"2024-10-04T00:28:49.123Z","0.0.0-experimental.fd55b75e545ef2b5c16b5f49a04e0db294663d8d":"2024-10-04T09:46:11.445Z","0.0.0-experimental.d74a8e5e655230b243e2d61ab5bec2fcdb426993":"2024-10-04T15:17:43.338Z","0.0.0-next.b558642be856459a3e6c076f5d76fffbfc5fc5a1":"2024-10-05T00:28:37.824Z","5.0.3":"2024-10-07T13:05:16.682Z","0.0.0-next.840550dc97a3782302ddf918d3a0d07e59dd11eb":"2024-10-08T00:28:25.730Z","0.0.0-next.53c97b9b27dcd99739ba6e68872791c982c3a6e1":"2024-10-09T00:28:47.309Z","0.0.0-experimental.fdacf4285d1cada9d94ab4dcd756c5362cba1b54":"2024-10-09T09:39:56.225Z","5.0.4":"2024-10-09T15:08:51.480Z","0.0.0-experimental.46fff2fd7a1218580f8f7852e7e33574f2082fed":"2024-10-09T21:44:44.475Z","0.0.0-next.63ac2488522fc5d934952d9f1fe5f900131316dd":"2024-10-10T00:28:29.267Z","0.0.0-experimental.f0d3b2d782e972f1dcb8acf0dce31d4090d1e420":"2024-10-10T08:13:47.155Z","0.0.0-experimental.f0d4afee92a0d386f80385590c87955656f995ce":"2024-10-10T15:45:10.951Z","5.0.5":"2024-10-10T18:35:36.924Z","0.0.0-experimental.76999222c105ee5da1bc2540e3b5e5f57747300c":"2024-10-10T19:12:48.178Z","0.0.0-next.bec3f8cddf61be32ee5516609a1d4d6032933972":"2024-10-11T00:28:38.435Z","0.0.0-experimental.4abe3ba72a976dd31453f1c69d10d4d72ab079af":"2024-10-11T11:35:35.471Z","5.0.6":"2024-10-11T16:15:56.392Z","0.0.0-next.3c5400321681b66eb35ab84c11113a78c1d9386e":"2024-10-12T00:27:54.335Z","0.0.0-experimental.5d4d8671a4141a722aa70f22022a255988f07137":"2024-10-14T12:38:05.136Z","0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137":"2024-10-15T00:29:04.763Z","0.0.0-experimental.7273fc63f5c2c8aa9e100655b1776f3e0621e61a":"2024-10-15T08:03:01.163Z","0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c":"2024-10-16T00:29:04.141Z","0.0.0-experimental.9a7831c04ba07c03200a7d90706d832f63c0f3a9":"2024-10-16T08:10:23.354Z","0.0.0-experimental.2b7dc44ce2c49ae5fc338d31586adda583eae259":"2024-10-16T09:20:56.611Z","5.1.0":"2024-10-16T09:50:32.712Z","0.0.0-experimental.41a9d88b9d4bf02b096b70055a2dc8eab8c316d7":"2024-10-16T11:01:45.157Z","0.0.0-experimental.dd1d47ef78ef6cfec4ed62576108500bd9f13740":"2024-10-16T14:12:17.135Z","0.0.0-experimental.b391efb8ce3832d4f280928b99ef5cb9c228fdee":"2024-10-16T14:21:11.744Z","0.0.0-experimental.4da52d54a4257f3b2c655670b4528aec55c4b1c9":"2024-10-16T14:38:59.460Z","0.0.0-next.c823b10e981295994d8b0733c78fa065aec064ee":"2024-10-17T00:28:59.351Z","0.0.0-experimental.58c6b635911a7cb83cd165b4e5abd75b8ec30893":"2024-10-17T07:55:40.889Z","0.0.0-next.4cf36024d8e6011c265fdc01924d063589432f8f":"2024-10-18T00:28:44.497Z","0.0.0-next.42b1f4024ffacb50505febfe826697570521b05e":"2024-10-19T00:28:24.828Z","0.0.0-experimental.aa9d061a97e250ce2c7dc88ef3e41668bbf64351":"2024-10-21T09:32:16.371Z","0.0.0-experimental.73ff3d9f3b7e8959f6c88caa89c356b1d3695824":"2024-10-21T22:26:55.120Z","0.0.0-next.20afc21f5d54593dc724202ebca562df76601077":"2024-10-22T00:29:14.057Z","0.0.0-experimental.bf539fcb8054f8f95f3fd89fb24321df84d0a9f8":"2024-10-22T05:54:39.807Z","0.0.0-experimental.df298029ec6478763dcca7d59fafe8d2ae4ed60a":"2024-10-22T07:50:58.295Z","0.0.0-experimental.953e1857bbad81a3c34f5d6511736c1bc8b91dcb":"2024-10-22T09:06:31.727Z","0.0.0-next.3db8f1fc613b89bf7742dc5746bf21a8d8ba0d04":"2024-10-23T00:29:02.502Z","5.1.1":"2024-10-23T13:06:19.592Z","0.0.0-next.6ed779c066310248c506ce3d2cdae97f59f700ef":"2024-10-24T00:28:57.408Z","0.0.0-next.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b":"2024-10-25T00:29:10.213Z","0.0.0-next.f6dca5adf05ef6bed9605a1535999ab0bbbf063e":"2024-10-26T00:28:26.392Z","0.0.0-experimental.c222e1c4de12dd05c26938a605a1128fb3481d1d":"2024-10-28T09:29:48.793Z","0.0.0-experimental.36632203b17974c18103c138ffbef53a82e448c3":"2024-10-28T16:02:31.395Z","0.0.0-next.36632203b17974c18103c138ffbef53a82e448c3":"2024-10-29T00:29:39.776Z","0.0.0-next.f5312617ca16b870c2bf1adcea2c69b676979e29":"2024-10-30T00:29:28.932Z","5.2.0":"2024-10-30T15:10:23.542Z","0.0.0-next.8f63e1055db761e0213cb6610f80c55658196ae1":"2024-10-31T00:29:39.138Z","0.0.0-next.3fdd03038d558a8190aa7e17574020c5f65395e6":"2024-11-01T00:32:06.404Z","0.0.0-next.c3eb27c3a05a30387b6b44e15d3661201d54787d":"2024-11-05T00:28:49.438Z","0.0.0-experimental.5c463a4f3349c33b8034dcda66a04758d0efc542":"2024-11-05T08:22:40.733Z","0.0.0-experimental.a13c58eec89ab119f0e381fb79c0252979e9c125":"2024-11-05T13:45:02.932Z","0.0.0-next.973df62640087231761ffaeb1c2b5d0d706346d8":"2024-11-06T00:28:43.807Z","5.3.0":"2024-11-06T15:00:55.136Z","0.0.0-next.77e66829c8c9c19a6fd9c80944bb2395c7d7f714":"2024-11-07T00:28:53.994Z","0.0.0-experimental.8e52d29d243dccc7c24beb53412cf1c9c0b36d11":"2024-11-07T12:32:50.595Z","0.0.0-next.bb6ff32f5168f3e380d3d9acba90a9d53bfcfb89":"2024-11-08T00:28:40.257Z","0.0.0-next.ea6e3b80ab37f554da4f8bde08dbfe9b57400d31":"2024-11-09T00:28:19.352Z","0.0.0-experimental.b0db56479de441dfe8feb37a43c7f6f6fecf75c1":"2024-11-11T16:35:01.823Z","0.0.0-next.b0db56479de441dfe8feb37a43c7f6f6fecf75c1":"2024-11-12T00:28:26.390Z","0.0.0-experimental.af7e4e2471a04cc7f17b8ed3474530810efc02bc":"2024-11-12T16:14:08.146Z","0.0.0-next.4119cc523a8fec549bb2f1869c6e789650f7f4de":"2024-11-13T00:29:10.508Z","0.0.0-experimental.3d5794391d4c2d9eddf7bd162c02f4bb836eb7a6":"2024-11-13T11:10:29.119Z","5.4.0":"2024-11-13T16:12:21.815Z","0.0.0-next.f4ec69568d980c6fee91ce2ee0f41c138347aa81":"2024-11-14T00:28:51.909Z","0.0.0-next.51dcef446efe662f00da6d85d6bea2218c4c538e":"2024-11-15T00:30:44.611Z","0.0.0-next.ec9b1b708d4d319f2b8b39d9397bd752d250d541":"2024-11-16T00:30:06.426Z","0.0.0-experimental.f49f46a1c17445a39e8af3f63124bcccf73842e6":"2024-11-18T15:07:19.282Z","0.0.0-next.72ea34aaac6f60a1e1b8041850c21bed9eceb064":"2024-11-19T00:30:21.901Z","0.0.0-next.eedb036f0a7ac282d2a645d8a40625091bd28b1e":"2024-11-20T00:30:16.511Z","0.0.0-experimental.b67f4e6a09bc9dea2c9c999705ecef7e18e84f94":"2024-11-20T09:01:02.901Z","0.0.0-experimental.780730225a7b82dc9f04ceb9ef60710e52d832ab":"2024-11-20T13:09:15.911Z","0.0.0-experimental.a687a6977f91492ccfc6771bf398a5236ece3c94":"2024-11-20T21:33:54.552Z","0.0.0-next.ac654f8b8646bf964ebd39d4313c4afab0917a24":"2024-11-21T00:30:52.995Z","0.0.0-experimental.25041a58cd2af628963c29620b4657416a4d772e":"2024-11-21T09:58:43.566Z","5.4.1":"2024-11-21T11:09:49.611Z","0.0.0-next.185e16fdc3e6f1895610ab73932bc3f044bb59e9":"2024-11-22T00:30:50.245Z","0.0.0-experimental.483fcd129508a2a4bdd13691f1b64b3821090c8a":"2024-11-22T08:38:44.713Z","0.0.0-experimental.702fcf7aec9be82c4485a8bd49e235293c37f022":"2024-11-22T14:14:06.012Z","0.0.0-next.c9f32f6f0c2be1b88323373117f12eb33219d20e":"2024-11-23T00:29:53.780Z","0.0.0-experimental.fb22a8bd8745528903b2f168fdd286dfd1f5082e":"2024-11-25T14:43:41.875Z","0.0.0-experimental.eba25ec571b091c6bde1104eb6c753debdf15462":"2024-11-25T17:46:23.298Z","0.0.0-next.eba25ec571b091c6bde1104eb6c753debdf15462":"2024-11-26T00:30:39.447Z","0.0.0-next.d65d44102fd32871728c0d74ec4f2519b7cc0a16":"2024-11-27T00:30:51.978Z","0.0.0-experimental.bec5a58066c034a7ebf5b14df62560e68a456fa3":"2024-11-27T08:15:09.556Z","0.0.0-experimental.68e9a4cd6745e351ad90cd57447ce36d35fccf64":"2024-11-27T10:45:53.566Z","5.4.2":"2024-11-27T15:33:47.827Z","0.0.0-experimental.0588b9a4effba287cf26bd50e23baa14cdaf1616":"2024-11-27T15:35:08.852Z","0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6":"2024-11-28T00:30:56.327Z","0.0.0-experimental.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6":"2024-11-28T10:05:18.795Z","0.0.0-experimental.8c83c87960f2f5ddf95ae2f0acf849052f4a9ab4":"2024-11-28T12:56:50.229Z","0.0.0-next.d6ed4fcf2c833656b8c91a90909c1e77c79379e5":"2024-11-29T00:30:57.163Z","0.0.0-experimental.7bd770909ce799cf6fc76b7ebccd6d3ce2e377b5":"2024-11-29T11:31:51.530Z","0.0.0-next.7315bad3dd6542d457c3c837db874e3e6336ae9f":"2024-11-30T00:30:09.378Z","0.0.0-experimental.d6bba97c7ed8309e57888e84d4788fa279d473fd":"2024-12-02T16:24:20.541Z","0.0.0-experimental.48805eb12991b4903bb71a410601a8c1a9560678":"2024-12-02T17:18:35.819Z","0.0.0-next.03640aa70ec25f95e1f09348e1baadbf150bf0c5":"2024-12-03T00:32:24.675Z","0.0.0-next.2dcec09530c87d7b3b453630c2d76a967476338d":"2024-12-04T00:31:20.541Z","5.5.0":"2024-12-04T14:25:42.612Z","0.0.0-next.837384c065457f44cba22eb6fb56079cc4b04a2b":"2024-12-05T00:31:27.220Z","0.0.0-experimental.820adfc37c687bbcc4a213ae6929c541358b71e8":"2024-12-05T15:06:36.010Z","0.0.0-next.820adfc37c687bbcc4a213ae6929c541358b71e8":"2024-12-06T00:31:30.621Z","0.0.0-next.af5da17207f828ea159182ea6e2d9a07ae6d34bf":"2024-12-07T00:30:59.146Z","0.0.0-experimental.39bf1ab0d2e327b0a192d2f5adcb4182de865411":"2024-12-09T15:28:08.806Z","0.0.0-experimental.cb74730ce5154c26404d4dccca14976a22319002":"2024-12-09T18:01:27.658Z","0.0.0-next.39bf1ab0d2e327b0a192d2f5adcb4182de865411":"2024-12-10T00:31:49.997Z","0.0.0-experimental.7bc5339b0393e53f9f568301594621e7fb466e2f":"2024-12-10T10:45:07.242Z","0.0.0-next.4afb25b82502b04f05bbc122b43e1e3a806e7600":"2024-12-11T00:31:35.238Z","5.5.1":"2024-12-11T13:40:32.769Z","0.0.0-experimental.b05633daea1bf090c66312b8ab30ec13bdb52f57":"2024-12-11T14:49:11.316Z","0.0.0-next.8414b837972392b1d362ae53b86b5da1eb2ad05c":"2024-12-12T00:31:26.091Z","0.0.0-next.f698d55751345c4ca87477ef683475c1a68f310a":"2024-12-13T00:31:45.949Z","0.0.0-experimental.e350eaa6073e65190102b4b798c32c287053cc02":"2024-12-13T14:58:10.660Z","0.0.0-experimental.691d2b5196cc7faea5a7c4d25476984d37d7c3a4":"2024-12-13T15:39:06.902Z","0.0.0-next.16399698bd270e78290e5afc9cd317bd05bb0c6e":"2024-12-14T00:30:27.583Z","0.0.0-experimental.cfda358b7f27015e34e739b8742a2962ae2e7aee":"2024-12-16T08:51:35.950Z","0.0.0-experimental.3218535c8b12e654be4191f9c36c07b43861b437":"2024-12-16T10:48:12.890Z","0.0.0-next.b6435ada233136a0d0b14fba67961ff8f16cdac2":"2024-12-17T00:31:30.812Z","5.5.2":"2024-12-17T11:25:37.032Z","0.0.0-experimental.ee7402bacc4656d268ab76aa9c334a7b7a951201":"2024-12-17T14:06:40.005Z","0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca":"2024-12-18T00:30:26.323Z","0.0.0-experimental.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca":"2024-12-18T09:55:47.361Z","5.6.0":"2024-12-18T14:04:54.492Z","5.7.0-beta.0":"2024-12-18T16:49:26.174Z","0.0.0-experimental.9f812af47f0e9db3d5531382c836c2ac0776afdf":"2024-12-18T19:46:48.117Z","0.0.0-next.f09127d8df0234ad0b771b931b044b7c2e09c686":"2024-12-19T00:30:53.456Z","0.0.0-experimental.15989d13d8be058bf37afc84b7a8377ef1da3263":"2024-12-19T13:08:15.558Z","0.0.0-next.40d132bcf8139c1d691684ec83a5834c98dfd41f":"2024-12-20T00:29:29.135Z","0.0.0-next.146a31b564bc8232686331f6b28f7ff966817963":"2024-12-21T00:28:53.736Z","0.0.0-experimental.146a31b564bc8232686331f6b28f7ff966817963":"2025-01-02T16:26:09.820Z","0.0.0-experimental.7bef52cb5066b2d3918afde3c5a60ded8754fdf9":"2025-01-03T17:07:30.235Z","0.0.0-next.cb5f24c83e8fde7c31e5850c14430d38aa9b8862":"2025-01-04T00:28:49.948Z","0.0.0-experimental.110b429be2fc8a677f3a3b140b8322d7df61b596":"2025-01-06T15:16:50.472Z","0.0.0-experimental.550e739e36d7678bd8317b48acab2f24b1f4dcd6":"2025-01-06T16:25:02.086Z","0.0.0-next.110b429be2fc8a677f3a3b140b8322d7df61b596":"2025-01-07T00:30:01.017Z","0.0.0-experimental.76d3543c13df7ef0095963ae2c20b792f179eef0":"2025-01-07T11:20:48.266Z","0.0.0-experimental.c2680dea29af0c9e9a69c0474b40c8c2ab6f70ac":"2025-01-07T15:13:31.501Z","0.0.0-next.5d0cd5a1a7d80ae3da90f2331d25161b28f06910":"2025-01-08T00:29:41.944Z","5.7.0":"2025-01-08T13:41:22.497Z","0.0.0-experimental.d3cdf79a0d5f803dfeb6d0f055bb2f3b913bb015":"2025-01-08T15:58:18.031Z","0.0.0-experimental.dad3c50630ca4fd9eccdcbe549ee632fc572e23d":"2025-01-08T20:16:38.491Z","0.0.0-next.dad3c50630ca4fd9eccdcbe549ee632fc572e23d":"2025-01-09T00:29:37.959Z","0.0.0-next.33da70177d156ccbea5cfcbeed769bf25f8a7adc":"2025-01-10T00:30:04.298Z","0.0.0-next.cb666fde52df857549ddd0e7bf1f6888f5d06951":"2025-01-11T00:29:41.796Z","0.0.0-experimental.6665eb3c1eed3f48d650cca09220447cd02aa7c2":"2025-01-13T15:04:07.166Z","0.0.0-experimental.108b2cd7ad1be9676807f94bb93dfe71248936f8":"2025-01-13T15:44:02.415Z","0.0.0-experimental.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3":"2025-01-13T17:17:53.483Z","0.0.0-next.0af49f5c5ec496b0fad61ac9bfd4d0127b89d8d3":"2025-01-14T00:28:31.293Z","0.0.0-experimental.a4bb06d54b493ab973659d0200e0e42937988850":"2025-01-14T12:51:16.567Z","0.0.0-next.a4bb06d54b493ab973659d0200e0e42937988850":"2025-01-15T00:29:18.032Z","0.0.0-experimental.14fd433d38456a5899dff3ea799f80d8757a85e3":"2025-01-15T08:44:09.116Z","5.8.0":"2025-01-15T16:00:15.391Z","0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad":"2025-01-16T00:29:18.657Z","0.0.0-next.54778b2fb4c3eaa5f5392127cdf45e6035cfa854":"2025-01-17T00:29:05.897Z","0.0.0-next.76a9dc5ca66301db734af3bc2111406c17ccb860":"2025-01-18T00:28:16.449Z","0.0.0-experimental.b0240412a007bea5d73c29b17c8ce04802fca919":"2025-01-20T13:01:14.119Z","0.0.0-next.7ff82e00c12aa44d99b20c7b95fe781a4b8d7435":"2025-01-21T00:29:04.077Z","0.0.0-experimental.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9":"2025-01-21T14:20:41.645Z","0.0.0-next.a28002c793bc4de2a8b3c6c5b9c2336c5a6db7a9":"2025-01-22T00:29:38.075Z","5.8.1":"2025-01-22T13:55:24.239Z","0.0.0-next.926e9af9369b89a571145e3c8fa1ce6bfd6cc0ab":"2025-01-23T00:29:14.111Z","0.0.0-experimental.82afe56cecefd0078d534e25909834ecf5fdd404":"2025-01-23T08:39:04.329Z","0.0.0-next.3a1d87a9c3b1d4d89f741c6ecd7f501230fd8d76":"2025-01-24T00:29:15.021Z","0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5":"2025-01-25T00:28:30.686Z","0.0.0-experimental.d325780feab1caf1b9e4423588eb1cc73b74c376":"2025-01-27T09:47:12.128Z","0.0.0-experimental.fd51913e4ee4e81a845e6f5bcfd4916cac70ca2e":"2025-01-27T10:58:42.301Z","0.0.0-experimental.208044d4144d170a8f93057bb69a4278e3953476":"2025-01-27T13:13:03.436Z","0.0.0-experimental.b151f6317f694ea1dff40b241fc437c9a38036dc":"2025-01-27T15:51:32.442Z","0.0.0-experimental.5bd54472327d69041855d9b38a3d4e445535c9a3":"2025-01-27T16:11:59.730Z","0.0.0-experimental.bffd3c1819cd08304e7d270e88b4973e9fcbc183":"2025-01-27T16:14:43.294Z","0.0.0-experimental.c4796a8a857b6e4d1d5ce6bd2606f6438e63962f":"2025-01-27T16:25:34.811Z","0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5":"2025-01-27T17:12:43.542Z","0.0.0-experimental.19d775295eb622de3e659110caf22fcd2cd5d10d":"2025-01-27T17:36:05.792Z","0.0.0-next.bffd3c1819cd08304e7d270e88b4973e9fcbc183":"2025-01-28T00:29:27.515Z","0.0.0-experimental.cffeb3f30bb8beaa0d2a247ba56da461781c6690":"2025-01-28T18:25:21.933Z","0.0.0-next.7051057497777a23c7418e675330d2fb69c89fec":"2025-01-29T00:29:06.072Z","0.0.0-experimental.f6f58027a6338ed795382f2d1c8882158b242361":"2025-01-29T10:24:07.369Z","0.0.0-experimental.0581774d9b26d449a40191b96482efca5664a181":"2025-01-29T10:45:45.966Z","0.0.0-experimental.51e87e311df34df634a6bce7b841df8be31f1efb":"2025-01-29T11:14:53.941Z","0.0.0-experimental.599b53360e581fdbd0afac055f1bf2d29816feec":"2025-01-29T11:34:15.383Z","0.0.0-experimental.8e4302929d7fe147203ed0266450d0a565c69660":"2025-01-29T12:14:20.823Z","0.0.0-experimental.382d4503a015dbc8e8850b92e67c203a76d9dfdb":"2025-01-29T14:25:17.350Z","0.0.0-experimental.0e4ee97541bf8b600fc5272e0fee2b733aaf283b":"2025-01-29T15:09:51.197Z","0.0.0-experimental.332a7d5b6b1d23635d7e205657f0ff39ec133c9e":"2025-01-29T15:24:20.058Z","5.9.0":"2025-01-29T15:27:24.403Z","0.0.0-experimental.f736daceb203b33d9ed36a1149e21f2814d1935c":"2025-01-29T16:20:22.714Z","0.0.0-next.fc9d26d995624dc886b29f563e1de655d47e6609":"2025-01-30T00:30:11.332Z","0.0.0-experimental.75b9c6babc2f67877cfc879041cfff9fb966e742":"2025-01-30T08:45:27.388Z","0.0.0-experimental.a4df7ad5ff6a4366442059f7c067a0424ba1e2f9":"2025-01-30T09:01:54.085Z","0.0.0-next.c22d1aa5024dc77092c3df7e990ad89dcd79e7b0":"2025-02-01T00:32:26.717Z","0.0.0-experimental.39c0188c3aa01bec7b64b948211571d5159e811d":"2025-02-03T17:24:28.096Z","0.0.0-next.39c0188c3aa01bec7b64b948211571d5159e811d":"2025-02-04T00:30:13.580Z","0.0.0-experimental.28b545d58abbc57b054aa474c1d98ecfdfca9f18":"2025-02-05T10:12:50.106Z","0.0.0-experimental.cf8bb33f3f3ac8c6469f469802867e9fc2005e58":"2025-02-05T11:32:03.536Z","0.0.0-experimental.7f1d55badbc0c91e05559d1ffd36ccd6117b7408":"2025-02-05T11:55:53.381Z","0.0.0-experimental.3be592e7ed97ef1f2e60397561a7b7fdcb1f0c82":"2025-02-05T12:26:07.981Z","0.0.0-experimental.be7746d32e70ba7219186219896ff4ae64735740":"2025-02-05T12:29:42.107Z","0.0.0-experimental.66d61c546e3d6f1a2e9e9cd2717b8ab1b20c2201":"2025-02-05T12:56:17.439Z","0.0.0-experimental.3d525b3d2d44b055469a7694f6aaecfe7145b9e6":"2025-02-05T15:07:11.672Z","0.0.0-experimental.d1602f22dc638a4c3c5084965fd6126fff5e9d4f":"2025-02-05T15:35:12.931Z","0.0.0-experimental.321ce9aec15b73c35cde3a2802d0ff2aed17e1a1":"2025-02-05T15:58:24.297Z","0.0.0-experimental.e9144fc8a193f9875a2c0832d689c14001c79f00":"2025-02-05T21:51:56.419Z","0.0.0-experimental.ddb35414098c2a2816cae28a6abd5be1c4d8a58a":"2025-02-05T22:30:15.911Z","0.0.0-experimental.ce3ce68ff05de341bbdb48e7164d5367cffa839c":"2025-02-05T23:07:34.946Z","0.0.0-experimental.6ebd52456403cda71628e275f67617905f411af4":"2025-02-05T23:22:54.384Z","0.0.0-experimental.b127d7466fc2858c91fd06647dbaa742efa95505":"2025-02-05T23:36:04.516Z","0.0.0-next.16cb0821de17dd12078d915e3a10249158807e5e":"2025-02-06T00:30:53.011Z","0.0.0-experimental.9ba6240667e72c2a7c5e41d0680ba31db09e3521":"2025-02-06T08:35:12.378Z","0.0.0-experimental.16cb0821de17dd12078d915e3a10249158807e5e":"2025-02-06T08:59:34.925Z","0.0.0-experimental.7b579e6415ea4434ccb2c2aa52a86b67ff2e7a64":"2025-02-06T09:05:06.835Z","0.0.0-experimental.8e93a8e5779de345245d8824da95ff6ce3aab5d2":"2025-02-06T19:09:27.485Z","0.0.0-next.b4e84114b7bd2b58e34af3f2a7febca9845e6f86":"2025-02-07T00:30:49.916Z","0.0.0-experimental.457ea3914b4550fd60261e9e99d4501c5d1702cb":"2025-02-07T08:25:51.826Z","0.0.0-next.0521e81a13e903fbb769c5f0934bb4bfe573f7bf":"2025-02-08T00:30:02.560Z","0.0.0-next.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32":"2025-02-11T00:30:47.456Z","0.0.0-experimental.9e9a841899e6378b6f48ab8f419e4b0cc62bdf32":"2025-02-11T08:31:38.399Z","0.0.0-experimental.4d4e78457ae42752910f16fdfc60632c3499e914":"2025-02-12T10:24:59.293Z","0.0.0-experimental.bd3419429b8caba37ca42ac08edb57cd4b5e1c47":"2025-02-12T12:30:45.301Z","5.10.0":"2025-02-12T13:53:44.250Z","0.0.0-experimental.dd200315442827f7887dd7c49ae0d196b801865d":"2025-02-12T17:54:10.783Z","0.0.0-experimental.7f8710b10e0dd6429bf4a13ef14462e3bd35a01a":"2025-02-12T23:33:15.928Z","0.0.0-next.7e9928491527b4d1767954c3372ad33d9c409f14":"2025-02-13T00:30:48.944Z","5.10.1":"2025-02-13T08:18:36.959Z","5.10.2":"2025-02-13T08:32:37.470Z","0.0.0-next.2a1c7a281f8080296033541146ea489dcd441daa":"2025-02-14T00:30:55.500Z","0.0.0-experimental.e0df4d50334a17a1beb3d203bff414fbbff62f7b":"2025-02-14T21:41:36.150Z","0.0.0-next.80103017ad0134c4681c5b742cfd24091a839446":"2025-02-15T00:30:33.994Z","0.0.0-experimental.b8a93ec6cfca2f18075819bb617db6bca123b8e2":"2025-02-17T17:12:43.322Z","0.0.0-next.b8a93ec6cfca2f18075819bb617db6bca123b8e2":"2025-02-18T00:30:35.784Z","0.0.0-experimental.3f0da6c47a9691860812c214ad0ea5ed99e620e7":"2025-02-18T09:41:37.654Z","0.0.0-experimental.689f00d9f15ff1e3504c1adf6baa0f0157bfde4f":"2025-02-18T16:29:29.584Z","0.0.0-next.37494b34d1b30bf22cf798b24fa74ec1b1b35f20":"2025-02-19T00:30:57.657Z","5.10.3":"2025-02-19T13:45:34.750Z","0.0.0-next.23a591758a1d192f794079bbe4821ef8d26e1555":"2025-02-20T00:30:59.275Z","0.0.0-next.fdac61dd05ca665168f51f655f1d165b55ec4231":"2025-02-21T00:31:16.242Z","0.0.0-experimental.53bc31e82da0a30669d08ef9fe04efd2b5e9d4eb":"2025-02-21T16:37:12.748Z","0.0.0-experimental.24165c9d5cbc756c03fe23bc491569c77973f5ac":"2025-02-24T15:09:29.357Z","0.0.0-experimental.402a8c65252458d28f0c291ad2aaabec270b591d":"2025-02-24T21:14:36.467Z","0.0.0-experimental.f0ae22a92ff2c56127a7f843a3e973c934c1aab4":"2025-02-24T21:35:21.206Z","0.0.0-next.24165c9d5cbc756c03fe23bc491569c77973f5ac":"2025-02-25T00:31:38.662Z","0.0.0-experimental.9f12de545908a77b10196617c93b8db59a9151c1":"2025-02-25T15:23:50.337Z","0.0.0-next.cc6c39db185a337e2eafce8bcf06544351e92cc5":"2025-02-26T00:31:20.604Z","0.0.0-experimental.a4161dd0ce4a6742074cbfc43734281e14a29baa":"2025-02-26T11:01:44.026Z","5.10.4":"2025-02-26T14:59:35.756Z","0.0.0-next.e61eff51f9834ffdef16bdc236aecab5f837723b":"2025-02-27T00:31:28.710Z","0.0.0-experimental.1253cf1413edf12553abf0600cb28a78b02935fb":"2025-02-27T16:33:56.361Z","0.0.0-experimental.1905f36833468f12a6ad1dbd03650aa3b6474658":"2025-02-27T16:50:20.005Z","0.0.0-next.e98ae27d8c69c68823eb7c46cf329385637ba393":"2025-02-28T00:31:24.114Z","0.0.0-next.6d1dbc97a99dbfe8847598f6cbea3f7a1df2c89c":"2025-03-01T00:33:56.935Z","0.0.0-experimental.2cc011c888f93c1bfab276c5f709a40fb3fc9aac":"2025-03-03T18:07:52.718Z","0.0.0-next.2cc011c888f93c1bfab276c5f709a40fb3fc9aac":"2025-03-04T00:31:31.011Z","0.0.0-experimental.614aaf36aaf7e94667b876f02949c3651d9715da":"2025-03-04T13:40:49.791Z","0.0.0-experimental.13421055c5da2ac016c435155c449a633d399dea":"2025-03-04T16:45:54.787Z","0.0.0-experimental.e576af447d9f97e89e24c6daa32d8f714376cd5f":"2025-03-04T17:02:20.711Z","0.0.0-next.614aaf36aaf7e94667b876f02949c3651d9715da":"2025-03-05T00:31:45.062Z","0.0.0-experimental.e12978dcee698470990e9c5c63384faf2c307443":"2025-03-05T09:11:37.490Z","5.11.0":"2025-03-05T11:02:29.919Z","0.0.0-next.ef9237644b07791c05e1b7edc54d1921e59565ae":"2025-03-06T00:32:13.988Z","0.0.0-next.c57731c6e91ae024fa544ad986d80a3c4a489dbf":"2025-03-07T00:32:15.513Z","0.0.0-next.1d7c4992290d64f21e2e7adc599143417bbe921a":"2025-03-08T00:26:47.709Z","0.0.0-next.5017d5e420167d48ec296e3af242d180abd86d53":"2025-03-11T00:32:08.935Z","0.0.0-experimental.5017d5e420167d48ec296e3af242d180abd86d53":"2025-03-11T08:43:33.198Z","0.0.0-experimental.a576251420eec95c5c06011dcf28202913fc8264":"2025-03-11T12:27:31.304Z","0.0.0-experimental.da0467de7eccc163e893e9b332505a79a5d52ec7":"2025-03-11T16:57:13.597Z","0.0.0-experimental.2f08d92b24a4731a9b10bae850bce95a2eb7340e":"2025-03-12T10:58:02.908Z","5.11.1":"2025-03-12T12:01:21.214Z","5.12.0-beta.0":"2025-03-12T17:29:27.566Z","0.0.0-next.896eb4438c1f4d64f28d9d2ddcf1eeb53b6d0851":"2025-03-13T00:32:20.954Z","0.0.0-experimental.abcfb5ddb536afe8e2213d4a4508536549e89f16":"2025-03-13T18:34:05.164Z","0.0.0-experimental.cbffd35b6dcd522ced2dc08f13ce2c2ec983514b":"2025-03-13T18:56:22.330Z","5.11.2":"2025-03-13T19:39:31.415Z","0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80":"2025-03-14T00:31:33.909Z","0.0.0-experimental.a4cee39f4705cbd534afa66170f94f2f68e65b75":"2025-03-14T11:09:17.482Z","5.12.0-beta.1":"2025-03-14T14:52:21.645Z","5.12.0-beta.2":"2025-03-14T15:19:08.775Z","0.0.0-next.1a574eb92501bf5230c6126b73f8e992690d8da1":"2025-03-15T00:31:42.733Z","0.0.0-experimental.da32ec023171430e0b0185c39f3cdd0f22d36928":"2025-03-17T13:26:03.125Z","0.0.0-experimental.8ba06b448e7b82ad8505f461edf528901aea9e1e":"2025-03-17T14:01:24.387Z","0.0.0-experimental.9678892591ed5d28450369e1511b3d21cb7db4f9":"2025-03-17T14:42:42.547Z","0.0.0-experimental.1a574eb92501bf5230c6126b73f8e992690d8da1":"2025-03-17T16:47:35.918Z","0.0.0-experimental.08528ccedab628a053f4a6bdd779e3654b468e6d":"2025-03-17T19:00:36.760Z","0.0.0-experimental.6ba6edad9f95d94f05665c1dcfa5703ec138611d":"2025-03-18T08:36:50.911Z","5.11.3":"2025-03-19T14:01:33.661Z","0.0.0-experimental.736db7fa04f32cc7ed8db0830fc4c1bcef1948d4":"2025-03-19T16:46:16.585Z","0.0.0-experimental.d2a56e52af31fcf0f0c582a5a2e58e310966e96b":"2025-03-19T17:09:28.985Z","0.0.0-next.2c83a77afa7fccd559dd22ce09acee5c216d070f":"2025-03-20T00:31:54.542Z","0.0.0-experimental.c23f51fc41b3ef5de081f427d07e87af93cdcb2c":"2025-03-20T10:22:55.639Z","0.0.0-next.f271284c756b9467b92aa7769978ff03d09fabbe":"2025-03-21T00:32:16.538Z","0.0.0-experimental.eb2d102c03f0984bece7258f6e0e8ab9ee39c82d":"2025-03-21T10:47:03.015Z","0.0.0-experimental.66fd5e4469bf52fd13fc9d4d8099cf66722cab24":"2025-03-21T12:27:02.245Z","0.0.0-next.66fd5e4469bf52fd13fc9d4d8099cf66722cab24":"2025-03-22T00:31:43.385Z","0.0.0-experimental.6b93a97ac754785f7894c17263d3b4fd5272454a":"2025-03-24T10:54:22.402Z","0.0.0-next.3e198200d32a65f20bd375086da6b1501e469c51":"2025-03-25T00:32:51.377Z","0.0.0-experimental.3e198200d32a65f20bd375086da6b1501e469c51":"2025-03-25T09:38:36.480Z","0.0.0-next.eb48c73c86cbc452c1ba8d727106f9ed9da0c834":"2025-03-26T00:32:26.964Z","5.12.0":"2025-03-26T14:50:01.012Z","0.0.0-next.266ff4f8317121b6b17eea7fbfe2461e6171e48a":"2025-03-27T00:32:43.177Z","0.0.0-next.8c98bb4ad3e89fc5a3f45b1925795444d17042d6":"2025-03-28T00:32:37.938Z","0.0.0-experimental.16a6ec52546a0c189b42121e51a744fd04fc0d65":"2025-03-28T09:43:55.586Z","5.12.1":"2025-03-28T12:02:47.101Z","0.0.0-next.3df0fc0021c81650cb2d0ba4b433f378327a75b8":"2025-03-29T00:32:19.269Z","0.0.0-experimental.3df0fc0021c81650cb2d0ba4b433f378327a75b8":"2025-03-31T14:10:22.611Z","0.0.0-experimental.5a4d501fa348721471ac552dcecac1b0c8146ae7":"2025-03-31T15:28:29.344Z","0.0.0-next.3dfa46a688dac778822b4cb229acfc1ce41e71ed":"2025-04-02T00:33:41.304Z","0.0.0-experimental.e100737b0ed96d0d80a5c6f4925c7374e63a342a":"2025-04-02T09:46:50.420Z","0.0.0-experimental.444e4e174027795a4a7cda0be4d0bb675d9b2575":"2025-04-02T12:42:27.478Z","5.12.2":"2025-04-02T12:49:53.230Z","0.0.0-experimental.cb2eb3230e1cd78417158a7e44cee77f6eb94c32":"2025-04-02T15:59:18.664Z","5.12.3":"2025-04-02T16:16:42.661Z","0.0.0-next.ce5699024a72ea224891438d5bbe39f904ec6774":"2025-04-03T00:32:37.864Z","0.0.0-experimental.6cc8ff695218d5a391739344d308dfb3683215c1":"2025-04-03T09:44:50.778Z","0.0.0-next.929f36e7cd2888f97e66b5159baa15234a283fca":"2025-04-04T00:32:55.782Z","0.0.0-next.69e2ba3406b9409abc96eb4e19c3184ba6e49d98":"2025-04-05T00:32:17.519Z","0.0.0-experimental.d594270d189417b9207db1acd922f30792487dfe":"2025-04-07T14:40:35.582Z","0.0.0-experimental.2d0a5401e9f3f5c797448e48890c9dd0c05ebad2":"2025-04-07T18:40:33.974Z","0.0.0-next.0791cd2736057a8f66ee1682f02c46307a4d6e4a":"2025-04-08T00:32:56.702Z","0.0.0-experimental.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535":"2025-04-08T07:39:01.929Z","0.0.0-experimental.931410e9ec44301eb4579640bf42aa347fb4a3b7":"2025-04-08T12:40:16.599Z","0.0.0-next.82fd5bc51d11a2da848fc7fd1cc573f8ea0a6535":"2025-04-09T00:32:56.393Z","5.12.4":"2025-04-09T13:11:39.930Z","0.0.0-experimental.f56bca7c4d88bc4c61b6de9f65648d857cf242d9":"2025-04-11T14:02:17.120Z","0.0.0-next.1ebd3c267c132c3c5c3d3e1a6a947f61180ce341":"2025-04-12T00:32:34.240Z","0.0.0-experimental.e21fe90bf2ab9906267ea6e6ca620bdcc729906c":"2025-04-14T16:02:37.297Z","0.0.0-next.e21fe90bf2ab9906267ea6e6ca620bdcc729906c":"2025-04-15T00:33:55.260Z","0.0.0-experimental.b74470bad5a933136da63d001641ca7d2e170f04":"2025-04-15T10:27:37.570Z","0.0.0-experimental.7d94d6f1299d54c2aa90675f15b27b5c463aacc7":"2025-04-15T10:38:00.364Z","5.12.5":"2025-04-16T08:07:40.295Z","0.0.0-next.f93d6eabe52aa7681655cfa08eedbc3708dbb90d":"2025-04-17T00:33:10.374Z","0.0.0-experimental.8bf99b7c43ed372264c198d347a2ada9dfed174d":"2025-04-17T16:39:13.941Z","0.0.0-next.5314209d201eef10092dc1c34d7b196c62e7115f":"2025-04-18T00:33:05.233Z","0.0.0-next.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659":"2025-04-19T00:32:14.096Z","0.0.0-experimental.b2710a38fa715c2420a41122dc06ffd65f2514ee":"2025-04-21T13:33:27.266Z","0.0.0-experimental.35644b9b8cc9cb7d3104ab14464d2de4f1bd19ed":"2025-04-22T08:41:25.719Z","0.0.0-experimental.7c7ba817d00aeac2e9f750e6693dc8e51a8a2659":"2025-04-22T13:00:45.597Z","0.0.0-experimental.99b554bf993f9c892fcb268ce592bb8c17cabb41":"2025-04-22T15:29:27.076Z","0.0.0-experimental.b0b9eb2d2e66dc6bbbf96be69db4549f859d9726":"2025-04-23T08:53:22.287Z","0.0.0-experimental.545ec5082dcf36573274cb863a75dd5d81dc375a":"2025-04-23T12:37:01.336Z","5.12.6":"2025-04-23T13:49:43.933Z","0.0.0-next.76f429d63541aef387ea84c657c9345fe2e62d8d":"2025-04-24T00:33:26.821Z","0.0.0-experimental.d063564763e9300a492a0fdb3b810fe0507e02b6":"2025-04-24T07:31:50.515Z","0.0.0-experimental.e9303c99ae3c28b4b8421ab6971efae0748dd599":"2025-04-24T08:58:39.766Z","0.0.0-experimental.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6":"2025-04-24T10:28:18.154Z","0.0.0-next.167a9bf54fe8f7f1746540f004c1e9d9b5ab21c6":"2025-04-25T00:33:57.592Z","5.13.0-beta.0":"2025-04-25T13:34:26.944Z","0.0.0-next.80ec10b8360bdbe4b2b4254c1e028f847875b1b2":"2025-04-26T00:32:57.079Z","0.0.0-experimental.33dcb1d961027c44bf6dd839be1e557b39a57133":"2025-04-26T16:49:59.097Z","0.0.0-experimental.aa680be2574ebd6a8ca7675ce7ba57512d0df8cf":"2025-04-27T12:49:03.804Z","0.0.0-experimental.f78dd29ef270559728250589cde1cfb0b9f7343a":"2025-04-28T14:12:22.502Z","0.0.0-experimental.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d":"2025-04-28T15:39:37.335Z","0.0.0-next.fb92031f3d90f3d2a2d191ba65725b6c8e329a5d":"2025-04-29T00:34:02.980Z","0.0.0-experimental.80fc8bd915d8bee9d94c13101d15a2ffce7ebaf7":"2025-04-30T09:18:15.022Z","0.0.0-experimental.5335a7080a9ca2334f38687a2542aef55e6e76cb":"2025-04-30T11:52:40.298Z","0.0.0-experimental.5fbc1455dfce106c413ee25c6899a74fa3f6960c":"2025-04-30T13:11:42.535Z","0.0.0-experimental.09306ba611e22679aa0357048d973acfd877a98c":"2025-04-30T13:47:46.744Z","5.12.7":"2025-04-30T14:26:29.297Z","5.13.0-beta.1":"2025-04-30T14:29:05.887Z","0.0.0-next.513fb9265905f515b6edd458698a9fac2c770641":"2025-05-01T00:37:29.315Z","0.0.0-experimental.f2956b41886e0ac6263280452126ead1b10a83ba":"2025-05-02T14:24:24.505Z","0.0.0-experimental.25f7de53c1fc990bbb86d4aa43c379acfa838064":"2025-05-05T09:43:00.974Z","0.0.0-experimental.8c28a74d1219c09f4ee67402fd3a26f182c4990a":"2025-05-05T16:31:10.177Z","0.0.0-next.8c28a74d1219c09f4ee67402fd3a26f182c4990a":"2025-05-06T00:34:18.106Z","0.0.0-experimental.8d82ac35780c0bf1888384273bc4756ffce7b4ad":"2025-05-06T12:11:52.557Z","0.0.0-experimental.063fe6b9a49d4596ee1ddd671448d312727d87a4":"2025-05-07T07:18:38.273Z","5.13.0":"2025-05-07T12:33:12.201Z","0.0.0-next.990615b2ed4dd2f0589b4fda91418246d7b9450e":"2025-05-08T00:34:33.873Z","0.0.0-experimental.420d8662ceb7eeb6b3a8c6d3ece3729c51e7ecdc":"2025-05-08T16:41:35.365Z","0.0.0-experimental.7b9b3f9239c18a61d130649814a64509b990ad90":"2025-05-08T21:33:55.766Z","0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9":"2025-05-09T00:34:23.764Z","0.0.0-experimental.606941afc711f4529d86c2f71916ece0da200d5a":"2025-05-09T11:10:40.413Z","0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956":"2025-05-10T00:33:13.640Z","0.0.0-experimental.4e03c41e8e44fa7b77c41c3e0edd86c7f1fc9c52":"2025-05-15T13:03:01.907Z","0.0.0-experimental.da8483f09053a467ff0b2147c207ba0d24848901":"2025-05-19T14:59:21.690Z","0.0.0-experimental.7ec9307c395022dd904738ffdb0c9d7c4e5b24d9":"2025-05-20T07:46:04.891Z","0.0.0-experimental.1e4c115f717b021ca11c139584d4519db28ba786":"2025-05-20T14:50:06.583Z","0.0.0-experimental.32a96e212ac6550182455c62b032966a13f0a362":"2025-05-20T15:51:36.494Z","5.13.1":"2025-05-21T08:35:16.650Z","0.0.0-next.b445ac2d35ee8f4b2d2f16f390c6d16b24de29f9":"2025-05-22T00:34:34.712Z","0.0.0-experimental.75ad9f23733c38c3e329f29b5c2b442c7cccce33":"2025-05-22T12:12:41.712Z","0.0.0-next.e3eb36dde0d936dc941df54e440e2c50a0582eeb":"2025-05-23T00:35:11.133Z","0.0.0-experimental.c72b48da735f44a3ccafb7a6dc9ba5213f3844db":"2025-05-26T15:29:12.837Z","0.0.0-experimental.fca58d9b01ba89012d84a58a20556a6fd716cb92":"2025-05-26T16:12:21.658Z","0.0.0-next.c72b48da735f44a3ccafb7a6dc9ba5213f3844db":"2025-05-27T00:34:25.338Z","0.0.0-experimental.d8805ae8d0468d71054f34c9f56aff66698f1922":"2025-05-27T09:07:36.562Z","0.0.0-experimental.4aa8ff0ba4c940110d426cddbf0d2a2e5b71b4f4":"2025-05-28T08:17:16.547Z","5.14.0":"2025-05-28T13:23:04.638Z","0.0.0-next.883f4fcabd28de02b78b7b00a70e33cd2d151d05":"2025-05-29T00:34:43.535Z","0.0.0-next.70576132e2aa188340b9b78ba8a932926b045374":"2025-05-30T00:34:47.841Z","0.0.0-experimental.52c0c3304609bf1e6bf365910c05feb71eca21d9":"2025-05-30T09:41:11.767Z","0.0.0-next.0fc44faf3ab6f94c481a4d426988705776878bb3":"2025-06-03T00:35:48.977Z","0.0.0-experimental.8d1668e9b9566ee92b130d24e35273bb68ceb65d":"2025-06-03T13:11:52.425Z","0.0.0-experimental.4ac7f54e676517e2ca5484a234467c24a9c933c1":"2025-06-03T18:07:32.769Z","5.15.0":"2025-06-04T14:01:26.838Z","0.0.0-next.737505a8bfb61e4f38da29a4089e66c0dc09745b":"2025-06-05T00:35:06.621Z","0.0.0-experimental.74ebdf402d90857bc7282394855d43aad6d283e6":"2025-06-05T14:40:13.121Z","0.0.0-next.84e5c7c3e470f80271a7a6a88a55244be1d168bd":"2025-06-06T00:34:50.624Z","0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82":"2025-06-07T00:35:22.954Z","0.0.0-experimental.ebcac74d516f1eac8973e3621367a9515e76ca82":"2025-06-10T07:04:21.649Z","0.0.0-experimental.fa3ec797cdee7109d96b9f1616c32accf946e251":"2025-06-10T08:56:26.325Z","0.0.0-experimental.267375bdc00aa57de5e78acd345a838d21a63676":"2025-06-10T09:53:55.209Z","0.0.0-next.df5dd4b92e1b046c04ff00d00d76c88ea51b57d4":"2025-06-11T00:35:25.882Z","0.0.0-experimental.32a2affc0bd52f57408558129fc55f88d07188fb":"2025-06-11T08:22:00.053Z","5.15.1":"2025-06-11T12:35:22.551Z","0.0.0-experimental.1d1bb7782aff2a3dab6c460d8a4b24062f767bce":"2025-06-11T12:54:40.909Z","0.0.0-next.852377769a21a1696d341c0d47752702a2081ea1":"2025-06-12T00:34:59.812Z","0.0.0-next.2ac30aa3c2080380c6e3351467b97665c82d8448":"2025-06-13T00:36:22.431Z","0.0.0-next.6e916d54c383bac6dfc70465a86b5436a698d516":"2025-06-14T00:34:37.650Z","0.0.0-experimental.ae2010c73ea60e398b726874a9b7b2bf3faada51":"2025-06-16T14:04:56.152Z","0.0.0-experimental.8d576f41729640e32a4a0cfcb258b6288e6631f6":"2025-06-16T15:07:19.126Z","0.0.0-next.8d576f41729640e32a4a0cfcb258b6288e6631f6":"2025-06-17T00:35:32.483Z","0.0.0-experimental.802cb832b90511f8e73309e96c68a9bbe932a499":"2025-06-17T08:35:19.192Z","0.0.0-experimental.c537c14ded7f732c92e3599dc4f92a462d411494":"2025-06-17T13:37:07.355Z","0.0.0-experimental.cf7b5567d5aec466707a9d9685676df38c5b7c5c":"2025-06-17T14:56:20.190Z","5.16.0":"2025-06-17T16:32:06.231Z","0.0.0-next.26bde6ef6bf3081acd31bd0e9dac0d9357028b9c":"2025-06-18T00:35:27.504Z","5.17.0-beta.0":"2025-06-18T13:40:15.818Z","0.0.0-experimental.67f2271ec4950d1212565fe2138c432b166671d4":"2025-06-18T14:04:14.932Z","0.0.0-next.b46cf0656566a9824abf9bbb9690d48b6dd97b83":"2025-06-20T00:35:17.501Z","0.0.0-experimental.fab5596272a3054c93ab4b5cc1cf3ee46872859f":"2025-06-20T11:59:58.387Z","0.0.0-next.008123965da692a55d02a1df63facc54077c6bde":"2025-06-21T00:35:08.369Z","0.0.0-experimental.008123965da692a55d02a1df63facc54077c6bde":"2025-06-23T12:15:11.338Z","0.0.0-experimental.f3ec579d505563eb88e01308248766a76e49d9b3":"2025-06-23T13:25:37.259Z","0.0.0-experimental.0b3ba1bea870de372b1c9fc203c4d4247c72120d":"2025-06-24T13:29:30.955Z","0.0.0-next.be26954af35e0d908e06277f686a3d86886c7a19":"2025-06-25T00:35:58.858Z","5.16.1":"2025-06-25T12:52:37.799Z","0.0.0-next.e3eb76a86aff89979cc9098aec129d2ffa600c56":"2025-06-26T00:35:37.396Z","0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4":"2025-06-27T00:35:54.065Z","0.0.0-experimental.8a51c4efa09335588f9c6bf9abb944755c850b31":"2025-06-27T15:02:43.997Z","0.0.0-experimental.8f69bf54f53c89cd97c05fdc6c2eff28ca1108c7":"2025-06-27T18:33:50.683Z","0.0.0-next.44d360536462e83bfc95c01fd21384d2a42d321f":"2025-06-28T00:34:26.420Z","0.0.0-experimental.3e666b1ad96ac2e82634e548e10ea7c7797a7474":"2025-06-30T14:03:35.735Z","0.0.0-next.3e666b1ad96ac2e82634e548e10ea7c7797a7474":"2025-07-01T00:40:30.040Z","0.0.0-experimental.7e6bb2fc6f3829ba115d567243904f12fc9d3cb2":"2025-07-01T09:12:12.667Z","0.0.0-next.5f27c76d39a0c192701bdc9daabce3bb59389ce3":"2025-07-02T00:35:52.466Z","5.17.0":"2025-07-02T12:00:31.274Z","0.0.0-experimental.90bb616e183f391fb943d4c1924ee8cea1129591":"2025-07-02T12:46:11.729Z","0.0.0-next.74fd566f2af148bb8cb5f3e2b65585e0922fbefd":"2025-07-03T00:36:00.530Z","0.0.0-experimental.ea4dae06eba4c664d83b262ac7ba524f09357453":"2025-07-03T07:21:09.376Z","0.0.0-experimental.5f7ab2346ca070f1b4148480fec4ed6e141cf1e7":"2025-07-03T09:05:32.116Z","0.0.0-experimental.9139e0ebf135e8f8ec2ea95468f0ac6fe6d9db9a":"2025-07-03T09:49:25.869Z","0.0.0-experimental.4d7b51c550c4d7f5fffd978a6f2b4e8047bea544":"2025-07-03T10:16:21.665Z","0.0.0-experimental.b64b317678ef49ec595d4adb8eab18393c8bc607":"2025-07-03T10:48:49.246Z","0.0.0-experimental.aa8f064c5e2c0138b780746dc4455c060da87829":"2025-07-03T11:08:15.117Z","0.0.0-experimental.2e370158d8f34cf33b7eaf3da53fe653e73eea74":"2025-07-03T13:03:35.385Z","0.0.0-experimental.36f6fd69b4f935991d26f27957949ec71f187528":"2025-07-03T13:41:42.610Z","0.0.0-experimental.281d87ac79eeddcaa1823767b9a4c9dbd5d6192d":"2025-07-03T16:26:39.373Z","0.0.0-experimental.06e300737ca79fa320fff00b809f095a5d7fe7c4":"2025-07-03T21:58:21.413Z","0.0.0-experimental.ee6fba7645b920b681c767f52ccacc9af1061abe":"2025-07-03T22:27:50.686Z","0.0.0-next.aeea877fea568733d8905186da22679c68bd73ff":"2025-07-04T00:35:26.050Z","0.0.0-experimental.47dd51a776d7335bbdc576a92232516fae36f44b":"2025-07-04T08:23:32.187Z","0.0.0-experimental.d4b8dd9e74eefeba4fc0574502c919ba4d091e1e":"2025-07-04T10:10:36.816Z","0.0.0-experimental.a43f40178ac76e3f2bd6860c987e0197be9da379":"2025-07-04T10:26:31.249Z","0.0.0-next.9c7149630dabd4c43f44cf68ed4ce6d7562607e8":"2025-07-05T00:34:17.313Z","0.0.0-experimental.4e8289da194e4249b943687480ee5bc44df3a99b":"2025-07-07T09:31:34.874Z","0.0.0-experimental.74f28e080f05b204d7a0feb2c141027a94e45782":"2025-07-07T14:03:29.173Z","0.0.0-experimental.e109058915a8a666fe344c3d221c5271225a1080":"2025-07-07T14:15:42.067Z","0.0.0-experimental.15aa51942723e4509a1fa9992c8dc4a81794cb1d":"2025-07-07T16:16:00.082Z","0.0.0-next.15aa51942723e4509a1fa9992c8dc4a81794cb1d":"2025-07-08T00:35:37.656Z","0.0.0-experimental.f37a0ea0333947b6879c4608fae75646d63c07a1":"2025-07-08T08:10:22.023Z","0.0.0-experimental.8ed7454f698016398d3ac8209f399206cfe8a6bb":"2025-07-08T09:15:07.759Z","0.0.0-experimental.edd76a7dfed80cd2a11bc9cb105d222f9f5150b7":"2025-07-08T09:48:40.326Z","0.0.0-experimental.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca":"2025-07-08T16:08:44.791Z","0.0.0-next.e50ef5e2ea57ecf3da5bcf308508b51ee3c0deca":"2025-07-09T00:36:36.923Z","5.18.0":"2025-07-09T08:51:59.746Z","0.0.0-experimental.e520c92630fde43c1d38054d2225464a88772b41":"2025-07-09T14:07:01.353Z","0.0.0-next.cca0790e58ec5d8f2f5ab275d475a147c679214e":"2025-07-10T00:36:00.919Z","0.0.0-next.0b05e14275f66f3bce0f2d93875c657c322c1d20":"2025-07-11T00:36:27.203Z","0.0.0-experimental.a40985766ab04e433896342630dbc2832adeb389":"2025-07-11T10:58:46.925Z","0.0.0-experimental.5562a421e4a1c11ca46fa7ee6fe6a5227e6eb54e":"2025-07-11T12:24:56.180Z","0.0.0-experimental.a412d03e447a6b755ceffc83d8a71631c0f4f25c":"2025-07-11T13:54:42.224Z","0.0.0-experimental.0b05e14275f66f3bce0f2d93875c657c322c1d20":"2025-07-11T14:36:16.322Z","0.0.0-experimental.065a2dd5b0120a0fd5864f4dcd767ce48fc6e15a":"2025-07-11T14:59:13.495Z","0.0.0-experimental.30fcd2850fb6535b4990881d519998998db74e4f":"2025-07-14T10:37:38.954Z","0.0.0-experimental.26b6df1ae17be39bee0a44af52f68ae505b3e744":"2025-07-14T10:46:10.913Z","0.0.0-experimental.864696ab15724578c0d6eea176c168b29a039255":"2025-07-14T11:42:23.540Z","0.0.0-experimental.f8df2d79a7853c4cc2ede1ecc22a5e7120b6a99c":"2025-07-14T12:41:52.809Z","0.0.0-experimental.e347d09bda40b82b260af06636f17c00f9286ac2":"2025-07-14T14:27:54.606Z","0.0.0-next.241fdb42ee4717520b69195ace47990e46fa4adf":"2025-07-15T00:37:23.179Z","0.0.0-experimental.a1a2361a76ebed3473eff9100361668494f36431":"2025-07-15T07:46:26.077Z","0.0.0-experimental.992051e9ba86a828182a248c3661b3a7e59fe389":"2025-07-15T08:50:05.015Z","0.0.0-experimental.072258cbcd42181dea057515b972de0e71a24ebc":"2025-07-15T09:12:24.536Z","0.0.0-experimental.78b97eb2a0d034a576c1ea4b7ea857077a6c929e":"2025-07-15T11:02:18.969Z","0.0.0-experimental.450e4ff9428f8004f7486fabc43fc65a1348f328":"2025-07-15T13:36:22.813Z","0.0.0-next.68883a121b7f22cc4ba74b40e02159d567c34e84":"2025-07-16T00:36:58.428Z","0.0.0-experimental.964ad1796fcbb5982733a4685d58a5163943d87b":"2025-07-16T12:12:17.082Z","0.0.0-experimental.7281e9ed655cf0093344801f3db6c50a4f6ec20f":"2025-07-16T14:17:47.491Z","5.18.1":"2025-07-16T14:29:05.653Z","0.0.0-experimental.646a3d905bdd8978683813330ee46984938eed0a":"2025-07-16T18:30:50.302Z","0.0.0-next.2d97100ef73dbf1378ee138cf52f414d1b32a0c5":"2025-07-17T00:37:18.043Z","0.0.0-experimental.40d1f18551408e7d01444dc515d9e8fffefe287a":"2025-07-17T12:32:51.288Z","0.0.0-experimental.471963100cb0e5466de3fd1a0eeb71981f488575":"2025-07-17T13:25:35.999Z","0.0.0-experimental.3b5c5bba2cb7af3269b82eddcc3fb81172ce3ba4":"2025-07-17T15:16:38.624Z","0.0.0-next.7899d7020477ed75611335b08da36306d04789a2":"2025-07-18T00:36:42.448Z","0.0.0-experimental.66a5fbf3abae2ab3dcb94cfb49cca01d4ba27a85":"2025-07-18T07:44:03.203Z","0.0.0-next.c298aeac1417f70f821a90898a6c04de1c932f2e":"2025-07-19T00:36:19.275Z","0.0.0-experimental.5aa166b6d14b8a896a5c865796f1ec9f465601e0":"2025-07-21T15:56:14.328Z","0.0.0-next.5aa166b6d14b8a896a5c865796f1ec9f465601e0":"2025-07-22T00:37:07.680Z","0.0.0-experimental.85d89daad792594faa7ca75fec6a1a1913e3e2cc":"2025-07-22T14:40:47.009Z","0.0.0-experimental.993ccd5c891d3e66ed36d4d90141b86a05160161":"2025-07-22T16:07:58.314Z","0.0.0-experimental.db61727b32e6ca16140d2b5b01b0735fd756c89e":"2025-07-22T16:19:14.794Z","0.0.0-experimental.bd259b48f33999761bf739bd451b30b8915029b3":"2025-07-22T16:25:44.284Z","0.0.0-next.44dc8b55b6c1db044f4b32ecadaaa45cb974b1ee":"2025-07-23T00:37:15.263Z","0.0.0-experimental.3b5e0826c739e9bb7beb72717bc7cc4538f4f50e":"2025-07-23T11:13:11.504Z","0.0.0-experimental.fb2be1aaadc8241fe794d7ac6301e4d20bea4f24":"2025-07-23T12:29:13.756Z","0.0.0-experimental.64aa1860e3755787c7547addabbf2d7710a33cd1":"2025-07-23T14:08:51.642Z","0.0.0-experimental.d5e2ac04fc211c528d0d69acd705f180e404f04a":"2025-07-23T14:15:01.985Z","5.19.0":"2025-07-23T15:11:29.864Z","0.0.0-next.388e513cc3cf096b0b3c845534d48a07e45be994":"2025-07-24T00:37:24.079Z","0.0.0-next.1ea8ba87204ca554e11dde5bccb8f4bcee6ec639":"2025-07-25T00:37:15.826Z","0.0.0-experimental.a6f2f892982f612c41afc292e836988dbb6783f5":"2025-07-25T08:20:50.266Z","0.0.0-experimental.d7c2fe905e01605cc69132059d0c5a1b87417088":"2025-07-25T12:14:12.245Z","0.0.0-experimental.c2b08ee20b017fc174cccf35c56c39438b0237b0":"2025-07-25T15:29:06.746Z","0.0.0-next.0e47ec1b0a372a20f2ceb1a335f43b5cb9d6b3fe":"2025-07-26T00:36:55.797Z","0.0.0-experimental.ffc36acb308febe288f1a31b62cbbb75b286585c":"2025-07-28T15:56:22.745Z","0.0.0-next.ffc36acb308febe288f1a31b62cbbb75b286585c":"2025-07-29T00:40:24.006Z","0.0.0-next.df0d99415fc543d9747f3946fd7d1a4c39052b95":"2025-07-30T00:37:36.649Z","0.0.0-experimental.c35a4b9abd571c6562b64b2aa4381dbf2a030f24":"2025-07-30T08:26:32.622Z","5.20.0":"2025-07-30T12:47:17.318Z","0.0.0-next.8f0cdd4f9e4697ffed86c783465297fe532713f8":"2025-07-31T00:37:47.551Z","0.0.0-next.20c174685c9e5863b57503950b4359362bc6ebac":"2025-08-01T00:41:58.440Z","0.0.0-experimental.b8af96ac1bfeefc51fda0c470991a79af1e7cb6d":"2025-08-01T08:17:48.224Z","0.0.0-experimental.c0230080422833e9f0ca44d36e189db4e447fa84":"2025-08-01T08:41:53.315Z","0.0.0-experimental.4ba6327ad9358dc248e95b1ff7d6566fc59325c8":"2025-08-01T10:50:49.182Z","0.0.0-experimental.0f7ad26c773831c2f177392d4cf67cdb3d724c9a":"2025-08-01T15:53:22.116Z","0.0.0-experimental.b97a0a9d89dea4366387e49bf0e46a36a0a32669":"2025-08-04T09:17:32.298Z","0.0.0-experimental.180712c70852cc8954b512c71e99e50065106e95":"2025-08-04T09:29:12.754Z","0.0.0-experimental.ef1d1db8f9c879c5db48472a0add235295c17c50":"2025-08-04T11:53:49.390Z","0.0.0-experimental.c07a090cfe9d1d22dcaa6b2d0967f1ab0a59eaeb":"2025-08-04T13:09:54.717Z","0.0.0-experimental.ca5f02ef2ec166e219546983049c0543bed92f8d":"2025-08-04T15:44:56.092Z","0.0.0-experimental.2a9b9b61cfdc484a1736b8c7d460c850ecc64608":"2025-08-04T16:39:16.388Z","0.0.0-next.2a9b9b61cfdc484a1736b8c7d460c850ecc64608":"2025-08-05T00:38:28.535Z","0.0.0-experimental.d7e843dcd98e348e0613b0e906486fba5057dc10":"2025-08-05T08:15:35.599Z","0.0.0-experimental.aa7a2469494b789539dfb9508d5dce9526d83b7d":"2025-08-05T12:17:43.478Z","0.0.0-experimental.da76e83c9180ce7e4ab187aece17ea6bf19c783c":"2025-08-05T13:03:11.962Z","5.21.0":"2025-08-06T09:43:03.406Z","0.0.0-experimental.bfe6f6b9fccddaa4781777130c8482d8a980e171":"2025-08-06T13:42:52.189Z","0.0.0-next.3116274aabb83ba9f858814329ead55ccaea244d":"2025-08-07T00:38:37.056Z","0.0.0-experimental.3b30027ffc64412dc5d9d48096f5e82c5b50589c":"2025-08-07T14:20:38.607Z","0.0.0-next.f5d21551ed005f524bfc4760b274f1be154e26a8":"2025-08-08T00:38:15.990Z","0.0.0-experimental.b72ed8ba7907bf9b8b6e3eec77452255be58332e":"2025-08-08T13:48:26.726Z","0.0.0-experimental.4a33056a161ac309a7bfc1ea77527009939b7ffe":"2025-08-11T08:56:05.510Z","0.0.0-next.9ee35b96a156316b69719c0e5fec26bce796b251":"2025-08-12T00:35:40.407Z","0.0.0-experimental.9ee35b96a156316b69719c0e5fec26bce796b251":"2025-08-12T07:47:26.865Z","0.0.0-experimental.d1015a5194f12ae455cf40d340f03576bb0691c0":"2025-08-12T16:45:34.027Z","0.0.0-experimental.a2a709217c0915a7aee8565a2ee2ec99a61a3143":"2025-08-13T08:26:40.895Z","5.22.0":"2025-08-13T10:23:45.860Z","0.0.0-next.330c50cc41f280d03e0fdb875323ab5133aeebf3":"2025-08-14T00:35:52.685Z","0.0.0-experimental.71d44e9dcbf4e4eff0c82e8a7249b4f02f58321e":"2025-08-14T08:57:03.602Z","0.0.0-experimental.1b41fa6e818f02106c183211c1d01583e4a869dc":"2025-08-14T15:34:59.740Z","0.0.0-next.06f5279fc9311f59f0473629613fe9516b74ddca":"2025-08-15T00:36:40.225Z","0.0.0-experimental.930984cb14e431b8079ddfcaaae035bdb5cf5edb":"2025-08-18T07:46:46.860Z","0.0.0-experimental.bfebfd7c00ec32a4abdb9232b602fb8d06992fcc":"2025-08-18T14:27:16.587Z","0.0.0-experimental.e5d4b412da0d932b61b2fa5012d16513fda6de04":"2025-08-18T16:28:43.848Z","0.0.0-next.e5d4b412da0d932b61b2fa5012d16513fda6de04":"2025-08-19T00:35:08.826Z","0.0.0-experimental.f600e084b864385e72758f0425ff073b2c4f84ee":"2025-08-19T15:41:17.560Z","0.0.0-next.09e349ad451f6667368dec0a3a23c11e4e1eb63d":"2025-08-20T00:33:53.779Z","5.23.0":"2025-08-20T09:12:06.624Z","0.0.0-next.1dfd60174ce2c06c3b7205b04442108409d280ec":"2025-08-21T00:33:27.256Z","0.0.0-experimental.838b114ef86c9081f990c3b46f5843a41088ec64":"2025-08-21T15:27:18.549Z","0.0.0-next.6a38f974ec7350286f5c323503fb1e90c54da7ca":"2025-08-23T00:33:35.585Z","0.0.0-experimental.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b":"2025-08-25T16:01:41.514Z","0.0.0-next.9243d2d1af29ab9842c7037bef47fdf1bc6efd8b":"2025-08-26T00:35:01.403Z","0.0.0-experimental.a8a53e3e7c4ad1ffcd42935b3b19bdddc074e036":"2025-08-26T07:56:12.114Z","0.0.0-experimental.21a15816fa927781ba15bf4b441dd96f66bd33f4":"2025-08-26T14:18:57.620Z","0.0.0-experimental.b7cfb5022f2343257445f9e7feb75c7465742c85":"2025-08-26T15:21:56.910Z","0.0.0-experimental.dade06b8247a834854b897c534e3b7dff8eb010a":"2025-08-26T16:35:00.422Z","0.0.0-next.bcd95cff43d659ea70548b3c8eec3a4b9cb8dcf8":"2025-08-27T00:34:01.727Z","0.0.0-experimental.8478bb287dfba93afd007cad7697c0f88853a2d8":"2025-08-27T08:02:01.426Z","5.23.1":"2025-08-27T12:41:05.040Z","0.0.0-next.1c8a275e8005f3b714e8b68ec0ea81fa81727620":"2025-08-28T00:33:44.008Z","0.0.0-next.965570e6e12a33ad098ddb3174a9750fddb03be2":"2025-08-29T00:34:30.603Z","0.0.0-experimental.ed76b5e1c1d6fb3b4435c438af7398a06b511d6f":"2025-08-29T06:58:32.458Z","0.0.0-experimental.e5be7949a8aed02e6af3c5a8bb244f5512801ec4":"2025-08-29T10:12:51.837Z","0.0.0-next.318e33b8c2c2d8af588acb73383750664a9336e3":"2025-08-30T00:32:24.818Z","0.0.0-experimental.6dcc00cde430a8f928a482d5c989396386c42f54":"2025-09-02T07:26:38.965Z","0.0.0-experimental.928bc0088a1289976efdc6b5b43687057d28beff":"2025-09-02T08:59:30.817Z","0.0.0-experimental.cd782e586c4023aa5668811fa661cd4a851b69b3":"2025-09-02T09:08:26.615Z","0.0.0-experimental.318e33b8c2c2d8af588acb73383750664a9336e3":"2025-09-02T10:06:26.706Z","0.0.0-experimental.0e5c9562e7bee0ab55e14e247b87a12c3b0ecb40":"2025-09-02T13:46:23.535Z","0.0.0-experimental.ae51b136d065d25740e6d2aa634b3dfec5824476":"2025-09-02T17:33:29.862Z","0.0.0-experimental.2d6090a3daf17566fa3c04263f4fd9c9475c5c82":"2025-09-02T17:49:33.858Z","5.23.2":"2025-09-03T12:23:31.479Z","0.0.0-experimental.a1da9b829e36a866a425439d22ab6f484b547d9f":"2025-09-03T14:51:56.864Z","0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f":"2025-09-04T00:32:19.302Z","5.23.3":"2025-09-04T12:36:17.028Z","0.0.0-next.9c8de92874cc9e5ffb105e4f613c1d2fff7b3207":"2025-09-05T00:33:15.356Z","0.0.0-experimental.75524da74c8427faada874289db9595b2831263a":"2025-09-05T07:42:29.432Z","0.0.0-next.f0bfcece1007e5aa527570187635aefc86db536e":"2025-09-06T00:32:13.272Z","0.0.0-experimental.d9724d67b33363354d7171a9f2265e1c42485e13":"2025-09-08T16:50:47.151Z","0.0.0-next.d9724d67b33363354d7171a9f2265e1c42485e13":"2025-09-09T00:33:37.401Z","0.0.0-experimental.3cb2a2d64e53c5083ad5e69b51a4e4af93a789d4":"2025-09-09T14:34:30.314Z","0.0.0-next.79130900d1d112764eefaff6719704e0a3384e09":"2025-09-10T00:32:59.253Z","5.23.4":"2025-09-10T14:56:16.628Z","0.0.0-experimental.00b482b8dcda6164537baf70d52b4b2535560c36":"2025-09-10T15:25:03.422Z","0.0.0-next.723a1311e3f0f4363e0534936b9b71d699491dfb":"2025-09-11T00:33:31.048Z","0.0.0-next.9f197efe32a3170748e5e71b4c5c03395f2676b7":"2025-09-12T00:32:55.413Z","0.0.0-experimental.9f197efe32a3170748e5e71b4c5c03395f2676b7":"2025-09-15T15:20:33.936Z","0.0.0-experimental.0d032f7162e466cffad381fdb06c4b14b532c6b6":"2025-09-15T15:31:53.890Z","0.0.0-experimental.83f23a40206562f4b4916d31f95bf453e8511603":"2025-09-16T12:57:26.705Z","0.0.0-experimental.3442fe2854ef8bf2e06b849a61a1e8e757113a47":"2025-09-16T15:11:51.648Z","0.0.0-next.6df41d57bcc9a1075bfdf986fe57760632bb78b9":"2025-09-17T00:33:25.831Z","0.0.0-experimental.8a41bddd1fbbac61aa43a961ea1ff74ac586cf55":"2025-09-17T10:26:47.302Z","5.23.5":"2025-09-17T15:33:43.628Z","0.0.0-experimental.5771a2e1430534dcd034abb693b216b2af3caf75":"2025-09-18T15:30:21.578Z","0.0.0-next.becb1565a20b0d3fbd0e2d79455c09c2f9f46808":"2025-09-19T00:33:35.698Z","0.0.0-experimental.e65c671348c825470427c509f1273497b0b4b828":"2025-09-19T11:03:07.815Z","5.23.6":"2025-09-19T12:50:59.959Z","0.0.0-next.aac81a07a71e5ec63b5ab0e89d27b03eab66d58f":"2025-09-20T00:32:15.632Z","0.0.0-experimental.d23f1485e5669cca1cee1bf5f8168b6b8109b78f":"2025-09-23T10:15:14.988Z","0.0.0-next.d23f1485e5669cca1cee1bf5f8168b6b8109b78f":"2025-09-24T00:33:06.980Z","5.24.0":"2025-09-24T13:07:44.418Z","0.0.0-next.281b331dc777a6a76694c122f7d1d9bc8c783747":"2025-09-25T00:33:35.506Z","0.0.0-experimental.a1b9cf7971f495cb61c820da5fd4719066894c38":"2025-09-25T08:16:25.441Z","5.24.1":"2025-09-25T10:58:44.632Z","0.0.0-next.86f7c82a340bd1cb833f5f785b8001df5461c5a9":"2025-09-26T00:33:16.691Z","0.0.0-experimental.fabc1d11d851a17662804b9cfcc3e1e8c89252ac":"2025-09-26T11:53:46.522Z","0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e":"2025-09-27T00:32:42.003Z","0.0.0-experimental.e1190a18a42ad50bfe5e11f6bc26bba8d50fee80":"2025-09-29T10:30:43.516Z","0.0.0-experimental.5012b17fdc42545b7826f8fab2f323ecbd113cc3":"2025-09-29T12:43:13.874Z","5.24.2":"2025-09-29T15:13:47.482Z","0.0.0-next.de7aa8b6d2161b0be06244360caa235b8619d823":"2025-09-30T00:33:49.999Z","0.0.0-experimental.de7aa8b6d2161b0be06244360caa235b8619d823":"2025-09-30T08:23:29.508Z","0.0.0-experimental.ce5faa6c7fd5c9ab2a256f4595ef938ce908c95a":"2025-09-30T12:31:11.038Z","5.25.0":"2025-10-01T11:00:09.669Z","0.0.0-experimental.23fd4efd9993254ca1ccfe8d42efef2b62f95cc5":"2025-10-01T12:23:46.415Z","0.0.0-experimental.97d8e30d2c8447966e01ec3e7ad8596fc4b9bc81":"2025-10-01T16:27:55.217Z","0.0.0-experimental.e81b49f196c3dd00856818d61a256a3ff8ec2011":"2025-10-01T18:02:47.737Z","0.0.0-experimental.0ef52256bbcb9fb8e0689f4b51a6e8356f520184":"2025-10-01T18:52:20.896Z","0.0.0-next.73c6a77641373a80d30f9caed8985f2a9dcf3d85":"2025-10-02T00:32:20.375Z","0.0.0-experimental.2d48f8b1017159ba014b16697d04b94fd61284c4":"2025-10-02T10:26:32.834Z","0.0.0-experimental.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266":"2025-10-02T11:25:42.458Z","0.0.0-experimental.9b368058b6f2b1a6af59c16e70b760d267c37afb":"2025-10-02T13:33:59.870Z","0.0.0-experimental.e2470e445250122b296c35dbfbe37b30b02d058e":"2025-10-02T14:43:30.467Z","0.0.0-next.8b11c0eca020d4c84f17c9f06f36fb9c87fb3266":"2025-10-03T00:32:15.380Z","0.0.0-experimental.787b5dd204c2d1e78f3cf56858edef7fc23b64ba":"2025-10-03T15:44:08.054Z","0.0.0-experimental.22a391ec07f14c56075d175b19d103b4d28afec4":"2025-10-06T08:43:56.313Z","0.0.0-experimental.59c74df413b490d3b2a8de117a803480a61c4f0e":"2025-10-06T12:51:48.273Z","0.0.0-experimental.1f56e9319665c8cc385eb5e4178ceb6741c6d490":"2025-10-06T13:52:23.366Z","5.26.0":"2025-10-06T14:56:30.708Z","0.0.0-next.e326c69a49373b420f6566c30aca26f4b6274c6a":"2025-10-07T00:33:35.289Z","0.0.0-experimental.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65":"2025-10-07T10:23:58.248Z","0.0.0-experimental.79997d8f6ddea2aeda3fa4d9447acf0231a16207":"2025-10-07T14:21:03.684Z","0.0.0-experimental.593477f7fc25b581b6188659105f8481fb826305":"2025-10-07T15:11:38.045Z","0.0.0-next.5e751dbf11f7c9c67c50b3727ea8cbb4c8293e65":"2025-10-08T00:33:29.478Z","0.0.0-experimental.077525fde59dcd6132eea4b5347e7051305aa29c":"2025-10-08T12:16:30.001Z","5.27.0":"2025-10-08T13:29:39.982Z","0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766":"2025-10-09T00:33:35.258Z","0.0.0-experimental.04ef75fd65eee34386f1b1ce6b18736ba7b4ac0b":"2025-10-09T15:01:02.147Z","0.0.0-experimental.b28f40a70ba5f4e9c21505c8435c56aaa072febf":"2025-10-09T15:11:56.338Z","0.0.0-experimental.e1a19b9e52cdcb526515883c8289522a64c9871a":"2025-10-09T20:43:27.189Z","0.0.0-next.e1a19b9e52cdcb526515883c8289522a64c9871a":"2025-10-10T00:33:47.246Z","0.0.0-experimental.00fefb05c5c56986f41a4710d5a5e719b5ae58ed":"2025-10-10T12:20:45.345Z","0.0.0-next.35ca30daa48c41dc5d8fa1d8312557d733c580da":"2025-10-11T00:31:51.315Z","0.0.0-experimental.f6dac3be63e884d904fb13337e7f4492716b827e":"2025-10-13T14:50:31.682Z","0.0.0-next.14544b7e467abcdf17e5e27975a1550d1dbc6716":"2025-10-14T00:33:28.017Z","0.0.0-experimental.91f3ae970fe679dc0b1aa20eed15d1ebe84c0a6b":"2025-10-14T07:25:38.997Z","0.0.0-next.135d7d2659d881c60d26eccf2086f7c5d96cbc24":"2025-10-15T00:34:53.844Z","0.0.0-experimental.011bfeb83dc6344ffdc0f9c757af54f61c74e22f":"2025-10-15T11:19:14.112Z","0.0.0-experimental.2266f14b0f53c47b13d4c9458463449fc108b477":"2025-10-15T12:15:07.708Z","0.0.0-experimental.63c5375be92fd706d5e08df8a46afad5706a235e":"2025-10-15T12:52:25.713Z","5.28.0":"2025-10-15T13:50:25.384Z","0.0.0-next.83367b80833204c0744701aef452a8d8d2ce25b6":"2025-10-16T00:35:09.409Z","0.0.0-experimental.05c808da4ba23c7d692755e4be824a7e89c8b752":"2025-10-16T12:00:46.723Z","0.0.0-next.aa9c4618783d5e736a3c470cb132b4b7ac807584":"2025-10-17T00:34:04.070Z","0.0.0-experimental.0c2361813494902888825a6eb8a006cb836f09d6":"2025-10-17T13:04:51.264Z","0.0.0-next.88599e70ce0e4e804e2bad578aba4718c5a5304d":"2025-10-18T00:32:09.827Z","0.0.0-experimental.654757574d20aad63fa3d4d688867ce116477a0c":"2025-10-20T12:20:53.727Z","0.0.0-next.96a532b33a712f19b498ed0a82a84752247cd899":"2025-10-21T00:34:34.756Z","0.0.0-experimental.6188a65af997a4a8b190bbf104a9ba27ebf583c8":"2025-10-21T16:29:59.298Z","0.0.0-next.913e7071c9410ff8af2e776e25f9fb1c38cb59dd":"2025-10-22T00:35:21.920Z","0.0.0-experimental.e99215433ba1d6e5497350812df274f426dbdba3":"2025-10-22T10:14:07.682Z","5.29.0":"2025-10-22T12:44:36.385Z","0.0.0-experimental.e4103be75de4e986d3c7eacedc971623d1dd2d63":"2025-10-22T17:00:21.257Z","0.0.0-next.da19c0501ff87d14fb664b55b8e0630d3c548485":"2025-10-23T00:34:19.303Z","0.0.0-next.4e3b7c0d7fa4aea6cd9c7de5f63e77d79e147a0f":"2025-10-24T00:31:33.336Z","0.0.0-next.88e2effa81cb9544dd09eb0536e39c3fed6ef4c9":"2025-10-25T00:34:07.715Z","0.0.0-experimental.00380841fe1b29f71fe755bb387fa1f75073621b":"2025-10-27T13:59:39.845Z","0.0.0-experimental.47fec47d39711511b8558211f9692e544ec67a36":"2025-10-27T16:30:48.953Z","0.0.0-next.00380841fe1b29f71fe755bb387fa1f75073621b":"2025-10-28T00:33:52.611Z","0.0.0-experimental.65ea8c7363e4ca01d05c1f059f39d24b3db53ca7":"2025-10-28T15:21:46.826Z","0.0.0-experimental.da850ac6030a73229550aab5ce80ce47be683429":"2025-10-28T17:27:27.155Z","0.0.0-experimental.d19a9dcb5829d725ba4d7c1e7b3ae9c816c26514":"2025-10-29T10:48:03.489Z","0.0.0-experimental.394f7bcc9e1a1650313754e0a45b2bee607e2221":"2025-10-29T15:22:09.492Z","0.0.0-experimental.4bff63e3a112a60282524bf4515b64d9cf4e48b6":"2025-10-29T15:25:55.618Z","0.0.0-next.9c630ba4333dffc2c1c8150d9226dfbb67b02e09":"2025-10-30T00:35:35.549Z","5.30.0":"2025-10-30T10:16:43.199Z","0.0.0-experimental.1adb7cbba7a5f6ab9f656ed4665f51be3a0cdec0":"2025-10-30T15:28:04.206Z","0.0.0-next.07574a2620494b9275cb638d597903ed2f92c360":"2025-10-31T00:34:57.913Z","0.0.0-experimental.d190a700af70e9360d767221b76cd8e815bd01aa":"2025-11-03T15:49:35.124Z","0.0.0-experimental.649ac21b24627b69200e5839501d151f7aa4680a":"2025-11-03T18:00:58.263Z","0.0.0-next.d190a700af70e9360d767221b76cd8e815bd01aa":"2025-11-04T00:34:33.110Z","0.0.0-next.ce8ed0c8aa03361c3009f41af96f742be028ffd9":"2025-11-05T00:35:48.615Z","0.0.0-experimental.c3f10a5b687b721249c6a6a6f6e12946d37594d3":"2025-11-05T08:18:24.274Z","0.0.0-experimental.1827b02a6ce14d67bfd14ebe164a8039ef6ca2f3":"2025-11-05T08:45:54.930Z","5.30.1":"2025-11-05T15:42:22.422Z","0.0.0-next.807d2d1373c0c4b2c9c8a23debef0bf1b6af5fc1":"2025-11-07T00:36:00.590Z","0.0.0-experimental.848e0ac442910c1ad22a7c5eaab07088827fb53c":"2025-11-07T14:09:26.678Z","0.0.0-next.1b104e9d1e415cecd413a2bf989f9eb3c8ed6e05":"2025-11-08T00:33:34.563Z","0.0.0-experimental.cad2fba5593c9ceddfc264fcecd9313a7f866d1a":"2025-11-10T14:10:57.545Z","0.0.0-next.10e62155f737fd6e63fc8a032ef377bdbf764e76":"2025-11-11T00:36:22.221Z","0.0.0-experimental.10e62155f737fd6e63fc8a032ef377bdbf764e76":"2025-11-11T09:37:59.296Z","5.31.0":"2025-11-12T10:22:13.681Z","0.0.0-experimental.5ca715092a47e28379bc9ad56ebe85d907ef0330":"2025-11-12T15:56:10.312Z","0.0.0-next.62638801ce303ba9d03355a9f041541cc6668ae0":"2025-11-13T00:35:40.773Z","0.0.0-next.92e60e369ae0e382a5d486de347f6d286ab22987":"2025-11-14T00:36:08.265Z","0.0.0-experimental.038987fe1b9ce8964cdd7e5b43cae5f2b7ed98d9":"2025-11-14T08:49:02.530Z","0.0.0-experimental.f9ca9ac9518346cac58a4a3a576bc9d9d795570d":"2025-11-14T10:53:04.533Z","0.0.0-experimental.14806124ce23818298c02cb84342c60db4704250":"2025-11-14T11:27:40.012Z","0.0.0-next.32e19446d7ac2d8eaffa53da59f933ca5716d727":"2025-11-15T00:34:37.456Z","0.0.0-experimental.0d1bdfce3abec8974dc41933b18ba81c45b93475":"2025-11-17T08:53:59.682Z","0.0.0-experimental.a1edcc9d9fab426bad8fd1a111e6d06cb07849be":"2025-11-17T10:32:14.691Z","0.0.0-experimental.cb374d6b06692607bcfbd4d5131bafd4c990aa29":"2025-11-17T16:58:12.480Z","0.0.0-next.cb374d6b06692607bcfbd4d5131bafd4c990aa29":"2025-11-18T00:35:30.682Z","0.0.0-experimental.068169c1acb096333ffd6d7f0ecb2e5942027466":"2025-11-19T09:35:08.644Z","5.31.1":"2025-11-19T13:40:49.875Z","0.0.0-experimental.80d3ba906e416cd717a3e334f2905460b7648735":"2025-11-19T17:42:20.903Z","0.0.0-next.4df41dfed303a6fe5d2f36c53a4f144039ba7018":"2025-11-20T00:35:21.926Z","0.0.0-experimental.33e7800dc9389f78c5b00f5962ebc395c1acef77":"2025-11-20T10:38:13.374Z","0.0.0-experimental.ab7bb8f8d3c8871e51e0720c5d36d826309f80b5":"2025-11-20T12:57:22.333Z","5.31.2":"2025-11-20T13:26:42.766Z","0.0.0-next.e2e3ca14971ee768e1a227a209362264fd0132d4":"2025-11-21T00:35:18.334Z","0.0.0-next.29273b8e8a9a5aa635e5680190eda01f861431aa":"2025-11-22T00:34:17.346Z","0.0.0-experimental.50e7f41993c2e6e11d3c5a39b47f003ddb06cddc":"2025-11-26T19:38:02.509Z","0.0.0-next.3bb2a3e305c5c30401a3bb9ef0962536c2979682":"2025-12-02T00:36:15.758Z","0.0.0-experimental.3bb2a3e305c5c30401a3bb9ef0962536c2979682":"2025-12-02T09:54:46.789Z","0.0.0-next.e7ae51b01f78ddeaa09c4aa3e3882f466a5b3188":"2025-12-03T00:36:10.615Z","5.31.3":"2025-12-03T14:23:56.162Z","0.0.0-next.869f75b82c6faf1fddc8e4b7f968f36442c8fc62":"2025-12-04T00:36:53.893Z","0.0.0-next.9b24f8f26a4217f9f2873c24ebbdfdcb25de62d3":"2025-12-05T00:36:55.926Z","0.0.0-next.4828e44800fa93cb20b61e4256f9362eb94762bc":"2025-12-06T00:35:08.239Z","0.0.0-next.27dfba4594f9d9b2edcf7f7f153e07e7ff9c0ca5":"2025-12-09T00:36:42.581Z","0.0.0-experimental.b36a133e9f508c795cf2c216f7068ef32c0263dc":"2025-12-09T08:47:07.242Z","0.0.0-experimental.ea7b84e4dfc408ad9c9b6a87f0787d4038f9a698":"2025-12-09T10:47:35.228Z","0.0.0-experimental.17e2e1b34c371a2aa00af68ae9df3c8aeac16d0e":"2025-12-09T13:52:26.547Z","5.32.0":"2025-12-11T13:38:16.943Z","0.0.0-experimental.d23cf03468a18dc3f2af9af6c6fdaa59c3b8c3b0":"2025-12-16T15:47:39.266Z","0.0.0-experimental.f86f67937111a56cae88a8a8c0d84fb2d9c39dd3":"2025-12-16T21:41:43.966Z","0.0.0-next.3ddf378a6573738ddf1dc135483add3945dc2b9b":"2025-12-17T00:36:49.141Z","5.33.0":"2025-12-17T13:17:29.277Z","0.0.0-experimental.d22a30ff5eadbdd86ef2955b3348042f23a02021":"2025-12-17T15:42:34.880Z","0.0.0-next.f0f36e3df4b18f167036dcbca529dcb933bf4e1d":"2025-12-18T00:34:13.915Z","0.0.0-experimental.bca2f43ed2b0638d8f24d8374ed1d687a14e4981":"2025-12-18T14:32:52.203Z","0.0.0-experimental.cf9e379c46cf263536f65705ad6247ed9a4a0fd1":"2025-12-18T16:35:01.321Z","0.0.0-next.a767343b1e63a03d004a3bfe31496e5d84e421b9":"2025-12-20T00:35:53.247Z","0.0.0-experimental.e822ba8a3443f5fce869d85539f9fdaa02e10639":"2025-12-22T15:10:14.110Z","0.0.0-next.e822ba8a3443f5fce869d85539f9fdaa02e10639":"2025-12-23T00:37:00.490Z","0.0.0-next.38fdaeb928a90913efe2531294caf9dbb0101b9d":"2025-12-24T00:37:32.523Z","5.33.1":"2025-12-29T09:49:48.082Z","0.0.0-next.183b579eb5d65d757bc27f075a506141af6b54f1":"2026-01-02T00:37:50.794Z","0.0.0-next.f86041c89a8c1545c6437a881dc613e98bc52bd7":"2026-01-03T00:36:14.920Z","0.0.0-experimental.f86041c89a8c1545c6437a881dc613e98bc52bd7":"2026-01-05T16:30:51.266Z","0.0.0-experimental.12ff9c2481ab94e3db507526925787ea5ec432e8":"2026-01-07T14:54:45.103Z","0.0.0-experimental.0150b197100692b5bfb9eeb498f30f62c4067a4d":"2026-01-08T08:23:15.799Z","5.33.2":"2026-01-08T08:53:47.711Z","0.0.0-experimental.28d966ce1a6a28f460e50eca0fe9493a01f0b510":"2026-01-08T17:36:08.027Z","0.0.0-experimental.ab7e6924d2c3f6a6f5f18f40aa7acbf10fe81231":"2026-01-08T18:38:07.790Z","0.0.0-next.3bbf843e0e0c44d560142261874d84f80adf06c4":"2026-01-09T00:37:51.283Z","0.0.0-next.83f9ccf1fd746ed4fad4bebf04cf998ddaafb5bc":"2026-01-10T00:37:49.663Z","0.0.0-experimental.64a197a80704d972853b11d20c46cca28ccd81be":"2026-01-12T16:07:06.522Z","0.0.0-experimental.93d5c3a6269bd88963624ad6a1de17059c6088a0":"2026-01-12T21:31:05.561Z","0.0.0-next.5e802f7866b83084a685cdf50a5ef2d63bb63016":"2026-01-13T00:34:25.409Z","0.0.0-experimental.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9":"2026-01-13T08:52:41.123Z","0.0.0-next.8bcbfc344d6e07c39392d86f9db3f86c3bb652c9":"2026-01-14T00:39:17.177Z","5.33.3":"2026-01-14T11:11:55.276Z","0.0.0-next.2629db11076d2d4b5065681c1f68c7735ef04d8a":"2026-01-15T00:35:38.727Z","0.0.0-next.2f59ed58b4a8aa48510bb243dd700591fae99973":"2026-01-17T00:36:43.893Z","0.0.0-experimental.2f59ed58b4a8aa48510bb243dd700591fae99973":"2026-01-19T18:24:20.080Z","0.0.0-next.c511e0f2d5c8549e150e6a69dda1a37589419a1b":"2026-01-20T00:37:26.922Z","0.0.0-experimental.fecf677921383be55c6ab62960f7a6ff1f1a2d5e":"2026-01-20T09:37:03.129Z","0.0.0-next.887de12487694078a1de0c143d7abfb47bf63396":"2026-01-21T00:39:07.563Z","0.0.0-experimental.023f69ca0e1d9d92f3872c9af9057164d573aed0":"2026-01-21T11:02:21.592Z","5.33.4":"2026-01-21T11:49:41.981Z","0.0.0-next.d12f17cb0e0c555e001d49241bfe5ec85e83c948":"2026-01-22T00:39:18.264Z","0.0.0-experimental.7c850cc0f8b3032b7d199502744c3a2560f3c680":"2026-01-22T11:38:01.902Z","0.0.0-experimental.cef7e174cd70001870d28ae8ef2f0e0f08059237":"2026-01-22T13:48:03.261Z","0.0.0-experimental.a9295bd5c09c58e8821ee64799152fdb94be26db":"2026-01-22T14:08:51.108Z","0.0.0-next.1153e05e6e54eead0bff0656c85335cef8e9ccf0":"2026-01-23T00:38:59.669Z","0.0.0-next.7aeba25dd6b00a17482ac91437b82b44a94ba79a":"2026-01-24T00:37:51.050Z","0.0.0-experimental.cd571158691d01c13df278a2ec80dc5604805f8e":"2026-01-26T16:29:52.731Z","0.0.0-next.9cb5ee9e4c73dd5537cb7d990121b92ee016decd":"2026-01-27T00:40:37.930Z","0.0.0-experimental.b624d8788294373ea5eada07f46005bb79d7ff72":"2026-01-27T15:04:30.419Z","0.0.0-next.40bf9c0fe06cdb654f02c401d3c941145d453ec2":"2026-01-28T00:38:46.682Z","5.34.0":"2026-01-28T15:01:36.464Z","0.0.0-next.7d64e3a739b6d021238768a0c4956ebafbf21fa1":"2026-01-29T00:43:05.167Z","0.0.0-next.9ac59135b139f5a7fa5d09a55d9f90a6ec39ccc0":"2026-01-30T00:43:13.515Z","0.0.0-next.a067d091b176b9dbeeec36c2cb1eaed448943860":"2026-01-31T00:42:03.681Z","0.0.0-next.e5b87a54008c9de2b3286a4774635dcf69895d9b":"2026-02-03T00:45:40.881Z","0.0.0-experimental.e5b87a54008c9de2b3286a4774635dcf69895d9b":"2026-02-03T08:17:18.491Z","0.0.0-next.cff45c3624b7624777a0c7a5446a72037c5b5395":"2026-02-04T00:42:09.080Z","5.35.0":"2026-02-04T12:54:50.964Z","0.0.0-experimental.1b5df477f51ca85da87abc56c94c8f63c178dcb4":"2026-02-04T17:30:22.814Z","0.0.0-next.355b65778029082ecc751d18f230c428a0945906":"2026-02-05T00:45:42.885Z","0.0.0-next.f7ec7455688335d508b54389dbe9fa713a7bbbae":"2026-02-06T00:42:37.381Z","0.0.0-next.4d52f2a5f577771e17fbc2d63fefae6cf1ee550f":"2026-02-07T00:42:41.111Z","0.0.0-next.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0":"2026-02-10T00:51:32.287Z","0.0.0-experimental.a4a53fd30626959d9711b5967e3c51e0b3b5b1c0":"2026-02-10T08:14:48.529Z","0.0.0-experimental.faf3e16afe14dc55dc03a3b04ce02f02d9266960":"2026-02-10T15:21:01.391Z","0.0.0-next.eac316c672390ecdf839b7277a843cb71d2c72ff":"2026-02-11T00:49:56.420Z","5.36.0":"2026-02-11T14:11:48.536Z","0.0.0-next.bf72b0ec4300433304f9701b33c8339add47bef1":"2026-02-12T00:45:23.006Z","0.0.0-experimental.d2a63b7d070930ac7f3580b6fcb9c2b61b18cec9":"2026-02-12T08:36:36.977Z","0.0.0-experimental.53369477a0d6496bef7d9cae680fcbde5d733f4e":"2026-02-12T16:22:13.229Z","0.0.0-next.31993527c12f45a9812779b9cdeb2606323c29d2":"2026-02-13T00:48:30.793Z","0.0.0-next.e5475e965ebee98a8b25d9315d522dbbe2c00942":"2026-02-14T00:44:38.510Z","0.0.0-experimental.7221cc346df633a7cbcf4d267ba928cee4c74b45":"2026-02-16T10:03:18.251Z","0.0.0-experimental.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b":"2026-02-16T16:43:34.409Z","0.0.0-next.761c7ba090a9d8f5f1e2f96f0b09e93b5ab7f64b":"2026-02-17T00:45:39.756Z","0.0.0-next.77d88b074356da63c1174a40e3489034363086a4":"2026-02-18T00:46:07.911Z","5.36.1":"2026-02-18T14:22:41.038Z","0.0.0-next.062cd562d0b09991b8a21fc4a32ef3eee76d7c4a":"2026-02-19T00:46:27.685Z","0.0.0-experimental.d3e37807f3a030ba532264ea0d6dd7745f77e02b":"2026-02-19T14:51:33.161Z","0.0.0-experimental.7bd3abcfbc271b85386e6c73a9a5e6b4d0f34ea9":"2026-02-19T17:36:52.603Z","0.0.0-next.d5083788f2a3b67b85c5b0da8561a129f29fa84b":"2026-02-20T00:43:16.707Z","0.0.0-next.f3cd3c71c61b40fc223cc5763ac300261d3dff16":"2026-02-21T00:42:45.651Z","0.0.0-experimental.366b351d2b6b89b10cd981f72a4e04db31197a17":"2026-02-23T10:52:12.127Z","0.0.0-experimental.f77895d02bc7d7fc3df6d5305ca13a3331006cad":"2026-02-23T11:51:48.962Z","0.0.0-next.a4f2bb5e4ea49da2aa37f6783cbfbf2aa9fdbaf8":"2026-02-24T00:42:44.504Z","0.0.0-experimental.e3f99cb83649b742cb305e6149f03589bd34e316":"2026-02-24T00:47:18.477Z","0.0.0-experimental.9d14c8ea604a7781247c9f16db9eda40591536e5":"2026-02-24T07:08:59.425Z","0.0.0-experimental.79a590a581fd8272fafe5644b39c108a3a192b67":"2026-02-24T13:07:47.241Z","0.0.0-next.903f4410edf2eb4d9fcb28490af36f676b19b386":"2026-02-25T00:47:52.523Z","0.0.0-experimental.7786d4dcdeec90570cdc8c2473e62c6a15b72dd6":"2026-02-25T16:42:57.335Z","0.0.0-next.4fe538996e4cea1d8aa66d91b222a40e0bc22b71":"2026-02-26T00:42:52.580Z","5.37.0":"2026-02-26T08:34:53.655Z","5.37.1":"2026-02-26T14:57:24.721Z","0.0.0-next.d0a4d6e1fd7cf3f0f6d1280947bfa3e7b86eb620":"2026-02-27T00:45:13.537Z","0.0.0-experimental.d719023621a54ab1052440c1957fce2c20655ba5":"2026-02-27T16:12:14.994Z","0.0.0-next.55f985dfaa95f605b6c638f8d503f725485560b4":"2026-02-28T00:40:27.865Z","0.0.0-experimental.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f":"2026-03-02T15:48:37.370Z","0.0.0-experimental.998d6ecf831355605191845610a3073c6c47bacb":"2026-03-02T17:08:22.838Z","0.0.0-next.919000fb3c8bfefa273b6b0646fe0808ab4bcc2f":"2026-03-03T00:45:49.242Z","0.0.0-experimental.eda09104a792581660156de1fdacacd3d797c6fb":"2026-03-03T09:28:01.390Z","0.0.0-experimental.c28351d4b18108fcdf8a1cf72a76058648eee76d":"2026-03-03T09:57:11.613Z","0.0.0-experimental.58f02c1c9e37fcf085f517c4e7918d697743ce7c":"2026-03-03T13:22:33.544Z","0.0.0-experimental.0ea3a439e5cc345c331bdebae48b482841104581":"2026-03-03T13:35:53.720Z","0.0.0-experimental.d62cb0140e9a5e2b35ddc889da397f2a2d846ef8":"2026-03-03T15:14:40.802Z","0.0.0-next.d7981bd752a22e0afc625d921ad144ffba413daa":"2026-03-04T00:43:58.915Z","5.38.0":"2026-03-04T13:16:55.400Z","0.0.0-experimental.6896ce638c0bfd590e2ccbab285782debe8546ea":"2026-03-04T16:58:39.448Z","0.0.0-next.da8802ccb67be292afb6aa9e70e482eff6f9ead8":"2026-03-05T00:44:56.596Z","0.0.0-experimental.4de88c73c26926706b6b9a3fb93d580535db4727":"2026-03-05T08:16:45.448Z","0.0.0-experimental.5506031e822d7cf75a5fc7435ac7eeb9bc85ebcd":"2026-03-05T14:26:28.373Z","0.0.0-next.68397d1cc35cb38fc157cac3bbcd7d28fe77db1d":"2026-03-06T00:48:32.043Z","0.0.0-experimental.fbef14bacc7d5b9324c7f053944d735fa12a55b9":"2026-03-06T09:20:58.040Z","0.0.0-experimental.6d2fda013473af4ff87cdd3c44f5c1b6ed226236":"2026-03-06T10:37:09.323Z","0.0.0-next.348e09e8019a62c931e91ad99b2f91d6a98243a6":"2026-03-07T00:43:35.352Z","0.0.0-experimental.d10c5aa57568583ead73f4d80d09c0809fe8aa4b":"2026-03-09T14:15:53.894Z","0.0.0-experimental.8653d530afa300af0ce1a7fa42988baf3579b7b3":"2026-03-09T15:39:06.296Z","0.0.0-next.25a3b96284d8c5cf784d96fbc664de1ea24c97bc":"2026-03-10T00:41:44.798Z","0.0.0-next.a0a18654b20891fbd8e84c5d132d05bb9f227a33":"2026-03-11T00:42:26.517Z","5.38.1":"2026-03-11T10:03:29.173Z","5.39.0":"2026-03-11T10:20:35.470Z","0.0.0-next.8abad813640730c7ed219cb50b979ae8dcf9ee7c":"2026-03-12T00:39:29.663Z","0.0.0-next.ad0cb5e4949e7ff943d1c00513296e365b3f3d67":"2026-03-13T00:44:17.947Z","0.0.0-experimental.f768670d38e0477718b8b96efd79a9d87687cc6c":"2026-03-13T15:22:37.583Z","0.0.0-next.a8b1f682e683af24bb370e3d4ccc274e79afc54a":"2026-03-14T00:42:47.205Z","0.0.0-experimental.b9dbff0c4b901613f1d018a327a1decef02a2085":"2026-03-16T16:09:43.217Z","0.0.0-next.8a47b48f8457d63031e910a4224579b9e7872d01":"2026-03-17T00:43:42.046Z","0.0.0-experimental.8a47b48f8457d63031e910a4224579b9e7872d01":"2026-03-17T08:13:28.947Z","0.0.0-next.a6fd594526e2f77009ede7900438e49ccafaeeb6":"2026-03-18T00:46:41.933Z","5.40.0":"2026-03-18T13:32:26.348Z","0.0.0-experimental.6e49f23a46c313dbd58a5faa5acdf3d7ebe69fa4":"2026-03-18T15:37:25.727Z","0.0.0-experimental.9c2fbe52bb6f3bec4ad4f0b9e161f11eb0fd45a2":"2026-03-18T17:02:51.649Z","0.0.0-experimental.bb9f5e66cc673923136a13d8209262c4c2c61f81":"2026-03-18T17:37:45.854Z","0.0.0-experimental.09a2220201377abea1f719e6f8d201b10ae3f7af":"2026-03-18T18:29:49.790Z","0.0.0-next.8ff7058b3ba59be1ea697c13a8fb7de3385f7f87":"2026-03-19T00:46:42.218Z","0.0.0-next.ed80b16a8e6ec3e228cc05ea2fa22555fb286b35":"2026-03-20T00:44:28.460Z","0.0.0-experimental.593681493255d3a39231f63454a967a71fdd7d66":"2026-03-23T13:41:11.842Z","0.0.0-next.a8039bd84c73a690b1f2e561e362d3a833718fc8":"2026-03-24T00:42:17.937Z","0.0.0-experimental.e5e1e18bb446666fd3d1f255874900dec87d9854":"2026-03-25T15:21:02.128Z","0.0.0-experimental.4008e3448d27386d0ed14313908368c28a710a80":"2026-03-26T12:35:46.261Z","0.0.0-experimental.ea9b4bac8ecd42b7e21c56bf8325afc252933705":"2026-03-26T18:03:52.191Z","0.0.0-experimental.163ec76e070cb6bd198adc261e1909aefe09a6a1":"2026-03-26T18:14:24.458Z","0.0.0-experimental.1677ded1c6a24600bf5982e3f8e356fb0ec2af29":"2026-03-30T14:06:54.075Z","0.0.0-next.1677ded1c6a24600bf5982e3f8e356fb0ec2af29":"2026-03-31T00:49:06.397Z","0.0.0-experimental.a3027cfb494003810ca49503f171591f22a1c220":"2026-03-31T13:23:38.091Z","0.0.0-next.786f1ecea1e5b44b657bc2b53ac816b2b4f347a1":"2026-04-01T00:54:24.504Z","0.0.0-experimental.94e30af460b8e82811123516a94684baf8eca4af":"2026-04-01T08:50:07.557Z","5.41.0":"2026-04-01T09:17:15.748Z","5.41.1":"2026-04-01T09:55:10.684Z","0.0.0-experimental.90669470e7ec88f45eeadc88ae2b17fc3b556547":"2026-04-01T10:57:34.442Z","0.0.0-next.8a31fd2fdb7bf48e16b5994c347b9120ebbd3ed0":"2026-04-02T00:47:17.429Z","0.0.0-experimental.0e1799c5b2176fdca775c7ccedfc87c7ad27f60d":"2026-04-02T08:33:31.637Z","0.0.0-experimental.613553bfe58920e602f1eaa7f1e2053733ee2bd3":"2026-04-02T15:38:37.770Z","0.0.0-experimental.e07d982308013d039813918e5612079af8160a5c":"2026-04-02T16:17:17.371Z","0.0.0-next.21402c2d26f0cbc464622c7a7ba3abde08c3208d":"2026-04-03T00:49:48.359Z","0.0.0-experimental.24685bf33d0f8764aa7e9bdfc756519767546ef0":"2026-04-03T11:04:24.147Z","0.0.0-experimental.2354a5853cf4c4d3d921aa1481436dee765a4439":"2026-04-03T16:03:29.496Z","0.0.0-next.4ff54bff36fed071f2eeae06dfb1af8eb340485f":"2026-04-04T00:46:18.924Z","0.0.0-experimental.4c2ea77684b3372af07155296e2b5bdc51df1719":"2026-04-07T07:44:16.817Z","0.0.0-experimental.eafa29c08a93bc384d9c711e4e18ccfc75384562":"2026-04-07T07:49:09.627Z","0.0.0-experimental.55f9b21a0a127922610878e2aef13be356fadcfb":"2026-04-07T13:29:41.414Z","0.0.0-next.91407798c4b3246dc39686981b5d2248ed2acab7":"2026-04-08T00:50:58.043Z","0.0.0-experimental.580661debe19d0dd8d6c18494b52923ef86536bf":"2026-04-08T08:10:06.599Z","0.0.0-experimental.36d295c29ba82db683a8002e58a9f4e08c533cb3":"2026-04-08T08:31:14.798Z","5.42.0":"2026-04-08T12:21:54.824Z","0.0.0-experimental.f1eddb176cc17bc4f12f969955b64c4477b3093a":"2026-04-08T13:40:49.737Z","0.0.0-next.708acdef812b5ff4e130861e0728905c2bd643cd":"2026-04-09T00:43:37.577Z","0.0.0-next.9f7e061b6558570493c89a273bafc624d31d6b9e":"2026-04-10T00:50:16.181Z","0.0.0-next.1799b4298064d8360a9fc16c9b920ffdd04d57dc":"2026-04-11T00:48:15.335Z","0.0.0-next.74b523f1f628f212230ba7ff779c03e8086f484a":"2026-04-14T00:55:28.507Z","0.0.0-experimental.8c649cc43b9208da7e5d730be7c58518888d6093":"2026-04-14T09:32:37.175Z","0.0.0-experimental.1bfbeac36c1001a2acf41402fb22922eada31f43":"2026-04-14T12:24:02.569Z","0.0.0-experimental.2abd3924d019681230b084d27bed7252233c0296":"2026-04-14T12:52:16.874Z","0.0.0-next.1508d5d8f34f56dc480fc71b2e8ee6f759f62d44":"2026-04-15T00:54:57.613Z","0.0.0-experimental.7634f2a9ede44d1868c73f63c1ca60a665e64ddc":"2026-04-15T10:57:05.452Z","5.42.1":"2026-04-15T11:20:07.062Z","0.0.0-experimental.efc28eaabf4e75159e06914d9f2f8059073b806f":"2026-04-15T13:04:18.343Z","0.0.0-next.7c5332546bf1223eade75209bac7f042a0ee0cea":"2026-04-16T00:56:46.445Z","0.0.0-experimental.84de775989ee37be1e4cb47288d98864f3986bd2":"2026-04-16T12:54:48.528Z","0.0.0-next.399f2a89f24cd7b50ed922d72403eb7c176516a0":"2026-04-17T00:54:58.232Z","0.0.0-experimental.82b2f074a60ae2f744a220e788ae3cf664f3acbc":"2026-04-17T07:57:08.430Z","0.0.0-experimental.caff1725a0d34bf0363195fc08edf7beb062b2ab":"2026-04-17T08:22:11.287Z","0.0.0-experimental.c2a30c30861681f520db3b7a9528750b09ac561e":"2026-04-17T08:43:49.387Z","0.0.0-experimental.11f10e472f3e424651fbe8ee40a844786e8d836f":"2026-04-17T13:04:23.544Z","0.0.0-next.7b6dcbf88a2d4579f7612e3c3da17993f29f4200":"2026-04-18T00:50:40.251Z","0.0.0-experimental.6722bec700fcba86792c689e6560a298ffc47f85":"2026-04-20T20:00:03.806Z","0.0.0-next.6722bec700fcba86792c689e6560a298ffc47f85":"2026-04-21T00:54:48.440Z","0.0.0-experimental.f4857d53465ed21c1a37d6cad3e69843e7fd89b6":"2026-04-21T07:38:44.998Z","0.0.0-experimental.c6e7562b5dc46fb1f0274087fef904b25ba10bfd":"2026-04-21T11:18:30.418Z","0.0.0-experimental.1cc34bcf4aa3b493ab99446f26e8559a48a67e8b":"2026-04-21T21:08:39.526Z","0.0.0-experimental.fff85f01fbad8f3991c577828b60e76c03001f07":"2026-04-21T22:48:13.779Z","0.0.0-next.df2c928d0e5a972ea985cf1a6bda1b220a404e35":"2026-04-22T00:52:30.219Z","0.0.0-experimental.dc5f3e2f0a21cb2891d21a9996c81d921f21a363":"2026-04-22T12:15:38.648Z","5.43.0":"2026-04-22T14:37:09.882Z","0.0.0-next.601154b25480c05c6c50f597ea4960a329eace86":"2026-04-23T00:56:54.225Z","0.0.0-experimental.ea6370752ce1d4daa5472e0f8f5bfdbb6e26624d":"2026-04-23T12:42:06.289Z","0.0.0-experimental.ff324593f3611719686d26443366d0ecfee8cb8d":"2026-04-23T14:02:30.828Z","0.0.0-next.e95b505aad9f92ff78b6f920b1344de534df75f0":"2026-04-24T00:57:28.684Z","0.0.0-experimental.2c3009770772145cd0eddf5c0664bd4f958caac1":"2026-04-24T07:51:54.013Z","0.0.0-experimental.460bbb65d5725f628253e79c837791ed609bf7e7":"2026-04-24T13:15:45.831Z","0.0.0-experimental.fc5f0511d4eb8410e4891005704dcc617e8b5928":"2026-04-24T13:41:24.733Z"},"bugs":{"url":"https://github.com/strapi/strapi/issues"},"author":{"url":"https://strapi.io","name":"Strapi Solutions SAS","email":"hi@strapi.io"},"license":"SEE LICENSE IN LICENSE","homepage":"https://strapi.io","repository":{"url":"git+https://github.com/strapi/strapi.git","type":"git","directory":"packages/core/content-type-builder"},"description":"Create and manage content types","maintainers":[{"name":"pierreburgy","email":"pierre.burgy@gmail.com"},{"name":"aurelsicoko","email":"aurelsicoko@gmail.com"},{"name":"alexandrebodin","email":"bodin.alex@gmail.com"},{"name":"convly","email":"jean-sebastien.herbaux@hotmail.fr"},{"name":"nico-strapi","email":"nicolas.andre@strapi.io"},{"name":"strapi.adzouz","email":"adrien.lepoutre@strapi.io"},{"name":"baronvoninternet","email":"ben.irvin@gmail.com"},{"name":"marc-roig-strapi","email":"marc.roig.campos@strapi.io"},{"name":"jhoward1994","email":"jhoward1994@gmail.com"},{"name":"bassel17","email":"basselkanso82@gmail.com"}],"readme":"","readmeFilename":""}