{
  "name": "@crypto-dex-sdk/chain",
  "version": "0.1.4",
  "description": "Zenlink Chain",
  "author": "zenlinkpro",
  "license": "LGPL-2.1-or-later",
  "keywords": [
    "zenlink",
    "chain"
  ],
  "main": "./dist/index.js",
  "source": "./index.ts",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "devDependencies": {
    "eslint": "^9.20.1",
    "typescript": "5.7.3",
    "@crypto-dex-sdk/typescript-config": "0.1.4",
    "@crypto-dex-sdk/eslint-config": "0.1.4"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "dev": "tsc -w",
    "lint": "TIMING=1 eslint ./index.ts --fix"
  }
}