{
  "name": "@atjson/source-gdocs-paste",
  "version": "0.29.5",
  "description": "Create atjson documents from Google Docs (KIX) paste buffers",
  "main": "dist/commonjs/index.js",
  "module": "dist/modules/index.js",
  "types": "dist/commonjs/index.d.ts",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "browserslist": [
    "last 2 Chrome versions"
  ],
  "dependencies": {
    "@atjson/offset-annotations": "0.59.0"
  },
  "peerDependencies": {
    "@atjson/document": ">= 0.29.0 < 1"
  },
  "gitHead": "e64d2c8e73b30250fb7b375d38547b543a285867"
}
