{
      "name": "iblize",
      "version": "2.0.3",
      "description": "Simple Javascript Code Editor Library",
      "main": "dist/iblize.js",
      "scripts": {
            "themes:build": "sass themes:dist/themes --style=compressed --no-source-map",
            "themes:watch": "sass themes:dist/themes --watch --no-source-map",
            "lib:build": "MODE=prod rollup -c",
            "lib:watch": "MODE=dev rollup -c -w",
            "build": "npm run themes:build & npm run lib:build"
      },
      "repository": {
            "type": "git",
            "url": "git+https://github.com/mcanam/iblize.git"
      },
      "keywords": [
            "code-editor"
      ],
      "author": "mcanam",
      "license": "MIT",
      "bugs": {
            "url": "https://github.com/mcanam/iblize/issues"
      },
      "homepage": "https://mcanam.github.io/iblize",
      "dependencies": {
            "prismjs": "^1.24.0"
      },
      "devDependencies": {
            "@babel/core": "^7.16.0",
            "@babel/preset-env": "^7.16.4",
            "@rollup/plugin-babel": "^5.3.0",
            "@rollup/plugin-commonjs": "^21.0.1",
            "@rollup/plugin-node-resolve": "^13.0.6",
            "@rollup/plugin-replace": "^3.0.0",
            "rollup": "^2.60.0",
            "rollup-plugin-livereload": "^2.0.5",
            "rollup-plugin-serve": "^1.1.0",
            "rollup-plugin-styles": "^3.14.1",
            "rollup-plugin-terser": "^7.0.2",
            "sass": "^1.43.4"
      }
}
