This repository was archived by the owner on Nov 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.54 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "hiredar",
"version": "1.0.0",
"description": "Our AI-powered job matching platform revolutionizes hiring by eliminating the noise and inefficiencies of traditional job searching. Job seekers create rich, detailed profiles for free, while recruiters pay for access to curated candidate lists tailored to their job postings. Unlike other platforms, our AI engine doesn't just rank candidates—-it explains why they're a great fit, providing recruiters with clear, data-backed insights. We also introduce *multiple candidate views*, including top matches and wildcard selections, ensuring hidden talent isn't overlooked. With *no ghost jobs* and *AI-driven transparency*, we streamline the hiring process for both sides, making recruitment faster, smarter, and fairer.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "tailwindcss -i ./assets/css/tailwind.css -o ./static/css/tailwind.css && node scripts/minify-css.js ./static/css/tailwind.css",
"postinstall": "npx update-browserslist-db@latest --update-db"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btfranklin/hiredar.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/btfranklin/hiredar/issues"
},
"homepage": "https://github.com/btfranklin/hiredar#readme",
"devDependencies": {
"@tailwindcss/cli": "^4.1.11",
"daisyui": "^5.0.50",
"tailwindcss": "^4.1.11"
}
}