mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
28 lines
730 B
JSON
28 lines
730 B
JSON
{
|
|
"name": "@joplin/htmlpack",
|
|
"version": "3.0.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": {
|
|
"@adobe/css-tools": "4.3.3",
|
|
"@joplin/fork-htmlparser2": "^4.1.52",
|
|
"datauri": "4.1.0",
|
|
"fs-extra": "11.2.0",
|
|
"html-entities": "1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "11.0.4"
|
|
},
|
|
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
|
|
}
|