forked from danielwerg/r6api.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 908 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 908 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "r6api.js",
"version": "1.3.0",
"description": "Node.js wrapper around Rainbow Six: Siege API.",
"author": "Daniel Sandberg",
"license": "MIT",
"main": "index.js",
"types": "typings/index.d.ts",
"scripts": {
"response": "node scripts/response",
"types": "node scripts/types"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"bluebird": "^3.5.5",
"node-fetch": "^2.6.0"
},
"directories": {
"lib": "lib"
},
"devDependencies": {
"dotenv": "^8.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielwerg/r6api.js.git"
},
"keywords": [
"api",
"wrapper",
"ubisoft",
"siege",
"rainbow6"
],
"bugs": {
"url": "https://github.com/danielwerg/r6api.js/issues"
},
"homepage": "https://github.com/danielwerg/r6api.js#readme",
"runkitExampleFilename": "examples/runkit.js"
}