-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
27 lines (27 loc) · 936 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
{
"name": "obsidian-actions-uri",
"version": "1.7.0",
"description": "This plugin for Obsidian (https://obsidian.md) adds additional `x-callback-url` endpoints to the app for common actions — it's a clean, super-charged addition to Obsidian URI.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs ",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
},
"keywords": [],
"author": "Carlo Zottmann, https://github.com/czottmann/",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.19.67",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"builtin-modules": "3.3.0",
"esbuild": "^0.24.0",
"filter-obj": "^5.1.0",
"obsidian": "latest",
"obsidian-daily-notes-interface": "^0.9.4",
"obsidian-dataview": "^0.5.67",
"tslib": "2.4.0",
"typescript": "4.7.4",
"zod": "^3.23.8"
}
}