-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 KB
/
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
45
{
"name": "upload-image-to-oss",
"version": "1.0.11",
"description": "Auto upload image to oss when copy image, and return the link of image",
"main": "dist/index.js",
"scripts": {
"test": "echo \"no test specified\" && exit 0",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/linyimin-bupt/upload-image-to-oss.git"
},
"keywords": [
"typescript",
"oss",
"xclip",
"clipboard"
],
"author": "Yimin Lin",
"license": "MIT",
"bugs": {
"url": "https://github.com/linyimin-bupt/upload-image-to-oss/issues"
},
"homepage": "https://github.com/linyimin-bupt/upload-image-to-oss#readme",
"dependencies": {
"ali-oss": "^6.0.1",
"brolog": "^1.8.1",
"cuid": "^2.1.2",
"dotenv": "^6.0.0",
"iohook": "^0.2.0",
"isexe": "^2.0.0",
"keypress-event": "^1.1.2",
"mime": "^2.3.1",
"node-notifier": "^5.2.1",
"winston": "^3.0.0"
},
"devDependencies": {
"@types/cuid": "^1.3.0",
"@types/dotenv": "^4.0.3",
"@types/node": "^10.9.4",
"@types/node-notifier": "^0.0.28",
"@types/winston": "^2.4.4"
}
}