{ "name": "@growi/remark-drawio-plugin", "version": "6.0.0-RC.9", "description": "remark plugin to draw diagrams with draw.io (diagrams.net)", "license": "MIT", "keywords": [ "unified", "remark", "remark-plugin", "plugin", "mdast", "markdown" ], "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "yarn tsc && tsc-alias -p tsconfig.build.json", "tsc": "tsc -p tsconfig.build.json", "tsc:w": "yarn tsc -w", "clean": "npx -y shx rm -rf dist", "lint:js": "eslint **/*.{js,jsx,ts,tsx}", "lint:styles": "stylelint --allow-empty-input src/**/*.scss src/**/*.css", "lint": "run-p lint:*", "test": "" }, "dependencies": { "pako": "^2.1.0", "xmldoc": "^1.2.0" }, "devDependencies": { "eslint-plugin-regex": "^1.8.0", "react": "^18.2.0", "react-dom": "^18.2.0" } }