-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 811 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 811 Bytes
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
{
"name": "github-api-sync",
"version": "1.0.4",
"type": "module",
"scripts": {
"build": "node scripts/validate-manifest.mjs && node scripts/build.mjs",
"dev": "node scripts/build.mjs --watch",
"validate": "node scripts/validate-manifest.mjs",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@eslint/compat": "^2.0.0",
"@eslint/js": "^9.39.2",
"@eslint/json": "^0.14.0",
"@types/node": "^20.12.12",
"@types/picomatch": "^4.0.2",
"@typescript-eslint/parser": "^8.52.0",
"esbuild": "^0.21.5",
"eslint": "^9.39.2",
"eslint-plugin-obsidianmd": "^0.1.9",
"obsidian": "^1.11.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.52.0",
"vitest": "^1.6.0"
},
"dependencies": {
"picomatch": "^4.0.3"
}
}