@solutiofi/sdk
Version:
This SDK provides a convenient way to interact with the SolutioFi API.
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "@solutiofi/sdk",
"version": "1.0.2",
"description": "This SDK provides a convenient way to interact with the SolutioFi API.",
"main": "dist/index.js",
"module": "dist/index.m.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && microbundle --tsconfig tsconfig.json --no-sourcemap",
"dev": "microbundle --watch --tsconfig tsconfig.json --no-sourcemap",
"test": "ts-node examples/example2.ts"
},
"keywords": [
"solutiofi",
"solana",
"burn",
"merge",
"close"
],
"author": "solutiofi.io",
"license": "MIT",
"dependencies": {
"@jup-ag/api": "^6.0.36",
"@solana/web3.js": "^1.98.0",
"axios": "^1.7.9",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.7",
"chai": "^5.1.2",
"microbundle": "^0.15.1",
"mocha": "^11.0.1",
"ts-node": "^10.9.2"
},
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SolutioFi-io/solutiofi-sdk.git"
},
"bugs": {
"url": "https://github.com/SolutioFi-io/solutiofi-sdk/issues"
},
"homepage": "https://github.com/SolutioFi-io/solutiofi-sdk#readme"
}