1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-26 04:03:03 +01:00

Update package.json

This commit is contained in:
Flam3rboy 2021-02-03 14:49:13 +01:00 committed by GitHub
parent 466cbc5761
commit df0159be85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,9 @@
"description": "", "description": "",
"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": "npm run build && node dist/",
"build": "tsc -b ."
}, },
"repository": { "repository": {
"type": "git", "type": "git",