-
- Downloads
feat: added command line parsing using commander
No preview for this file type
... | ... | @@ -16,6 +16,7 @@ |
"typescript": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"commander": "^12.1.0", | ||
"neo4j-driver": "^5.26.0", | ||
"ts-common": "link:ts-common" | ||
} | ||
... | ... |
Please register or sign in to comment