ashcrypt
Version:
<div align="center">
69 lines • 1.38 kB
JSON
{
"name": "ashcrypt",
"version": "1.0.1",
"main": "dist/cjs/index.cjs",
"module": "dist/mjs/index.js",
"types": "dist/types/index.ts",
"type": "module",
"license": "MIT",
"scripts": {
"build": "bun run build.ts",
"lint": "eslint -c eslint.config.js"
},
"exports": {
".": {
"types": "./dist/types/index.ts",
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.cjs"
}
},
"engines": {
"node": ">=20"
},
"author": {
"name": "Ashu11-A",
"email": "Matheusn.biolowons@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ashu11-A/AshCrypt.git"
},
"keywords": [
"aes",
"aes-256",
"aes-cipher",
"aes-encryption",
"aes-gcm",
"asynchronous-crypto",
"buffer",
"chunked-encryption",
"cipher",
"crypto",
"crypto-lib",
"crypto-tools",
"cryptography",
"encryption",
"file-encryption",
"gcm",
"node-aes",
"node-crypto",
"nodejs",
"pbkdf2",
"secure-data",
"security",
"stream-encryption",
"typescript"
],
"devDependencies": {
"@types/bun": "latest",
"@types/parallel-transform": "^1.1.4",
"dts-bundle-generator": "^9.5.1",
"tsup": "^8.4.0"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"parallel-transform": "^1.2.0"
}
}