@contentful/rich-text-types
Version:
Type definitions and constants for the Contentful rich text field type.
37 lines (36 loc) • 874 B
JSON
{
"name": "@contentful/rich-text-types",
"version": "17.0.1",
"main": "dist/index.js",
"typings": "dist/types/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/contentful/rich-text.git"
},
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc --module commonjs && rollup -c --bundleConfigAsCjs rollup.config.js",
"start": "tsc && rollup -c --bundleConfigAsCjs rollup.config.js -w",
"test": "jest"
},
"dependencies": {
"is-plain-obj": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^24.0.1",
"ts-jest": "^29.1.2"
},
"gitHead": "ce24723da1c7527dce38de24e542b459ee8dae0f"
}