{
  "name": "scratch-render-fonts",
  "version": "1.0.0",
  "description": "",
  "main": "./src/index.js",
  "author": "Massachusetts Institute of Technology",
  "homepage": "https://github.com/scratchfoundation/scratch-render-fonts#readme",
  "repository": {
    "type": "git",
    "url": "https://git@github.com/scratchfoundation/scratch-render-fonts.git"
  },
  "scripts": {
    "build": "npm run clean && webpack --progress --bail",
    "clean": "rimraf ./dist",
    "lint": "eslint .",
    "test": "npm run build",
    "watch": "webpack --progress --watch"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "dependencies": {
    "base64-loader": "1.0.0"
  },
  "devDependencies": {
    "babel-core": "6.26.3",
    "babel-eslint": "^8.1.2",
    "babel-loader": "7.1.5",
    "babel-preset-env": "1.7.0",
    "eslint": "^4.14.0",
    "eslint-config-scratch": "^5.0.0",
    "json": "^10.0.0",
    "lodash.defaultsdeep": "4.6.1",
    "rimraf": "^2.6.1",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  }
}
