-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 840 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
{
"name": "rungame",
"description": "A simple non-browser game launcher for web games",
"version": "0.5.1",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"create-controller-db": "node controllers/create_db.js"
},
"bin": {
"rungame": "./cli.js"
},
"repository": {
"type": "git",
"url": "git://github.com/monteslu/jsgamelauncher.git"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@kmamal/sdl": "0.10.7",
"@napi-rs/canvas": "0.1.65",
"commander": "^12.1.0",
"lowdb": "^7.0.1",
"mime-types": "^2.1.35",
"web-worker": "^1.3.0",
"webaudio-node": "^0.1.2",
"ws": "^8.18.0",
"xhr-shim": "^0.1.3",
"xml2js": "^0.6.2"
},
"devDependencies": {
"prettier": "3.4.2"
}
}