{ "name": "labyrinth", "version": "0.1.0", "description": "Labyrinth is a web API to navigate through a maze.", "main": "app.js", "scripts": { "test": "tsc && ./node_modules/mocha/bin/mocha dist/**/*.spec.js" }, "author": "Peter Zilz", "license": "ISC", "dependencies": { "@types/express": "^4.16.0", "@types/express-graphql": "^0.6.1", "express": "^4.16.3", "express-graphql": "^0.6.12", "graphql": "^0.13.2" }, "devDependencies": { "@types/chai": "^4.1.6", "@types/mocha": "^5.2.5", "chai": "^4.2.0", "mocha": "^5.2.0" }, "repository": { "type": "git", "url": "http://git.synoikos.de/git/peter/Labyrinth.git" }, "keywords": [ "TypeScript", "game" ] }