UNPKG

decap-cms-backend-aws-cognito-github-proxy

Version:

GitHub backend for Decap CMS proxied through AWS Cognito

47 lines (46 loc) 1.55 kB
{ "name": "decap-cms-backend-aws-cognito-github-proxy", "description": "GitHub backend for Decap CMS proxied through AWS Cognito", "version": "3.4.1", "license": "MIT", "repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-aws-cognito-github-proxy", "bugs": "https://github.com/decaporg/decap-cms/issues", "module": "dist/esm/index.js", "main": "dist/decap-cms-backend-aws-cognito-github-proxy.js", "keywords": [ "decap-cms", "backend", "github", "aws-cognito" ], "sideEffects": false, "scripts": { "develop": "npm run build:esm -- --watch", "build": "cross-env NODE_ENV=production webpack", "build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore **/__tests__ --root-mode upward --extensions \".js,.jsx,.ts,.tsx\"" }, "dependencies": { "apollo-cache-inmemory": "^1.6.2", "apollo-client": "^2.6.3", "apollo-link-context": "^1.0.18", "apollo-link-http": "^1.5.15", "common-tags": "^1.8.0", "graphql": "^15.0.0", "graphql-tag": "^2.10.1", "js-base64": "^3.0.0", "semaphore": "^1.1.0" }, "peerDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "decap-cms-backend-github": "^3.0.0", "decap-cms-lib-auth": "^3.0.0", "decap-cms-lib-util": "^3.0.0", "decap-cms-ui-auth": "^3.0.0", "decap-cms-ui-default": "^3.0.0", "lodash": "^4.17.11", "prop-types": "^15.7.2", "react": "^19.1.0" }, "gitHead": "899dba82d1f396260e0f84c6977c1d2aee809b59" }