noble-crypto/package.json
overtorment 90dc31dbac
Some checks failed
CI / Test (20.x) (push) Has been cancelled
CI / Test (22.x) (push) Has been cancelled
CI / Lint (push) Has been cancelled
doc
2025-07-07 17:56:54 +01:00

40 lines
867 B
JSON

{
"name": "noble-crypto",
"description": "implementation of crypto for the browser",
"version": "4.0.0",
"homepage": "https://github.com/BlueWallet/noble-crypto",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git://github.com/BlueWallet/noble-crypto.git"
},
"scripts": {
"lint": "eslint --ext=js,mjs .",
"test": "nyc tape 'test/**/*.js'"
},
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"@noble/ciphers": "^1.3.0",
"@noble/curves": "^1.9.2",
"@noble/hashes": "^1.8.0",
"micro-rsa-dsa-dh": "^0.1.0",
"parse-asn1": "^5.1.7",
"safe-buffer": "^5.2.1"
},
"devDependencies": {
"eslint": "=8.8.0",
"hash-test-vectors": "^1.3.2",
"nyc": "^10.3.2",
"pseudorandombytes": "^2.0.0",
"public-encrypt": "^4.0.3",
"semver": "^6.3.1",
"tape": "^5.9.0"
},
"browser": {
"crypto": false
},
"license": "MIT"
}