{
    "name": "@unitetheculture/brackets-manager",
    "version": "1.4.6",
    "description": "A simple library to manage tournament brackets (round-robin, single elimination, double elimination)",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "files": [
        "dist"
    ],
    "engines": {
        "node": ">=12"
    },
    "dependencies": {
        "brackets-model": "^1.3.9"
    },
    "devDependencies": {
        "@types/chai": "^4.2.22",
        "@types/mocha": "^9.0.0",
        "@types/node": "^16.11.6",
        "@typescript-eslint/eslint-plugin": "^5.3.0",
        "@typescript-eslint/parser": "^5.3.0",
        "brackets-json-db": "^0.1.0",
        "chai": "^4.3.4",
        "chai-as-promised": "^7.1.1",
        "eslint": "^8.1.0",
        "eslint-plugin-jsdoc": "^37.0.3",
        "json-server": "^0.17.0",
        "mocha": "^9.1.3",
        "typescript": "^4.4.4"
    },
    "scripts": {
        "lint": "eslint '**/*.{js,ts}' --fix",
        "test": "npm run lint && npx mocha",
        "db": "npx json-server --watch db.json",
        "start": "tsc --watch",
        "build": "tsc",
        "prepare": "npm run build",
        "prepublishOnly": "npm run build",
        "pub": "npm version patch && npm run build && npm publish"
    },
    "keywords": [
        "javascript",
        "typescript",
        "tournament",
        "brackets",
        "manager",
        "database"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Drarig29/brackets-manager.js.git"
    },
    "author": "Corentin Girard",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/Drarig29/brackets-manager.js/issues"
    },
    "homepage": "https://github.com/Drarig29/brackets-manager.js#readme"
}
