joplin/packages/tools/package.json

64 lines
1.7 KiB
JSON
Raw Normal View History

2017-11-23 18:14:38 +00:00
{
"name": "@joplin/tools",
2023-06-28 14:12:32 +00:00
"version": "2.12.0",
"description": "Various tools for Joplin",
2017-11-23 18:14:38 +00:00
"main": "index.js",
"author": "Laurent Cozic",
2020-11-05 16:58:23 +00:00
"scripts": {
2021-01-04 15:01:45 +00: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 16:58:23 +00:00
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
2022-12-21 10:00:31 +00:00
"license": "AGPL-3.0-or-later",
2017-11-23 18:14:38 +00:00
"dependencies": {
2023-06-28 14:12:32 +00:00
"@joplin/lib": "~2.12",
"@joplin/renderer": "~2.12",
"@joplin/utils": "~2.12",
2023-06-06 11:27:54 +00:00
"compare-versions": "3.6.0",
"dayjs": "1.11.8",
2022-11-05 13:09:41 +00:00
"execa": "4.1.0",
"fs-extra": "11.1.1",
"gettext-parser": "6.0.0",
"glob": "10.2.7",
"markdown-it": "13.0.1",
"md5-file": "5.0.0",
"moment": "2.29.4",
"mustache": "4.2.0",
2022-11-15 09:10:41 +00:00
"node-fetch": "2.6.7",
2022-11-05 13:09:41 +00:00
"relative": "3.0.2",
"request": "2.88.2",
"sharp": "0.32.1",
2022-11-05 13:09:41 +00:00
"source-map-support": "0.5.21",
"uri-template": "2.0.0",
"yargs": "17.7.2"
2020-11-05 16:58:23 +00:00
},
"devDependencies": {
2023-06-27 09:24:24 +00:00
"@joplin/fork-htmlparser2": "^4.1.44",
"@rmp135/sql-ts": "1.16.0",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.1",
"@types/mustache": "4.2.2",
"@types/node": "18.15.13",
"@types/node-fetch": "2.6.3",
"@types/yargs": "17.0.24",
"gettext-extractor": "3.7.2",
2022-11-05 14:47:55 +00:00
"gulp": "4.0.2",
2022-11-22 18:16:57 +00:00
"html-entities": "1.4.0",
"jest": "29.5.0",
2022-11-05 14:47:55 +00:00
"rss": "1.2.2",
"sass": "1.62.1",
"sqlite3": "5.1.6",
"typescript": "5.0.2"
},
2021-09-29 15:22:20 +00:00
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
2017-11-23 18:14:38 +00:00
}