29 lines
731 B
JSON
29 lines
731 B
JSON
{
|
|
"name": "screeps",
|
|
"version": "4.0.0-beta.4",
|
|
"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.0.0-beta.2",
|
|
"@screeps/common": "2.12.0-beta.3",
|
|
"@screeps/driver": "5.0.0-beta.2",
|
|
"@screeps/engine": "4.0.0-beta.2",
|
|
"@screeps/launcher": "4.0.0-beta.1",
|
|
"@screeps/pathfinding": "0.4.16",
|
|
"@screeps/storage": "5.0.0-beta.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0",
|
|
"npm": ">=3.10.3"
|
|
}
|
|
}
|