@antigane/encryption
Version:
encryption with Lattice-based Cryptography
30 lines • 684 B
JSON
{
"name": "@antigane/encryption",
"description": "encryption with Lattice-based Cryptography",
"version": "0.1.5",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/antiganehq",
"repository": {
"url": "git+https://github.com/antiganehq/encryption.git"
},
"scripts": {
"build": "tsup",
"test": "npx ts-node test/test.ts"
},
"keywords": [
"cyptography",
"security",
"encryption",
"decryption",
"lattice"
],
"author": "antigane",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.10.5",
"tsup": "^8.3.5",
"typescript": "^5.7.3"
}
}