-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 907 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 907 Bytes
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
{
"name": "@camelot-project/webpack-hash-exclude-plugin",
"version": "1.1.4",
"description": "Ignore certain files from file name hashing.",
"main": "index.js",
"files": [
"lib/plugin.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/CamelotProject/webpack-hash-exclude-plugin.git"
},
"scripts": {
"test": "exit 0"
},
"keywords": [
"webpack-plugin",
"hash"
],
"author": "Gawain Lynch <gawain.lynch@gmail.com>",
"license": "MIT",
"dependencies": {
"html-webpack-plugin": "^4.0.0-beta.11",
"webpack": "^4.41.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"babel-eslint": "10.0.3",
"eslint": "^6.6.0",
"eslint-loader": "3.0.3",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.20.1",
"typescript": "^3.7.5"
}
}