- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
15 lines (15 loc) · 397 Bytes
/
Copy pathpackage.json
File metadata and controls
15 lines (15 loc) · 397 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "JavaScriptGame",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/nouvelle/JavaScriptGame.git",
"author": "nouvelle <nouvellenuts@gmail.com>",
"license": "MIT",
"scripts": {
"build1": "surge 01_jumping/build jumping.surge.sh",
"build2": "surge 02_piyo/build jumping-piyo.surge.sh"
},
"dependencies": {
"typescript": "^4.0.3"
}
}