PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/blockapis
Просмотр файла: package.json
{
"name": "@bitgo/blockapis",
"description": "Access public block explorer APIs for a variety of coins",
"version": "1.11.0",
"main": "dist/src/index.js",
"files": [
"dist/src/**/*"
],
"keywords": [
"bitgo"
],
"scripts": {
"prepare": "npm run build",
"build": "yarn tsc --build --incremental --verbose .",
"lint": "eslint --quiet .",
"unit-test": "mocha --recursive test",
"fmt": "prettier --write '{bin,src,test}/**/*.{ts,js}'"
},
"repository": {
"type": "git",
"url": "https://github.com/BitGo/BitGoJS.git",
"directory": "modules/blockapis"
},
"dependencies": {
"@bitgo/utxo-lib": "^11.10.0",
"@types/superagent": "4.1.16",
"superagent": "^9.0.1"
},
"lint-staged": {
"*.{js,ts}": [
"yarn prettier --write",
"yarn eslint --fix"
]
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"gitHead": "b37533c54509d4c7ac9590aed5c57995fc7ac859"
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!