UNPKG

dynamicpixels-typescript-sdk

Version:

This sdk will help you to connect your game's to the DynamicPixels

32 lines (31 loc) 850 B
{ "name": "dynamicpixels-typescript-sdk", "description": "This sdk will help you to connect your game's to the DynamicPixels", "author": "DynamicPixels <info@dynamicpixels.dev> (https://dynamicpixels.dev)", "keywords": ["game", "realtime", "leaderboards", "achievements", "chat", "dbaas", "storage"], "version": "0.9.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc -p tsconfig.build.json", "prepublishOnly": "npm run build", "clean": "rm -rf dist" }, "dependencies": { "@types/node": "18.11.18", "axios": "^1.2.2", "isomorphic-ws": "^5.0.0", "typescript": "4.9.4", "ws": "^8.12.0" }, "devDependencies": { "@types/ws": "^8.5.4", "eslint": "8.31.0", "eslint-config-next": "13.1.1" } }