UNPKG

escrow-market-sdk

Version:
49 lines (48 loc) 1.1 kB
{ "name": "escrow-market-sdk", "version": "0.1.6", "description": "SDK for Escrow Market Solana Program", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "clean": "rm -rf dist", "test": "jest", "lint": "eslint --ext .ts src", "prepublishOnly": "npm run clean && npm run build", "prepare": "npm run build" }, "keywords": [ "solana", "blockchain", "escrow", "sdk" ], "author": "Escrow Market Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/yourusername/escrow-market-solana-contracts.git" }, "dependencies": { "@coral-xyz/anchor": "^0.29.0", "@solana/spl-token": "^0.3.9", "@solana/web3.js": "^1.87.6", "bn.js": "^5.2.1", "bs58": "^5.0.0", "dotenv": "^17.2.0" }, "devDependencies": { "@types/bn.js": "^5.1.5", "@types/jest": "^29.5.5", "@types/node": "^20.8.6", "eslint": "^8.51.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.2.2" } }