UNPKG

secure-encrypt

Version:

A package that simplifies data encryption and decryption, supporting various algorithms and providing a straightforward API for developers.

38 lines (37 loc) 902 B
{ "name": "secure-encrypt", "version": "1.0.12", "description": "A package that simplifies data encryption and decryption, supporting various algorithms and providing a straightforward API for developers.", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Fahim Ahammed Firoz", "scripts": { "start:dev": "ts-node-dev --respawn --transpile-only src/test.ts", "build": "tsc" }, "keywords": [ "encryption", "security", "npm", "secure-encryption" ], "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/fahimahammed/secure-encrypt.git" }, "gitignore": [ "/dist/", "/node_modules/", ".DS_Store", "test.ts" ], "license": "MIT", "devDependencies": { "@types/node": "^20.10.0", "ts-node-dev": "^2.0.0", "typescript": "^5.3.2" } }