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