UNPKG

strapi-plugin-transformer

Version:

A plugin for Strapi Headless CMS that provides the ability to transform the API request and/or response.

63 lines (62 loc) 1.58 kB
{ "$schema": "https://json.schemastore.org/package", "name": "strapi-plugin-transformer", "version": "3.1.2", "description": "A plugin for Strapi Headless CMS that provides the ability to transform the API request and/or response.", "scripts": { "lint": "eslint . --fix", "format": "prettier --write **/*.{ts,js,json,yml}", "test": "jest" }, "author": { "name": "@ComfortablyCoding", "url": "https://github.com/ComfortablyCoding" }, "maintainers": [ { "name": "@ComfortablyCoding", "url": "https://github.com/ComfortablyCoding" } ], "homepage": "https://github.com/ComfortablyCoding/strapi-plugin-transformer#readme", "repository": { "type": "git", "url": "https://github.com/ComfortablyCoding/strapi-plugin-transformer.git" }, "bugs": { "url": "https://github.com/ComfortablyCoding/strapi-plugin-transformer/issues" }, "dependencies": {}, "devDependencies": { "eslint": "^8.8.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-jest": "^26.1.1", "eslint-plugin-node": "^11.1.0", "jest": "^27.5.1", "prettier": "^2.5.1" }, "peerDependencies": { "@strapi/strapi": "^4.0.7", "lodash": "^4.17.21", "yup": "^0.32.9" }, "strapi": { "displayName": "Transformer", "description": "A plugin for Strapi Headless CMS that provides the ability to transform the API response.", "name": "transformer", "kind": "plugin" }, "engines": { "node": ">=14.19.1 <=20.x.x", "npm": ">=6.0.0" }, "keywords": [ "strapi", "strapi-plugin", "plugin", "strapi plugin", "transform", "response" ], "license": "MIT" }