-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 826 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": "xboxgamertag",
"version": "1.0.2",
"description": "A client library for searching Xbox Gamertags in NodeJS",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DrelezTM/XboxGamertag.git"
},
"keywords": [
"Xbox Search",
"Xbox Gamertags",
"Xbox",
"Microsoft",
"Xbox Scrapper"
],
"author": "DrelezTM",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7"
},
"bugs": {
"url": "https://github.com/DrelezTM/XboxGamertag/issues"
},
"homepage": "https://github.com/DrelezTM/XboxGamertag#readme",
"dependencies": {
"axios": "^1.7.2",
"jsdom": "^24.1.0"
}
}