@pod-protocol/sdk-js
Version:
Pod Protocol SDK for JavaScript
67 lines (66 loc) • 1.93 kB
JSON
{
"name": "@pod-protocol/sdk-js",
"version": "2.0.0",
"description": "Pod Protocol SDK for JavaScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "rollup -c && tsc",
"build:with-types": "rollup -c && tsc",
"clean": "rm -rf dist",
"test": "jest",
"lint": "eslint src --ext .js,.ts",
"prepublishOnly": "bun run clean && bun run build"
},
"dependencies": {
"@solana/web3.js": "^1.98.2",
"@coral-xyz/anchor": "^0.30.1",
"@solana/kit": "2.1.1",
"@solana/rpc": "2.1.1",
"@solana/addresses": "2.1.1",
"@solana/signers": "2.1.1",
"@solana/keys": "2.1.1",
"@solana/transactions": "2.1.1",
"@solana/instructions": "2.1.1",
"@solana/accounts": "2.1.1",
"@solana-program/system": "0.7.0",
"@solana-program/token": "0.5.1",
"@solana-program/compute-budget": "0.8.0",
"multiformats": "13.3.7",
"crypto-js": "^4.2.0",
"axios": "^1.7.7"
},
"devDependencies": {
"@codama/nodes-from-anchor": "1.2.1",
"@codama/renderers": "1.0.24",
"@codama/visitors-core": "1.3.0",
"@types/node": "24.0.4",
"typescript": "5.8.3",
"rollup": "4.44.1",
"@rollup/plugin-typescript": "12.1.3",
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/plugin-commonjs": "28.0.6",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-replace": "^6.0.1",
"jest": "30.0.3",
"@types/jest": "30.0.0",
"eslint": "9.29.0",
"@typescript-eslint/eslint-plugin": "8.35.0",
"@typescript-eslint/parser": "8.35.0"
},
"keywords": [
"solana",
"blockchain",
"web3",
"pod-protocol",
"javascript"
],
"author": "Pod Protocol",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pod-protocol/pod-protocol.git",
"directory": "sdk-js"
}
}