-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
28 lines (28 loc) · 864 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
{
"name": "2022-01",
"version": "1.0.0",
"description": "Repositório destinado a Unidade Curricular de Sistemas Distribuidos e Mobile, Campos Butantã, primeiro semestre de 2022. Alguns comando importantes: - Inicializar um repositório comum como uma aplicação Node. *npm init -y",
"main": "index.js",
"scripts": {
"start": "node ./repository/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Danilo-Miguel/SD_BUA_2022-01.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Danilo-Miguel/SD_BUA_2022-01/issues"
},
"homepage": "https://github.com/Danilo-Miguel/SD_BUA_2022-01#readme",
"dependencies": {
"body-parser": "^1.19.2",
"express": "^4.17.3",
"http": "^0.0.1-security"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}