{
    "name": "pubg-client",
    "version": "0.0.1-beta.4",
    "description": "Asnychronous typescript wrapper for official PUBG API",
    "keywords": [
        "pubg",
        "ajax",
        "pubg-api",
        "api-pubg",
        "typescript-pubg",
        "pubg-typescript"
    ],
    "homepage": "https://github.com/schnellehand/pubg-client",
    "bugs": {
        "url": "https://github.com/schnellehand/pubg-client/issues",
        "email": "kjmin@kjmin.io"
    },
    "author": {
        "name": "schnellehand",
        "email": "kjmin@kjmin.io"
    },
    "license": "(MIT OR Apache-2.0)",
    "repository": {
        "type": "git",
        "url": "https://github.com/schnellehand/pubg-client.git"
    },
    "engines": {
        "node": ">= 12"
    },
    "main": "build/src/index.js",
    "browser": "build/src/index.js",
    "devDependencies": {
        "@types/jest": "^26.0.14",
        "@types/node": "^14.11.1",
        "@types/node-fetch": "^2.5.7",
        "@typescript-eslint/eslint-plugin": "^4.1.1",
        "@typescript-eslint/parser": "^4.1.1",
        "eslint": "^7.9.0",
        "eslint-config-prettier": "^6.11.0",
        "eslint-plugin-jest": "^24.0.1",
        "jest": "^26.4.2",
        "prettier": "^2.1.2",
        "rimraf": "^3.0.2",
        "ts-jest": "^26.3.0",
        "tsutils": "^3.17.1",
        "typedoc": "^0.19.2",
        "typescript": "^4.0.2"
    },
    "scripts": {
        "clean": "rimraf coverage build tmp",
        "build": "tsc -p tsconfig.release.json",
        "build:watch": "tsc -w -p tsconfig.release.json",
        "lint": "eslint . --ext .ts,.tsx",
        "prettier": "prettier --write \"**/*.{js,ts,tsx,json}\" --no-semi",
        "test": "jest --coverage",
        "test:watch": "jest --watch",
        "precommit": "yarn prettier && yarn lint",
        "doc": "typedoc --out docs src && touch docs/.nojekyll"
    },
    "dependencies": {
        "node-fetch": "^2.6.1",
        "tslib": "^2.0.1"
    }
}
