forked from argenos/nldates-obsidian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 994 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": "nldates-obsidian",
"version": "0.6.0",
"description": "Plugin to parse natural language dates in Obsidian",
"main": "main.js",
"scripts": {
"lint": "eslint . --ext .ts",
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.0.6",
"@rollup/plugin-typescript": "8.3.0",
"@types/moment": "2.13.0",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"eslint": "8.2.0",
"obsidian": "git+https://github.com/obsidianmd/obsidian-api.git#5687a75ecfdb78b6a832127cf6f9229e27e196a0",
"prettier": "2.4.1",
"rollup": "^2.60.0",
"tslib": "^2.3.1",
"typescript": "^4.4.4"
},
"dependencies": {
"chrono-node": "2.3.2",
"obsidian-daily-notes-interface": "0.9.4"
}
}