{ "name": "@push.rocks/smartcrypto", "version": "2.0.5", "private": false, "description": "A library providing easy methods for cryptographic operations, including key pair generation.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.72", "@git.zone/tsrun": "^1.2.46", "@git.zone/tstest": "^1.0.86", "@push.rocks/tapbundle": "^5.0.15", "@types/node": "^20.11.17" }, "dependencies": { "@push.rocks/smartpromise": "^4.0.3", "@types/node-forge": "^1.3.11", "node-forge": "^1.3.1" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "type": "module", "keywords": [ "cryptography", "encryption", "security", "public key", "private key", "RSA", "key pair generation", "node-forge", "typescript" ], "homepage": "https://code.foss.global/push.rocks/smartcrypto", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartcrypto.git" } }