{
  "name": "@typewriter/view-svelte",
  "version": "0.8.3",
  "description": "A view powered by the Svelte framework to render editor contents to the DOM.",
  "keywords": [
    "typewriter",
    "rich text editor",
    "wysiwyg",
    "contenteditable"
  ],
  "author": "Jacob Wright <jacwright@gmail.com>",
  "homepage": "https://github.com/typewriter-editor/typewriter#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.esm.js",
  "types": "lib/types/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typewriter-editor/typewriter.git"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/typewriter-editor/typewriter/issues"
  },
  "dependencies": {
    "@typewriter/editor": "^0.9.1",
    "@typewriter/view": "^0.8.3"
  },
  "gitHead": "444e1efa396355a4c80f7efe08c101572452fb1a"
}
