@azuro-org/sdk
Version:
One-stop solution for building betting dApps on the Azuro Protocol.
69 lines (68 loc) • 1.84 kB
JSON
{
"name": "@azuro-org/sdk",
"version": "6.1.5",
"description": "One-stop solution for building betting dApps on the Azuro Protocol.",
"author": "Azuro",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": "./dist/index.js"
},
"sideEffects": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Azuro-protocol/sdk.git"
},
"homepage": "https://github.com/Azuro-protocol/sdk#readme",
"bugs": {
"url": "https://github.com/Azuro-protocol/sdk/issues"
},
"keywords": [
"azuro",
"azuro-protocol",
"sdk",
"react",
"dapps"
],
"scripts": {
"build": "rimraf dist && rollup -c",
"prepublishOnly": "npm run build",
"------------------ Lint --------------------------------------------------------------------------------": "",
"lint-fix": "eslint ./src -c .eslintrc --fix --ext js,ts,tsx",
"lint-ts": "tsc --noEmit"
},
"peerDependencies": {
"@azuro-org/dictionaries": "^3.0.27",
"@azuro-org/sdk-social-aa-connector": "^1.1.7",
"graphql": "^16.11.0",
"react": "^19.1.0",
"viem": "^2.30.4",
"wagmi": "^2.15.4"
},
"peerDependenciesMeta": {
"@azuro-org/sdk-social-aa-connector": {
"optional": true
}
},
"devDependencies": {
"@azuro-org/sdk-social-aa-connector": "^1.1.7",
"@rollup/plugin-typescript": "^12.1.1",
"@types/react": "^19.1.5",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"rimraf": "^5.0.10",
"rollup": "^4.24.4",
"rollup-plugin-preserve-directives": "^0.4.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@azuro-org/toolkit": "5.1.1"
}
}