🔧 directive looks like zenn (bun.lockb, package.json)
This commit is contained in:
parent
103c85adba
commit
722e6bee28
2 changed files with 104 additions and 116 deletions
BIN
bun.lockb
Executable file
BIN
bun.lockb
Executable file
Binary file not shown.
24
package.json
24
package.json
|
@ -1,13 +1,11 @@
|
|||
{
|
||||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
|
||||
"bugs": "https://github.com/remarkjs/remark-directive/issues",
|
||||
"contributors": [
|
||||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
|
||||
],
|
||||
"contributors": ["Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"],
|
||||
"dependencies": {
|
||||
"@types/mdast": "^4.0.0",
|
||||
"mdast-util-directive": "^3.0.0",
|
||||
"micromark-extension-directive": "^3.0.0",
|
||||
"micromark-extension-directive": "git+https://git.v-sli.me/HidemaruOwO/micromark-extension-directive.git#main",
|
||||
"unified": "^11.0.0"
|
||||
},
|
||||
"description": "remark plugin to support directives",
|
||||
|
@ -25,11 +23,7 @@
|
|||
"xo": "^0.60.0"
|
||||
},
|
||||
"exports": "./index.js",
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"index.js",
|
||||
"lib/"
|
||||
],
|
||||
"files": ["index.d.ts", "index.js", "lib/"],
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/unified"
|
||||
|
@ -56,9 +50,7 @@
|
|||
"useTabs": false
|
||||
},
|
||||
"remarkConfig": {
|
||||
"plugins": [
|
||||
"remark-preset-wooorm"
|
||||
]
|
||||
"plugins": ["remark-preset-wooorm"]
|
||||
},
|
||||
"repository": "remarkjs/remark-directive",
|
||||
"scripts": {
|
||||
|
@ -79,9 +71,7 @@
|
|||
"xo": {
|
||||
"overrides": [
|
||||
{
|
||||
"files": [
|
||||
"**/*.d.ts"
|
||||
],
|
||||
"files": ["**/*.d.ts"],
|
||||
"rules": {
|
||||
"@typescript-eslint/array-type": [
|
||||
"error",
|
||||
|
@ -102,9 +92,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"test/**/*.js"
|
||||
],
|
||||
"files": ["test/**/*.js"],
|
||||
"rules": {
|
||||
"no-await-in-loop": "off"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue