pull/21/head
Yoshihiro Kikuchi 2023-08-23 11:47:32 +09:00
rodzic 9bd6bf59c0
commit 34a0357bb2
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"dependencies": {
"better-sqlite3": "^5.4.0",
"better-sqlite3": "^8.5.1",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.3",
@ -14,7 +14,6 @@
"engines": {
"node": ">=10.12.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},