UNPKG

@llkennedy/padlock-api

Version:
42 lines 855 B
{ "name": "@llkennedy/padlock-api", "version": "0.7.5", "description": "HSM PKCS#11 GUI", "main": "lib/index.js", "scripts": { "build": "rimraf ./lib && tsc", "prepublishOnly": "npm run build" }, "keywords": [ "hsm", "pkcs11", "pkcs#11", "gui", "protobuf", "mercury", "padlock" ], "repository": { "type": "git", "url": "git+https://github.com/LLKennedy/padlock.git" }, "author": "Luke Kennedy", "license": "MIT", "files": [ "lib", "src", "*.proto" ], "bugs": { "url": "https://github.com/LLKennedy/padlock/issues" }, "homepage": "https://github.com/LLKennedy/padlock#readme", "dependencies": { "@llkennedy/mercury": "^0.3.0", "@llkennedy/protoc-gen-tsjson": "^0.5.0", "typescript": "^4.2.3" }, "devDependencies": { "rimraf": "^3.0.2" } }