{
  "name": "fabric-with-erasing",
  "description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
  "homepage": "http://fabricjs.com/",
  "version": "1.0.1",
  "author": "Juriy Zaytsev <kangax@gmail.com>",
  "contributors": [
    "Andrea Bogazzi <andreabogazzi79@gmail.com>",
    "Steve Eberhardt <melchiar2@gmail.com>"
  ],
  "keywords": [
    "canvas",
    "graphic",
    "graphics",
    "SVG",
    "node-canvas",
    "parser",
    "HTML5",
    "object model"
  ],
  "browser": {
    "canvas": false,
    "fs": false,
    "jsdom": false,
    "jsdom/lib/jsdom/living/generated/utils": false,
    "jsdom/lib/jsdom/utils": false,
    "http": false,
    "https": false,
    "xmldom": false,
    "url": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabricjs/fabric.js.git"
  },
  "bugs": {
    "url": "https://github.com/fabricjs/fabric.js/issues"
  },
  "license": "MIT",
  "scripts": {
    "changelog": "auto-changelog -o change-output.md --unreleased-only",
    "build": "node ./scripts build",
    "build:fast": "npm run build -- --fast",
    "dev": "node ./scripts",
    "start": "node ./scripts start",
    "export": "node ./scripts website export",
    "test": "node ./scripts test",
    "test:coverage": "nyc --silent qunit test/node_test_setup.js test/lib test/unit",
    "test:visual:coverage": "nyc --silent --no-clean qunit test/node_test_setup.js test/lib test/visual",
    "coverage:report": "nyc report --reporter=lcov --reporter=text",
    "lint": "eslint --config .eslintrc.json src",
    "lint_tests": "eslint test/unit --config .eslintrc_tests && eslint test/visual --config .eslintrc_tests",
    "all": "npm run build && npm run test -- --all && npm run lint && npm run lint_tests && npm run export",
    "testem": "testem .",
    "testem:ci": "testem ci"
  },
  "optionalDependencies": {
    "canvas": "^2.8.0",
    "jsdom": "^19.0.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.13",
    "@types/lodash": "^4.14.180",
    "@types/node": "^17.0.21",
    "ansi-escape": "^1.1.0",
    "auto-changelog": "^2.3.0",
    "chalk": "^2.4.1",
    "commander": "^9.1.0",
    "deep-object-diff": "^1.1.7",
    "eslint": "4.18.x",
    "fs-extra": "^10.0.1",
    "fuzzy": "^0.1.3",
    "inquirer": "^8.2.1",
    "inquirer-checkbox-plus-prompt": "^1.0.1",
    "moment": "^2.29.1",
    "nyc": "^15.1.0",
    "pixelmatch": "^4.0.2",
    "qunit": "^2.17.2",
    "testem": "^3.2.0",
    "uglify-js": "^3.3.28"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "main": "./dist/fabric.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  }
}
