@zerochain/sdk
Version:
The Züs JS SDK is a JavaScript client library that provides a convenient interface for interacting with the Züs Network. It allows developers to perform various operations such as creating and managing allocations, uploading and downloading files, executi
94 lines (93 loc) • 2.31 kB
JSON
{
"name": "@zerochain/sdk",
"version": "1.1.8",
"description": "The Züs JS SDK is a JavaScript client library that provides a convenient interface for interacting with the Züs Network. It allows developers to perform various operations such as creating and managing allocations, uploading and downloading files, executing smart contracts, and more.",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"default": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./react": {
"types": "./dist/react.d.ts",
"import": {
"types": "./dist/react.d.ts",
"default": "./dist/react.mjs"
},
"default": {
"types": "./dist/react.d.ts",
"default": "./dist/react.js"
}
},
"./dist/react": {
"types": "./dist/react.d.ts",
"import": {
"types": "./dist/react.d.ts",
"default": "./dist/react.mjs"
},
"default": {
"types": "./dist/react.d.ts",
"default": "./dist/react.js"
}
}
},
"publishConfig": {
"access": "public"
},
"files": [
"**/*"
],
"scripts": {
"dev:tsc": "tsc -w -p tsc.tsconfig.json",
"dev": "NODE_ENV=development tsup",
"build": "tsup && tsc -p tsconfig.types.json",
"lint:tsc": "tsc --noEmit",
"lint": "yarn lint:tsc"
},
"author": "Ashutosh Khanduala (@ashuvssut)",
"license": "MIT",
"bugs": {
"url": "https://github.com/0chain/js-sdk/issues"
},
"homepage": "https://0chain.github.io/js-sdk/",
"keywords": [
"client",
"sdk",
"zerochain",
"0chain",
"zus",
"züs"
],
"dependencies": {
"bip39": "^3.1.0",
"lodash.debounce": "^4.0.8",
"js-sha3": "^0.9.3"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"peerDependencies": {
"@types/react": ">=17.0.0",
"react": ">=17.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"react": {
"optional": true
}
}
}