UNPKG

@adobe/micromark-extension-gridtables

Version:
62 lines (61 loc) 1.6 kB
{ "name": "@adobe/micromark-extension-gridtables", "version": "2.0.4", "description": "Micromark Extension Gridtables", "keywords": [ "micromark", "micromark-extension", "markdown", "table", "gridtables", "unify" ], "main": "src/index.js", "type": "module", "exports": { ".": "./src/index.js" }, "scripts": { "test": "c8 mocha", "lint": "eslint .", "semantic-release": "semantic-release", "semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH", "prepare": "husky" }, "repository": { "type": "git", "url": "https://github.com/adobe/micromark-extension-gridtables" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/adobe/micromark-extension-gridtables/issues" }, "homepage": "https://github.com/adobe/micromark-extension-gridtables#readme", "mocha": { "reporter": "mocha-multi-reporters", "reporter-options": "configFile=.mocha-multi.json" }, "dependencies": { "micromark": "^4.0.0", "micromark-util-character": "^2.0.0", "micromark-util-symbol": "^2.0.0" }, "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.1", "mocha": "11.6.0", "mocha-multi-reporters": "1.5.1", "semantic-release": "24.2.5" }, "lint-staged": { "*.js": "eslint", "*.cjs": "eslint" } }