Create package.json

This commit is contained in:
khaybarkhaybaryayahud 2024-01-20 11:40:06 -05:00 committed by GitHub
parent 9c39d35980
commit cdb966bbab

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "Bigfoot Games",
"version": "1.0.0",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.17.1"
}
}