-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.09 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": "sd-0x-mongodb-aggregations",
"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",
"scripts": {
"lint": "eslint --no-inline-config --ext .js,.jsx --no-error-on-unmatched-pattern -c .eslintrc.json ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/betrybe/sd-0x-mongodb-aggregations.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/betrybe/sd-0x-mongodb-aggregations/issues"
},
"homepage": "https://github.com/betrybe/sd-0x-mongodb-aggregations#readme",
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-airbnb": "18.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-sonarjs": "0.5.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-mongodb": "1.0.0"
}
}