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

69 lines
1.8 KiB
JSON
Raw Normal View History

2017-11-23 20:14:38 +02:00
{
"name": "@joplin/tools",
2023-11-30 20:10:02 +02:00
"version": "2.13.4",
"description": "Various tools for Joplin",
2017-11-23 20:14:38 +02:00
"main": "index.js",
"author": "Laurent Cozic",
2020-11-05 18:58:23 +02:00
"scripts": {
2021-01-04 17:01:45 +02:00
"updateIgnored": "gulp updateIgnoredTypeScriptBuild",
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"test": "jest --verbose=false",
"test-ci": "yarn test"
2020-11-05 18:58:23 +02:00
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
2022-12-21 12:00:31 +02:00
"license": "AGPL-3.0-or-later",
2017-11-23 20:14:38 +02:00
"dependencies": {
2023-11-30 20:10:02 +02:00
"@joplin/lib": "^2.13.4",
"@joplin/renderer": "^2.13.4",
"@joplin/utils": "^2.13.4",
"compare-versions": "6.1.0",
"dayjs": "1.11.10",
2022-11-05 15:09:41 +02:00
"execa": "4.1.0",
"fs-extra": "11.1.1",
"gettext-parser": "7.0.1",
2023-10-15 19:51:37 +02:00
"glob": "10.3.10",
"markdown-it": "13.0.2",
"md5-file": "5.0.0",
"moment": "2.29.4",
"mustache": "4.2.0",
2022-11-15 11:10:41 +02:00
"node-fetch": "2.6.7",
2022-11-05 15:09:41 +02:00
"relative": "3.0.2",
"request": "2.88.2",
"sharp": "0.33.0",
2022-11-05 15:09:41 +02:00
"source-map-support": "0.5.21",
"uri-template": "2.0.0",
"yargs": "17.7.2"
2020-11-05 18:58:23 +02:00
},
"devDependencies": {
"@docusaurus/plugin-sitemap": "2.4.3",
2023-11-30 20:10:02 +02:00
"@joplin/fork-htmlparser2": "^4.1.50",
"@rmp135/sql-ts": "1.18.1",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.8",
"@types/js-yaml": "4.0.9",
"@types/markdown-it": "13.0.6",
"@types/mustache": "4.2.5",
"@types/node": "18.18.10",
"@types/node-fetch": "2.6.9",
"@types/yargs": "17.0.31",
"gettext-extractor": "3.8.0",
2022-11-05 16:47:55 +02:00
"gulp": "4.0.2",
2022-11-22 20:16:57 +02:00
"html-entities": "1.4.0",
"jest": "29.7.0",
"js-yaml": "4.1.0",
2022-11-05 16:47:55 +02:00
"rss": "1.2.2",
"sass": "1.69.5",
"sqlite3": "5.1.6",
"style-to-js": "1.1.9",
"typescript": "5.2.2"
},
2023-11-09 22:01:49 +02:00
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
2017-11-23 20:14:38 +02:00
}