28 lines
681 B
JSON
28 lines
681 B
JSON
{
|
|
"name": "screeps",
|
|
"version": "2.10.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.4.0",
|
|
"@screeps/common": "2.6.0",
|
|
"@screeps/driver": "3.1.0",
|
|
"@screeps/engine": "2.10.0",
|
|
"@screeps/launcher": "2.1.4",
|
|
"@screeps/pathfinding": "0.4.16",
|
|
"@screeps/storage": "3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.5.0",
|
|
"npm": ">=3.10.3"
|
|
}
|
|
} |