-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.07 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
42
{
"name": "obsidian-webdav-sync",
"version": "2.5.11",
"private": true,
"license": "AGPL-3.0",
"type": "module",
"main": "main.js",
"scripts": {
"dev": "MODE=dev tsdown",
"inspect": "MODE=inspect tsdown",
"build": "tsdown",
"ver": "bun scripts/version-bump.ts",
"lint": "oxlint --fix && oxfmt",
"check": "tsc && oxlint && oxfmt --check",
"notes": "bun scripts/release-notes.ts",
"tests": "bun --preload=./test/mocks --isolate test"
},
"devDependencies": {
"@noble/ciphers": "^2.2.0",
"@tsdown/css": "^0.22.2",
"@types/bun": "^1.3.14",
"@types/glob-to-regexp": "^0.4.4",
"@unocss/postcss": "66.7.4",
"@vitejs/devtools": "^0.3.1",
"glob-to-regexp": "^0.4.1",
"hash-wasm": "^4.12.0",
"localspace": "^1.3.0",
"node-diff3": "^3.2.1",
"obsidian": "^1.13.0",
"oxfmt": "^0.57.0",
"oxlint": "^1.68.0",
"oxlint-tsgolint": "^0.24.0",
"postcss-merge-rules": "^8.0.0",
"solid-js": "^1.9.13",
"tsdown": "^0.22.2",
"typescript": "^6.0.3",
"unocss": "66.7.4",
"unplugin-solid": "^1.0.0",
"webdav": "^5.10.0"
},
"packageManager": "bun@1.3.13"
}