-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
46
47
48
49
50
51
52
{
"name": "pingobras-server-express-node",
"version": "0.6.1",
"description": "Este e um template de um servidor web node.js, ele tem um sistema de hosteamento dinâmico na rota ```/host``` que salva os arquivos e o caminho do usuario na pasta ```uploads``` e no banco de dados ``` /data/host.json ```",
"main": "server.js",
"scripts": {
"start": "node server.js",
"start:dev": "nodemon start.js",
"autoInstall": "npm update && npm install"
},
"dependencies": {
"cors": "^2.8.5",
"ddos": "^0.2.1",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"express-ws": "^5.0.2",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.10.1",
"multer": "^1.4.4",
"node-cmd": "^5.0.0",
"node-fetch": "^2.7.0",
"nodemailer": "^6.10.0",
"nodemon": "^3.1.9",
"npm-package-nodejs-utils-lda": "^1.0.13",
"path": "^0.12.7",
"pg": "^8.13.3",
"pm2": "^5.4.3",
"uuid": "^11.0.4",
"xss": "^1.0.15"
},
"engines": {
"node": ">=18"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"pingobras",
"npm"
],
"type": "commonjs",
"author": "LUIS DAS ARTIMANHAS",
"repository": {
"type": "git",
"url": "git+https://github.com/LUISDASARTIMANHAS/template-server-express-node-js.git"
},
"bugs": {
"url": "https://github.com/LUISDASARTIMANHAS/template-server-express-node-js/issues"
},
"homepage": "https://github.com/LUISDASARTIMANHAS/template-server-express-node-js#readme"
}