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