File tree Expand file tree Collapse file tree 2 files changed +3154
-3932
lines changed Expand file tree Collapse file tree 2 files changed +3154
-3932
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "type" : " module" ,
2
3
"version" : " 0.2.1" ,
3
4
"name" : " pushnotice" ,
4
5
"description" : " Application Notifications sent to Telegram. Linking pushnotice.chat into your project." ,
12
13
"license" : " ISC" ,
13
14
"main" : " index.js" ,
14
15
"scripts" : {
16
+ "cu" : " ncu" ,
17
+ "cu:fix" : " ncu -u" ,
18
+ "f:fix" : " run-s format:fix" ,
19
+ "format" : " xo" ,
20
+ "format:fix" : " xo --fix" ,
15
21
"test" : " xo && ava -v" ,
16
22
"ava" : " ava -v --watch"
17
23
},
32
38
},
33
39
"homepage" : " https://pushnotice.chat" ,
34
40
"dependencies" : {
35
- "isomorphic-unfetch" : " ^3.1.0"
41
+ "isomorphic-unfetch" : " ^3.1.0" ,
42
+ "npm-run-all" : " ^4.1.5"
36
43
},
37
44
"devDependencies" : {
38
- "ava" : " ^3.15.0" ,
39
- "xo" : " ^0.38.2"
45
+ "ava" : " ^4.1.0" ,
46
+ "npm-check-updates" : " ^12.5.4" ,
47
+ "xo" : " ^0.48.0"
40
48
}
41
49
}
You can’t perform that action at this time.
0 commit comments