UNPKG

decap-cms-backend-azure

Version:

Azure DevOps backend for Decap CMS

43 lines (42 loc) 1.27 kB
{ "name": "decap-cms-backend-azure", "description": "Azure DevOps backend for Decap CMS", "version": "3.4.0", "license": "MIT", "repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-azure", "bugs": "https://github.com/decaporg/decap-cms/issues", "module": "dist/esm/index.js", "main": "dist/decap-cms-backend-azure.js", "keywords": [ "decap-cms", "backend", "azure", "devops" ], "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": { "js-base64": "^3.0.0", "path-browserify": "^1.0.1", "semaphore": "^1.1.0" }, "peerDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "decap-cms-lib-auth": "^3.0.0", "decap-cms-lib-util": "^3.0.0", "decap-cms-ui-default": "^3.0.0", "immutable": "^3.7.6", "lodash": "^4.17.11", "prop-types": "^15.7.2", "react": "^19.1.0" }, "browser": { "path": "path-browserify" }, "gitHead": "0c1b7c7d63ba6ddb3de3692fbb6b16ac6ebb44d5" }