This commit is contained in:
artin 2023-07-25 18:41:51 +00:00
parent 35837d8f03
commit 20744ecf71

View File

@ -2,7 +2,7 @@
"name": "osapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@ -12,8 +12,7 @@
"axios": "^1.4.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"morgan": "^1.10.0",
"pg": "^8.11.1",
"sqlite3": "^5.1.6"
"node-fetch": "^3.3.2",
"pg": "^8.11.1"
}
}