UNPKG

@stackbit/cms-contentful

Version:

Stackbit Contentful CMS Interface

45 lines (44 loc) 1.14 kB
{ "name": "@stackbit/cms-contentful", "version": "1.0.34", "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.23", "@stackbit/types": "2.1.15", "@stackbit/utils": "0.8.2", "contentful": "^9.1.10", "contentful-management": "^11.60.2", "lodash": "^4.17.21" }, "devDependencies": { "@types/lodash": "^4.17.16" }, "gitHead": "549c07f88e0843e4caa56c1d03e963add087dc86" }