UNPKG

pkcs11test

Version:

Simple CLI application for PKCS#11 testing based on WebCrypto library

52 lines (51 loc) 1.24 kB
{ "name": "pkcs11test", "version": "1.0.1", "description": "Simple CLI application for PKCS#11 testing based on WebCrypto library", "main": "out/index.js", "bin": { "pkcs11test": "out/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepare": "npm run build", "pub": "npm version patch && npm publish && git push" }, "repository": { "type": "git", "url": "git+https://github.com/PeculiarVentures/pkcs11test.git" }, "keywords": [ "cli", "webcrypto", "pkcs11", "crypto", "test", "rsa", "elliptic-curves" ], "contributors": [ { "name": "Miroshin Stepan", "email": "microshine@mail.ru", "url": "https://github.com/microshine" } ], "author": "PeculiarVentures", "license": "MIT", "bugs": { "url": "https://github.com/PeculiarVentures/pkcs11test/issues" }, "homepage": "https://github.com/PeculiarVentures/pkcs11test#readme", "dependencies": { "minimist": "^1.2.0", "node-webcrypto-ossl": "^1.0.31", "node-webcrypto-p11": "^1.1.23" }, "devDependencies": { "@types/minimist": "^1.2.0", "@types/node": "^8.0.34", "typescript": "^2.5.3" } }