{
  "name": "editor",
  "version": "1.0.0",
  "description": "",
  "source": "src/editor.jsx",
  "main": "dist/editor.js",
  "scripts": {
    "watch": "parcel watch",
    "build": "parcel build"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "parcel": "^2.6.2"
  }
}
