initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-12-04 00:58:40 +01:00
padre d0c05d13b1
commit 1b51f5a171
Se han modificado 18 ficheros con 3013 adiciones y 6626 borrados

Ver fichero

@@ -1,17 +1,50 @@
{
"name": "hasher",
"version": "0.1.0",
"version": "1.0.0",
"description": "A modern hash search and generation tool powered by Elasticsearch and Next.js",
"keywords": [
"hash",
"md5",
"sha1",
"sha256",
"sha512",
"elasticsearch",
"nextjs",
"cryptography",
"security",
"hash-lookup"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/hasher.git"
},
"bugs": {
"url": "https://github.com/yourusername/hasher/issues"
},
"homepage": "https://github.com/yourusername/hasher#readme",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
"lint": "eslint",
"index-file": "tsx scripts/index-file.ts"
},
"dependencies": {
"@elastic/elasticsearch": "^9.2.0",
"@types/bcrypt": "^6.0.0",
"bcrypt": "^6.0.0",
"lucide-react": "^0.555.0",
"next": "16.0.7",
"react": "19.2.0",
"react-dom": "19.2.0"
"react-dom": "19.2.0",
"tsx": "^4.21.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",