UNPKG

@algofi/v0

Version:

The official JavaScript SDK for Algofi

43 lines (42 loc) 844 B
{ "name": "@algofi/v0", "version": "3.8.4", "description": "The official JavaScript SDK for Algofi", "main": "dist/index.js", "files": [ "dist/" ], "module": "dist/index.js", "repository": { "type": "git", "url": "git://github.com/Algofiorg/algofi-js-sdk.git" }, "keywords": [ "algofi", "algorand" ], "scripts": { "build": "tsdx build", "start": "tsdx watch", "test": "mocha", "prepublishOnly": "tsdx build" }, "dependencies": { "algosdk": "github:algorand/js-algorand-sdk", "mocha": "^9.1.4" }, "devDependencies": { "@types/jest": "^24.0.25", "tsdx": "^0.14.1" }, "engines": { "node": ">=10" }, "prettier": { "printWidth": 120, "semi": false, "singleQuote": false }, "author": "Blockchain Technologies, Inc.", "license": "MIT" }