-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"author": {
"email": "[email protected]",
"name": "Josh Goldberg"
},
"browser": "./lib/index.js",
"bugs": {
"url": "https://github.com/FullScreenShenanigans/EightBittr/issues"
},
"dependencies": {
"actorhittr": "^0.8.14",
"areaspawnr": "^0.8.14",
"autofieldr": "^0.8.14",
"fpsanalyzr": "^0.8.14",
"frametickr": "^0.8.14",
"groupholdr": "^0.8.14",
"inputwritr": "^0.8.14",
"itemsholdr": "^0.8.14",
"mapscreatr": "^0.8.14",
"mapscreenr": "^0.8.14",
"objectmakr": "^0.8.14",
"pixeldrawr": "^0.8.14",
"pixelrendr": "^0.8.14",
"quadskeepr": "^0.8.14",
"stringfilr": "^0.8.14",
"timehandlr": "^0.8.14"
},
"description": "Bare-bones, highly modular game engine for 2D 8-bit games.",
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.8",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"mocha-headless-chrome": "^4.0.0",
"shenanigans-manager": "^0.8.14",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"license": "MIT",
"name": "eightbittr",
"repository": {
"type": "git",
"url": "ssh://[email protected]:FullScreenShenanigans/EightBittr.git"
},
"scripts": {
"clean": "rm -rf dist lib *.tsbuildinfo",
"compile": "tsc -b",
"hydrate": "yarn shenanigans-manager hydrate",
"link": "yarn link",
"publish:ci": "yarn shenanigans-manager publish-if-updated",
"test": "yarn run test:setup && yarn run test:run",
"test:run": "yarn mocha-headless-chrome --file test/index.html",
"test:setup": "yarn shenanigans-manager generate-tests"
},
"shenanigans": {
"name": "EightBittr"
},
"types": "./lib/index.d.ts",
"version": "0.8.14"
}