{
    "name": "@raz1el/r6tab",
    "version": "1.0.0",
    "description": "R6Tabwire API Client for NodeJS",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "test": "jest --detectOpenHandles --no-cache ./*",
        "start": "node --unhandled-rejections=strict dist/index.js",
        "build": "npm run clear && tsc -p tsconfig.prod.json",
        "build:debug": "npm run clear && tsc",
        "lint": "eslint -c .eslintrc.js --ext .js,.jsx,.ts,.tsx src",
        "lint:log": "eslint --no-color -o logs/lint.log -c .eslintrc.js --ext .js,.jsx,.ts,.tsx src",
        "clear": "rm -rf dist logs",
        "publish": "npm publish --access public"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/raziEiL/r6tab.git"
    },
    "keywords": [
        "r6tab",
        "rainbow six",
        "api",
        "api client",
        "tabstats",
        "rainbow-six-siege",
        "node",
        "javascript",
        "typescript"
    ],
    "author": {
        "name": "Denis Medvedev (raziEiL)",
        "email": "mr.raz4291@gmail.com"
    },
    "license": "GPL-3.0",
    "homepage": "https://github.com/raziEiL/r6tab#readme",
    "files": [
        "dist/**/*"
    ],
    "jest": {
        "roots": [
            "<rootDir>/src"
        ],
        "transform": {
            "^.+\\.tsx?$": "ts-jest"
        },
        "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
        "moduleFileExtensions": [
            "ts",
            "tsx",
            "js",
            "jsx",
            "json",
            "node"
        ]
    },
    "dependencies": {
        "axios": "^0.19.2",
        "ts-raz-util": "^1.0.3"
    },
    "devDependencies": {
        "@types/jest": "^25.2.3",
        "@types/node": "^14.0.27",
        "@typescript-eslint/eslint-plugin": "^2.27.0",
        "@typescript-eslint/eslint-plugin-tslint": "^2.27.0",
        "@typescript-eslint/parser": "^2.27.0",
        "eslint": "^6.8.0",
        "eslint-plugin-import": "^2.20.2",
        "eslint-plugin-no-null": "^1.0.2",
        "eslint-plugin-typescript": "^0.14.0",
        "eslint-plugin-unicorn": "^18.0.1",
        "jest": "^26.4.0",
        "ts-jest": "^26.2.0",
        "tslint": "^6.1.1",
        "typescript": "^3.9.7"
    }
}
