Files
screeps-server/package.json
Nikolay Kharitonov 48df71ba22 4.2.6
2020-12-21 04:16:41 +03:00

29 lines
711 B
JSON

{
"name": "screeps",
"version": "4.2.6",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
"screeps": "bin/screeps.js"
},
"author": "Artem Chivchalov <contact@screeps.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/screeps/screeps.git"
},
"dependencies": {
"@screeps/backend": "3.2.2",
"@screeps/common": "2.15.1",
"@screeps/driver": "5.2.0",
"@screeps/engine": "4.2.5",
"@screeps/launcher": "4.1.0",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "5.1.1"
},
"engines": {
"node": ">=10.13.0",
"npm": ">=3.10.3"
}
}