-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.25 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
{
"name": "projeto-final-hathor-wallet-compass-uol",
"version": "1.0.0",
"description": "Neste repositório deixaremos as práticas finais desenvolvidas durante o programa de estágio feitas no projeto final que se encontra na trilha Blockchain Apprentice da Udemy pelo programa de estágio Compass UOL.",
"main": "api/app.js",
"scripts": {
"start": "node api/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhDSouza/Projeto-Final-Hathor-Wallet-Compass-UOL.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dhDSouza/Projeto-Final-Hathor-Wallet-Compass-UOL/issues"
},
"homepage": "https://github.com/dhDSouza/Projeto-Final-Hathor-Wallet-Compass-UOL#readme",
"devDependencies": {
"dotenv": "^16.1.3",
"eslint": "^8.41.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2"
},
"dependencies": {
"cross-fetch": "^3.1.6",
"express": "^4.18.2",
"mongoose": "^7.2.2"
}
}