feat: remove import service module and integration guide
- Deleted ImportModule and ImportService files as part of the refactor. - Removed the Integration Guide and README documentation for the import service. - Cleaned up Docker Compose files related to the import service. - Added a new parser for recipe markdown format with structured data extraction. - Introduced TypeScript configuration and package.json for the new service structure.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "recipe-document-converter",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user