{
    "name": "synx-sdk",
    "version": "0.1.1",
    "description": "Synapse X Node.JS SDK",
    "main": "build/index.js",
    "scripts": {
        "build": "tsc"
    },
    "dependencies": {
        "chalk": "^5.0.1",
        "color": "^4.2.3",
        "electron": "^20.0.1",
        "fetch": "^1.1.0",
        "ffi-napi": "^4.0.3",
        "monaco-editor": "^0.34.0",
        "random": "^3.0.6",
        "ref-napi": "^3.0.3",
        "ws": "^8.8.1"
    },
    "devDependencies": {
        "@types/color": "^3.0.3",
        "@types/ffi-napi": "^4.0.5",
        "@types/node": "^18.11.9",
        "@types/prompts": "^2.0.14",
        "@types/ref-napi": "^3.0.4",
        "@types/ws": "^8.5.3",
        "@typescript-eslint/eslint-plugin": "^5.42.0",
        "@typescript-eslint/parser": "^5.42.0",
        "esbuild": "^0.14.53",
        "eslint": "^8.25.0",
        "prompts": "^2.4.2",
        "typedoc": "^0.23.22",
        "typescript": "^4.8.4"
    }
}
