{
  "name": "datocms-structured-text-utils",
  "version": "6.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": "node update-links.js && 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": "cb042fe67ccba3ffe931396db8b4d9eacfeeb188",
  "devDependencies": {
    "@datocms/cma-client": "^5.4.10"
  }
}
