-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 978 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 978 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "jd-intel",
"version": "0.1.0",
"description": "Fetch and normalize job descriptions across every major ATS (Greenhouse, Lever, Ashby) — for your AI assistant, no copy-paste.",
"type": "module",
"main": "src/index.js",
"bin": {
"jd-intel": "src/cli.js"
},
"files": [
"src/",
"registry/",
"LICENSE"
],
"scripts": {
"test": "node --test test/*.test.js",
"fetch": "node src/cli.js fetch",
"search": "node src/cli.js search"
},
"keywords": [
"jobs",
"job-description",
"ats",
"greenhouse",
"lever",
"ashby",
"mcp",
"ai",
"claude",
"hiring",
"careers"
],
"author": "Prashant R",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/prPMDev/jd-intel.git"
},
"bugs": {
"url": "https://github.com/prPMDev/jd-intel/issues"
},
"homepage": "https://github.com/prPMDev/jd-intel#readme",
"engines": {
"node": ">=18"
}
}