UNPKG

@covalenthq/client-sdk

Version:

<div align="center"> <a href="https://goldrush.dev/" target="_blank" rel="noopener noreferrer"> <img alt="GoldRush TS SDK Logo" src="../../repo-static/ts-sdk-banner.png" style="max-width: 100%;"/> </a> </div>

70 lines 1.99 kB
{ "name": "@covalenthq/client-sdk", "version": "3.0.5", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/covalenthq/goldrush-services-monorepo.git", "directory": "sdks//typescript" }, "author": { "name": "covalenthq", "url": "https://covalenthq.com" }, "bugs": { "url": "https://github.com/covalenthq/goldrush-services-monorepo/issues" }, "homepage": "https://github.com/covalenthq/goldrush-services-monorepo/sdks/typescript#readme", "dependencies": { "big.js": "^6.2.1", "graphql-ws": "^6.0.5", "graphqurl": "^1.0.3" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.1", "@types/big.js": "^6.2.2", "@types/jest": "^29.5.5", "@types/node": "^20", "@types/ws": "^8.18.1", "dotenv": "^16.4.5", "jest": "^29.6.1", "p-limit": "^3.1.0", "rimraf": "^6.0.1", "rollup": "^3.29.1", "rollup-plugin-typescript2": "^0.35.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "typescript": "^5", "ws": "^8.18.2" }, "publishConfig": { "access": "public" }, "files": [ "/dist" ], "main": "./dist/index.js", "module": "./dist/index.js", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "types": "./dist/index.d.ts", "sideEffects": false, "scripts": { "test": "jest", "build": "rollup -c rollup.config.js", "clean": "rimraf dist", "start": "rollup -c", "lint": "eslint .", "format": "prettier --ignore-path ../../.prettierignore --write .", "format:check": "prettier --ignore-path ../../.prettierignore --check .", "sync-docs": "ts-node --project ../../s/tsconfig.json ../../s/sync-docs/index.ts", "sync-docs:check": "ts-node --project ../../s/tsconfig.json ../../s/sync-docs/index.ts --check" } }