File tree Expand file tree Collapse file tree 4 files changed +40
-8
lines changed Expand file tree Collapse file tree 4 files changed +40
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uptask/cli" ,
3
3
"type" : " module" ,
4
+ "main" : " build/index.js" ,
4
5
"version" : " 0.3.2" ,
5
6
"license" : " MIT" ,
6
7
"author" : " Datist" ,
7
8
"repository" : " https://github.com/datisthq/uptask" ,
8
9
"description" : " Primitives and helpers for running tasks in TypeScript" ,
9
- "keywords" : [" typescript" , " task" ],
10
- "main" : " build/index.js" ,
10
+ "keywords" : [
11
+ " typescript" ,
12
+ " task" ,
13
+ " cli" ,
14
+ " cron" ,
15
+ " schedule" ,
16
+ " task runner" ,
17
+ " task scheduler"
18
+ ],
11
19
"dependencies" : {
12
20
"@uptask/core" : " workspace:*" ,
13
21
"commander" : " ^13.1.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uptask/core" ,
3
3
"type" : " module" ,
4
+ "main" : " build/index.js" ,
4
5
"version" : " 0.3.1" ,
5
6
"license" : " MIT" ,
6
7
"author" : " Datist" ,
7
8
"repository" : " https://github.com/datisthq/uptask" ,
8
9
"description" : " Primitives and helpers for running tasks in TypeScript" ,
9
- "keywords" : [" typescript" , " task" ],
10
- "main" : " build/index.js" ,
10
+ "keywords" : [
11
+ " typescript" ,
12
+ " task" ,
13
+ " cli" ,
14
+ " cron" ,
15
+ " schedule" ,
16
+ " task runner" ,
17
+ " task scheduler"
18
+ ],
11
19
"dependencies" : {
12
20
"p-all" : " ^5.0.0" ,
13
21
"p-retry" : " ^6.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uptask/cron" ,
3
3
"type" : " module" ,
4
+ "main" : " build/index.js" ,
4
5
"version" : " 0.2.7" ,
5
6
"license" : " MIT" ,
6
7
"author" : " Datist" ,
7
8
"repository" : " https://github.com/datisthq/uptask" ,
8
9
"description" : " Primitives and helpers for running tasks in TypeScript" ,
9
- "keywords" : [" typescript" , " task" ],
10
- "main" : " build/index.js" ,
10
+ "keywords" : [
11
+ " typescript" ,
12
+ " task" ,
13
+ " cli" ,
14
+ " cron" ,
15
+ " schedule" ,
16
+ " task runner" ,
17
+ " task scheduler"
18
+ ],
11
19
"dependencies" : {
12
20
"@uptask/core" : " workspace:*" ,
13
21
"cron" : " ^3.1.7"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " uptask" ,
3
3
"type" : " module" ,
4
+ "main" : " build/index.js" ,
4
5
"version" : " 0.3.7" ,
5
6
"license" : " MIT" ,
6
7
"author" : " Datist" ,
7
8
"repository" : " https://github.com/datisthq/uptask" ,
8
9
"description" : " Primitives and helpers for running tasks in TypeScript" ,
9
- "keywords" : [" typescript" , " task" ],
10
- "main" : " build/index.js" ,
10
+ "keywords" : [
11
+ " typescript" ,
12
+ " task" ,
13
+ " cli" ,
14
+ " cron" ,
15
+ " schedule" ,
16
+ " task runner" ,
17
+ " task scheduler"
18
+ ],
11
19
"dependencies" : {
12
20
"@uptask/core" : " workspace:*" ,
13
21
"@uptask/cli" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments