markitdown/package.json

20 lines
434 B
JSON
Raw Normal View History

2025-01-13 13:10:14 +00:00
{
"name": "markitdown",
"version": "0.0.1",
"description": "Utility tool for converting various files to Markdown",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Adam Fourney",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"typescript": "^4.4.3"
}
}