UNPKG

solana-market-id

Version:

Find Serum v1/v3 market IDs for a base/quote mint pair and inspect market metadata/L2 on Solana.

72 lines (71 loc) 1.73 kB
{ "name": "solana-market-id", "version": "1.0.7", "description": "Find Serum v1/v3 market IDs for a base/quote mint pair and inspect market metadata/L2 on Solana.", "bin": { "solana-market-id": "dist/cli.js", "solmid": "dist/cli.js" }, "main": "dist/cli.js", "type": "commonjs", "scripts": { "build": "tsc -p tsconfig.json", "prepare": "npm run build", "start": "node dist/cli.js --help", "test": "node dist/cli.js --help", "release:patch": "npm version patch && npm publish", "release:minor": "npm version minor && npm publish", "release:major": "npm version major && npm publish", "release:beta": "npm version prepatch --preid=beta && npm publish --tag beta" }, "keywords": [ "solana", "serum", "openbook", "dex", "cli", "markets", "market-id", "web3", "blockchain", "token", "tokens", "spl-token", "orderbook", "l2", "helius" ], "author": "Abraham Dixit-Blessed", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/AbrahamDixit/solana-market-id.git" }, "bugs": { "url": "https://github.com/AbrahamDixit/solana-market-id/issues" }, "homepage": "https://github.com/AbrahamDixit/solana-market-id#readme", "engines": { "node": ">=18" }, "dependencies": { "@project-serum/serum": "^0.13.65", "@solana/web3.js": "^1.95.0", "dotenv": "^16.4.5", "node-fetch": "^2.7.0" }, "devDependencies": { "@types/node": "^20.12.12", "@types/node-fetch": "^2.6.11", "typescript": "^5.5.4" }, "files": [ "dist", "README.md", "LICENSE" ], "publishConfig": { "access": "public", "tag": "latest" } }