-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 851 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": "brasileirao-api",
"version": "1.0.0",
"description": "A api que extrai a classificação do campeonato brasileiro",
"main": "index.js",
"bin": {
"brasileirao": "./dist/run.js"
},
"scripts": {
"start": "node ./dist/run.js",
"test": "jest",
"build": "tsc"
},
"author": "Lohanna",
"license": "ISC",
"dependencies": {
"commander": "^4.1.0",
"csv-writer": "^1.6.0",
"excel4node": "^1.7.2",
"moment": "^2.24.0",
"ora": "^4.0.3",
"puppeteer": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/register": "^7.7.4",
"@types/jest": "^24.9.1",
"@types/node": "^13.5.3",
"@types/puppeteer": "^2.0.0",
"jest": "^25.1.0",
"sequelize-cli": "^5.5.1",
"ts-jest": "^25.0.0",
"typescript": "^3.9.10"
}
}