-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
39 lines (39 loc) · 910 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
{
"name": "webpack-version-file-plugin",
"version": "0.5.0",
"description": "Generates a file with your app's package.json information and builddate",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mvanede/webpack-version-file-plugin.git"
},
"keywords": [
"version",
"file",
"build",
"date"
],
"author": {
"name": "Mirko van Ede",
"email": "info@mirkovanede.nl"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mvanede/webpack-version-file-plugin/issues"
},
"homepage": "https://github.com/mvanede/webpack-version-file-plugin",
"dependencies": {
"ejs": "^3.1.8",
"fs": "latest",
"underscore": "^1.13.6"
},
"peerDependencies": {
"webpack": ">=5.0.0"
},
"devDependencies": {
"mocha": "^10.2.0"
}
}