-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 890 Bytes
/
package.json
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
{
"name": "ontime",
"version": "0.2.1",
"description": "a human-readable cron",
"author": {
"name": "Woong Jun",
"email": "[email protected]",
"url": "http://code.woong.org/"
},
"contributors": [],
"homepage": "http://code.woong.org/ontime",
"repository": {
"type": "git",
"url": "https://github.com/mycoboco/ontime.git"
},
"bugs": {
"url": "https://github.com/mycoboco/ontime/issues",
"email": "[email protected]"
},
"license": "MIT",
"type": "module",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"dependencies": {},
"devDependencies": {
"eslint": "^8.57.0",
"tape": "^5.9.0"
},
"engines": {
"node": ">=20.0.0"
},
"keywords": [
"cron",
"crontab",
"cronjob",
"schedule",
"scheduler",
"job scheduler",
"task scheduler",
"timer",
"interval"
]
}