2017-11-23 18:14:38 +00:00
|
|
|
{
|
2020-11-07 15:59:37 +00:00
|
|
|
"name": "@joplin/tools",
|
2021-08-10 15:45:08 +01:00
|
|
|
"version": "2.2.3",
|
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",
|
|
|
|
"watch": "tsc --watch --project tsconfig.json"
|
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": {
|
2021-08-10 15:45:08 +01:00
|
|
|
"@joplin/lib": "^2.2.3",
|
2020-11-05 16:58:23 +00:00
|
|
|
"execa": "^4.1.0",
|
2018-02-27 20:04:38 +00:00
|
|
|
"fs-extra": "^4.0.3",
|
2017-12-04 17:55:06 +00:00
|
|
|
"gettext-parser": "^1.3.0",
|
2020-11-05 16:58:23 +00:00
|
|
|
"glob": "^7.1.6",
|
2018-03-29 20:17:11 +01:00
|
|
|
"markdown-it": "^8.4.1",
|
2020-04-06 20:55:40 +00:00
|
|
|
"md5-file": "^4.0.0",
|
2019-09-08 17:18:44 +01:00
|
|
|
"moment": "^2.24.0",
|
2017-12-04 18:16:14 +00:00
|
|
|
"mustache": "^2.3.0",
|
2018-01-17 20:16:13 +00:00
|
|
|
"node-fetch": "^1.7.3",
|
2020-11-05 16:58:23 +00:00
|
|
|
"relative": "^3.0.2",
|
2020-01-24 09:19:22 -06:00
|
|
|
"request": "^2.88.0",
|
2020-04-06 20:55:40 +00:00
|
|
|
"sharp": "^0.25.2",
|
2021-01-21 00:12:59 +00:00
|
|
|
"source-map-support": "^0.5.19",
|
2019-01-11 22:07:23 +00:00
|
|
|
"uri-template": "^1.0.1",
|
2020-09-22 15:30:20 +01:00
|
|
|
"yargs": "^16.0.3"
|
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-07-10 11:16:13 +01:00
|
|
|
"@types/mustache": "^0.8.32",
|
2021-08-10 11:12:36 +01:00
|
|
|
"@types/node": "^14.14.6",
|
2020-11-09 13:12:11 +00:00
|
|
|
"gulp": "^4.0.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
|
|
|
},
|
|
|
|
"gitHead": "80c0089d2c52aff608b2bea74389de5a7f12f2e2"
|
2017-11-23 18:14:38 +00:00
|
|
|
}
|