{
  "name": "@zettel/react",
  "version": "0.0.23",
  "description": "React view library for zettel",
  "main": "dist/index.js",
  "author": "Julian Krispel",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "start": "tsc -w",
    "prepare": "tsc",
    "test": "../node_modules/.bin/jest .",
    "test:watch": "../node_modules/.bin/jest . --watch"
  },
  "dependencies": {
    "@zettel/core": "0.0.23"
  },
  "peerDependencies": {
    "react": "16.8.6",
    "react-dom": "16.8.6"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/dom-inputevent": "^1.0.4",
    "@types/react": "^16.8.19",
    "@types/react-dom": "^16.8.4"
  }
}
