{
  "name": "receipt-editor-vanilla",
  "version": "0.2.10-eccaf240",
  "description": "A light vanilla js version of the receipt editor.",
  "private": true,
  "scripts": {
    "build": "webpack --config webpack/webpack.config.prod.js  --colors",
    "start": "webpack-dev-server --open --config webpack/webpack.config.dev.js"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "dependencies": {
    "@babel/polyfill": "^7.4.0",
    "core-js": "^3.0.1",
    "receipt-editor-vanilla": "file:.yalc/receipt-editor-vanilla"
  }
}
