2017-11-23 18:14:38 +00:00
|
|
|
{
|
2020-11-07 15:59:37 +00:00
|
|
|
"name": "@joplin/tools",
|
2023-03-30 16:12:27 +00:00
|
|
|
"version": "2.11.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 11:43:12 +00:00
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
2021-09-23 15:48:26 +00:00
|
|
|
"test": "jest --verbose=false",
|
2021-12-20 15:08:43 +00: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-03-30 16:12:27 +00:00
|
|
|
"@joplin/lib": "~2.11",
|
|
|
|
"@joplin/renderer": "~2.11",
|
2023-04-05 20:35:30 +00:00
|
|
|
"@joplin/utils": "file:../utils",
|
2022-12-06 18:54:15 +00:00
|
|
|
"dayjs": "1.11.7",
|
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",
|
2022-11-11 14:20:16 +00:00
|
|
|
"gettext-parser": "6.0.0",
|
2023-02-04 16:12:16 +00:00
|
|
|
"glob": "8.1.0",
|
2022-11-12 10:23:00 +00:00
|
|
|
"markdown-it": "13.0.1",
|
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",
|
2022-12-22 06:31:50 +00:00
|
|
|
"sharp": "0.31.3",
|
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-03-09 01:14:55 +00:00
|
|
|
"yargs": "17.7.1"
|
2020-11-05 16:58:23 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-26 12:37:29 +00:00
|
|
|
"@joplin/fork-htmlparser2": "^4.1.43",
|
2023-02-08 14:13:42 +00:00
|
|
|
"@rmp135/sql-ts": "1.16.0",
|
2022-11-05 14:47:55 +00:00
|
|
|
"@types/fs-extra": "9.0.13",
|
2023-01-28 22:41:15 +00:00
|
|
|
"@types/jest": "29.2.6",
|
2022-11-24 02:35:05 +00:00
|
|
|
"@types/mustache": "4.2.2",
|
2022-12-26 21:57:47 +00:00
|
|
|
"@types/node": "18.11.18",
|
2023-04-04 10:04:42 +00:00
|
|
|
"@types/node-fetch": "2.6.2",
|
|
|
|
"@types/yargs": "17.0.20",
|
2023-04-03 09:56:44 +00:00
|
|
|
"gettext-extractor": "3.7.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-02-25 20:42:10 +00:00
|
|
|
"jest": "29.4.3",
|
2022-11-05 14:47:55 +00:00
|
|
|
"rss": "1.2.2",
|
2023-04-01 05:46:20 +00:00
|
|
|
"sass": "1.59.3",
|
2023-03-25 14:27:19 +00:00
|
|
|
"sqlite3": "5.1.6",
|
2022-12-08 17:42:26 +00:00
|
|
|
"typescript": "4.9.4"
|
2020-12-14 14:55:31 +00:00
|
|
|
},
|
2021-09-29 15:22:20 +00:00
|
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
2017-11-23 18:14:38 +00:00
|
|
|
}
|