{ "name": "thepixelworld", "version": "1.0.0", "description": "ThePixelWorld is a 2D MMORPG browser game.", "main": "app.js", "homepage": "https://gitlab.com/jak89_1/thepixelworld/-/wikis/home", "directories": { "doc": "docs" }, "dependencies": { "express": "^4.17.1", "mongojs": "^3.1.0", "npm-lint": "^0.3.4", "socket.io": "^4.2.0" }, "scripts": { "start": "node app.js thepixelworld &", "stop": "ps x | grep \"node app.js thepixelworld\" | grep -v 'grep' | awk '{ print $1; }' | xargs kill -9", "restart": "npm stop && npm start", "test": "echo \"not configured yet!\" && exit 1" }, "keywords": [ "2d", "mmorpg", "html5", "html", "js", "node-js", "vsc", "php", "tpw", "thepixelworld", "jak1" ], "author": "jak1", "license": "GPL-3.0-or-later", "repository": { "type": "git", "url": "https://gitlab.com/jak89_1/thepixelworld" } }