-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.03 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
{
"name": "block9-project-zoo-functions",
"version": "1.0.0",
"description": "Você já usa o GitHub diariamente para desenvolver os exercícios, certo? Agora, para desenvolver os projetos, você deverá seguir as instruções a seguir. Fique atento a cada passo, e se tiver qualquer dúvida, nos envie por _Slack_! #vqv 🚀",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest",
"lint": "eslint --no-inline-config --no-error-on-unmatched-pattern -c .eslintrc.json . --ext .js"
},
"jest": {
"rootDir": "./test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betrybe/sd-03-block9-project-zoo-functions.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/betrybe/sd-03-block9-project-zoo-functions/issues"
},
"homepage": "https://github.com/betrybe/sd-03-block9-project-zoo-functions#readme",
"devDependencies": {
"eslint-config-trybe-fundamentals": "1.1.0",
"faker": "5.5.3",
"jest": "25.2.3"
}
}