2025-10-19 04:05:27 +00:00
|
|
|
{
|
2025-11-23 04:30:08 +00:00
|
|
|
"name": "cf-image-bed",
|
2026-06-23 09:48:00 +00:00
|
|
|
"version": "1.0.9",
|
2025-10-19 04:45:31 +00:00
|
|
|
"description": "Upload images to CloudFlare ImgBed's plugin, which supports drag and drop, paste and select file uploads.",
|
2025-10-19 04:05:27 +00:00
|
|
|
"main": "main.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "node esbuild.config.mjs",
|
2026-03-26 14:20:07 +00:00
|
|
|
"build": "node node_modules/typescript/lib/tsc.js --noEmit --skipLibCheck && node esbuild.config.mjs production",
|
2025-10-19 04:05:27 +00:00
|
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
2025-10-19 04:07:40 +00:00
|
|
|
"license": "Apache",
|
2025-10-19 04:05:27 +00:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^16.11.6",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
|
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
|
|
|
"builtin-modules": "3.3.0",
|
|
|
|
|
"esbuild": "0.17.3",
|
|
|
|
|
"obsidian": "latest",
|
|
|
|
|
"tslib": "2.4.0",
|
|
|
|
|
"typescript": "4.7.4"
|
|
|
|
|
}
|
|
|
|
|
}
|