{
    "name": "jinada",
    "version": "0.0.10",
    "description": "Liquipedia Competitive Dota 2 wrapper",
    "main": "lib/index.js",
    "files": [
        "lib/**/*"
    ],
    "scripts": {
        "test": "node lib/index.js",
        "build": "tsc",
        "format": "prettier --write \"src/**/*.ts\"",
        "lint": "tslint -p tsconfig.json"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/sinkaroid/jinada.git"
    },
    "keywords": [
        "wrapper",
        "dota",
        "liquipedia",
        "competitive"
    ],
    "author": "sinkaroid",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/sinkaroid/jinada/issues"
    },
    "homepage": "https://github.com/sinkaroid/jinada#readme",
    "dependencies": {
        "node-fetch": "^2.6.0",
        "query-string": "^6.12.1",
        "wumpfetch": "^0.3.1"
    },
    "devDependencies": {
        "@types/node-fetch": "^2.5.7",
        "prettier": "^2.0.5",
        "tslint": "^6.1.1",
        "tslint-config-prettier": "^1.18.0",
        "typescript": "^3.8.3"
    }
}
