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