-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 894 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
{
"name": "@ddd702/shareclip",
"version": "1.1.1",
"description": "a cross platform clipboard manager in intranet or a chat server",
"main": "index.mjs",
"scripts": {
"dev": "node --watch index.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddd702/shareclip.git"
},
"type": "module",
"bin": {
"shareclip": "index.mjs"
},
"keywords": [
"clipborad",
"cross-platform"
],
"author": "ddd",
"license": "ISC",
"bugs": {
"url": "https://github.com/ddd702/shareclip/issues"
},
"homepage": "https://github.com/ddd702/shareclip#readme",
"dependencies": {
"axios": "^1.7.7",
"clipboardy": "^4.0.0",
"dayjs": "^1.11.13",
"fs-extra": "^11.2.0",
"ip": "^2.0.1",
"mime": "^4.0.6",
"multer": "^1.4.5-lts.1",
"peer": "^1.0.2"
}
}