{
  "name": "@deserialize/evm-limit-sdk",
  "version": "0.0.3",
  "description": "TypeScript client for LimitOrderWithPermit2 smart contract",
  "keywords": [
    "ethereum",
    "limit-order",
    "permit2",
    "dex",
    "defi",
    "smart-contract"
  ],
  "dependencies": {
    "ethers": "^6.15.0",
    "viem": "^2.38.6"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^6.13.0",
    "@typescript-eslint/parser": "^6.13.0",
    "eslint": "^8.55.0",
    "jest": "^29.7.0",
    "prettier": "^3.1.0",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -r ./dist ; tsc -p tsconfig.json",
    "dev": "ts-node-dev --respawn --transpile-only utils/index.ts",
    "publish:sdk": "npm run build && npm publish --access=public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Bravark/deserialize-swap-sdk.git"
  },
  "author": "0xazach",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Bravark/deserialize-swap-sdk/issues"
  },
  "homepage": "https://github.com/Bravark/deserialize-swap-sdk#readme"
}
