PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@bitgo-forks/avalanchejs

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

{
  "name": "@bitgo-forks/avalanchejs",
  "version": "4.1.0-alpha.1",
  "description": "Avalanche Platform JS Library",
  "main": "dist/index.cjs",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "type": "module",
  "exports": {
    "import": "./dist/es/index.js",
    "require": "./dist/index.cjs",
    "default": "./dist/es/index.js"
  },
  "files": [
    "dist",
    "src"
  ],
  "sideEffects": false,
  "module": "dist/es/index.js",
  "scripts": {
    "start": "rollup -c --watch",
    "build": "rollup -c",
    "build:prod": "rollup -c --environment BUILD:production",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest",
    "test:path": "NODE_OPTIONS=--experimental-vm-modules jest --watch --testPathPattern",
    "test:cov": "NODE_OPTIONS=--experimental-vm-modules jest --collect-coverage=true",
    "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
    "lint": "eslint --fix --ignore-path .gitignore \"./**/*.ts*\"",
    "lint:check": "eslint --ignore-path .gitignore \"./**/*.ts*\"",
    "typecheck": "tsc --skipLibCheck --noEmit",
    "example": "NODE_OPTIONS='--loader ts-node/esm' ts-node examples/c-chain/export.ts",
    "prepare": "husky install"
  },
  "dependencies": {
    "@noble/curves": "1.3.0",
    "@noble/hashes": "1.3.3",
    "@noble/secp256k1": "2.0.0",
    "@scure/base": "1.1.5",
    "micro-eth-signer": "0.7.2"
  },
  "devDependencies": {
    "@commitlint/cli": "17.7.1",
    "@commitlint/config-conventional": "17.7.0",
    "@jest/globals": "29.7.0",
    "@rollup/plugin-node-resolve": "15.2.3",
    "@rollup/plugin-terser": "0.4.3",
    "@rollup/plugin-typescript": "11.1.6",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/commit-analyzer": "11.1.0",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/github": "9.2.6",
    "@semantic-release/npm": "11.0.2",
    "@types/jest": "29.5.11",
    "@types/node": "18.18.7",
    "@typescript-eslint/eslint-plugin": "6.18.1",
    "@typescript-eslint/parser": "6.18.1",
    "commitizen": "4.3.0",
    "cz-conventional-changelog": "3.3.0",
    "dotenv": "16.4.2",
    "eslint": "8.49.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-prettier": "4.2.1",
    "ethers": "6.11.0",
    "husky": "8.0.3",
    "jest": "29.7.0",
    "jest-mock": "29.7.0",
    "lint-staged": "15.2.2",
    "node-fetch": "3.3.2",
    "prettier": "2.8.7",
    "rollup": "4.9.6",
    "rollup-plugin-filesize": "10.0.0",
    "semantic-release": "21.0.1",
    "ts-jest": "29.1.2",
    "ts-node": "10.9.2",
    "typescript": "5.3.3"
  },
  "packageManager": "yarn@1.22.19",
  "engines": {
    "node": ">=18"
  },
  "volta": {
    "node": "18",
    "yarn": "1.22.19"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BitGo/avalanchejs.git"
  },
  "keywords": [
    "Avalanche",
    "blockchain",
    "defi"
  ],
  "author": "",
  "bugs": {
    "url": "https://github.com/BitGo/avalanchejs/issues"
  },
  "homepage": "https://github.com/BitGo/avalanchejs#readme",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "resolutions": {
    "http-cache-semantics": "4.1.1",
    "json5": "2.2.3"
  },
  "lint-staged": {
    "**/*": "prettier --write --ignore-unknown",
    "*.{ts,tsx}": "eslint --fix --max-warnings 0"
  },
  "publishConfig": {
    "access": "public"
  }
}

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


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