-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 889 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
{
"name": "node-sharex-server",
"version": "2.1.0",
"description": "Node.js project for hosting screenshots captured with ShareX.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"up": "ncu -u && npm install && npm update && npm audit fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek/Node-Sharex-Server.git"
},
"author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sefinek/Node-Sharex-Server/issues"
},
"homepage": "https://github.com/sefinek/Node-Sharex-Servert#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"helmet": "^8.0.0",
"morgan": "^1.10.0",
"serve-static": "^1.16.2"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"globals": "^15.12.0"
}
}