@gluons/vue-pack-copy-plugin
Version:
A vue-pack plugin to copy files or directories to build directory.
48 lines (47 loc) • 1.2 kB
JSON
{
"name": "@gluons/vue-pack-copy-plugin",
"version": "1.20.3",
"description": "A vue-pack plugin to copy files or directories to build directory.",
"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",
"copy",
"copy-plugin"
],
"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-copy",
"peerDependencies": {
"@gluons/vue-pack": "*"
},
"dependencies": {
"@types/minimatch": "^3.0.3",
"copy-webpack-plugin": "^5.1.1"
},
"devDependencies": {
"@gluons/vue-pack": "^1.20.3",
"@types/copy-webpack-plugin": "^5.0.0"
},
"gitHead": "e42de5215dec24a76398bd4ac2ce240bcc226cd4"
}