-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 802 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 802 Bytes
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
{
"name": "riot-api-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"summonerId": "node ./data/summoner/getSummonerId.js",
"puuId": "node ./data/summoner/getPuuId.js",
"matchId": "node ./data/summoner/getMatchId.js",
"match": "node ./data/summoner/getMatch.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1288.0",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.2",
"mysql2": "^2.3.3",
"typeorm": "^0.3.10",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}