{
  "name": "@supermdguy/magic",
  "version": "0.1.1",
  "description": "Automagically create a frontend and backend",
  "main": "dist/magic.umd.js",
  "module": "dist/magic.es5.js",
  "typings": "dist/magic.d.ts",
  "scripts": {
    "build": "rimraf dist && rollup -c",
    "prepublish": "npm run build"
  },
  "author": "Matthew Dangerfield",
  "license": "MIT",
  "devDependencies": {
    "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"
  }
}
