{
    "name": "game-library-sdk-mgs",
    "version": "1.0.5",
    "description": "SDK to integrate games with the game library platform.",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "babel src -d lib"
    },
    "keywords": [
        "game",
        "sdk",
        "game-library",
        "gaming"
    ],
    "author": "Your Name",
    "license": "MIT",
    "dependencies": {
        "axios": "^0.21.4",
        "dotenv": "^8.6.0",
        "fs-extra": "^9.1.0",
        "jsonwebtoken": "^8.5.1"
    },
    "devDependencies": {
        "@babel/cli": "^7.27.0",
        "@babel/core": "^7.26.10",
        "@babel/preset-env": "^7.26.9"
    }
}
