-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
31 lines (31 loc) · 1.02 KB
/
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
{
"name": "recent-files-obsidian",
"version": "1.7.1",
"description": "List files by most recently opened",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"eslint": "eslint . --ext .ts,.tsx --fix"
},
"keywords": [],
"author": "Tony Grosinger",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "20.11.6",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"builtin-modules": "3.3.0",
"esbuild": "0.21.3",
"eslint": "8.56.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.0.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-simple-import-sort": "10.0.0",
"front-matter-plugin-api-provider": "0.1.4-alpha",
"obsidian": "https://github.com/obsidianmd/obsidian-api/archive/23947b58d372ea02225324308e31d36b4aa95869.tar.gz",
"tslib": "2.6.2",
"typescript": "5.3.3"
}
}