1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00
Files
joplin/packages/htmlpack/package.json
renovate[bot] cee44bcdc3 Update dependency @adobe/css-tools to v4.4.4 (#13667)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-11 22:51:42 +00:00

42 lines
1.0 KiB
JSON

{
"name": "@joplin/htmlpack",
"version": "3.5.1",
"description": "Pack an HTML file and all its linked resources into a single HTML file",
"main": "dist/index.js",
"types": "index.ts",
"exports": {
".": {
"types": "./index.ts",
"default": "./dist/index.js"
},
"./packToString": {
"types": "./packToString.ts",
"default": "./dist/packToString.js"
}
},
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"test": "jest"
},
"author": "Laurent Cozic",
"license": "MIT",
"dependencies": {
"@adobe/css-tools": "4.4.4",
"@joplin/fork-htmlparser2": "^4.1.60",
"datauri": "4.1.0",
"fs-extra": "11.2.0",
"html-entities": "1.4.0"
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
"jest": "29.7.0",
"typescript": "5.8.3"
},
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
}