PHP WebShell

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

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

{
  "name": "@bitgo/sdk-opensslbytes",
  "version": "2.0.0",
  "description": "Split package for WASM code needed by sdk-lib-mpc",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "build": "yarn tsc --build",
    "fmt": "prettier --write .",
    "check-fmt": "prettier --check .",
    "clean": "rm -r ./dist",
    "lint": "eslint --quiet .",
    "prepare": "npm run build"
  },
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/BitGo/BitGoJS.git",
    "directory": "modules/sdk-opensslbytes"
  },
  "files": [
    "dist/src"
  ],
  "lint-staged": {
    "*.{js,ts}": [
      "yarn prettier --write",
      "yarn eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "extension": [
      ".ts"
    ]
  }
}

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


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