-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 899 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 899 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
38
39
{
"name": "@hzfe/mina-webpack-plugin",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HZFE/mina-webpack-plugin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HZFE/mina-webpack-plugin/issues"
},
"homepage": "https://github.com/HZFE/mina-webpack-plugin#readme",
"devDependencies": {
"@babel/cli": "7.12.8",
"@babel/core": "7.12.9",
"@babel/plugin-transform-runtime": "7.12.1",
"@babel/preset-env": "7.12.7",
"webpack": "5.9.0"
},
"dependencies": {
"@babel/runtime": "7.12.5",
"globby": "11.0.1",
"replace-ext": "2.0.0",
"webpack-sources": "2.2.0"
},
"peerDependencies": {
"webpack": "^5.9.0"
},
"directories": {
"lib": "lib"
}
}