PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@near-js/crypto
Просмотр файла: package.json
{
"name": "@near-js/crypto",
"version": "2.3.1",
"description": "Abstractions around NEAR-compatible elliptical curves and cryptographic keys",
"main": "lib/commonjs/index.cjs",
"module": "lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@noble/curves": "1.8.1",
"borsh": "1.0.0",
"randombytes": "2.1.0",
"secp256k1": "5.0.1",
"@near-js/types": "2.3.1",
"@near-js/utils": "2.3.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@noble/hashes": "^1.7.1",
"@types/node": "20.0.0",
"jest": "29.7.0",
"ts-jest": "29.2.6",
"typescript": "5.4.5",
"tsconfig": "0.0.1"
},
"peerDependencies": {
"@near-js/types": "^2.0.1",
"@near-js/utils": "^2.0.1"
},
"files": [
"lib"
],
"exports": {
".": {
"import": "./lib/esm/index.js",
"require": "./lib/commonjs/index.cjs"
}
},
"sideEffects": false,
"scripts": {
"build": "tsup",
"lint": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts test/**/*.ts --no-eslintrc",
"lint:fix": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts test/**/*.ts --no-eslintrc --fix",
"test": "jest",
"check-exports": "attw --pack ."
}
}Выполнить команду
Для локальной разработки. Не используйте в интернете!