1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00
joplin/packages/default-plugins/package.json
renovate[bot] 48b8fae625
Update dependency ts-node to v10.9.2 (#9622)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2023-12-31 00:16:08 +00:00

26 lines
612 B
JSON

{
"name": "@joplin/default-plugins",
"version": "2.14.0",
"description": "Default plugins bundler",
"private": true,
"scripts": {
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"patch": "ts-node build.ts patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
"devDependencies": {
"@types/yargs": "17.0.32",
"ts-node": "10.9.2",
"typescript": "5.2.2"
},
"dependencies": {
"@joplin/utils": "~2.14",
"fs-extra": "11.1.1",
"yargs": "17.7.2"
}
}