datocms-structured-text-utils
Version:
A set of Typescript types and helpers to work with DatoCMS Structured Text fields.
40 lines (39 loc) • 1.06 kB
JSON
{
"name": "datocms-structured-text-utils",
"version": "5.0.0",
"description": "A set of Typescript types and helpers to work with DatoCMS Structured Text fields.",
"keywords": [
"datocms",
"structured-text"
],
"author": "Stefano Verna <s.verna@datocms.com>",
"homepage": "https://github.com/datocms/structured-text/tree/master/packages/datocms-structured-text-utils#readme",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/types/index.d.ts",
"sideEffects": false,
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/datocms/structured-text.git"
},
"scripts": {
"build": "tsc && tsc --project ./tsconfig.esnext.json",
"prebuild": "rimraf dist"
},
"bugs": {
"url": "https://github.com/datocms/structured-text/issues"
},
"dependencies": {
"array-flatten": "^3.0.0"
},
"gitHead": "278591f4970ae070f0c9153eccafba3b111bb7a3"
}