2017-11-23 20:14:38 +02:00
|
|
|
{
|
2020-11-07 17:59:37 +02:00
|
|
|
"name": "@joplin/tools",
|
2024-03-02 13:04:23 +02:00
|
|
|
"version": "3.0.0",
|
2020-03-01 13:42:44 +02:00
|
|
|
"description": "Various tools for Joplin",
|
2017-11-23 20:14:38 +02:00
|
|
|
"main": "index.js",
|
2020-03-01 13:42:44 +02:00
|
|
|
"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",
|
2021-12-21 13:43:12 +02:00
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
2021-09-23 17:48:26 +02:00
|
|
|
"test": "jest --verbose=false",
|
2021-12-20 17:08:43 +02:00
|
|
|
"test-ci": "yarn test"
|
2020-11-05 18:58:23 +02:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2020-03-01 13:42:44 +02:00
|
|
|
"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": {
|
2024-03-02 13:04:23 +02:00
|
|
|
"@joplin/lib": "~3.0",
|
|
|
|
"@joplin/renderer": "~3.0",
|
|
|
|
"@joplin/utils": "~3.0",
|
2023-09-27 11:28:20 +02:00
|
|
|
"compare-versions": "6.1.0",
|
2023-10-09 20:44:28 +02:00
|
|
|
"dayjs": "1.11.10",
|
2022-11-05 15:09:41 +02:00
|
|
|
"execa": "4.1.0",
|
2024-01-08 13:53:28 +02:00
|
|
|
"fs-extra": "11.2.0",
|
2023-07-24 15:46:00 +02:00
|
|
|
"gettext-parser": "7.0.1",
|
2023-10-15 19:51:37 +02:00
|
|
|
"glob": "10.3.10",
|
2023-10-16 23:20:44 +02:00
|
|
|
"markdown-it": "13.0.2",
|
2022-11-13 12:44:53 +02:00
|
|
|
"md5-file": "5.0.0",
|
2024-02-09 14:14:30 +02:00
|
|
|
"moment": "2.30.1",
|
2022-11-12 14:28:12 +02:00
|
|
|
"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",
|
2024-02-03 21:25:44 +02:00
|
|
|
"sharp": "0.33.2",
|
2022-11-05 15:09:41 +02:00
|
|
|
"source-map-support": "0.5.21",
|
2022-11-15 10:16:38 +02:00
|
|
|
"uri-template": "2.0.0",
|
2023-05-18 02:01:12 +02:00
|
|
|
"yargs": "17.7.2"
|
2020-11-05 18:58:23 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-30 13:32:14 +02:00
|
|
|
"@docusaurus/plugin-sitemap": "2.4.3",
|
2024-03-01 21:06:13 +02:00
|
|
|
"@joplin/fork-htmlparser2": "^4.1.51",
|
2023-12-08 23:15:48 +02:00
|
|
|
"@rmp135/sql-ts": "1.18.1",
|
2023-11-28 09:47:02 +02:00
|
|
|
"@types/fs-extra": "11.0.4",
|
2023-12-01 09:33:29 +02:00
|
|
|
"@types/jest": "29.5.8",
|
2023-11-28 13:37:12 +02:00
|
|
|
"@types/js-yaml": "4.0.9",
|
2023-12-12 14:11:16 +02:00
|
|
|
"@types/markdown-it": "13.0.7",
|
2023-11-27 21:14:28 +02:00
|
|
|
"@types/mustache": "4.2.5",
|
2024-02-07 04:35:16 +02:00
|
|
|
"@types/node": "18.19.8",
|
2024-02-06 17:50:38 +02:00
|
|
|
"@types/node-fetch": "2.6.11",
|
2023-12-13 21:45:42 +02:00
|
|
|
"@types/yargs": "17.0.32",
|
2023-08-24 17:22:08 +02:00
|
|
|
"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",
|
2023-11-01 12:48:09 +02:00
|
|
|
"jest": "29.7.0",
|
2023-10-30 13:32:14 +02:00
|
|
|
"js-yaml": "4.1.0",
|
2022-11-05 16:47:55 +02:00
|
|
|
"rss": "1.2.2",
|
2024-02-03 01:49:16 +02:00
|
|
|
"sass": "1.69.7",
|
2024-02-10 17:23:33 +02:00
|
|
|
"sqlite3": "5.1.6",
|
2023-12-21 17:14:25 +02:00
|
|
|
"style-to-js": "1.1.10",
|
2023-11-01 12:48:09 +02:00
|
|
|
"typescript": "5.2.2"
|
2020-12-14 16:55:31 +02:00
|
|
|
},
|
2023-11-09 22:01:49 +02:00
|
|
|
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
|
2017-11-23 20:14:38 +02:00
|
|
|
}
|