Files
screeps-server/package.json
Nikolay Kharitonov 526473a11a 🔖 4.2.16-rc13
2023-12-05 18:02:02 +00:00

33 lines
869 B
JSON

{
"name": "screeps",
"version": "4.2.16-rc13",
"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-rc3",
"@screeps/engine": "4.2.20-rc1",
"@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"
}
}