markitdown/package.json
2025-01-13 20:10:14 +07:00

19 lines
434 B
JSON

{
"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"
}
}