19 lines
346 B
JSON
19 lines
346 B
JSON
{
|
|
"name": "osapi",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"node-fetch": "^3.3.2",
|
|
"pg": "^8.11.1"
|
|
}
|
|
}
|