@crypto-dex-sdk/currency
Version:
Zenlink Currency
51 lines • 1.34 kB
JSON
{
"name": "@crypto-dex-sdk/currency",
"version": "0.1.4",
"description": "Zenlink Currency",
"author": "zenlinkpro",
"license": "LGPL-2.1-or-later",
"keywords": [
"zenlink",
"currency",
"token",
"native"
],
"main": "dist/index.js",
"source": "src/index.ts",
"typings": "dist/index.d.ts",
"files": [
"dist/**"
],
"peerDependencies": {
"react": "19.0.0",
"react-dom": "19.0.0"
},
"dependencies": {
"@ethersproject/address": "^5.7.0",
"@ethersproject/units": "^5.7.0",
"lodash.flatmap": "^4.5.0",
"tiny-invariant": "^1.3.3",
"@crypto-dex-sdk/format": "0.1.4",
"@crypto-dex-sdk/math": "0.1.4",
"@crypto-dex-sdk/chain": "0.1.4"
},
"devDependencies": {
"@types/lodash.flatmap": "^4.5.9",
"@types/react": "19.0.10",
"@types/react-dom": "^19.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"tsup": "^8.3.6",
"typescript": "5.7.3",
"vitest": "^2.1.8",
"@crypto-dex-sdk/typescript-config": "0.1.4",
"@crypto-dex-sdk/eslint-config": "0.1.4"
},
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts",
"lint": "TIMING=1 eslint src --fix",
"test": "vitest run"
}
}