@fourlights/strapi-plugin-deep-populate
Version:
This plugin provides a simple way of retrieving all nested objects in a single request.
86 lines (85 loc) • 2.44 kB
JSON
{
"version": "1.13.0",
"keywords": [
"strapi",
"strapi-plugin",
"populate",
"strapi-v5"
],
"type": "commonjs",
"exports": {
"./package.json": "./package.json",
"./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"
}
},
"files": [
"dist"
],
"scripts": {
"build": "strapi-plugin build",
"watch": "strapi-plugin watch",
"watch:link": "strapi-plugin watch:link",
"verify": "strapi-plugin verify",
"test": "npm-run-all --parallel test:*",
"test:ts:back": "tsc -p server/tsconfig.json",
"test:integration": "vitest",
"ci": "biome ci server",
"release": "release-it",
"playground:install": "cd playground && $npm_execpath install"
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@biomejs/biome": "^2.3.6",
"@strapi/database": "^5.31.0",
"@strapi/sdk-plugin": "^5.3.2",
"@strapi/strapi": "^5.31.0",
"@strapi/typescript-utils": "^5.31.0",
"@strapi/utils": "^5.31.0",
"@types/supertest": "^6.0.3",
"better-sqlite3": "^12.4.1",
"npm-run-all": "^4.1.5",
"release-it": "^19.0.6",
"simple-git": "^3.30.0",
"supertest": "^7.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vite": "^7.2.2",
"vitest": "^4.0.10"
},
"peerDependencies": {
"@strapi/sdk-plugin": "^5",
"@strapi/strapi": "^5"
},
"overrides": {
"vite": "$vite",
"esbuild": "0.27.0"
},
"strapi": {
"kind": "plugin",
"name": "deep-populate",
"displayName": "Deep Populate",
"description": "This plugin provides a simple way of retrieving all nested objects in a single request."
},
"name": "@fourlights/strapi-plugin-deep-populate",
"description": "This plugin provides a simple way of retrieving all nested objects in a single request.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://git@github.com/Four-Lights-NL/strapi-plugin-deep-populate.git"
},
"bugs": {
"url": "https://github.com/Four-Lights-NL/strapi-plugin-deep-populate/issues"
},
"homepage": "https://github.com/Four-Lights-NL/strapi-plugin-deep-populate#readme",
"author": "Four Lights <engineering@fourlights.nl>",
"publishConfig": {
"access": "public"
}
}