UNPKG

@stackbit/cms-contentful

Version:

Stackbit Contentful CMS Interface

45 lines (44 loc) 1.14 kB
{ "name": "@stackbit/cms-contentful", "version": "1.0.33", "description": "Stackbit Contentful CMS Interface", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist", "/src" ], "scripts": { "test": "jest", "build": "tsc --build --clean && tsc --build", "watch": "tsc --build --clean && tsc --build --watch --verbose", "prettier": "prettier --write src" }, "repository": { "type": "git", "url": "git+https://github.com/stackbit/stackbit.git" }, "keywords": [ "stackbit", "contentful" ], "author": "Stackbit Inc.", "license": "MIT", "bugs": { "url": "https://github.com/stackbit/stackbit/issues" }, "homepage": "https://github.com/stackbit/stackbit#readme", "dependencies": { "@contentful/rich-text-types": "^15.11.1", "@stackbit/cms-core": "3.1.22", "@stackbit/types": "2.1.14", "@stackbit/utils": "0.8.1", "contentful": "^9.1.10", "contentful-management": "^7.51.4", "lodash": "^4.17.21" }, "devDependencies": { "@types/lodash": "^4.14.178" }, "gitHead": "ea6512cb172c274f7bf39be153c6cea8a67840ea" }