{
  "name": "@onekeyfe/cardano-coin-selection-asmjs",
  "version": "1.1.11",
  "description": "",
  "keywords": [
    "coin selection"
  ],
  "license": "MIT",
  "author": "OneKeyHQ",
  "homepage": "https://github.com/OneKeyHQ/coin-selection",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OneKeyHQ/coin-selection.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "files": [
    "lib/**/*.js",
    "lib/**/*.ts"
  ],
  "scripts": {
    "build": "yarn clean && tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json",
    "clean": "rimraf lib",
    "lint": "eslint ./src/**/*.ts",
    "prepublishOnly": "yarn build",
    "type-check": "yarn tsc -p tsconfig.types.json",
    "test": "yarn run-s 'test:*'",
    "test:unit": "jest -c ./jest.config.js",
    "test:badges": "make-coverage-badge --output-path ./docs/badge-coverage.svg",
    "debug:watcher": "node scripts/sync-to-monorepo.js"
  },
  "devDependencies": {
    "@emurgo/cardano-serialization-lib-nodejs": "13.2.0",
    "@eslint/js": "^9.11.1",
    "@swc-node/jest": "^1.8.12",
    "@swc/core": "1.7.26",
    "@swc/helpers": "^0.5.13",
    "@types/jest": "^29.5.13",
    "@types/node": "^16.3.2",
    "@typescript-eslint/eslint-plugin": "^8.8.0",
    "@typescript-eslint/parser": "8.8.0",
    "bignumber.js": "^9.0.1",
    "chokidar": "^5.0.0",
    "dotenv": "^17.2.3",
    "eslint": "^9.11.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.30.0",
    "eslint-plugin-prettier": "^5.2.1",
    "fs-extra": "^11.3.2",
    "jest": "^29.7.0",
    "make-coverage-badge": "^1.2.0",
    "npm-run-all": "^4.1.5",
    "prettier": "3.3.3",
    "rimraf": "^6.0.1",
    "typescript": "^5.6.2",
    "typescript-eslint": "^8.8.0"
  },
  "dependencies": {
    "@emurgo/cardano-message-signing-asmjs": "^1.0.1",
    "@emurgo/cardano-serialization-lib-asmjs": "13.2.0"
  },
  "peerDependencies": {
    "bignumber.js": "^9.0.1"
  },
  "packageManager": "yarn@4.5.0"
}