-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 858 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 858 Bytes
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
{
"name": "create-multiplayer-game",
"version": "0.0.26",
"description": "Create a multiplayer web game in seconds 👾🚀",
"main": "./src/index.mjs",
"repository": {
"type": "git",
"url": "git+https://github.com/grayhatdevelopers/create-multiplayer-game.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --experimental-json-modules ./src/index.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"bin": {
"create-multiplayer-game": "./src/index.mjs",
"cmg": "./src/index.mjs"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"download-git-repo": "^3.0.2",
"execa": "^9.0.2",
"inquirer": "^9.2.12",
"lodash": "^4.17.21",
"ora": "^8.0.1",
"react": "^18.2.0"
},
"devDependencies": {
"esm": "^3.2.25"
}
}