initialize project structure with core modules and configuration
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "duriin_api",
|
||||
"version": "1.0.0",
|
||||
"description": "News ingestion archive server",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "commonjs",
|
||||
"dependencies": {
|
||||
"@extractus/article-extractor": "^8.0.18",
|
||||
"better-sqlite3": "^12.4.1",
|
||||
"fastify": "^5.6.1",
|
||||
"node-cron": "^4.2.1",
|
||||
"rss-parser": "^3.13.0",
|
||||
"sharp": "^0.34.5",
|
||||
"sqlite-vec": "^0.1.9"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user