{
  "name": "scratch-svg-renderer",
  "version": "1.0.19",
  "description": "SVG renderer for Scratch",
  "main": "./src/index.js",
  "scripts": {
    "build": "npm run clean && webpack --progress --colors --bail",
    "clean": "rimraf ./dist",
    "prepare": "husky install",
    "start": "webpack-dev-server",
    "test": "npm run test:lint && npm run test:unit",
    "test:lint": "eslint . --ext .js",
    "test:unit": "tap ./test/*.js",
    "watch": "webpack --progress --colors --watch"
  },
  "author": "Massachusetts Institute of Technology",
  "license": "BSD-3-Clause",
  "homepage": "https://github.com/scratchfoundation/scratch-svg-renderer#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/scratchfoundation/scratch-svg-renderer.git"
  },
  "peerDependencies": {
    "scratch-render-fonts": "^1.0.0"
  },
  "dependencies": {
    "base64-js": "^1.2.1",
    "base64-loader": "^1.0.0",
    "css-tree": "^1.1.3",
    "dompurify": "^2.2.7",
    "fastestsmallesttextencoderdecoder": "^1.0.22",
    "minilog": "^3.1.0",
    "transformation-matrix": "^1.15.0"
  },
  "devDependencies": {
    "@commitlint/cli": "18.6.1",
    "@commitlint/config-conventional": "18.6.2",
    "babel-core": "6.26.3",
    "babel-eslint": "10.1.0",
    "babel-loader": "7.1.5",
    "babel-preset-env": "1.7.0",
    "copy-webpack-plugin": "4.6.0",
    "eslint": "8.57.0",
    "eslint-config-scratch": "9.0.8",
    "eslint-plugin-import": "2.29.1",
    "husky": "8.0.3",
    "jsdom": "13.2.0",
    "json": "9.0.6",
    "lodash.defaultsdeep": "4.6.1",
    "mkdirp": "2.1.6",
    "rimraf": "3.0.2",
    "scratch-render-fonts": "1.0.9",
    "scratch-semantic-release-config": "1.0.14",
    "semantic-release": "19.0.5",
    "tap": "11.1.5",
    "webpack": "4.47.0",
    "webpack-cli": "3.3.12",
    "webpack-dev-server": "3.11.3",
    "xmldom": "0.1.31"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  }
}
