{ "name": "@binance-api/credential-manager", "version": "1.0.0", "description": "凭证管理模块 - 支持多平台账户管理、智能平台识别和统一签名接口", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "build:watch": "tsc --watch", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:contract": "jest tests/contract/", "test:integration": "jest tests/integration/", "test:unit": "jest tests/unit/", "lint": "eslint src/ tests/ --ext .ts", "lint:fix": "eslint src/ tests/ --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", "prepublishOnly": "npm run build", "clean": "rimraf dist/" }, "keywords": [ "credential", "management", "crypto", "signing", "pacifica", "aster", "binance", "ed25519", "multi-platform" ], "author": "Binance API Team", "license": "MIT", "files": [ "dist/", "README.md", "LICENSE" ], "engines": { "node": ">=18.12.0" }, "dependencies": { "@noble/ed25519": "^2.0.0", "@noble/hashes": "^1.3.0" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^18.15.0", "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", "eslint": "^8.37.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.5.0", "prettier": "^2.8.7", "rimraf": "^4.4.1", "ts-jest": "^29.1.0", "typescript": "^5.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/your-org/binance-api.git", "directory": "libs/credential-manager" }, "bugs": { "url": "https://github.com/your-org/binance-api/issues" }, "homepage": "https://github.com/your-org/binance-api/tree/main/libs/credential-manager#readme" }