mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "@joplin/tools",
|
|
"version": "2.9.1",
|
|
"description": "Various tools for Joplin",
|
|
"main": "index.js",
|
|
"author": "Laurent Cozic",
|
|
"scripts": {
|
|
"updateIgnored": "gulp updateIgnoredTypeScriptBuild",
|
|
"tsc": "tsc --project tsconfig.json",
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
|
"test": "jest --verbose=false",
|
|
"test-ci": "yarn test"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/laurent22/joplin.git"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@joplin/lib": "^2.9.1",
|
|
"@joplin/renderer": "^2.9.1",
|
|
"@types/node-fetch": "2.6.2",
|
|
"@types/yargs": "17.0.13",
|
|
"dayjs": "1.11.6",
|
|
"execa": "4.1.0",
|
|
"fs-extra": "10.1.0",
|
|
"gettext-parser": "6.0.0",
|
|
"glob": "8.0.3",
|
|
"markdown-it": "13.0.1",
|
|
"md5-file": "5.0.0",
|
|
"moment": "2.29.4",
|
|
"mustache": "4.2.0",
|
|
"node-fetch": "2.6.7",
|
|
"relative": "3.0.2",
|
|
"request": "2.88.2",
|
|
"sharp": "0.31.2",
|
|
"source-map-support": "0.5.21",
|
|
"uri-template": "2.0.0",
|
|
"yargs": "17.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@rmp135/sql-ts": "1.15.1",
|
|
"@types/fs-extra": "9.0.13",
|
|
"@types/jest": "29.2.3",
|
|
"@types/mustache": "4.2.1",
|
|
"@types/node": "18.11.9",
|
|
"gettext-extractor": "3.6.0",
|
|
"gulp": "4.0.2",
|
|
"jest": "29.3.1",
|
|
"rss": "1.2.2",
|
|
"sass": "1.56.1",
|
|
"sqlite3": "5.1.2",
|
|
"typescript": "4.9.3"
|
|
},
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
|
}
|