39
package.json
39
package.json
@@ -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",
|
||||
|
||||
Referencia en una nueva incidencia
Block a user