11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "lint-md",
31cb0ef41Sopenharmony_ci  "description": "markdown linting",
41cb0ef41Sopenharmony_ci  "version": "1.0.0",
51cb0ef41Sopenharmony_ci  "scripts": {
61cb0ef41Sopenharmony_ci    "build": "rollup -f es -p '@rollup/plugin-node-resolve={exportConditions: [\"node\"]}'  -p @rollup/plugin-commonjs -p rollup-plugin-cleanup lint-md.src.mjs --file lint-md.mjs"
71cb0ef41Sopenharmony_ci  },
81cb0ef41Sopenharmony_ci  "dependencies": {
91cb0ef41Sopenharmony_ci    "remark-parse": "^11.0.0",
101cb0ef41Sopenharmony_ci    "remark-preset-lint-node": "^5.0.0",
111cb0ef41Sopenharmony_ci    "remark-stringify": "^11.0.0",
121cb0ef41Sopenharmony_ci    "to-vfile": "^8.0.0",
131cb0ef41Sopenharmony_ci    "unified": "^11.0.3",
141cb0ef41Sopenharmony_ci    "vfile-reporter": "^8.1.0"
151cb0ef41Sopenharmony_ci  },
161cb0ef41Sopenharmony_ci  "devDependencies": {
171cb0ef41Sopenharmony_ci    "@rollup/plugin-commonjs": "^25.0.5",
181cb0ef41Sopenharmony_ci    "@rollup/plugin-node-resolve": "^15.2.2",
191cb0ef41Sopenharmony_ci    "rollup": "^4.0.2",
201cb0ef41Sopenharmony_ci    "rollup-plugin-cleanup": "^3.2.1"
211cb0ef41Sopenharmony_ci  }
221cb0ef41Sopenharmony_ci}
23