initial import
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "screeps",
|
||||
"version": "1.0.0",
|
||||
"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.0",
|
||||
"@screeps/common": "1.0.0",
|
||||
"@screeps/driver": "1.0.0",
|
||||
"@screeps/engine": "1.0.0",
|
||||
"@screeps/launcher": "1.0.0",
|
||||
"@screeps/pathfinding": "0.4.16",
|
||||
"@screeps/storage": "1.0.0"
|
||||
},
|
||||
"screeps_build": 33
|
||||
}
|
||||
Reference in New Issue
Block a user