UNPKG

@perk.money/perk-swap-core

Version:

This npm package contains core logic of Perk Aggregator build on top of NEAR blockchain

71 lines (70 loc) 1.64 kB
{ "name": "@perk.money/perk-swap-core", "version": "0.2.85", "license": "MIT", "description": "This npm package contains core logic of Perk Aggregator build on top of NEAR blockchain", "keywords": ["NEAR", "blockchain", "aggregator", "web3js", "amm", "dex", "orderbook"], "author": "perk.money", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "analyze": "size-limit --why", "build": "dts build", "lint": "dts lint", "prepare": "dts build", "size": "size-limit", "start": "dts watch", "test": "dts test" }, "husky": { "hooks": { "pre-commit": "dts lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "jest": { "testEnvironment": "node" }, "peerDependencies": {}, "engines": { "node": ">=12" }, "size-limit": [ { "path": "dist/perk-swap-core.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/perk-swap-core.esm.js", "limit": "10 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^7.0.8", "@tsconfig/recommended": "^1.0.1", "@types/bn.js": "^5.1.0", "dts-cli": "^1.5.2", "husky": "^8.0.1", "size-limit": "^7.0.8", "tslib": "^2.4.0", "typescript": "^4.7.4", "dotenv": "^16.0.1" }, "dependencies": { "@near-wallet-selector/core": "^5.0.1", "@tonic-foundation/token-list": "^0.0.7", "bn.js": "^5.2.1", "decimal.js": "^10.3.1", "jsbi": "^4.3.0", "near-api-js": "^0.45.1", "near-units": "^0.1.9" } }