forked from trim21/userscript-metadata-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 924 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 924 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
37
{
"name": "userscript-metadata-webpack-plugin",
"version": "0.1.2",
"description": "A webpack plugin to generate userscript metadata and prepend to js",
"main": "src/index.js",
"scripts": {
"postversion": "git push --follow-tags",
"build": "webpack -c config/webpack.config.production.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"url": "https://github.com/Trim21/userscript-metadata-webpack-plugin",
"type": "git"
},
"keywords": [
"webpack",
"userscript",
"plugin",
"metadata"
],
"author": {
"name": "Trim21",
"email": "trim21me@gmail.com"
},
"license": "MIT",
"devDependencies": {
"prettier": "^2.2.1",
"webpack": "^5.26.0",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3",
"webpack-sources": "^3.2.3"
},
"peerDependencies": {
"webpack-sources": "^3.2.3",
"webpack": "^5.0.0"
}
}