@soundsright/utils
Version:
soundsright utils sdk
38 lines (37 loc) • 750 B
JSON
{
"name": "@soundsright/utils",
"private": false,
"version": "0.1.2",
"description": "soundsright utils 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"
},
"dependencies": {
"@soundsright/types": "^0.1.2",
"events": "^3.3.0"
},
"devDependencies": {
"@types/events": "^3.0.0"
},
"gitHead": "03729ba7aa09d116f0ed9dfe4e47abcb173c7ece"
}