mirror of
https://github.com/BoKKeR/awesome-thinkcentres.git
synced 2026-08-04 10:42:42 +02:00
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "image-to-markdown",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "node --loader ts-node/esm index.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"node-fetch": "^3.3.2",
|
|
"sharp": "^0.34.5",
|
|
"ts-node": "^10.9.2"
|
|
}
|
|
}
|