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", "name": "screeps",
"version": "4.1.1", "version": "4.1.2",
"description": "A standalone server for programming game Screeps", "description": "A standalone server for programming game Screeps",
"main": "package.json", "main": "package.json",
"bin": { "bin": {
"screeps": "bin/screeps.js" "screeps": "bin/screeps.js"
}, },
"author": "Artem Chivchalov <contact@screeps.com>", "author": "Artem Chivchalov <contact@screeps.com>",
"license": "ISC", "license": "ISC",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/screeps/screeps.git" "url": "https://github.com/screeps/screeps.git"
}, },
"dependencies": { "dependencies": {
"@screeps/backend": "3.1.0", "@screeps/backend": "3.1.1",
"@screeps/common": "2.13.2", "@screeps/common": "2.13.2",
"@screeps/driver": "5.1.0", "@screeps/driver": "5.1.0",
"@screeps/engine": "4.1.1", "@screeps/engine": "4.1.1",
"@screeps/launcher": "4.0.0", "@screeps/launcher": "4.0.0",
"@screeps/pathfinding": "0.4.16", "@screeps/pathfinding": "0.4.16",
"@screeps/storage": "5.1.0" "@screeps/storage": "5.1.0"
}, },
"engines": { "engines": {
"node": ">=10.13.0", "node": ">=10.13.0",
"npm": ">=3.10.3" "npm": ">=3.10.3"
} }
} }