mirror of
https://github.com/philips/supernote-obsidian-plugin.git
synced 2026-07-22 09:50:25 +00:00
commit8277107e6fAuthor: The Phrench Frog <phrog123@icloud.com> Date: Sun Jan 26 00:49:15 2025 -0500 2.6.1 fixed commit06751f1ca1Author: The Phrench Frog <phrog123@icloud.com> Date: Sat Jan 25 23:33:56 2025 -0500 Add files via upload commita8fea95e68Author: The Phrench Frog <phrog123@icloud.com> Date: Sat Jan 25 23:28:30 2025 -0500 renamed .ts to .js why is brat now allowing for .ts files? commit9b71655e47Author: The Phrench Frog <phrog123@icloud.com> Date: Sat Jan 25 23:17:49 2025 -0500 Update Main.ts take 2 wrong character for ' commita0ca62c2aeAuthor: The Phrench Frog <phrog123@icloud.com> Date: Sat Jan 25 23:07:34 2025 -0500 Fix UI for 2.6.0 2.6.0 no longer uses Screen Mirroring but 'Browse and Access'.
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "supernote-obsidian-plugin",
|
|
"version": "2.6.1",
|
|
"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": "Francois Menard",
|
|
"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",
|
|
"jspdf": "^2.5.2",
|
|
"supernote": "github:philips/supernote-typescript"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/philips/supernote-obsidian-plugin.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/philips/supernote-obsidian-plugin/issues"
|
|
},
|
|
"homepage": "https://github.com/philips/supernote-obsidian-plugin#readme"
|
|
}
|