-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1022 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": "vandal.js",
"version": "1.3.0",
"description": "Wrapper/Scrapper for Valorant stats.",
"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/vandal.js.git"
},
"keywords": [
"valorant-api",
"valorant",
"val",
"stats",
"valorant.js",
"api",
"riot",
"riot games",
"vandal"
],
"author": "ifraan_",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/iFraan/vandal.js/issues"
},
"homepage": "https://github.com/iFraan/vandal.js#readme",
"devDependencies": {
"@types/node": "^20.11.17",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
}
}