forked from songkg7/o2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 979 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
{
"name": "o2",
"version": "1.9.1",
"description": "This is a plugin to make obsidian markdown syntax compatible with other markdown syntax.",
"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",
"test": "jest"
},
"keywords": [
"obsidian",
"plugin",
"jekyll"
],
"author": "haril song",
"license": "MIT",
"devDependencies": {
"@js-temporal/polyfill": "^0.4.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"builtin-modules": "3.3.0",
"esbuild": "0.20.0",
"jest": "^29.7.0",
"obsidian": "latest",
"process": "^0.11.10",
"ts-jest": "^29.1.2",
"tslib": "2.6.2",
"typescript": "5.3.3",
"@types/js-yaml": "^4.0.9"
}
}