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-12-26 00:45:11 +00:00

43 lines
1009 B
JSON

{
"name": "@joplin/tools",
"version": "1.0.15",
"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": {
"@joplin/lib": "^1.0.15",
"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": {
"@rmp135/sql-ts": "^1.6.0",
"@types/node": "^14.14.6",
"gulp": "^4.0.2",
"sqlite3": "^5.0.0"
},
"gitHead": "80c0089d2c52aff608b2bea74389de5a7f12f2e2"
}