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

40 lines
899 B
JSON

{
"name": "@joplinapp/tools",
"version": "1.0.9",
"description": "Various tools for Joplin",
"main": "index.js",
"author": "Laurent Cozic",
"scripts": {
"updateIgnored": "gulp updateIgnoredTypeScriptBuild"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
"license": "MIT",
"dependencies": {
"@joplinapp/lib": "^1.0.9",
"execa": "^4.1.0",
"fs-extra": "^4.0.3",
"gettext-parser": "^1.3.0",
"glob": "^7.1.6",
"markdown-it": "^8.4.1",
"md5-file": "^4.0.0",
"moment": "^2.24.0",
"mustache": "^2.3.0",
"node-fetch": "^1.7.3",
"relative": "^3.0.2",
"request": "^2.88.0",
"sharp": "^0.25.2",
"uri-template": "^1.0.1",
"yargs": "^16.0.3"
},
"devDependencies": {
"@types/node": "^14.14.6",
"gulp": "^4.0.2"
}
}