{ "name": "css-selectors-markdown", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Peter Babič (https://peterbabic.dev/)", "license": "MIT", "dependencies": { "remark-parse": "^9.0.0", "remark-rehype": "^8.0.0", "remark-stringify": "^9.0.1", "unified": "^9.2.0", "unist-util-select": "^3.0.4" }, "type": "module" }