concat-webpack-plugin
Version:
Webpack plugin to concat the files after output
51 lines (50 loc) • 1.36 kB
JSON
{
"name": "concat-webpack-plugin",
"version": "0.1.1",
"description": "Webpack plugin to concat the files after output",
"keywords": [
"Concat",
"Plugin",
"Webpack"
],
"homepage": "https://github.com/guilhermetod/concat-webpack-plugin#readme",
"bugs": {
"url": "https://github.com/guilhermetod/concat-webpack-plugin/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guilhermetod/concat-webpack-plugin.git"
},
"license": "MIT",
"author": "Guilherme Tod <guilhermetod@gmail.com>",
"main": "dist/index.js",
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"build": "rimraf dist && tsc",
"lint": "eslint .",
"prepack": "npm run lint && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"concat": "^1.0.3",
"fs-extra": "^10.0.0",
"globby": "^11.0.4"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/rimraf": "^3.0.0",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.4",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
}
}