33 lines
856 B
JSON
33 lines
856 B
JSON
{
|
|
"name": "screeps",
|
|
"version": "4.2.16",
|
|
"description": "A standalone server for programming game Screeps",
|
|
"main": "package.json",
|
|
"bin": {
|
|
"screeps": "bin/screeps.js"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "cd `node_modules` && npm explore @screeps/driver -- npx webpack"
|
|
},
|
|
"author": "Artem Chivchalov <contact@screeps.com>",
|
|
"license": "ISC",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/screeps/screeps.git"
|
|
},
|
|
"dependencies": {
|
|
"@screeps/backend": "3.2.4",
|
|
"@screeps/common": "2.15.5",
|
|
"@screeps/driver": "5.2.3",
|
|
"@screeps/engine": "4.2.20",
|
|
"@screeps/launcher": "4.1.1",
|
|
"@screeps/pathfinding": "0.4.17",
|
|
"@screeps/storage": "5.1.2",
|
|
"node_modules-path": "2.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0",
|
|
"npm": ">=3.10.3"
|
|
}
|
|
}
|