-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (28 loc) · 743 Bytes
/
package.json
File metadata and controls
29 lines (28 loc) · 743 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
{
"name": "timeoff-ai",
"version": "1.0.0",
"description": "Use our Annual Leave Optimizer to strategically plan your holidays. Discover the best way to combine public holidays and annual leave for maximum time off.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"annual leave",
"holiday planner",
"public holidays",
"time off",
"vacation planning",
"AI"
],
"author": "https://github.com/Zeb88",
"license": "ISC",
"dependencies": {
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-rate-limit": "^7.4.1",
"marked": "^15.0.3",
"node-persist": "^4.0.3"
}
}