{
  "name": "cl-editor",
  "version": "2.3.0",
  "description": "Lightweight text editor built with svelte + typescript",
  "scripts": {
    "dev": "concurrently \"rollup -c rollup.config.js \" \"live-server ./dist/ --port=3000\"",
    "prod": "rollup -c rollup.config.js",
    "test": "mocha",
    "prepublishOnly": "npm run prod"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nenadpnc/cl-editor"
  },
  "keywords": [
    "html text editor",
    "wysiwyg",
    "wysiwyg-html-editor",
    "svelte",
    "typescript"
  ],
  "author": "nenadpnc",
  "license": "MIT",
  "homepage": "https://nenadpnc.github.io/cl-editor/",
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "babel-runtime": "^6.26.0",
    "browser-env": "^3.3.0",
    "bundlesize": "^0.18.1",
    "chai": "^4.3.4",
    "concurrently": "^6.4.0",
    "copyfiles": "^2.4.1",
    "cross-env": "^7.0.3",
    "install": "^0.13.0",
    "live-server": "^1.2.1",
    "mocha": "^9.1.3",
    "rollup": "^2.60.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-filesize": "^9.1.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-svelte": "^7.1.0",
    "rollup-plugin-terser": "^7.0.2",
    "sinon": "^12.0.1",
    "svelte": "^3.44.2",
    "typescript": "^4.5.2"
  },
  "main": "./dist/index.js",
  "svelte": "./src/Editor.svelte",
  "types": "./src/Editor.svelte.d.ts",
  "files": [
    "dist/*.js",
    "dist/*.map",
    "src/**/*"
  ],
  "bundlesize": [
    {
      "path": "./dist/index.min.js",
      "maxSize": "10 kB"
    }
  ]
}
