{
  "name": "@gluons/vue-pack-banner-plugin",
  "version": "1.20.3",
  "description": "A vue-pack plugin to add banner to generated bundles.",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublishOnly": "npm run build",
    "prebuild": "rimraf dist/*",
    "build": "tsc",
    "lint": "tslint -p .",
    "pretest": "npm run build",
    "test": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gluons/vue-pack.git"
  },
  "keywords": [
    "vue-pack",
    "vue-pack-plugin",
    "webpack",
    "banner"
  ],
  "author": "Saran Tanpituckpong <sarunta@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gluons/vue-pack/issues"
  },
  "homepage": "https://github.com/gluons/vue-pack/tree/master/packages/@gluons/plugin-banner",
  "peerDependencies": {
    "@gluons/vue-pack": "*"
  },
  "devDependencies": {
    "@gluons/vue-pack": "^1.20.3"
  },
  "dependencies": {
    "webpack": "^4.41.6"
  },
  "gitHead": "e42de5215dec24a76398bd4ac2ce240bcc226cd4"
}
