forked from BrasilAPI/BrasilAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 876 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
29
30
31
32
33
34
35
36
{
"name": "brasilapi",
"version": "1.0.0",
"description": "Vamos transformar o Brasil em uma API?",
"dependencies": {
"apollo-server-micro": "^2.11.0",
"axios": "0.19.2",
"cep-promise": "3.0.9",
"lodash": "^4.17.15",
"micro-cors": "0.1.1",
"next": "9.3.2",
"react": "16.12.0",
"react-dom": "16.12.0"
},
"devDependencies": {
"jest": "25.1.0",
"wait-on": "4.0.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/filipedeschamps/BrasilAPI.git"
},
"author": "Filipe Deschamps",
"license": "MIT",
"bugs": {
"url": "https://github.com/filipedeschamps/BrasilAPI/issues"
},
"homepage": "https://github.com/filipedeschamps/BrasilAPI#readme"
}