-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 964 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": "r6s-stats-api",
"version": "1.3.0",
"description": "An api for fetching player statistics from Rainbow Six Siege",
"main": "index.js",
"scripts": {
"prettier": "prettier --debug-check .",
"prettier:fix": "prettier --write .",
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmes98318/r6s-stats-api.git"
},
"keywords": [
"r6",
"siege",
"api",
"rainbow6",
"r6s",
"stats"
],
"author": "hmes98318 <[email protected]> (https://github.com/hmes98318)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hmes98318/r6s-stats-api/issues"
},
"homepage": "https://github.com/hmes98318/r6s-stats-api#readme",
"dependencies": {
"axios": "^1.1.3",
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {
"prettier": "2.7.1"
}
}