1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/tools/package.json

40 lines
893 B
JSON
Raw Normal View History

2017-11-23 20:14:38 +02:00
{
"name": "@joplin/tools",
2020-11-05 18:58:23 +02:00
"version": "1.0.9",
"description": "Various tools for Joplin",
2017-11-23 20:14:38 +02:00
"main": "index.js",
"author": "Laurent Cozic",
2020-11-05 18:58:23 +02:00
"scripts": {
"updateIgnored": "gulp updateIgnoredTypeScriptBuild"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
"license": "MIT",
2017-11-23 20:14:38 +02:00
"dependencies": {
"@joplin/lib": "^1.0.9",
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",
"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",
"node-fetch": "^1.7.3",
2020-11-05 18:58:23 +02:00
"relative": "^3.0.2",
"request": "^2.88.0",
"sharp": "^0.25.2",
2019-01-12 00:07:23 +02:00
"uri-template": "^1.0.1",
"yargs": "^16.0.3"
2020-11-05 18:58:23 +02:00
},
"devDependencies": {
"@types/node": "^14.14.6",
"gulp": "^4.0.2"
2017-11-23 20:14:38 +02:00
}
}