jonjampen_obsidian-xournalpp/package.json

30 lines
890 B
JSON
Raw Normal View History

2024-05-02 10:48:01 +00:00
{
2025-05-16 05:56:44 +00:00
"name": "xournalpp",
2025-06-21 06:49:00 +00:00
"version": "1.1.2",
2025-05-16 05:56:44 +00:00
"description": "Integration with Xournal++ for handwritten notes and annotations.",
"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/node": "^16.11.6",
"@types/pako": "^2.0.4",
2025-05-16 05:56:44 +00:00
"@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": {
"dayjs": "^1.11.13",
"pako": "^2.1.0"
2025-05-16 05:56:44 +00:00
}
2025-01-23 15:54:27 +00:00
}