generated from THeK3nger/obsidian-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
32 lines (32 loc) · 894 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-incremental-writing",
"author": "Jamesb <[email protected]",
"version": "0.4.1",
"description": "Incrementally review notes and blocks over time.",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js"
},
"keywords": [
"obsidian-md",
"incremental writing"
],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-node-resolve": "11.1.1",
"@rollup/plugin-typescript": "8.1.1",
"@types/node": "14.14.25",
"obsidian": "https://github.com/obsidianmd/obsidian-api/tarball/master",
"prettier": "2.2.1",
"rollup": "2.38.5",
"tslib": "2.1.0",
"typescript": "4.1.3"
},
"dependencies": {
"@popperjs/core": "^2.9.1",
"gray-matter": "^4.0.2",
"markdown-table": "^3.0.1"
}
}