-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 904 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
{
"name": "battlemetrics.js",
"version": "0.0.1-alpha.3",
"description": "Client for the BattleMetrics API",
"main": "dist/index.js",
"types": "/types",
"scripts": {
"lint": "npx eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/afocommunity/battlemetrics.js.git"
},
"author": "bombitmanbomb",
"license": "MIT",
"bugs": {
"url": "https://github.com/afocommunity/battlemetrics.js/issues"
},
"homepage": "https://github.com/afocommunity/battlemetrics.js#readme",
"devDependencies": {
"@types/node": "^18.11.8",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"typescript": "^4.8.4",
"typescript-eslint": "^0.0.1-alpha.0"
},
"optionalDependencies": {
"node-fetch": "^3.2.10"
},
"dependencies": {
"@sapphire/async-queue": "^1.5.0"
}
}