crypto-utils-js
Version:
JavaScript library for encryption / decryption.
40 lines (39 loc) • 969 B
JSON
{
"name": "crypto-utils-js",
"version": "1.2.5",
"description": "JavaScript library for encryption / decryption. ",
"main": "dist/index.js",
"scripts": {
"start": "npm run build && node dist/index.js",
"build": "rimraf ./dist && tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/psykher/crypto-utils-js.git"
},
"keywords": [
"security",
"crypto",
"hash",
"ROT-X",
"Base64",
"Hexadecimal"
],
"author": "Carlos Alvarez del Castillo Garcia",
"license": "ISC",
"bugs": {
"url": "https://github.com/psykher/crypto-utils-js/issues"
},
"homepage": "https://github.com/psykher/crypto-utils-js#readme",
"devDependencies": {
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}