smartkey/package.json
2024-05-29 14:13:55 +02:00

40 lines
985 B
JSON

{
"name": "@push.rocks/smartkey",
"version": "1.0.6",
"private": false,
"description": "Handles the creation and management of private/public key pairs.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^11.9.5",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartpromise": "^2.0.5"
},
"keywords": [
"cryptography",
"security",
"keypair",
"public key",
"private key",
"encryption",
"decryption"
],
"homepage": "https://code.foss.global/push.rocks/smartkey",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartkey.git"
}
}