forked from node-sc2/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@node-sc2/core",
"version": "0.9.0-alpha.6",
"description": "A lightweight node.js framework to facilitate writing agents (or 'bots') for Starcraft II in JavaScript.",
"main": "sc2.js",
"typings": "sc2.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/node-sc2/core.git"
},
"author": "Jared Kantrowitz <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/yargs": "^12.0.5",
"@types/bluebird": "^3.5.25",
"eslint": "^5.6.1",
"eslint-config-problems": "^1.1.0"
},
"dependencies": {
"@node-sc2/proto": "^0.6.0-alpha.0",
"array.prototype.flat": "^1.2.3",
"bluebird": "^3.5.3",
"bresenham": "0.0.4",
"chalk": "^3.0.0",
"convert-hrtime": "^2.0.0",
"create-error": "^0.3.1",
"debug": "^4.1.0",
"find-process": "^1.2.1",
"hull.js": "^0.2.10",
"lodash.filter": "^4.6.0",
"lodash.xor": "^4.5.0",
"memoizee": "^0.4.14",
"pascal-case": "^2.0.1",
"pathfinding": "github:jbrown123/PathFinding.js",
"promise.map": "0.0.2",
"protobufjs": "^6.8.8",
"range": "0.0.3",
"shortid": "^2.2.14",
"uint1array": "^1.1.1",
"yargs": "^12.0.5"
}
}