PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/near-api-js
Просмотр файла: package.json
{
"name": "near-api-js",
"description": "JavaScript library to interact with NEAR Protocol via RPC API",
"version": "5.1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/near/near-api-js.git"
},
"homepage": "https://github.com/near/near-api-js",
"main": "lib/index.js",
"browser": "lib/browser-index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@noble/curves": "1.8.1",
"borsh": "1.0.0",
"depd": "2.0.0",
"http-errors": "1.7.2",
"near-abi": "0.2.0",
"node-fetch": "2.6.7",
"@near-js/accounts": "1.4.1",
"@near-js/crypto": "1.4.2",
"@near-js/keystores": "0.2.2",
"@near-js/keystores-browser": "0.2.2",
"@near-js/keystores-node": "0.1.2",
"@near-js/providers": "1.0.3",
"@near-js/signers": "0.2.2",
"@near-js/transactions": "1.3.3",
"@near-js/types": "0.3.1",
"@near-js/utils": "1.1.0",
"@near-js/wallet-account": "1.3.3"
},
"devDependencies": {
"@types/http-errors": "1.6.1",
"@types/node": "18.11.18",
"concurrently": "9.1.2",
"in-publish": "2.0.0",
"jest": "29.7.0",
"near-hello": "0.5.1",
"near-workspaces": "4.0.0",
"rimraf": "^6.0.1",
"semver": "7.7.1",
"ts-jest": "29.2.6"
},
"keywords": [],
"license": "(MIT AND Apache-2.0)",
"files": [
"lib",
"dist"
],
"author": "NEAR Inc",
"scripts": {
"compile": "tsc -p ./tsconfig.json",
"dev": "pnpm compile -w",
"build": "pnpm compile",
"test": "jest test --passWithNoTests",
"lint": "concurrently \"pnpm:lint:*(!fix) --no-error-on-unmatched-pattern\"",
"lint:src": "eslint --ext .ts src",
"lint:fix": "pnpm lint:src:fix && pnpm lint:test:fix",
"lint:src:fix": "eslint --ext .ts --fix src",
"lint:test:fix": "eslint --ext .js --fix test",
"prefuzz": "pnpm build",
"fuzz": "jsfuzz test/fuzz/borsh-roundtrip.js test/fuzz/corpus/",
"clean": "pnpm rimraf lib"
}
}Выполнить команду
Для локальной разработки. Не используйте в интернете!