mirror of
https://github.com/BoKKeR/awesome-thinkcentres.git
synced 2026-08-04 10:42:42 +02:00
boot
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user