X-Git-Url: https://git.auder.net/variants/%24%7Bvname%7D/current/git-logo.png?a=blobdiff_plain;f=package.json;h=e1c96d5ca9e1c047f479b0911db534ab6d04099c;hb=b98feb3f6bb7e03319474f7a032e296750eb179f;hp=b02fc5e24b49ceb0aefc8d14a14d23e48115e116;hpb=41534b92f0bcfc8ef5f58d8040706a5e7ce088c6;p=xogo.git diff --git a/package.json b/package.json index b02fc5e..e1c96d5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,12 @@ { "dependencies": { "ws": "^7.5.3" + }, + "scripts": { + "start": "./start.sh", + "stop": "./stop.sh" + }, + "devDependencies": { + "chokidar": "^3.5.3" } }