{
  "name": "prototype-minify",
  "version": "1.1.0",
  "description": "Minify prototype for typescript or unminfied prototype.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/naver/prototype-minify.git"
  },
  "author": "Naver Corp",
  "license": "MIT",
  "keywords": [
    "minify",
    "rollup",
    "webpack",
    "typescript",
    "prototype",
    "minification",
    "plugin"
  ],
  "bugs": {
    "url": "https://github.com/naver/prototype-minify/issues"
  },
  "homepage": "https://github.com/naver/prototype-minify#readme",
  "dependencies": {
    "@babel/generator": "^7.1.2",
    "@babel/parser": "^7.1.2",
    "@babel/traverse": "^7.1.0",
    "@babel/types": "^7.1.2"
  }
}
