-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.54 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
44
45
46
47
48
49
50
{
"name": "docen-edge",
"version": "0.0.0",
"description": "Universal document conversion and processing library that works in any JavaScript runtime, powered by Demo Macro",
"private": true,
"scripts": {
"build": "pnpm -r prepack",
"check": "biome check . --apply-unsafe && biome format . --write",
"format": "prettier --write --list-different . --ignore-path .gitignore",
"edge": "pnpm -r exec bump version",
"release": "pnpm -r exec bump version -r patch",
"public": "pnpm -r --no-bail exec bump publish",
"postinstall": "githooks install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/docenjs/docen.git"
},
"keywords": [
"pandoc",
"mammoth"
],
"author": {
"name": "Demo Macro",
"email": "abc@imst.xyz",
"url": "https://imst.xyz/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/docenjs/docen/issues"
},
"homepage": "https://github.com/docenjs/docen#readme",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@funish/githooks": "0.0.5",
"@funish/githooks-config": "0.0.2",
"@funish/lint": "0.0.2",
"@types/htmlparser2": "3.10.7",
"@types/node": "22.13.1",
"@vercel/ncc": "0.38.3",
"pkg": "5.8.1",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"tsup": "8.3.6",
"typescript": "5.7.3",
"unbuild": "3.3.1",
"vitest": "3.0.5"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}