forked from addozhang/obsidian-image-upload-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 849 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "obsidian-note-publish",
"version": "0.5.4",
"description": "",
"author": "songxingguo",
"main": "main.js",
"license": "MIT",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"postinstall": "patch-package"
},
"devDependencies": {
"@types/node": "^14.14.2",
"esbuild": "^0.24.0",
"obsidian": "obsidianmd/obsidian-api",
"obsidian-plugin-cli": "^0.4.3",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"typescript": "^4.0.3"
},
"dependencies": {
"ali-oss": "^6.17.1",
"builtin-modules": "^4.0.0",
"front-matter": "^4.0.2",
"imagekit": "^5.0.0",
"proxy-agent": "^5.0.0",
"simple-git": "^3.25.0",
"unist-builder": "^4.0.0",
"unist-util-filter": "^5.0.1"
}
}