2021-09-26 18:57:03 +02:00
|
|
|
{
|
|
|
|
"name": "@joplin/htmlpack",
|
2022-12-16 00:14:34 +02:00
|
|
|
"version": "2.10.0",
|
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": {
|
2022-10-12 16:45:50 +02:00
|
|
|
"@joplin/fork-htmlparser2": "^4.1.41",
|
2022-11-05 15:09:41 +02:00
|
|
|
"css": "3.0.0",
|
|
|
|
"datauri": "4.1.0",
|
2022-11-30 11:34:27 +02:00
|
|
|
"fs-extra": "11.1.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"html-entities": "1.4.0"
|
2021-09-26 18:57:03 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-05 16:47:55 +02:00
|
|
|
"@types/fs-extra": "9.0.13"
|
2021-09-29 17:22:20 +02:00
|
|
|
},
|
|
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
2021-09-26 18:57:03 +02:00
|
|
|
}
|