Skip to content

Commit 6af13a2

Browse files
committed
Update project to latest versions & add formatting as well as dependency checks.
1 parent 6157484 commit 6af13a2

File tree

2 files changed

+3154
-3932
lines changed

2 files changed

+3154
-3932
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"type": "module",
23
"version": "0.2.1",
34
"name": "pushnotice",
45
"description": "Application Notifications sent to Telegram. Linking pushnotice.chat into your project.",
@@ -12,6 +13,11 @@
1213
"license": "ISC",
1314
"main": "index.js",
1415
"scripts": {
16+
"cu": "ncu",
17+
"cu:fix": "ncu -u",
18+
"f:fix": "run-s format:fix",
19+
"format": "xo",
20+
"format:fix": "xo --fix",
1521
"test": "xo && ava -v",
1622
"ava": "ava -v --watch"
1723
},
@@ -32,10 +38,12 @@
3238
},
3339
"homepage": "https://pushnotice.chat",
3440
"dependencies": {
35-
"isomorphic-unfetch": "^3.1.0"
41+
"isomorphic-unfetch": "^3.1.0",
42+
"npm-run-all": "^4.1.5"
3643
},
3744
"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"
4048
}
4149
}

0 commit comments

Comments
 (0)