{ "name": "@peculiar/webcrypto", "version": "3.0.0", "description": "A WebCrypto Polyfill for NodeJS", "author": "PeculiarVentures", "contributors": [ "Miroshin Stepan" ], "homepage": "https://github.com/PeculiarVentures/webcrypto/tree/master/packages/node#readme", "license": "MIT", "main": "build/index.js", "module": "build/index.es.js", "types": "build/index.d.ts", "files": [ "build", "README.md", "LICENSE.md" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/PeculiarVentures/webcrypto.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/PeculiarVentures/webcrypto/issues" }, "keywords": [ "webcrypto", "crypto", "sha", "rsa", "ec", "aes", "des", "hmac", "pbkdf2", "eddsa", "x25519", "ed25519", "x448", "ed448", "shake128", "shake256" ], "dependencies": { "@peculiar/asn1-schema": "^2.1.7", "@peculiar/json-schema": "^1.1.12", "@peculiar/webcrypto-core": "^3.0.0", "pvtsutils": "^1.3.2", "tslib": "^2.4.0" }, "engines": { "node": ">=10.12.0" } }