{
  "name": "@supermdguy/magic",
  "version": "0.1.0",
  "description": "Automagically create a frontend and backend",
  "main": "dist/magic.umd.js",
  "module": "dist/magic.es5.js",
  "typings": "dist/magic.d.ts",
  "scripts": {
    "start":
      "npm run build && concurrently -k \"npm run example-dev\" \" npm run json-server\"",
    "example-dev": "webpack-dev-server --config example/webpack.config.js",
    "json-server": "json-server ./example/db.json --delay 2500",
    "build": "rimraf dist && rollup -c",
    "prepublish": "npm run build"
  },
  "author": "Matthew Dangerfield",
  "license": "MIT",
  "devDependencies": {
    "awesome-typescript-loader": "^3.5.0",
    "clean-webpack-plugin": "^0.1.18",
    "concurrently": "^3.5.1",
    "html-webpack-plugin": "^2.30.1",
    "rimraf": "^2.6.2",
    "rollup": "^0.56.3",
    "rollup-plugin-typescript2":
      "git+https://github.com/ezolenko/rollup-plugin-typescript2.git",
    "rollup-plugin-uglify": "^3.0.0",
    "typescript": "^2.7.2",
    "vue": "^2.5.13",
    "webpack": "^3.11.0",
    "webpack-dev-server": "^2.11.1"
  }
}
