-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.95 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@zenobius/remark-nomnoml",
"version": "0.0.4",
"dependencies": {
"hast-util-from-html-isomorphic": "2.0.0",
"hast-util-to-html": "^9.0.0",
"hast-util-to-string": "^3.0.0",
"hastscript": "^9.0.0",
"mdast": "3.0.0",
"nomnoml": "1.6.2",
"tslib": "^2.3.0",
"unified": "11.0.4",
"unist-util-visit-parents": "6.0.1",
"vfile": "6.0.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@swc/core": "^1.6.1",
"@types/is-ci": "^3",
"@types/mock-fs": "^4.13.4",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"dedent": "^1.5.3",
"eslint": "~8.56.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.10",
"inject-markdown": "^3.0.0",
"is-ci": "^3.0.1",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.7",
"open": "^10.1.0",
"prettier": "^3.2.2",
"puppeteer": "^22.11.2",
"release-please": "^16.14.4",
"remark": "15.0.1",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"tsup": "^8.1.0",
"tsx": "^4.15.6",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.1",
"vite": "^5.3.6",
"vitest": "^1.6.0"
},
"main": "./dist/remark-nomnoml.js",
"types": "./dist/remark-nomnoml.d.ts",
"exports": {
".": {
"import": "./dist/remark-nomnoml.mjs",
"require": "./dist/remark-nomnoml.js",
"types": "./dist/remark-nomnoml.d.ts"
}
},
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"remark",
"plugin",
"nomnoml",
"diagram"
],
"author": {
"name": "Zenobius Jiricek",
"email": "[email protected]"
}
}