UNPKG

skinsback-sdk

Version:
45 lines (44 loc) 1.02 kB
{ "name": "skinsback-sdk", "version": "0.2.12", "description": "SDK for integrations with skinsback.com", "main": "index.js", "types": "js/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "dev": "nodemon --exec ts-node -- ./src/index.ts" }, "repository": { "type": "git", "url": "git+https://github.com/shaitan-masters/skinsback-sdk.git" }, "keywords": [ "skinsback", "sdk", "api", "skins", "csgo", "dota2" ], "author": "Shaitan Masters", "license": "ISC", "bugs": { "url": "https://github.com/shaitan-masters/skinsback-sdk/issues" }, "homepage": "https://github.com/shaitan-masters/skinsback-sdk#readme", "dependencies": { "axios": "^0.21.1", "crypto": "^1.0.1", "md5": "^2.3.0", "ws": "^7.4.5" }, "devDependencies": { "@types/md5": "^2.3.0", "@types/node": "^14.14.35", "@types/ws": "^7.4.4", "nodemon": "^2.0.7", "ts-node": "^9.1.1", "typescript": "^4.2.4" } }