@algofi/amm-v0
Version:
The official JavaScript SDK for the Algofi AMM
47 lines (46 loc) • 911 B
JSON
{
"name": "@algofi/amm-v0",
"version": "1.4.3",
"description": "The official JavaScript SDK for the Algofi AMM",
"main": "dist/index.js",
"files": [
"dist/"
],
"module": "dist/index.js",
"repository": {
"type": "git",
"url": "git://github.com/com/algofiorg/algofi-amm-js-sdk.git"
},
"keywords": [
"algofi",
"algorand",
"amm"
],
"scripts": {
"build": "tsdx build",
"start": "tsdx watch",
"test": "tsdx test",
"prepublishOnly": "tsdx build"
},
"dependencies": {
"algosdk": "^1.17.0",
"typescript": "^3.9.10"
},
"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",
"directories": {
"example": "examples"
}
}