-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.25 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
34
35
36
37
38
39
40
41
42
43
{
"name": "@halo-dev/obsidian-halo",
"private": true,
"version": "1.1.0",
"description": "Halo's Obsidian integration supports publishing content to Halo sites",
"main": "main.js",
"scripts": {
"dev": "rslib build --watch",
"build": "rslib build",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"check": "biome check --write src/"
},
"author": "@halo-dev",
"maintainers": [
{
"name": "Ryan Wang",
"email": "[email protected]",
"url": "https://github.com/ruibaby"
}
],
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@rslib/core": "^0.1.4",
"@types/js-yaml": "^4.0.9",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.19.68",
"builtin-modules": "3.3.0",
"obsidian": "latest",
"tslib": "2.6.0",
"typescript": "5.1.6"
},
"dependencies": {
"@halo-dev/api-client": "^2.20.0",
"gray-matter": "^4.0.3",
"i18next": "^23.16.8",
"js-yaml": "^4.1.0",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"transliteration": "^2.3.5"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}