{
  "name": "svgedit",
  "version": "7.0.0",
  "description": "Powerful SVG-Editor for your browser ",
  "main": "dist/editor/Editor.js",
  "module": "dist/editor/Editor.js",
  "directories": {
    "doc": "docs",
    "example": "examples",
    "test": "test"
  },
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "lint": "eslint --ext js,html,md .",
    "test": "run-s cypress:instrument cypress:test",
    "build": "rollup -c",
    "build:watch": "rollup -c --watch",
    "start": "web-dev-server --app-index src/editor/index.html --open --node-resolve",
    "start:test": "web-dev-server --app-index src/editor/index.html --node-resolve",
    "start:watch": "web-dev-server --app-index src/editor/index.html --open --node-resolve --watch",
    "cypress:open": "run-p start cypress:open-no-start",
    "cypress:open-no-start": "cypress open",
    "cypress:run": "rimraf \".nyc_output/*\" && cypress run -q && nyc report --reporter=text-summary",
    "cypress:instrument": "rimraf instrumented && cp-cli src instrumented && nyc instrument --compact=false src instrumented",
    "cypress:test": "start-server-and-test start:test http://localhost:8000/instrumented/editor/index.html cypress:run",
    "start-allow-origin": "static -p 8001 -H '{\"Access-Control-Allow-Origin\": \"*\"}'",
    "start-embedded": "run-p start start-allow-origin",
    "open-docs-no-start": "open-cli http://localhost:8000/docs/jsdoc/",
    "open-docs": "run-p start open-docs-no-start",
    "build-docs-remove": "rimraf \"docs/jsdoc/*\"",
    "build-docs-create": "jsdoc --pedantic -c docs/jsdoc-config.js src",
    "build-docs": "run-s -c build-docs-remove build-docs-create",
    "build-and-open-docs-no-start": "run-s build-docs open-docs-no-start",
    "build-and-open-docs": "run-s build-docs open-docs",
    "remark": "remark -q -f .",
    "prepublishOnly": "run-s build-docs build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SVG-Edit/svgedit.git"
  },
  "keywords": [
    "svg-editor",
    "javascript",
    "svg-edit",
    "svg"
  ],
  "author": "Narendra Sisodiya",
  "contributors": [
    "Pavol Rusnak",
    "Jeff Schiller",
    "Vidar Hokstad",
    "Alexis Deveria",
    "Brett Zamir",
    "Fabien Jacq",
    "OptimistikSAS"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SVG-Edit/svgedit/issues"
  },
  "homepage": "https://github.com/SVG-Edit/svgedit#readme",
  "browserslist": [
    "defaults",
    "not IE 11",
    "not OperaMini all"
  ],
  "dependencies": {
    "@babel/polyfill": "7.12.1",
    "browser-fs-access": "^0.21.0",
    "canvg": "3.0.9",
    "core-js": "3.19.1",
    "elix": "15.0.0",
    "html2canvas": "1.3.2",
    "i18next": "21.4.0",
    "jspdf": "2.4.0",
    "pathseg": "1.2.1",
    "regenerator-runtime": "0.13.9",
    "rollup-plugin-polyfill-node": "0.7.0",
    "svg2pdf.js": "2.2.0"
  },
  "devDependencies": {
    "@babel/core": "7.16.0",
    "@babel/preset-env": "7.16.0",
    "@babel/register": "7.16.0",
    "@babel/runtime-corejs3": "7.16.0",
    "@cypress/code-coverage": "3.9.11",
    "@cypress/fiddle": "1.19.2",
    "@fintechstudios/eslint-plugin-chai-as-promised": "3.1.0",
    "@rollup/plugin-babel": "5.3.0",
    "@rollup/plugin-commonjs": "^18",
    "@rollup/plugin-dynamic-import-vars": "1.4.1",
    "@rollup/plugin-node-resolve": "13.0.6",
    "@rollup/plugin-replace": "3.0.0",
    "@rollup/plugin-url": "6.1.0",
    "@web/dev-server": "0.1.27",
    "@web/dev-server-rollup": "0.3.12",
    "axe-core": "4.3.5",
    "babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
    "copyfiles": "2.4.1",
    "core-js-bundle": "3.19.1",
    "cp-cli": "2.0.0",
    "cypress": "8.7.0",
    "cypress-axe": "0.13.0",
    "cypress-multi-reporters": "1.5.0",
    "cypress-plugin-snapshots": "1.4.4",
    "eslint": "8.2.0",
    "eslint-config-standard": "16.0.3",
    "eslint-plugin-array-func": "3.1.7",
    "eslint-plugin-chai-expect": "3.0.0",
    "eslint-plugin-chai-expect-keywords": "2.1.0",
    "eslint-plugin-chai-friendly": "0.7.2",
    "eslint-plugin-compat": "3.13.0",
    "eslint-plugin-cypress": "2.12.1",
    "eslint-plugin-eslint-comments": "3.2.0",
    "eslint-plugin-html": "6.2.0",
    "eslint-plugin-import": "2.25.2",
    "eslint-plugin-jsdoc": "37.0.3",
    "eslint-plugin-markdown": "2.2.1",
    "eslint-plugin-no-unsanitized": "4.0.0",
    "eslint-plugin-no-use-extend-native": "0.5.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "5.1.1",
    "eslint-plugin-standard": "4.1.0",
    "jamilih": "0.54.0",
    "jsdoc": "3.6.7",
    "node-static": "0.7.11",
    "npm-run-all": "4.1.5",
    "nyc": "15.1.0",
    "open-cli": "7.0.1",
    "promise-fs": "2.1.1",
    "qr-manipulation": "0.7.0",
    "query-result": "1.0.5",
    "remark-cli": "10.0.0",
    "remark-lint-ordered-list-marker-value": "3.1.0",
    "rimraf": "3.0.2",
    "rollup": "2.59.0",
    "rollup-plugin-copy": "3.4.0",
    "rollup-plugin-filesize": "9.1.1",
    "rollup-plugin-node-polyfills": "0.2.1",
    "rollup-plugin-progress": "1.1.2",
    "rollup-plugin-re": "1.0.7",
    "rollup-plugin-terser": "7.0.2",
    "start-server-and-test": "1.14.0"
  }
}
