44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "note2any",
|
|
"version": "1.4.0",
|
|
"description": "This is a plugin for Obsidian (https://obsidian.md)",
|
|
"main": "main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://biboer.cn/gitea/gavin/note2any.git"
|
|
},
|
|
"homepage": "https://biboer.cn/gitea/gavin/note2any",
|
|
"bugs": {
|
|
"url": "https://biboer.cn/gitea/gavin/note2any/issues"
|
|
},
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "npm run build:bundle --",
|
|
"build:obf": "OBFUSCATE=1 npm run build:bundle --",
|
|
"build:bundle": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"download": "node tools/download.mjs",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"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.17.3",
|
|
"javascript-obfuscator": "^4.1.1",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"@zip.js/zip.js": "^2.7.43",
|
|
"highlight.js": "^11.9.0",
|
|
"html-to-image": "^1.11.11",
|
|
"marked": "^12.0.1",
|
|
"marked-highlight": "^2.1.3"
|
|
}
|
|
}
|