PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@iota/bcs

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

{
  "name": "@iota/bcs",
  "version": "1.2.0",
  "description": "BCS - Canonical Binary Serialization implementation for JavaScript",
  "license": "Apache-2.0",
  "author": "IOTA Foundation <info@iota.org>",
  "sideEffects": false,
  "type": "commonjs",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/cjs/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "files": [
    "CHANGELOG.md",
    "dist",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iotaledger/iota.git"
  },
  "keywords": [
    "bcs",
    "libra",
    "diem",
    "move",
    "serialization",
    "serde"
  ],
  "bugs": {
    "url": "https://github.com/iotaledger/iota/issues"
  },
  "size-limit": [
    {
      "path": "dist/index.js",
      "limit": "10 kB"
    },
    {
      "path": "dist/index.mjs",
      "limit": "10 kB"
    }
  ],
  "homepage": "https://github.com/iotaledger/iota#readme",
  "devDependencies": {
    "@size-limit/preset-small-lib": "^11.1.4",
    "size-limit": "^11.1.4",
    "typescript": "^5.5.3",
    "vitest": "^2.1.9",
    "@iota/build-scripts": "0.0.0"
  },
  "dependencies": {
    "bs58": "^6.0.0"
  },
  "scripts": {
    "clean": "rm -rf tsconfig.tsbuildinfo ./dist",
    "dev": "pnpm build --watch",
    "build": "build-package",
    "test": "vitest run",
    "test:watch": "vitest",
    "prettier:check": "prettier -c --ignore-unknown --ignore-path=../../.prettierignore --ignore-path=.prettierignore .",
    "prettier:fix": "prettier -w --ignore-unknown --ignore-path=../../.prettierignore --ignore-path=.prettierignore .",
    "eslint:check": "eslint --max-warnings=0 .",
    "eslint:fix": "pnpm run eslint:check --fix",
    "lint": "pnpm run eslint:check && pnpm run prettier:check",
    "lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix"
  }
}

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


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