@ultrade/ultrade-js-sdk
Version:
Javascript SDK for interaction with the Ultrade AMM system
48 lines (47 loc) • 1.25 kB
JSON
{
"name": "@ultrade/ultrade-js-sdk",
"version": "0.2.7",
"description": "Javascript SDK for interaction with the Ultrade AMM system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"directories": {
"test": "tests"
},
"scripts": {
"build": "npm run clean && tsc",
"test": "ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.spec.ts",
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
"prepack": "npm run build",
"clean": "rm -rf ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ultrade-org/JS-SDK.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ultrade-org/JS-SDK/issues"
},
"homepage": "https://github.com/ultrade-org/JS-SDK#readme",
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.6",
"chai": "^4.3.6",
"dotenv": "^16.0.1",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"dependencies": {
"algosdk": "^2.1.0"
},
"keywords": ["Ultrade", "DEX", "AMM", "SDK"]
}