1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/packages/tools/package.json

69 lines
1.8 KiB
JSON

{
"name": "@joplin/tools",
"version": "2.13.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.13",
"@joplin/renderer": "~2.13",
"@joplin/utils": "~2.13",
"compare-versions": "6.1.0",
"dayjs": "1.11.10",
"execa": "4.1.0",
"fs-extra": "11.1.1",
"gettext-parser": "7.0.1",
"glob": "10.3.10",
"markdown-it": "13.0.2",
"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.6",
"source-map-support": "0.5.21",
"uri-template": "2.0.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@docusaurus/plugin-sitemap": "2.4.3",
"@joplin/fork-htmlparser2": "^4.1.46",
"@rmp135/sql-ts": "1.18.0",
"@types/fs-extra": "11.0.2",
"@types/jest": "29.5.4",
"@types/js-yaml": "4.0.8",
"@types/markdown-it": "13.0.2",
"@types/mustache": "4.2.3",
"@types/node": "18.17.19",
"@types/node-fetch": "2.6.6",
"@types/yargs": "17.0.28",
"gettext-extractor": "3.8.0",
"gulp": "4.0.2",
"html-entities": "1.4.0",
"jest": "29.6.4",
"js-yaml": "4.1.0",
"rss": "1.2.2",
"sass": "1.67.0",
"sqlite3": "5.1.6",
"style-to-js": "1.1.8",
"typescript": "5.1.6"
},
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
}