2021-09-26 18:57:03 +02:00
|
|
|
{
|
|
|
|
"name": "@joplin/htmlpack",
|
2023-11-12 17:38:06 +02:00
|
|
|
"version": "2.13.3",
|
2021-09-26 18:57:03 +02:00
|
|
|
"description": "Pack an HTML file and all its linked resources into a single HTML file",
|
|
|
|
"main": "dist/index.js",
|
2021-11-18 17:08:13 +02:00
|
|
|
"types": "src/index.ts",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2021-09-26 18:57:03 +02:00
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc --project tsconfig.json",
|
2021-12-21 13:43:12 +02:00
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json"
|
2021-09-26 18:57:03 +02:00
|
|
|
},
|
2021-11-23 18:09:09 +02:00
|
|
|
"author": "Laurent Cozic",
|
2021-09-26 18:57:03 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2023-11-12 17:38:06 +02:00
|
|
|
"@joplin/fork-htmlparser2": "^4.1.49",
|
2022-11-05 15:09:41 +02:00
|
|
|
"css": "3.0.0",
|
|
|
|
"datauri": "4.1.0",
|
2023-03-30 22:11:29 +02:00
|
|
|
"fs-extra": "11.1.1",
|
2022-11-05 15:09:41 +02:00
|
|
|
"html-entities": "1.4.0"
|
2021-09-26 18:57:03 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-28 09:47:02 +02:00
|
|
|
"@types/fs-extra": "11.0.4"
|
2021-09-29 17:22:20 +02:00
|
|
|
},
|
2023-11-09 22:01:49 +02:00
|
|
|
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
|
2021-09-26 18:57:03 +02:00
|
|
|
}
|