@sol-synth-engine/js-client
Version:
JavaScript client for Sol Synth Engine
38 lines (37 loc) • 769 B
JSON
{
"name": "@sol-synth-engine/js-client",
"version": "0.0.7",
"description": "JavaScript client for Sol Synth Engine",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"prepublishOnly": "npm run build",
"test": "jest"
},
"keywords": [
"solana",
"anchor",
"synthetic",
"defi"
],
"author": "",
"license": "MIT",
"dependencies": {
"@coral-xyz/anchor": "^0.31.0",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.91.0",
"bn.js": "^5.2.1"
},
"devDependencies": {
"@types/node": "^22.14.0",
"typescript": "^5.3.3",
"jest": "^29.7.0",
"@types/jest": "^29.5.12",
"ts-jest": "^29.1.2"
}
}