generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
33 lines (33 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
32
33
{
"name": "obsidian-custom-attachment-location",
"version": "6.0.0",
"description": "Customize attachment location with variables($filename, $data, etc) like typora.",
"main": "main.js",
"scripts": {
"dev": "obsidian-dev-utils dev",
"build": "obsidian-dev-utils build",
"build:compile": "obsidian-dev-utils build:compile",
"format": "obsidian-dev-utils format",
"format:check": "obsidian-dev-utils format:check",
"lint": "obsidian-dev-utils lint",
"lint:fix": "obsidian-dev-utils lint:fix",
"spellcheck": "obsidian-dev-utils spellcheck",
"version": "obsidian-dev-utils version"
},
"keywords": [],
"author": "RainCat1998",
"license": "MIT",
"devDependencies": {
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.13.1",
"electron": "^34.0.2",
"moment": "^2.30.1",
"monkey-around": "^3.0.0",
"obsidian": "^1.7.2",
"obsidian-dev-utils": "^17.8.0",
"obsidian-typings": "^2.16.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
},
"type": "module"
}