{ "name": "flying-squid", "description": "A minecraft server written in node.js", "version": "1.0.0", "main": "index.js", "author": "mhsjlw ", "contributors": [ { "name": "rom1504", "email": "romain.rom1@gmail.com" } ], "bin": { "flying-squid": "app.js" }, "scripts": { "prepare": "require-self", "test": "mocha --reporter spec" }, "keywords": [], "licenses": { "type": "MIT" }, "engines": { "node": ">=8" }, "dependencies": { "diamond-square": "1.0.0", "emit-then": "^2.0.0", "event-promise": "^0.0.1", "flatmap": "^0.0.3", "minecraft-data": "^2.0.0", "minecraft-protocol": "^1.0.0", "mkdirp": "^0.5.1", "moment": "^2.10.6", "node-uuid": "^1.4.3", "prismarine-chunk": "^1.0.1", "prismarine-entity": "^0.2.0", "prismarine-item": "^1.0.1", "prismarine-provider-anvil": "^2.0.0", "prismarine-windows": "^1.0.1", "prismarine-world": "^2.0.0", "random-seed": "^0.3.0", "range": "^0.0.3", "request": "^2.83.0", "request-promise": "^4.1.0", "requireindex": "~1.1.0", "spiralloop": "^1.0.2", "vec3": "^0.1.3" }, "license": "MIT", "repository": { "type": "git", "url": "git://github.com/PrismarineJS/flying-squid.git" }, "bugs": { "url": "http://github.com/PrismarineJS/flying-squid/issues" }, "devDependencies": { "chai": "^3.2.0", "longjohn": "^0.2.8", "mineflayer": "^2.6.1", "mocha": "^3.0.0", "require-self": "^0.1.0" } }