mirror of
https://github.com/danbulant/flying-squid
synced 2026-05-19 04:08:45 +00:00
64 lines
1.6 KiB
JSON
Executable file
64 lines
1.6 KiB
JSON
Executable file
{
|
|
"name": "flying-squid",
|
|
"description": "A minecraft server written in node.js",
|
|
"version": "1.1.2",
|
|
"main": "index.js",
|
|
"author": "mhsjlw <mhsjlw@users.noreply.github.com>",
|
|
"contributors": [
|
|
{
|
|
"name": "rom1504",
|
|
"email": "romain.rom1@gmail.com"
|
|
}
|
|
],
|
|
"bin": {
|
|
"flying-squid": "app.js"
|
|
},
|
|
"scripts": {
|
|
"prepare": "require-self",
|
|
"prepublishOnly": "cp docs/README.md README.md",
|
|
"lint": "standard test/*.test.js src/**/*.js src/**/**/*.js src/*.js examples/*.js *.js",
|
|
"test": "jest --verbose --runInBand"
|
|
},
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"dependencies": {
|
|
"diamond-square": "^1.1.0",
|
|
"emit-then": "^2.0.0",
|
|
"event-promise": "^0.0.1",
|
|
"flatmap": "^0.0.3",
|
|
"minecraft-data": "^2.26.0",
|
|
"minecraft-protocol": "^1.5.2",
|
|
"mkdirp": "^0.5.1",
|
|
"moment": "^2.10.6",
|
|
"prismarine-chunk": "^1.9.0",
|
|
"prismarine-entity": "^0.2.0",
|
|
"prismarine-item": "^1.0.1",
|
|
"prismarine-provider-anvil": "^2.1.0",
|
|
"prismarine-windows": "^1.0.1",
|
|
"prismarine-world": "^2.1.0",
|
|
"random-seed": "^0.3.0",
|
|
"range": "^0.0.3",
|
|
"request": "^2.83.0",
|
|
"request-promise": "^4.1.0",
|
|
"spiralloop": "^1.0.2",
|
|
"uuid-1345": "^0.99.6",
|
|
"vec3": "^0.1.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/PrismarineJS/flying-squid.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/PrismarineJS/flying-squid/issues"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^23.6.0",
|
|
"longjohn": "^0.2.12",
|
|
"mineflayer": "^2.7.3",
|
|
"require-self": "^0.2.1",
|
|
"standard": "^12.0.1"
|
|
}
|
|
}
|