-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.34 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "remove-files-webpack-plugin",
"version": "1.5.0",
"description": "A plugin for webpack that removes files and folders before and after compilation.",
"main": "./src/index.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "mocha --recursive --reporter nyan --check-leaks",
"test-coverage": "nyc --reporter=html --reporter=text yarn test --reporter list",
"eslint": "./node_modules/.bin/eslint ./src/**/*.js",
"eslint-codeframe": "yarn eslint --format codeframe",
"eslint-fix": "yarn eslint --fix"
},
"homepage": "https://github.com/Amaimersion/remove-files-webpack-plugin/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Amaimersion/remove-files-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/Amaimersion/remove-files-webpack-plugin/issues"
},
"author": {
"name": "Sergey Kuznetsov",
"url": "https://github.com/Amaimersion"
},
"license": "MIT",
"dependencies": {
"@types/webpack": "5.28.0",
"trash": "7.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^7.0.1",
"nyc": "^15.0.0"
},
"peerDependencies": {
"webpack": ">=2.2.0"
},
"engines": {
"node": ">=8.3.0"
},
"keywords": [
"webpack",
"webpack-plugin",
"webpack-compilation",
"webpack-files",
"compilation",
"plugin",
"files",
"build-automation",
"clean",
"cleanup",
"clean-plugin",
"clean-webpack-plugin",
"clean-files-plugin",
"clean-files-webpack-plugin",
"remove",
"remove-plugin",
"remove-webpack-plugin",
"remove-files-plugin",
"remove-files-webpack-plugin",
"delete",
"delete-plugin",
"delete-webpack-plugin",
"delete-files-plugin",
"delete-files-webpack-plugin",
"вебпак",
"вебпак-автоматизация",
"вебпак-файлы",
"вебпак-компиляция",
"компиляция",
"удалить",
"удаление",
"очистка"
]
}