forked from aprxl/Amarelo-Girassol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
{
"name": "amarelogirassol",
"version": "1.0.0",
"description": "Projeto de desenvolvimento de software (2022, 2)",
"main": "server.js",
"scripts": {
"dev": "nodemon server",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aprxl/Amarelo-Girassol.git"
},
"author": "",
"contributors": [
"April Urnau (https://github.com/aprxl)",
"Fernanda Queiroz (https://github.com/)",
"Cecília Quaresma (https://github.com/)",
"Camila Careli (https://github.com/)",
"João Carvalho (https://github.com/joaoseisei)",
"Bruno Bragança (https://github.com/)",
"Tales Mazzocante (https://github.com/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/aprxl/Amarelo-Girassol/issues"
},
"homepage": "https://github.com/aprxl/Amarelo-Girassol#readme",
"dependencies": {
"eslint": "^8.29.0",
"express": "^4.18.2",
"jsdom": "^21.1.0",
"moment": "^2.29.4",
"save": "^2.9.0",
"socket.io": "^4.5.4",
"typescript": "^4.9.4"
},
"keywords": [],
"devDependencies": {
"nodemon": "^2.0.20"
}
}