Files
screeps-server/package.json
Nikolay Kharitonov 87b7e92798 4.1.2
2020-03-26 17:34:52 +03:00

29 lines
711 B
JSON

{
"name": "screeps",
"version": "4.1.2",
"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.1.1",
"@screeps/common": "2.13.2",
"@screeps/driver": "5.1.0",
"@screeps/engine": "4.1.1",
"@screeps/launcher": "4.0.0",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "5.1.0"
},
"engines": {
"node": ">=10.13.0",
"npm": ">=3.10.3"
}
}