philips_supernote-obsidian-.../package.json
Brandon Philips 9f3ed397d4 main: parallelize image processing
This reduces the procsesing time of the 1to10.note from about 7 seconds
to 1.5s. It should be significant for anyone with note files with many
pages.
2025-01-10 22:59:34 -08:00

31 lines
883 B
JSON

{
"name": "supernote-obsidian-plugin",
"version": "2.3.0",
"description": "Unofficial Supernote by Ratta Integration for Obsidian",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/color": "^3.0.6",
"@types/jest": "^29.5.12",
"@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"
},
"dependencies": {
"esbuild-plugin-inline-worker": "^0.1.1",
"image-js": "^0.35.5",
"supernote": "github:philips/supernote-typescript"
}
}