-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 KB
/
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
44
45
{
"name": "@valapi/valorant-api.com",
"version": "5.0.0-beta.2",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"description": "Valorant API - valorant-api.com",
"keywords": [
"riot",
"api",
"val",
"valorant",
"valorant-api.com"
],
"main": "build/index.js",
"types": "./build/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/valapi/node-valapi.git",
"directory": "packages/@valapi/valorant-api.com"
},
"author": "ing3kth (https://github.com/KTNG-3)",
"license": "MIT",
"bugs": {
"url": "https://github.com/valapi/node-valapi/issues"
},
"homepage": "https://valapi.github.io/guide",
"dependencies": {
"@valapi/lib": "5.0.0-beta.2",
"axios": "^1.7.3"
},
"directories": {
"lib": "build",
"test": "src/__tests__"
},
"files": [
"build",
"CHANGELOG.md",
"LICENSE",
"package.json",
"README.md",
"SECURITY.md"
]
}