-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 1.64 KB
/
package.json
File metadata and controls
23 lines (23 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@pubgapi/pubgapi",
"version": "2.0.0",
"description": "Open-Source PUBG API for all PUBG items likes weapons, ammo, maps, consumables, etc. This API structured designed in JSON only, with is very useful for developers.",
"main": "about.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pubg"," bgmi"," api"
],
"author": "Rohit Chouhan",
"license": "Apache-2.0 License",
"repository": {
"type": "git",
"url": "git+https://github.com/pubgapi/v2.git"
},
"bugs": {
"url": "https://github.com/pubgapi/v2/issues"
},
"homepage": "https://github.com/pubgapi/v2#readme",
"_publishConfig": { "registry": "https://npm.pkg.github.com/" }
}