mirror of
https://github.com/Yonle/bostr.git
synced 2025-10-10 00:22:33 +02:00
package.json: Add start command and set node requirement
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
"description": "Nostr Bouncer server",
|
"description": "Nostr Bouncer server",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"start": "node index.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -24,5 +25,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"better-sqlite3": "^9.0.0",
|
"better-sqlite3": "^9.0.0",
|
||||||
"ws": "^8.14.2"
|
"ws": "^8.14.2"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user