@swiv-sdk/perpetual-swap-sdk
Version:
SDK for Swiv Perpetual Swap Protocol
51 lines • 1.16 kB
JSON
{
"name": "@swiv-sdk/perpetual-swap-sdk",
"version": "0.2.15",
"description": "SDK for Swiv Perpetual Swap Protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"solana",
"blockchain",
"perpetual",
"swap",
"defi",
"sdk"
],
"author": "timadigwe",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/swiv-sdk/perpetual-swap-sdk.git"
},
"bugs": {
"url": "https://github.com/swiv-sdk/perpetual-swap-sdk/issues"
},
"homepage": "https://github.com/swiv-sdk/perpetual-swap-sdk#readme",
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"README.md"
],
"dependencies": {
"@coral-xyz/anchor": "0.30.1",
"@solana/web3.js": "^1.98.1",
"@solana/spl-token": "^0.4.13"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"jest": "^29.6.2",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\""
}
}