-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 900 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
38
39
{
"name": "@zimjs/game",
"version": "2.8.6",
"description": "Game module for ZIM JavaScript Canvas Framework",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/danzen/zim-game.git"
},
"keywords": [
"canvas",
"javascript",
"game",
"zim",
"zimjs",
"leaderboard",
"isometric",
"scorer",
"timer",
"dialog"
],
"author": "Dr Abstract",
"license": "MIT",
"devDependencies": {
"typescript": "^5.3.3",
"zimjs": "^16.1.9"
},
"peerDependencies": {
"zimjs": "^16.1.9"
},
"bugs": {
"url": "https://forum.zimjs.com"
},
"homepage": "https://github.com/danzen/zim-game#readme"
}