forked from Quorafind/Obsidian-Shortcuts
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
34
35
36
37
38
39
40
41
{
"name": "shortcuts",
"version": "0.4.9",
"description": "A shortcuts plugin for power users.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"lint": "eslint .",
"test": "vitest run"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.39.4",
"@eslint/json": "0.14.0",
"@types/canvas-confetti": "^1.6.4",
"@types/node": "^16.11.6",
"esbuild": "0.14.47",
"eslint": "^9.39.4",
"eslint-plugin-obsidianmd": "^0.4.1",
"globals": "^17.6.0",
"jiti": "^2.6.1",
"jsdom": "^29.1.1",
"tslib": "2.4.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.59.1",
"vitest": "^4.1.10"
},
"dependencies": {
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@floating-ui/dom": "^1.6.11",
"canvas-confetti": "^1.9.3",
"keycode": "^2.2.1",
"monkey-around": "^3.0.0",
"obsidian": "^1.7.2"
}
}