Showing
1 changed file
with
4 additions
and
1 deletions
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| 4 | "description": "Anxiety Manager discord bot", | 4 | "description": "Anxiety Manager discord bot", |
| 5 | "main": "main.js", | 5 | "main": "main.js", |
| 6 | "scripts": { | 6 | "scripts": { |
| 7 | - "test": "echo \"Error: no test specified\" && exit 1" | 7 | + "start": "node main.js" |
| 8 | }, | 8 | }, |
| 9 | "author": "sab", | 9 | "author": "sab", |
| 10 | "license": "ISC", | 10 | "license": "ISC", |
| ... | @@ -15,5 +15,8 @@ | ... | @@ -15,5 +15,8 @@ |
| 15 | "express": "^4.18.1", | 15 | "express": "^4.18.1", |
| 16 | "quick.db": "^9.0.2", | 16 | "quick.db": "^9.0.2", |
| 17 | "random-puppy": "^1.1.0" | 17 | "random-puppy": "^1.1.0" |
| 18 | + }, | ||
| 19 | + "engines": { | ||
| 20 | + "node": "v16.14.2" | ||
| 18 | } | 21 | } |
| 19 | } | 22 | } | ... | ... |
-
Please register or login to post a comment