{
  "name": "editorjs-to-html",
  "version": "1.0.4",
  "description": "parse editorjs content format to html with saving editorjs markup format",
  "main": "./build/Parser.esm.js",
  "types": "./build/index.d.ts",
  "directories": {
    "test": "test",
    "rollup": ""
  },
  "scripts": {
    "build": "rollup --config"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vorjyga/editorjs-to-html.git"
  },
  "keywords": [
    "editorjs",
    "parser",
    "html"
  ],
  "author": "Pavel Novaikin",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.20.5",
    "@babel/preset-env": "^7.20.2",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-terser": "^0.2.0",
    "@rollup/plugin-typescript": "^10.0.1",
    "autoprefixer": "^10.4.14",
    "cssnano": "^6.0.0",
    "postcss": "^8.4.21",
    "postcss-custom-media": "^9.1.2",
    "postcss-import": "^15.1.0",
    "postcss-mixins": "^9.0.4",
    "postcss-nested": "^6.0.1",
    "postcss-nesting": "^11.2.2",
    "postcss-simple-vars": "^7.0.1",
    "rollup": "^3.20.2",
    "rollup-plugin-postcss": "^4.0.2",
    "tslib": "^2.4.1",
    "typescript": "^4.9.4"
  }
}
