-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 930 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": "phaser-typescript-basics",
"version": "1.0.0",
"description": "A simple game with Phaser 3 & TypeScript.",
"main": "webpack.config.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"serve": "http-server --port=8085 -c-1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mizar999/phaser-typescript-basics.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mizar999/phaser-typescript-basics/issues"
},
"homepage": "https://github.com/Mizar999/phaser-typescript-basics#readme",
"devDependencies": {
"concurrently": "^7.6.0",
"http-server": "^14.1.1",
"phaser": "^3.55.2",
"picomatch": "~2.3.2",
"serialize-javascript": "~7.0.5",
"shell-quote": "^1.8.4",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.104.0",
"webpack-cli": "^5.0.1"
}
}