Files
joplin/packages/utils/package.json
T
renovate[bot] 075c98175e Update dependency fs-extra to v11.3.2 (#13910)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-15 00:48:20 +00:00

62 lines
1.7 KiB
JSON

{
"name": "@joplin/utils",
"version": "3.5.1",
"description": "Utilities for Joplin",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils",
"exports": {
".": "./dist/index.js",
"./bytes": "./dist/bytes.js",
"./dom": "./dist/dom.js",
"./env": "./dist/env.js",
"./object": "./dist/object.js",
"./fs": "./dist/fs.js",
"./html": "./dist/html.js",
"./Logger": "./dist/Logger.js",
"./markdown": "./dist/markdown.js",
"./net": "./dist/net.js",
"./time": "./dist/time.js",
"./types": "./dist/types.js",
"./url": "./dist/url.js",
"./ipc": "./dist/ipc.js",
"./path": "./dist/path.js",
"./cli": "./dist/cli.js",
"./version": "./dist/version.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc --project tsconfig.json",
"build": "yarn tsc",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"test": "jest --verbose=false",
"test-ci": "yarn test"
},
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@joplin/fork-htmlparser2": "^4.1.60",
"async-mutex": "0.5.0",
"dayjs": "1.11.18",
"execa": "5.1.1",
"fs-extra": "11.3.2",
"glob": "11.0.3",
"html-entities": "1.4.0",
"markdown-it": "13.0.2",
"moment": "2.30.1",
"node-fetch": "2.6.7",
"sprintf-js": "1.1.3",
"tcp-port-used": "1.0.2"
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
"@types/markdown-it": "13.0.9",
"@types/node-fetch": "2.6.13",
"jest": "29.7.0",
"ts-jest": "29.4.1",
"typescript": "5.8.3"
},
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
}