We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6157484 commit 6af13a2Copy full SHA for 6af13a2
package.json
@@ -1,4 +1,5 @@
1
{
2
+ "type": "module",
3
"version": "0.2.1",
4
"name": "pushnotice",
5
"description": "Application Notifications sent to Telegram. Linking pushnotice.chat into your project.",
@@ -12,6 +13,11 @@
12
13
"license": "ISC",
14
"main": "index.js",
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",
21
"test": "xo && ava -v",
22
"ava": "ava -v --watch"
23
},
@@ -32,10 +38,12 @@
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": {
- "ava": "^3.15.0",
- "xo": "^0.38.2"
45
+ "ava": "^4.1.0",
46
+ "npm-check-updates": "^12.5.4",
47
+ "xo": "^0.48.0"
48
}
49
0 commit comments