14 lines
265 B
JSON
14 lines
265 B
JSON
{
|
|
"name": "video-games-api",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Minimal API for video game collection migration steps",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"pg": "^8.16.3"
|
|
}
|
|
}
|