2017-11-23 18:14:38 +00:00
|
|
|
{
|
2020-11-07 15:59:37 +00:00
|
|
|
"name": "@joplin/tools",
|
2022-10-12 14:45:50 +00:00
|
|
|
"version": "2.9.1",
|
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"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
2017-11-23 18:14:38 +00:00
|
|
|
"dependencies": {
|
2022-10-12 14:45:50 +00:00
|
|
|
"@joplin/lib": "^2.9.1",
|
|
|
|
"@joplin/renderer": "^2.9.1",
|
2022-04-07 14:15:48 +00:00
|
|
|
"@types/node-fetch": "1.6.9",
|
2022-11-05 09:55:54 +00:00
|
|
|
"@types/yargs": "16.0.4",
|
2022-11-05 13:09:41 +00:00
|
|
|
"dayjs": "1.10.7",
|
|
|
|
"execa": "4.1.0",
|
|
|
|
"fs-extra": "4.0.3",
|
|
|
|
"gettext-parser": "1.4.0",
|
|
|
|
"glob": "7.2.0",
|
|
|
|
"markdown-it": "8.4.2",
|
|
|
|
"md5-file": "4.0.0",
|
|
|
|
"moment": "2.29.1",
|
|
|
|
"mustache": "2.3.2",
|
2022-04-07 14:15:48 +00:00
|
|
|
"node-fetch": "1.7.3",
|
2022-11-05 13:09:41 +00:00
|
|
|
"relative": "3.0.2",
|
|
|
|
"request": "2.88.2",
|
|
|
|
"sharp": "0.31.1",
|
|
|
|
"source-map-support": "0.5.21",
|
|
|
|
"uri-template": "1.0.3",
|
2022-11-05 09:55:54 +00:00
|
|
|
"yargs": "16.2.0"
|
2020-11-05 16:58:23 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-09 13:12:11 +00:00
|
|
|
"@rmp135/sql-ts": "^1.6.0",
|
2021-01-04 15:01:45 +00:00
|
|
|
"@types/fs-extra": "^9.0.6",
|
2021-09-29 15:16:40 +00:00
|
|
|
"@types/jest": "^26.0.15",
|
2021-07-10 10:16:13 +00:00
|
|
|
"@types/mustache": "^0.8.32",
|
2021-08-10 10:12:36 +00:00
|
|
|
"@types/node": "^14.14.6",
|
2021-11-09 12:20:07 +00:00
|
|
|
"gettext-extractor": "^3.5.3",
|
2020-11-09 13:12:11 +00:00
|
|
|
"gulp": "^4.0.2",
|
2021-09-29 15:16:40 +00:00
|
|
|
"jest": "^26.6.3",
|
2022-06-03 11:31:42 +00:00
|
|
|
"rss": "^1.2.2",
|
2021-09-12 15:35:08 +00:00
|
|
|
"sass": "^1.39.2",
|
2021-01-04 15:01:45 +00:00
|
|
|
"sqlite3": "^5.0.0",
|
|
|
|
"typescript": "^4.1.3"
|
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
|
|
|
}
|