forked from rvanmil/xml-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 967 Bytes
/
package.json
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
{
"name": "xml-webpack-plugin",
"version": "1.2.0",
"description": "Use templates to generate XML files in your webpack project",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rvanmil/xml-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"xml",
"xml-webpack-plugin"
],
"author": "René van Mil <rvanmil@me.com> (https://github.com/rvanmil)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rvanmil/xml-webpack-plugin/issues"
},
"homepage": "https://github.com/rvanmil/xml-webpack-plugin#readme",
"dependencies": {
"ejs": "^3.1.6"
},
"devDependencies": {
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-oliver-base": "^10.0.1",
"eslint-plugin-import": "^2.23.3",
"jest": "^27.0.1",
"webpack": ">=4"
}
}