mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 02:02:09 -05:00
11 lines
151 B
JSON
11 lines
151 B
JSON
{
|
|
"name": "Bigfoot Games",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.1"
|
|
}
|
|
}
|