-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 715 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 715 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
{
"name": "find-unlinked-files",
"version": "1.10.1",
"description": "Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs dev",
"build": "node esbuild.config.mjs production",
"release": "standard-version",
"format": "prettier src --write"
},
"license": "MIT",
"author": "Vinzent",
"standard-version": {
"t": ""
},
"devDependencies": {
"@types/node": "^14.14.2",
"esbuild": "^0.18.10",
"obsidian": "^1.4.4",
"prettier": "^3.2.4",
"standard-version": "^9.0.0",
"tslib": "^2.0.3",
"typescript": "^5.1.6"
}
}