-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
33 lines (33 loc) · 892 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
33
{
"name": "obsidian-pandoc-plugin",
"version": "0.3.0",
"description": "Document exporting plugin for Obsidian using Pandoc",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production",
"release": "auto shipit"
},
"keywords": [],
"author": "Oliver Balfour <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"auto": "^10.37.6",
"auto-plugin-obsidian": "^0.1.4",
"builtin-modules": "^3.2.0",
"esbuild": "0.13.12",
"obsidian": "^0.12.17",
"tslib": "2.3.1",
"typescript": "4.4.4"
},
"dependencies": {
"@types/temp": "^0.9.0",
"lookpath": "^1.2.0",
"js-base64": "^3.7.2",
"temp": "^0.9.4",
"yaml": "^2.0.0-4"
}
}