-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 878 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
37
38
39
40
41
42
43
{
"name": "ta-network-api",
"version": "2.0.0-alpha.2",
"description": "An open interface for fetching data from Tribes: Ascend servers.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "node dist/tests/index.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wilderzone/ta-network-api.git"
},
"keywords": [
"tribes",
"ascend",
"TA",
"game",
"login-server",
"tamods",
"network",
"API",
"typescript",
"ts",
"node"
],
"author": {
"name": "Giga",
"url": "https://wilderzone.live/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/wilderzone/ta-network-api/issues"
},
"homepage": "https://github.com/wilderzone/ta-network-api#readme",
"devDependencies": {
"@types/node": "^18.7.21",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}