-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 883 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
{
"name": "battlemetrics-wrapper",
"version": "0.1.1",
"description": "a wrapper for the battlemetrics API based on GnomeSlayer's python version",
"main": "dist/src/main.js",
"types": "dist/src/main.d.ts" ,
"type": "module",
"scripts": {
"test": "npx tsx ./examples/examples.ts",
"build": "rm -rf dist && npx -p typescript tsc",
"dev": "npx tsx ./src/main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cubiquitous/battlemetrics-js.git"
},
"keywords": [
"battlemetrics"
],
"author": "Cubiquitous",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/cubiquitous/battlemetrics-js/issues"
},
"homepage": "https://github.com/cubiquitous/battlemetrics-js#readme",
"devDependencies": {
"@types/node": "^20.11.19",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"dotenv": "^16.3.1"
}
}