mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-09-08 21:50:50 +02:00
folder names
This commit is contained in:
13
6-space-game/6-end-condition/solution/package.json
Normal file
13
6-space-game/6-end-condition/solution/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "solution",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start": "npx http-server -c-1 -p 5000",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
Reference in New Issue
Block a user