-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 757 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 757 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
{
"name": "mario3-ts",
"version": "1.0.0",
"description": "SMB3 using Phaser3/Webpack/Tmx",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack --watch & live-server --port=8085"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JChouCode/mario3-ts.git"
},
"author": "Jeffrey Chou",
"license": "MIT",
"bugs": {
"url": "https://github.com/JChouCode/mario3-ts/issues"
},
"homepage": "https://github.com/JChouCode/mario3-ts#readme",
"devDependencies": {
"live-server": "^1.2.1",
"phaser": "^3.18.1",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"sleep-promise": "^8.0.1"
}
}