-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.37 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.37 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
43
44
45
46
47
{
"name": "dentropys-obsidian-publisher",
"version": "0.0.1",
"description": "Build Static Site for your Obsidian Vault",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dentropy/dentropys-obsidian-publisher.git"
},
"keywords": [
"obsidian",
"markdown"
],
"author": "Paul Mullins",
"license": "MIT",
"bugs": {
"url": "https://github.com/dentropy/dentropys-obsidian-publisher/issues"
},
"homepage": "https://github.com/dentropy/dentropys-obsidian-publisher#readme",
"dependencies": {
"@nostr/tools": "npm:@jsr/nostr__tools@^2.15.2",
"@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.46.4",
"commander": "^11.0.0",
"dataframe-js": "^1.4.4",
"extract-domain": "^4.1.4",
"extract-urls": "^1.4.0",
"glob": "^10.2.2",
"hast-util-to-html": "^8.0.4",
"js-yaml": "^4.1.0",
"libsql": "^0.5.0-pre.2",
"mdast-util-from-markdown": "^1.3.0",
"mdast-util-frontmatter": "^1.0.1",
"mdast-util-to-hast": "^12.3.0",
"mdast-util-to-markdown": "^1.5.0",
"mdast-util-wiki-link": "^0.0.2",
"micromark-extension-frontmatter": "^1.1.0",
"micromark-extension-wiki-link": "^0.0.4",
"sqlite3": "^5.1.6",
"uuid": "^9.0.1",
"uuidv4": "^6.2.13",
"yaml": "^2.2.2"
},
"type": "module"
}