UNPKG

@vennbuild/venn-dapp-sdk

Version:
62 lines (61 loc) 1.66 kB
{ "name": "@vennbuild/venn-dapp-sdk", "version": "0.8.8", "description": "SDK for interactions with Venn Network", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "repository": "https://github.com/ironblocks/venn-dapp-sdk", "homepage": "https://github.com/ironblocks/venn-dapp-sdk#readme", "bugs": { "url": "https://github.com/ironblocks/venn-dapp-sdk/issues" }, "author": "Venn Network", "license": "MIT", "keywords": [ "SDK", "web3", "Venn", "Venn Network", "blockchain", "ethereum" ], "gitHooks": { "pre-commit": "npm run ts-check && npm run lint && npm run test" }, "scripts": { "build": "tsup", "ts-check": "tsc --noEmit", "lint": "eslint . --ext .ts --max-warnings=0", "lint:fix": "eslint . --ext .ts --fix", "test": "jest --silent=false", "publish:npm": "npm pack && npm publish && rm -rf *.tgz", "publish:local": "npm link" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^22.1.0", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", "eslint": "^8.41.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-simple-import-sort": "^10.0.0", "jest": "^29.7.0", "prettier": "^2.8.8", "ts-jest": "^29.2.4", "ts-node": "^10.9.2", "tsup": "^8.2.4", "typescript": "^5.5.4", "yorkie": "^2.0.0" }, "dependencies": { "@distributedlab/w3p": "^1.0.0-rc.17", "axios": "^1.7.7", "ethers": "^6.13.2", "lodash": "^4.17.21" } }