{
  "name": "gheditor",
  "version": "1.7.1",
  "description": "A markdown text editor plugin built with JavaScript",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "webpack-dev-server": "webpack-dev-server",
    "build": "webpack --mode production",
    "dev": "webpack --mode development",
    "start": "webpack-dev-server --mode development --open",
    "watch": "webpack --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adaorachi/ghEditor.git"
  },
  "keywords": [
    "editor",
    "markdown",
    "mark-down",
    "marked",
    "text",
    "gheditor",
    "npm",
    "plugin"
  ],
  "author": "MaryAnn Chukwuka",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adaorachi/ghEditor/issues"
  },
  "homepage": "https://github.com/adaorachi/ghEditor#readme",
  "devDependencies": {},
  "dependencies": {
    "@types/highlight.js": "^9.12.4",
    "firebase": "^8.0.0",
    "highlight.js": "^10.1.1",
    "sanitize-html": "^1.27.0",
    "showdown": "^1.9.1"
  }
}
