cubexy_obsidian-pdf-printer/package.json

28 lines
730 B
JSON
Raw Permalink Normal View History

2020-10-25 20:55:59 +00:00
{
2025-04-26 22:10:20 +00:00
"name": "pdf-printer",
2026-04-27 08:31:17 +00:00
"version": "1.1.4",
2025-04-25 21:54:43 +00:00
"description": "Convert your PDF notes/files to images without external dependencies.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
2022-01-22 21:13:50 +00:00
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
2025-04-28 13:22:12 +00:00
"author": "cubexy",
"license": "MIT",
"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.25.0",
2022-03-09 15:29:09 +00:00
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"uuid": "^11.1.0"
}
2020-10-25 20:55:59 +00:00
}