@wasserstoff/tribes-sdk
Version:
SDK for integrating with Tribes by Astrix platform on any EVM compatible chain
70 lines (69 loc) • 1.6 kB
JSON
{
"name": "@wasserstoff/tribes-sdk",
"version": "1.0.5",
"description": "SDK for integrating with Tribes by Astrix platform on any EVM compatible chain",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist/src/**/*",
"dist/abis/**/*",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"lint": "eslint \"src/**/*.ts\"",
"prepare": "npm run build",
"prepublishOnly": "npm run lint && npm run build",
"test": "jest",
"docs": "typedoc --out docs/api src/index.ts"
},
"keywords": [
"tribes",
"astrix",
"web3",
"blockchain",
"points",
"tokens",
"community"
],
"author": "Astrix",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Wasserstoff-Innovation/TribesByAstrix.git"
},
"homepage": "https://astrix.live/tribes",
"dependencies": {
"ethers": "^6.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typedoc": "^0.24.8",
"typescript": "^5.3.3"
},
"peerDependencies": {
"ethers": "^6.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"directories": {
"doc": "docs",
"example": "examples"
},
"bugs": {
"url": "https://github.com/Wasserstoff-Innovation/TribesByAstrix/issues"
}
}