2022-03-27 04:17:26 -04:00
|
|
|
{
|
|
|
|
"name": "bigblueisyou",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Big Blue Is You!",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-04-04 17:17:49 -04:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"start": "node index.js"
|
2022-03-27 04:17:26 -04:00
|
|
|
},
|
|
|
|
"author": "Logan Hunt",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.17.3"
|
|
|
|
}
|
|
|
|
}
|