2017-11-23 20:14:38 +02:00
|
|
|
{
|
2020-11-07 17:59:37 +02:00
|
|
|
"name": "@joplin/tools",
|
2022-10-12 16:45:50 +02:00
|
|
|
"version": "2.9.1",
|
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"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
2017-11-23 20:14:38 +02:00
|
|
|
"dependencies": {
|
2022-10-12 16:45:50 +02:00
|
|
|
"@joplin/lib": "^2.9.1",
|
|
|
|
"@joplin/renderer": "^2.9.1",
|
2022-11-05 19:13:55 +02:00
|
|
|
"@types/node-fetch": "2.6.2",
|
2022-11-05 11:55:54 +02:00
|
|
|
"@types/yargs": "16.0.4",
|
2022-11-07 12:01:27 +02:00
|
|
|
"dayjs": "1.11.6",
|
2022-11-05 15:09:41 +02:00
|
|
|
"execa": "4.1.0",
|
2022-11-11 18:05:54 +02:00
|
|
|
"fs-extra": "10.1.0",
|
2022-11-11 16:20:16 +02:00
|
|
|
"gettext-parser": "6.0.0",
|
2022-11-12 14:20:53 +02:00
|
|
|
"glob": "8.0.3",
|
2022-11-12 12:23:00 +02:00
|
|
|
"markdown-it": "13.0.1",
|
2022-11-05 15:09:41 +02:00
|
|
|
"md5-file": "4.0.0",
|
2022-11-06 14:37:47 +02:00
|
|
|
"moment": "2.29.4",
|
2022-11-12 14:28:12 +02:00
|
|
|
"mustache": "4.2.0",
|
2022-04-07 16:15:48 +02:00
|
|
|
"node-fetch": "1.7.3",
|
2022-11-05 15:09:41 +02:00
|
|
|
"relative": "3.0.2",
|
|
|
|
"request": "2.88.2",
|
2022-11-05 20:51:21 +02:00
|
|
|
"sharp": "0.31.2",
|
2022-11-05 15:09:41 +02:00
|
|
|
"source-map-support": "0.5.21",
|
|
|
|
"uri-template": "1.0.3",
|
2022-11-05 11:55:54 +02:00
|
|
|
"yargs": "16.2.0"
|
2020-11-05 18:58:23 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-07 09:50:06 +02:00
|
|
|
"@rmp135/sql-ts": "1.15.1",
|
2022-11-05 16:47:55 +02:00
|
|
|
"@types/fs-extra": "9.0.13",
|
|
|
|
"@types/jest": "26.0.24",
|
2022-11-12 14:28:12 +02:00
|
|
|
"@types/mustache": "4.2.1",
|
2022-11-05 20:52:00 +02:00
|
|
|
"@types/node": "18.11.9",
|
2022-11-07 21:56:25 +02:00
|
|
|
"gettext-extractor": "3.6.0",
|
2022-11-05 16:47:55 +02:00
|
|
|
"gulp": "4.0.2",
|
|
|
|
"jest": "26.6.3",
|
|
|
|
"rss": "1.2.2",
|
2022-11-11 06:43:05 +02:00
|
|
|
"sass": "1.56.1",
|
2022-11-13 10:38:59 +02:00
|
|
|
"sqlite3": "5.1.2",
|
2022-11-05 16:47:55 +02:00
|
|
|
"typescript": "4.5.2"
|
2020-12-14 16:55:31 +02:00
|
|
|
},
|
2021-09-29 17:22:20 +02:00
|
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
2017-11-23 20:14:38 +02:00
|
|
|
}
|