PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/micro-eth-signer

Просмотр файла: package.json

{
  "name": "micro-eth-signer",
  "version": "0.7.2",
  "description": "Minimal library for Ethereum transactions, addresses and smart contracts",
  "files": [
    "lib",
    "src"
  ],
  "main": "lib/index.js",
  "module": "lib/esm/index.js",
  "types": "lib/index.d.ts",
  "dependencies": {
    "@ethereumjs/rlp": "5.0.0",
    "@noble/curves": "~1.3.0",
    "@noble/hashes": "~1.3.3",
    "@scure/base": "~1.1.5",
    "micro-packed": "~0.5.1"
  },
  "devDependencies": {
    "micro-bmark": "0.3.1",
    "micro-should": "0.4.0",
    "prettier": "3.1.1",
    "typescript": "5.3.2"
  },
  "author": "Paul Miller (https://paulmillr.com)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulmillr/micro-eth-signer.git"
  },
  "license": "MIT",
  "keywords": [
    "ethereum",
    "eth",
    "create",
    "sign",
    "validate",
    "transaction",
    "address",
    "tx",
    "web3",
    "ethers",
    "micro",
    "nano",
    "signer"
  ],
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "build:release": "cd build; npm run build:release",
    "bench": "node test/benchmark.js",
    "lint": "prettier --print-width 100 --single-quote --check src",
    "format": "prettier --print-width 100 --single-quote --write src",
    "test": "node test/test.js && node test/web3.test.js"
  }
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!