UNPKG

stxcity-sdk

Version:

SDK for interacting with Stxcity

55 lines (54 loc) 1.34 kB
{ "name": "stxcity-sdk", "version": "1.0.10", "description": "SDK for interacting with Stxcity", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "start": "node dist/src/index.js", "test": "jest", "lint": "eslint . --ext .ts", "prepare": "npm run build", "test:watch": "jest --watch", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "" }, "keywords": [ "stxcity", "stacks", "bonding-curve", "blockchain", "defi", "sdk" ], "author": "STX.CITY", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.14.10", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.1", "jest": "^29.7.0", "ts-jest": "^29.1.5", "ts-node": "^10.9.2", "typescript": "^5.6.3" }, "dependencies": { "@stacks/connect": "^7.8.0", "@stacks/network": "^6.3.0", "@stacks/transactions": "^6.16.0", "axios": "^1.7.7", "dotenv": "^16.4.5" }, "engines": { "node": ">=14.0.0" } }