1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-03 08:35:29 +02:00
joplin/packages/tools/package.json
renovate[bot] a46648f1ee
Update dependency sharp to v0.32.1 (#8128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 09:36:45 +01:00

63 lines
1.6 KiB
JSON

{
"name": "@joplin/tools",
"version": "2.11.0",
"description": "Various tools for Joplin",
"main": "index.js",
"author": "Laurent Cozic",
"scripts": {
"updateIgnored": "gulp updateIgnoredTypeScriptBuild",
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"test": "jest --verbose=false",
"test-ci": "yarn test"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"@joplin/lib": "~2.11",
"@joplin/renderer": "~2.11",
"@joplin/utils": "~2.11",
"dayjs": "1.11.7",
"execa": "4.1.0",
"fs-extra": "11.1.1",
"gettext-parser": "6.0.0",
"glob": "8.1.0",
"markdown-it": "13.0.1",
"md5-file": "5.0.0",
"moment": "2.29.4",
"mustache": "4.2.0",
"node-fetch": "2.6.7",
"relative": "3.0.2",
"request": "2.88.2",
"sharp": "0.32.1",
"source-map-support": "0.5.21",
"uri-template": "2.0.0",
"yargs": "17.7.1"
},
"devDependencies": {
"@joplin/fork-htmlparser2": "^4.1.43",
"@rmp135/sql-ts": "1.16.0",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.2.6",
"@types/mustache": "4.2.2",
"@types/node": "18.11.18",
"@types/node-fetch": "2.6.2",
"@types/yargs": "17.0.20",
"gettext-extractor": "3.7.2",
"gulp": "4.0.2",
"html-entities": "1.4.0",
"jest": "29.4.3",
"rss": "1.2.2",
"sass": "1.62.1",
"sqlite3": "5.1.6",
"typescript": "4.9.4"
},
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
}