PHP WebShell

Текущая директория: /opt/BitGoJS/modules/deser-lib

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

{
  "name": "@bitgo/deser-lib",
  "version": "1.7.1",
  "description": "BitGo serialization and deseralization library",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "test": "yarn unit-test",
    "unit-test": "nyc -- mocha --recursive test",
    "build": "yarn tsc --build --incremental --verbose .",
    "fmt": "prettier --write .",
    "check-fmt": "prettier --check .",
    "clean": "rm -r ./dist",
    "lint": "eslint --quiet .",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BitGo/BitGoJS.git",
    "directory": "modules/deser-lib"
  },
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bitgo/bitgojs/issues"
  },
  "homepage": "https://github.com/bitgo/bitgojs#readme",
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn prettier --write",
      "yarn eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "cbor": "^9.0.1"
  }
}

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


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