{ "author": "Titus Wormer (https://wooorm.com)", "bugs": "https://github.com/syntax-tree/mdast-util-gfm-footnote/issues", "contributors": [ "Titus Wormer (https://wooorm.com)" ], "dependencies": { "@types/mdast": "^4.0.0", "devlop": "^1.1.0", "mdast-util-from-markdown": "^2.0.0", "mdast-util-to-markdown": "^2.0.0", "micromark-util-normalize-identifier": "^2.0.0" }, "description": "mdast extension to parse and serialize GFM footnotes", "devDependencies": { "@types/node": "^22.0.0", "c8": "^10.0.0", "micromark-extension-gfm-footnote": "^2.0.0", "prettier": "^3.0.0", "remark-cli": "^12.0.0", "remark-preset-wooorm": "^11.0.0", "type-coverage": "^2.0.0", "typescript": "^5.0.0", "xo": "^0.60.0" }, "exports": "./index.js", "files": [ "index.d.ts", "index.js", "lib/" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "keywords": [ "footnote", "gfm", "markdown", "markup", "mdast-util", "mdast", "note", "unist", "utility", "util" ], "license": "MIT", "name": "mdast-util-gfm-footnote", "prettier": { "bracketSpacing": false, "semi": false, "singleQuote": true, "tabWidth": 2, "trailingComma": "none", "useTabs": false }, "remarkConfig": { "plugins": [ "remark-preset-wooorm" ] }, "repository": "syntax-tree/mdast-util-gfm-footnote", "scripts": { "build": "tsc --build --clean && tsc --build && type-coverage", "format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix", "test-api-dev": "node --conditions development test.js", "test-api-prod": "node --conditions production test.js", "test-api": "npm run test-api-dev && npm run test-api-prod", "test-coverage": "c8 --100 --reporter lcov npm run test-api", "test": "npm run build && npm run format && npm run test-coverage" }, "sideEffects": false, "typeCoverage": { "atLeast": 100, "strict": true }, "type": "module", "version": "2.1.0", "xo": { "overrides": [ { "files": [ "**/*.d.ts" ], "rules": { "@typescript-eslint/array-type": [ "error", { "default": "generic" } ], "@typescript-eslint/ban-types": [ "error", { "extendDefaults": true } ], "@typescript-eslint/consistent-type-definitions": [ "error", "interface" ] } } ], "prettier": true, "rules": { "unicorn/prefer-at": "off" } } }