mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
Check "main" and "scripts/start"
This commit is contained in:
parent
db807bc195
commit
7311729542
13
package.json
13
package.json
|
@ -2,7 +2,7 @@
|
||||||
"name": "hack.chat-v2",
|
"name": "hack.chat-v2",
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
"description": "a minimal distraction free chat application",
|
"description": "a minimal distraction free chat application",
|
||||||
"main": "main.js",
|
"main": "server/main.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/hack-chat/main.git"
|
"url": "git+https://github.com/hack-chat/main.git"
|
||||||
|
@ -12,11 +12,10 @@
|
||||||
"npm": ">= 5.7.1"
|
"npm": ">= 5.7.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"start": "node server/main.js",
|
||||||
"start": "node server.js",
|
"config": "node server/src/scripts/configure.js",
|
||||||
"config": "node src/scripts/configure.js",
|
"debug": "node server/src/scripts/debug.js",
|
||||||
"debug": "node src/scripts/debug.js",
|
"dev": "node server/src/scripts/debug.js"
|
||||||
"dev": "node src/scripts/debug.js"
|
|
||||||
},
|
},
|
||||||
"author": "Marzavec",
|
"author": "Marzavec",
|
||||||
"license": "WTFPL",
|
"license": "WTFPL",
|
||||||
|
@ -31,4 +30,4 @@
|
||||||
"readdir-recursive": "0.0.4",
|
"readdir-recursive": "0.0.4",
|
||||||
"ws": "^5.0.0"
|
"ws": "^5.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user