2017-11-23 20:14:38 +02:00
|
|
|
{
|
2020-11-07 17:59:37 +02:00
|
|
|
"name": "@joplin/tools",
|
2021-09-29 17:16:40 +02:00
|
|
|
"version": "2.4.2",
|
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-09-23 17:48:26 +02:00
|
|
|
"watch": "tsc --watch --project tsconfig.json",
|
|
|
|
"test": "jest --verbose=false",
|
|
|
|
"test-ci": "npm run 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": {
|
2021-09-29 17:16:40 +02:00
|
|
|
"@joplin/lib": "^2.4.2",
|
|
|
|
"@joplin/renderer": "^2.4.2",
|
2020-11-05 18:58:23 +02:00
|
|
|
"execa": "^4.1.0",
|
2018-02-27 22:04:38 +02:00
|
|
|
"fs-extra": "^4.0.3",
|
2017-12-04 19:55:06 +02:00
|
|
|
"gettext-parser": "^1.3.0",
|
2020-11-05 18:58:23 +02:00
|
|
|
"glob": "^7.1.6",
|
2018-03-29 21:17:11 +02:00
|
|
|
"markdown-it": "^8.4.1",
|
2020-04-06 22:55:40 +02:00
|
|
|
"md5-file": "^4.0.0",
|
2019-09-08 18:18:44 +02:00
|
|
|
"moment": "^2.24.0",
|
2017-12-04 20:16:14 +02:00
|
|
|
"mustache": "^2.3.0",
|
2018-01-17 22:16:13 +02:00
|
|
|
"node-fetch": "^1.7.3",
|
2020-11-05 18:58:23 +02:00
|
|
|
"relative": "^3.0.2",
|
2020-01-24 17:19:22 +02:00
|
|
|
"request": "^2.88.0",
|
2020-04-06 22:55:40 +02:00
|
|
|
"sharp": "^0.25.2",
|
2021-01-21 02:12:59 +02:00
|
|
|
"source-map-support": "^0.5.19",
|
2019-01-12 00:07:23 +02:00
|
|
|
"uri-template": "^1.0.1",
|
2020-09-22 16:30:20 +02:00
|
|
|
"yargs": "^16.0.3"
|
2020-11-05 18:58:23 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-09 15:12:11 +02:00
|
|
|
"@rmp135/sql-ts": "^1.6.0",
|
2021-01-04 17:01:45 +02:00
|
|
|
"@types/fs-extra": "^9.0.6",
|
2021-09-29 17:16:40 +02:00
|
|
|
"@types/jest": "^26.0.15",
|
2021-07-10 12:16:13 +02:00
|
|
|
"@types/mustache": "^0.8.32",
|
2021-08-10 12:12:36 +02:00
|
|
|
"@types/node": "^14.14.6",
|
2020-11-09 15:12:11 +02:00
|
|
|
"gulp": "^4.0.2",
|
2021-09-29 17:16:40 +02:00
|
|
|
"jest": "^26.6.3",
|
2021-09-12 17:35:08 +02:00
|
|
|
"sass": "^1.39.2",
|
2021-01-04 17:01:45 +02:00
|
|
|
"sqlite3": "^5.0.0",
|
|
|
|
"typescript": "^4.1.3"
|
2020-12-14 16:55:31 +02:00
|
|
|
},
|
|
|
|
"gitHead": "80c0089d2c52aff608b2bea74389de5a7f12f2e2"
|
2017-11-23 20:14:38 +02:00
|
|
|
}
|