15 lines
295 B
JSON
15 lines
295 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": {
|
|
"googleapis": "^150.0.1",
|
|
"pg": "^8.16.3"
|
|
}
|
|
}
|