-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 831 Bytes
/
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
{
"name": "remark-obsidian-link",
"version": "0.2.4",
"description": "",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aegatlin/remark-obsidian-link.git"
},
"scripts": {
"test": "node --test",
"format": "prettier --write lib test.js README.md",
"prepare": "skooh",
"ppp": "npm version patch && git push && npm publish",
"build": "tsc",
"watch": "tsc --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"hooks": {
"pre-commit": "npm run format"
},
"dependencies": {
"mdast-builder": "^1.1.1",
"remark-wiki-link": "^2.0.1",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"prettier": "^3.3.3",
"remark": "^15.0.1",
"skooh": "^0.3.2",
"typescript": "^5.6.2"
}
}