-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1012 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
41
42
43
44
{
"name": "picgo-plugin-oss-custom-headers",
"version": "1.0.0",
"description": "A picgo plugin for custom oss put headers",
"main": "src/index.js",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/lunode/picgo-plugin-oss-custom-headers",
"scripts": {
"test": "node ./test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lunode/picgo-plugin-oss-custom-headers"
},
"keywords": [
"picgo",
"picgo-gui-plugin",
"picgo-plugin",
"picgo-cli-plugin",
"oss",
"custom",
"headers",
"header",
"aliyun",
"alibaba"
],
"author": "lunode",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.10.4",
"dotenv": "^16.3.1",
"eslint": "^8.25.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.1.0",
"picgo": "^1.5.6"
},
"dependencies": {
"mime-types": "^2.1.35"
}
}