{
    "name": "razer-chroma-sdk",
    "description": "Functionality to access the Razer Chroma SDK using it's RESTful API",
    "version": "0.0.2",
    "author": {
        "name": "Benjamin P. Jung",
        "email": "headcr4sh@gmail.com"
    },
    "homepage": "https://github.com/cathive/razer-chroma-js",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/cathive/razer-chroma-js.git"
    },
    "keywords": [
        "chroma",
        "razer",
        "razer-chroma"
    ],
    "bugs": {
        "url": "https://github.com/cathive/razer-chroma-js/issues"
    },
    "devDependencies": {
        "@types/jest": "^29.5.0",
        "@types/node": "^18.15.11",
        "jest": "^29.5.0",
        "ts-jest": "^29.1.0",
        "ts-loader": "^9.4.2",
        "ts-node": "^10.9.1",
        "typescript": "^5.0.4",
        "webpack": "^5.79.0",
        "webpack-cli": "^5.0.1"
    },
    "types": "lib/index.d.ts",
    "scripts": {
        "compile": "tsc",
        "postcompile": "webpack",
        "build": "npm -s run compile",
        "prepublish": "npm -s run build",
        "test": "jest"
    },
    "main": "lib/main-node",
    "browser": "dist/razer-chroma.web.dist.js"
}
