UNPKG

@faktoryfun/core-sdk

Version:

The official SDK for interacting with Faktory tokens and DEX contracts

49 lines (48 loc) 1.09 kB
{ "name": "@faktoryfun/core-sdk", "version": "0.2.23", "description": "The official SDK for interacting with Faktory tokens and DEX contracts", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build" }, "dependencies": { "@stacks/network": "^6.17.0", "@stacks/stacks-blockchain-api-types": "^7.14.1", "@stacks/transactions": "^6.17.0", "@stacks/wallet-sdk": "^7.0.0" }, "devDependencies": { "@types/node": "^20.17.10", "typescript": "^5.7.2", "ts-node": "^10.9.1", "dotenv": "^16.0.3" }, "files": [ "dist", "README.md" ], "keywords": [ "faktory", "dex", "stacks", "bitcoin", "launchpad", "memecoin" ], "author": "Rapha.btc", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/FaktoryFun/core-sdk.git" }, "bugs": { "url": "https://github.com/FaktoryFun/core-sdk/issues" }, "homepage": "https://github.com/FaktoryFun/core-sdk#readme", "publishConfig": { "access": "public" } }