PHP WebShell

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

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

{
  "name": "@bitgo/statics",
  "version": "52.1.0",
  "description": "dependency-free static configuration for the bitgo platform",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "test": "yarn unit-test",
    "unit-test": "nyc -- mocha",
    "build": "yarn tsc --build --incremental --verbose .",
    "fmt": "prettier --write .",
    "check-fmt": "prettier --check .",
    "clean": "rm -r ./dist",
    "prepare": "npm run build"
  },
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/BitGo/BitGoJS.git",
    "directory": "modules/statics"
  },
  "devDependencies": {
    "nyc": "^15.0.0"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn prettier --write",
      "yarn eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
}

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


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