-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 790 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 790 Bytes
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
{
"name": "nodejs-paste-server",
"version": "2.0.6",
"description": "Paste Server to upload text or code",
"repository": "https://github.com/efebagri/paste-server/",
"authors": [
{
"name": "Efe Bagri",
"email": "efe.bagri@exbil.net"
},
{
"name": "Julian",
"url": "https://github.com/juliarn"
}
],
"readme": "README.md",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"license": "MIT",
"dependencies": {
"arangojs": "^7.6.1",
"body-parser": "latest",
"dotenv": "^16.4.7",
"express": "^4.19.2",
"express-rate-limit": "^5.5.1",
"fs-extra": "latest",
"mysql2": "^3.13.0",
"redis": "^4.7.0",
"request": "latest",
"serve-static": "^1.13.2",
"unzipper": "^0.10.10"
}
}