{ "name": "labyrinth", "version": "0.1.0", "description": "Labyrinth =========", "main": "app.js", "scripts": { "test": "tsc && ./node_modules/mocha/bin/mocha dist/**/*.spec.js" }, "author": "Peter Zilz", "license": "ISC", "dependencies": {}, "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" ] }