forked from OliverBalfour/obsidian-pandoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 874 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
{
"name": "obsidian-pandoc-plugin",
"version": "0.1.0",
"description": "This is a Pandoc export plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js --environment BUILD:production"
},
"keywords": [],
"author": "Oliver Balfour",
"license": "MIT",
"devDependencies": {
"@codemirror/view": "^6.0.0",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-typescript": "6.0.0",
"@types/node": "14.14.2",
"obsidian": "https://github.com/obsidianmd/obsidian-api/tarball/master",
"rollup": "2.32.1",
"tslib": "2.0.3",
"typescript": "4.0.3"
},
"dependencies": {
"@types/temp": "0.9.0",
"lookpath": "1.2.0",
"temp": "0.9.4",
"yaml": "2.0.0-4"
}
}