PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/statics
Просмотр файла: package.json
{
"name": "@bitgo/statics",
"version": "57.8.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": "bbdf6e60b720b25e3212f3a4c5bdc81732a505e8"
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!