25 lines
615 B
JSON
25 lines
615 B
JSON
{
|
|
"name": "screeps",
|
|
"version": "1.0.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": "1.0.1",
|
|
"@screeps/common": "1.0.0",
|
|
"@screeps/driver": "1.0.1",
|
|
"@screeps/engine": "1.0.1",
|
|
"@screeps/launcher": "1.0.3",
|
|
"@screeps/pathfinding": "0.4.16",
|
|
"@screeps/storage": "1.0.2"
|
|
}
|
|
}
|