forked from ddmills/js-ecs-benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1003 Bytes
/
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
{
"name": "js-ecs-benchmarks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node --experimental-modules --es-module-specifier-resolution=node index.js",
"pretty": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddmills/js-ecs-benchmarks.git"
},
"dependencies": {
"ape-ecs": "^1.3.0",
"bitecs": "^0.2.14",
"ecsy": "^0.4.2",
"elegant-spinner": "^2.0.0",
"geotic": "^4.3.2",
"goodluck": "^7.0.0",
"harmony-ecs": "^0.0.8",
"log-update": "^4.0.0",
"miniplex": "^0.9.0",
"nano-ecs": "^2.4.0",
"perform-ecs": "^0.7.8",
"picoes": "^1.0.0",
"piecs": "^0.4.0",
"tiny-ecs": "^2.0.0",
"uecs": "0.1.7",
"wolf-ecs": "^2.0.0",
"yagl-ecs": "^1.1.0"
},
"devDependencies": {
"prettier": "^2.2.1"
}
}