-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Conventional Changelog Action
committed
Dec 16, 2024
1 parent
4cba74a
commit 25b164c
Showing
2 changed files
with
71 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,63 @@ | ||
{ | ||
"name": "jspdf-md-renderer", | ||
"version": "1.1.0", | ||
"description": "A jsPDF utility to render Markdown directly into formatted PDFs with custom designs.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./types": "./dist/types/index.d.ts" | ||
"name": "jspdf-md-renderer", | ||
"version": "1.2.0", | ||
"description": "A jsPDF utility to render Markdown directly into formatted PDFs with custom designs.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src", | ||
"types" | ||
], | ||
"scripts": { | ||
"build": "rimraf dist && tsc", | ||
"lint": "eslint src/**", | ||
"lint:fix": "eslint src/** --fix", | ||
"format": "prettier --write .", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepare": "npm run build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/JeelGajera/jspdf-md-renderer.git" | ||
}, | ||
"keywords": [ | ||
"jspdf", | ||
"markdown", | ||
"pdf", | ||
"renderer" | ||
], | ||
"author": "Jeel Gajera <jeelgajera200@gmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/JeelGajera/jspdf-md-renderer/issues" | ||
}, | ||
"homepage": "https://github.com/JeelGajera/jspdf-md-renderer#readme", | ||
"dependencies": { | ||
"jspdf": "^2.5.2", | ||
"jspdf-md-renderer": "file:", | ||
"marked": "^15.0.3" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.16.0", | ||
"@types/node": "^22.10.2", | ||
"@typescript-eslint/eslint-plugin": "^8.18.0", | ||
"@typescript-eslint/parser": "^8.18.0", | ||
"eslint": "^9.16.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"globals": "^15.13.0", | ||
"prettier": "^3.4.2", | ||
"rimraf": "^6.0.1", | ||
"typescript": "^5.7.2", | ||
"typescript-eslint": "^8.18.0" | ||
} | ||
} | ||
"./types": "./dist/types/index.d.ts" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src", | ||
"types" | ||
], | ||
"scripts": { | ||
"build": "rimraf dist && tsc", | ||
"lint": "eslint src/**", | ||
"lint:fix": "eslint src/** --fix", | ||
"format": "prettier --write .", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepare": "npm run build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/JeelGajera/jspdf-md-renderer.git" | ||
}, | ||
"keywords": [ | ||
"jspdf", | ||
"markdown", | ||
"pdf", | ||
"renderer" | ||
], | ||
"author": "Jeel Gajera <jeelgajera200@gmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/JeelGajera/jspdf-md-renderer/issues" | ||
}, | ||
"homepage": "https://github.com/JeelGajera/jspdf-md-renderer#readme", | ||
"dependencies": { | ||
"jspdf": "^2.5.2", | ||
"jspdf-md-renderer": "file:", | ||
"marked": "^15.0.3" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.16.0", | ||
"@types/node": "^22.10.2", | ||
"@typescript-eslint/eslint-plugin": "^8.18.0", | ||
"@typescript-eslint/parser": "^8.18.0", | ||
"eslint": "^9.16.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"globals": "^15.13.0", | ||
"prettier": "^3.4.2", | ||
"rimraf": "^6.0.1", | ||
"typescript": "^5.7.2", | ||
"typescript-eslint": "^8.18.0" | ||
} | ||
} |