UNPKG

aftermath-ts-sdk

Version:
64 lines (63 loc) 1.47 kB
{ "name": "aftermath-ts-sdk", "version": "1.3.14", "description": "Aftermath TypeScript SDK", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "rimraf ./dist", "build": "npm run clean && tsc", "link": "npm link && cd ../aftermath-frontend/ && npm link aftermath-ts-sdk", "prepack": "npm run build", "prepare": "npm run build", "test": "jest" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/AftermathFinance/aftermath-ts-sdk.git" }, "keywords": [ "aftermath", "aftermath finance", "sui", "aftermath sdk", "aftermath finance sdk", "aftermath typescript sdk", "aftermath finance typescript sdk" ], "author": "Aftermath", "license": "Apache-2.0", "files": [ "dist/*" ], "bugs": { "url": "https://github.com/AftermathFinance/aftermath-ts-sdk/issues" }, "homepage": "https://github.com/AftermathFinance/aftermath-ts-sdk#readme", "dependencies": { "@pythnetwork/pyth-sui-js": "^1.2.3", "bn.js": "^5.2.2", "dayjs": "^1.11.7", "node-fetch": "^3.3.1", "priority-queue-typescript": "^1.0.1" }, "devDependencies": { "@types/jest": "^29.5.2", "eslint-plugin-tsdoc": "^0.2.17", "jest": "^29.5.0", "prettier": "^2.8.8", "rimraf": "^6.0.1", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "typescript": "^5.8.3", "yaml": "^2.3.1", "npm": "^9.6.2" }, "peerDependencies": { "@mysten/sui": "^1.30.5" }, "prettier": { "tabWidth": 4, "useTabs": true } }