1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/default-plugins/package.json

26 lines
624 B
JSON
Raw Normal View History

{
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",
"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": {
"@types/yargs": "17.0.33",
"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",
"fs-extra": "11.2.0",
2023-12-17 17:07:31 +02:00
"yargs": "17.7.2"
}
}