slcache/package.json
2024-10-14 02:21:34 +03:30

16 lines
267 B
JSON

{
"name": "slcache",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"main": "node ./main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.21.1",
"sqlite3": "^5.1.7"
}
}