-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 740 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "obsidian-quick-select",
"version": "1.5.3",
"description": "Allows the use of meta key plus number to quickly select and execute that item in any Obsidian modal",
"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"
},
"keywords": [],
"author": "James Alexandre",
"license": "MIT",
"devDependencies": {
"@types/node": "22.14.1",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"esbuild": "0.25.2",
"obsidian": "^1.12.3",
"tslib": "2.8.1",
"typescript": "5.8.3"
}
}