UNPKG

@adobe/remark-gridtables

Version:
67 lines (66 loc) 1.76 kB
{ "name": "@adobe/remark-gridtables", "version": "3.0.14", "description": "Remark Gridtables", "keywords": [ "remark", "markdown", "table", "gridtables", "unify" ], "main": "src/index.js", "type": "module", "scripts": { "test": "c8 mocha", "lint": "eslint .", "semantic-release": "semantic-release", "semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH", "prepare": "husky install" }, "repository": { "type": "git", "url": "https://github.com/adobe/remark-gridtables" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/adobe/remark-gridtables/issues" }, "homepage": "https://github.com/adobe/remark-gridtables#readme", "mocha": { "recursive": "true", "reporter": "mocha-multi-reporters", "reporter-options": "configFile=.mocha-multi.json" }, "dependencies": { "@adobe/mdast-util-gridtables": "4.0.13", "@adobe/micromark-extension-gridtables": "2.0.4" }, "devDependencies": { "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/npm": "12.0.1", "@stylistic/eslint-plugin-js": "4.4.1", "c8": "10.1.3", "eslint": "9.29.0", "husky": "9.1.7", "junit-report-builder": "5.1.1", "lint-staged": "16.1.2", "mdast-builder": "1.1.1", "mocha": "11.7.0", "mocha-multi-reporters": "1.5.1", "rehype-format": "5.0.1", "rehype-stringify": "10.0.1", "remark-gfm": "4.0.1", "remark-parse": "11.0.0", "remark-rehype": "11.1.2", "remark-stringify": "11.0.0", "semantic-release": "24.2.5", "unified": "11.0.5", "unist-util-visit": "5.0.0" }, "lint-staged": { "*.js": "eslint", "*.cjs": "eslint" } }