@orca-so/tx-sender
Version:
Send transactions to the Solana blockchain with auto priority fees.
62 lines (61 loc) • 1.44 kB
JSON
{
"name": "@orca-so/tx-sender",
"version": "1.0.2",
"description": "Send transactions to the Solana blockchain with auto priority fees.",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"require": "./dist/index.cjs"
}
},
"sideEffects": false,
"files": [
"dist",
"README.md",
"../../LICENSE"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap",
"test": "vitest run tests",
"deploy": "../../scripts/deploy-npm",
"clean": "rimraf dist"
},
"dependencies": {
"@solana-program/address-lookup-table": "^0.7.0",
"@solana-program/compute-budget": "^0.7.0",
"@solana-program/system": "^0.7.0"
},
"peerDependencies": {
"@solana/kit": "^2.1.0"
},
"devDependencies": {
"@solana/kit": "^2.1.0",
"tsup": "^8.4.0",
"typescript": "^5.7.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orca-so/whirlpools.git"
},
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"solana",
"crypto",
"defi",
"dex",
"amm"
],
"author": "team@orca.so",
"bugs": {
"url": "https://github.com/orca-so/whirlpools/issues"
},
"homepage": "https://orca.so"
}