@empo/encryption
Version:
A TypeScript library for widely used crypto standards
54 lines (53 loc) • 1.28 kB
JSON
{
"name": "@empo/encryption",
"version": "0.2.9",
"description": "A TypeScript library for widely used crypto standards",
"homepage": "https://empo.im",
"author": "Empo Dev <dev@empo.im> (https://github.com/EmpoHQ)",
"contributors": [
"Donghyun Kim <peterkimzz69@gmail.com> (https://github.com/peterkimzz)",
"Handong Choi <wschd770@gmail.com> (https://github.com/henrychoi7)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/EmpoHQ/encryption.git"
},
"bugs": {
"url": "https://github.com/EmpoHQ/encryption/issues"
},
"keywords": [
"empo",
"security",
"crypto",
"hash",
"AES",
"Argon2",
"SHA",
"CSPRNG",
"Base64",
"HMAC",
"SHAKE256",
"SHA-3"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && node_modules/.bin/tsc",
"prepublish": "npm run build",
"test": "node_modules/.bin/jest",
"deploy": "npm test && npm publish"
},
"dependencies": {
"argon2": "^0.27.0"
},
"devDependencies": {
"@types/jest": "^25.1.3",
"@types/node": "^14.14.12",
"coveralls": "^3.1.0",
"jest": "^26.0.0",
"ts-jest": "^26.5.1",
"ts-node": "^8.6.2",
"typescript": "^3.9.3"
}
}