UNPKG

@soundsright/sdk

Version:

soundsright chain sdk

50 lines (49 loc) 1.18 kB
{ "name": "@soundsright/sdk", "private": false, "version": "0.2.8", "description": "soundsright chain sdk", "keywords": [ "soundsright", "ethereum", "polygon", "blockchain", "javascript", "typescript", "contract" ], "author": "u404 <ltxwy@hotmail.com>", "homepage": "", "license": "MIT", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", "typedocMain": "src/index.ts", "files": [ "dist" ], "scripts": { "watch": "tsc --watch", "build": "tsc", "build:iife": "webpack --stats-error-details" }, "dependencies": { "@babel/runtime": "^7.19.4", "@soundsright/auth": "^0.2.4", "@soundsright/chain": "^0.2.7", "@soundsright/connector": "^0.2.4", "@soundsright/invite": "^0.1.2", "@soundsright/service": "^0.1.3", "@soundsright/share": "^0.1.2", "@soundsright/types": "^0.1.2", "@soundsright/user": "^0.2.4", "@soundsright/utils": "^0.1.2", "@types/events": "^3.0.0", "ethers": "5.6.5", "events": "^3.3.0" }, "devDependencies": { "@types/events": "^3.0.0" }, "gitHead": "428815d4732ae1469a5e31b8a4dc7cf84b5428db" }