forked from leochen-g/dify-schedule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 732 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 732 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
{
"name": "dify-schedule",
"version": "1.0.0",
"description": "Dify Schedule.A free automated scheduling solution for Dify, powered by GitHub Actions.",
"main": "index.js",
"type": "module",
"scripts": {
"workflowDify": "node ./workflow/dify.js"
},
"author": "Leo_chen",
"license": "ISC",
"keywords": ["Dify", "Dify Schedule", "Schedule", "Dify Task", "Task", "Auto Schedule"],
"dependencies": {
"axios": "^1.7.9",
"nodemailer": "^6.9.16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leochen-g/dify-schedule.git"
},
"bugs": {
"url": "https://github.com/leochen-g/dify-schedule/issues"
},
"homepage": "https://github.com/leochen-g/dify-schedule#readme"
}