This commit is contained in:
Nikolay Kharitonov
2020-03-26 17:34:52 +03:00
parent 14fc57ccba
commit 87b7e92798

View File

@@ -1,28 +1,28 @@
{
"name": "screeps",
"version": "4.1.1",
"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.0",
"@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"
}
}
{
"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"
}
}