Files
screeps-server/package.json
Artem Chivchalov 1c4337e720 3.3.0
2019-03-18 17:15:33 +03:00

29 lines
682 B
JSON

{
"name": "screeps",
"version": "3.3.0",
"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": "2.7.0",
"@screeps/common": "2.10.1",
"@screeps/driver": "4.3.0",
"@screeps/engine": "3.3.0",
"@screeps/launcher": "3.3.2",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "4.1.0"
},
"engines": {
"node": ">=8.10.0",
"npm": ">=3.10.3"
}
}