{ "name": "@growi/remark-growi-directive", "version": "1.0.0", "description": "Remark plugin to support GROWI original directive (forked from remark-directive@3.0.0)", "license": "MIT", "keywords": [ "unified", "remark", "remark-plugin", "plugin", "mdast", "markdown", "generic" ], "type": "module", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.build.json", "postbuild": "shx cp ./src/mdast-util-growi-directive/index.d.ts ./dist/mdast-util-growi-directive/index.d.ts", "clean": "shx rm -rf dist", "dev": "pnpm run build", "watch": "tsc -w", "test": "cross-env NODE_ENV=test npm run test-coverage", "test-api": "vitest run --coverage", "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api", "lint": "biome check", "lint:fix": "biome check --write" }, "dependencies": { "@types/mdast": "^4.0.4", "@types/unist": "^3.0.0", "mdast-util-to-markdown": "^2.1.0", "micromark-factory-space": "^2.0.0", "micromark-factory-whitespace": "^2.0.0", "micromark-util-character": "^2.1.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0", "parse-entities": "^4.0.0", "stringify-entities": "^4.0.0", "unified": "^11.0.0", "unist-util-visit-parents": "^6.0.0", "uvu": "^0.5.0" }, "devDependencies": { "c8": "^8.0.0", "html-void-elements": "^2.0.0", "is-hidden": "^2.0.0", "mdast-util-from-markdown": "^2.0.1", "micromark": "^4.0.0", "remark": "^15.0.1", "rimraf": "^3.0.0", "to-vfile": "^7.0.0", "type-coverage": "^2.0.0", "unist-util-remove-position": "^5.0.0" }, "typeCoverage": { "atLeast": 100, "detail": true, "strict": true, "ignoreCatch": true } }