-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 972 Bytes
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 972 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
43
44
45
46
47
48
49
50
{
"name": "csgo.js",
"version": "1.5.42",
"description": "CSGO/CS2 stats using the Official Steam API.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "ts-node test.ts",
"build": "tsup",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iFraan/csgo.js.git"
},
"keywords": [
"csgo-api",
"csgo",
"cs",
"stats",
"csgo.js",
"api",
"valve",
"steam",
"m4a1",
"ak47",
"wrapper",
"m4a1.js",
"cs2",
"counterstrike2"
],
"author": "ifraan_",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/iFraan/csgo.js/issues"
},
"homepage": "https://github.com/iFraan/csgo.js#readme",
"devDependencies": {
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"dependencies": {
"axios": "^1.7.7"
}
}