2023-12-11 15:58:45 +02:00
|
|
|
{
|
2023-12-17 17:07:31 +02:00
|
|
|
"name": "@joplin/default-plugins",
|
2024-10-31 01:43:11 +02:00
|
|
|
"version": "3.2.0",
|
2023-12-17 17:07:31 +02:00
|
|
|
"description": "Default plugins bundler",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc --project tsconfig.json",
|
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
2024-01-28 20:53:13 +02:00
|
|
|
"patch-plugin": "ts-node build.ts patch-plugin"
|
2023-12-17 17:07:31 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/laurent22/joplin.git"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-07 20:53:41 +02:00
|
|
|
"@types/yargs": "17.0.33",
|
2023-12-31 02:16:08 +02:00
|
|
|
"ts-node": "10.9.2",
|
2024-10-01 04:19:50 +02:00
|
|
|
"typescript": "5.4.5"
|
2023-12-17 17:07:31 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-31 01:43:11 +02:00
|
|
|
"@joplin/utils": "~3.2",
|
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
|
|
|
}
|