{
  "name": "editorjs-html-parser",
  "version": "0.1.7",
  "description": "generate html from editorjs blocks",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "prepublish": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/khaago/editorjs-html-parser.git"
  },
  "keywords": [
    "editorjs",
    "nblog"
  ],
  "author": "khaago",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/khaago/editorjs-html-parser/issues"
  },
  "homepage": "https://github.com/khaago/editorjs-html-parser#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^25.2.3",
    "@types/lodash": "^4.14.155",
    "@types/node": "^14.0.11",
    "@typescript-eslint/eslint-plugin": "^3.1.0",
    "@typescript-eslint/parser": "^3.1.0",
    "eslint": "^7.1.0",
    "jest": "^26.0.1",
    "json-schema-to-typescript": "^9.1.0",
    "ts-jest": "^26.1.0",
    "typescript": "^3.9.5"
  }
}
