1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/htmlpack/package.json

28 lines
718 B
JSON
Raw Normal View History

{
"name": "@joplin/htmlpack",
2023-11-09 21:52:38 +02:00
"version": "2.13.1",
"description": "Pack an HTML file and all its linked resources into a single HTML file",
"main": "dist/index.js",
"types": "src/index.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json"
},
"author": "Laurent Cozic",
"license": "MIT",
"dependencies": {
2023-11-09 21:52:38 +02:00
"@joplin/fork-htmlparser2": "^4.1.47",
2022-11-05 15:09:41 +02:00
"css": "3.0.0",
"datauri": "4.1.0",
"fs-extra": "11.1.1",
2022-11-05 15:09:41 +02:00
"html-entities": "1.4.0"
},
"devDependencies": {
"@types/fs-extra": "11.0.3"
2021-09-29 17:22:20 +02:00
},
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
}