slcache/package.json

17 lines
267 B
JSON
Raw Permalink Normal View History

2024-10-14 00:51:34 +02:00
{
"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"
}
}