2023-12-11 15:58:45 +02:00
|
|
|
{
|
2023-12-17 17:07:31 +02:00
|
|
|
"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",
|
2023-12-31 02:16:08 +02:00
|
|
|
"ts-node": "10.9.2",
|
2023-12-17 17:07:31 +02:00
|
|
|
"typescript": "5.2.2"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@joplin/utils": "~2.14",
|
2024-01-08 13:53:28 +02:00
|
|
|
"fs-extra": "11.2.0",
|
2023-12-17 17:07:31 +02:00
|
|
|
"yargs": "17.7.2"
|
|
|
|
}
|
2023-12-11 15:58:45 +02:00
|
|
|
}
|