Skip to content

Commit

Permalink
setup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasmafra committed Apr 13, 2024
1 parent c021da2 commit b387282
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 356 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "easy-game-dev",
"name": "knock-down",
"license": "MIT",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
"start": "yarn http-server -p 8000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nickmafra/easy-game-dev.git"
"url": "git+https://github.com/nicolasmafra/knock-down.git"
},
"dependencies": {
"express": "^4.18.2",
"http": "^0.0.1-security"
"http-server": "^14.1.1"
}
}
Loading

0 comments on commit b387282

Please sign in to comment.