{
  "name": "potrace-browser",
  "version": "0.0.1",
  "description": "npm friendly fork of kilobyte/potrace",
  "main": "index.js",
  "scripts": {
    "build": "npx webpack --mode production index.js --output bundle.js"
  },
  "repository": "git@github.com:dfukagaw28/potrace.git",
  "author": "Daiji Fukagawa <dfukagaw28@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "webpack": "^4.8.3",
    "webpack-cli": "^2.1.3"
  }
}
