-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "rentry-integration",
"version": "1.1.7",
"description": "Rentry (https://rentry.co) integration plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"release": "release-it"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.39.3",
"@types/common-tags": "^1.8.4",
"@types/cookie": "^0.6.0",
"@types/node": "^16.18.91",
"@types/turndown": "^5.0.6",
"@typescript-eslint/utils": "^8.56.1",
"builtin-modules": "3.3.0",
"esbuild": "^0.27.0",
"eslint": "^9.39.3",
"eslint-plugin-obsidianmd": "^0.1.9",
"globals": "^17.3.0",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1"
},
"dependencies": {
"common-tags": "^1.8.2",
"cookie": "^0.6.0",
"es-arraybuffer-base64": "^1.1.2",
"ky": "^1.14.0",
"release-it": "^19.0.6",
"turndown": "^7.2.2",
"zod": "^4.3.5"
}
}