123456789101112131415161718192021222324 |
- {
- "name": "md2pdf",
- "version": "1.0.0",
- "description": "",
- "main": "bin/index.mjs",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://gitee.com/seamong/md2pdf.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "highlight.js": "^11.11.1",
- "marked": "^15.0.7",
- "puppeteer-core": "^24.4.0"
- },
- "volta": {
- "node": "22.14.0"
- }
- }
|