1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-03 08:35:29 +02:00
joplin/packages/tools/package.json

60 lines
1.5 KiB
JSON
Raw Normal View History

2017-11-23 20:14:38 +02:00
{
"name": "@joplin/tools",
2022-10-12 16:45:50 +02:00
"version": "2.9.1",
"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": {
2021-01-04 17:01:45 +02:00
"updateIgnored": "gulp updateIgnoredTypeScriptBuild",
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"test": "jest --verbose=false",
"test-ci": "yarn test"
2020-11-05 18:58:23 +02:00
},
"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": {
2022-10-12 16:45:50 +02:00
"@joplin/lib": "^2.9.1",
"@joplin/renderer": "^2.9.1",
"@types/node-fetch": "2.6.2",
"@types/yargs": "16.0.4",
"dayjs": "1.11.6",
2022-11-05 15:09:41 +02:00
"execa": "4.1.0",
"fs-extra": "4.0.3",
"gettext-parser": "1.4.0",
"glob": "7.2.3",
2022-11-05 15:09:41 +02:00
"markdown-it": "8.4.2",
"md5-file": "4.0.0",
"moment": "2.29.4",
2022-11-05 15:09:41 +02:00
"mustache": "2.3.2",
"node-fetch": "1.7.3",
2022-11-05 15:09:41 +02:00
"relative": "3.0.2",
"request": "2.88.2",
"sharp": "0.31.2",
2022-11-05 15:09:41 +02:00
"source-map-support": "0.5.21",
"uri-template": "1.0.3",
"yargs": "16.2.0"
2020-11-05 18:58:23 +02:00
},
"devDependencies": {
"@rmp135/sql-ts": "1.15.1",
2022-11-05 16:47:55 +02:00
"@types/fs-extra": "9.0.13",
"@types/jest": "26.0.24",
"@types/mustache": "0.8.32",
"@types/node": "18.11.9",
2022-11-05 16:47:55 +02:00
"gettext-extractor": "3.5.3",
"gulp": "4.0.2",
"jest": "26.6.3",
"rss": "1.2.2",
"sass": "1.44.0",
"sqlite3": "5.0.2",
"typescript": "4.5.2"
},
2021-09-29 17:22:20 +02:00
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
2017-11-23 20:14:38 +02:00
}