UNPKG

@indexcoop/flash-mint-sdk

Version:
97 lines (96 loc) 3.03 kB
{ "name": "@indexcoop/flash-mint-sdk", "version": "3.44.0", "description": "The FlashMintSDK of the Index Coop.", "engines": { "node": ">=18" }, "files": [ "dist" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts --clean", "build:watch": "npm run build -- --watch src", "hardhat": "npx hardhat node --verbose", "hardhat:arbitrum": "npx hardhat node --config hardhat.arbitrum.config.js --port 8548", "hardhat:base": "npx hardhat node --config hardhat.base.config.js --port 8453", "lint": "biome lint ./src", "lint:fix": "biome check --write ./src", "test": "jest", "test:e2e:arbitrum": "npm run test:hardhat src/tests/e2e/index.test.ts -- --grep 'chain 42161'", "test:e2e:base": "npm run test:hardhat src/tests/e2e/index.test.ts -- --grep 'chain 8453'", "test:e2e:mainnet": "npm run test:hardhat src/tests/e2e/index.test.ts -- --grep 'chain 1'", "test:hardhat": "hardhat test", "test:builders": "npm test src/flashmint/", "test:quotes": "npm test src/quote/", "test:utils": "npm test src/utils", "test:hyeth": "npm test src/tests/hyeth.test.ts", "test:iceth": "npm test src/tests/iceth.test.ts", "test:watch": "jest --watch" }, "keywords": [ "flashmint", "sdk", "index", "coop" ], "homepage": "https://github.com/IndexCoop/flash-mint-sdk", "repository": { "type": "git", "url": "https://github.com/IndexCoop/flash-mint-sdk" }, "bugs": { "url": "https://github.com/IndexCoop/flash-mint-sdk/issues" }, "author": "Index Coop", "license": "MIT", "devDependencies": { "@babel/core": "^7.18.2", "@babel/preset-env": "^7.18.2", "@babel/preset-typescript": "^7.17.12", "@biomejs/biome": "1.9.4", "@ethersproject/wallet": "^5.7.0", "@nomiclabs/hardhat-ethers": "^2.2.3", "@types/jest": "^28.1.3", "@types/node": "^17.0.42", "babel-jest": "^28.1.1", "chai": "^4.3.4", "cz-conventional-changelog": "^3.0.1", "dotenv": "^16.0.1", "hardhat": "^2.24.0", "jest": "^28.1.1", "semantic-release": "^24.0.0", "ts-node": "^10.8.1", "tsconfig-paths": "^4.2.0", "tsup": "^8.5.0", "typescript": "5.6.2" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "@ethersproject/abstract-provider": "^5.6.1", "@ethersproject/abstract-signer": "^5.6.2", "@ethersproject/bignumber": "^5.6.2", "@ethersproject/contracts": "^5.6.2", "@ethersproject/providers": "^5.6.8", "@ethersproject/units": "^5.6.1", "@indexcoop/tokenlists": "4.7.2", "@lifi/sdk": "3.6.2", "@nomiclabs/hardhat-waffle": "^2.0.1", "axios": "^1.7.9", "ethereum-waffle": "^4.0.10", "viem": "2.23.12" } }