-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 953 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": "webpack-upload-alioss-plugin",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hex-ci/webpack-upload-alioss-plugin.git"
},
"keywords": [
"webpack"
],
"author": "Hex",
"license": "MIT",
"bugs": {
"url": "https://github.com/hex-ci/webpack-upload-alioss-plugin/issues"
},
"homepage": "https://github.com/hex-ci/webpack-upload-alioss-plugin#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.13.10",
"eslint": "^7.22.0"
},
"dependencies": {
"ali-oss": "^6.13.2",
"ansi-colors": "^4.1.1",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"lodash": "^4.17.21",
"mime": "^2.5.2",
"moment": "^2.29.1",
"plugin-error": "^1.0.1",
"through2": "^4.0.2"
},
"peerDependencies": {
"webpack": "^4.0.0"
}
}