-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 815 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 815 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
{
"name": "jopilot-api",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["jopilot", "job-search", "job-api", "typescript"],
"author": "JoPilot <support@jopilot.net>",
"license": "MIT",
"description": "A JavaScript library to interact with the JoPilot API, allowing job search integration into applications.",
"repository": {
"type": "git",
"url": "https://github.com/jopilot-net/JoPilotAPI-js"
},
"bugs": {
"url": "https://github.com/jopilot-net/JoPilotAPI-js/issues"
},
"homepage": "https://jopilot.net/",
"dependencies": {
"axios": "^1.8.1"
},
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/node": "^22.13.9",
"typescript": "^5.8.2"
}
}