mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
26 lines
624 B
JSON
26 lines
624 B
JSON
{
|
|
"name": "@joplin/default-plugins",
|
|
"version": "3.2.0",
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/laurent22/joplin.git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/yargs": "17.0.33",
|
|
"ts-node": "10.9.2",
|
|
"typescript": "5.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@joplin/utils": "~3.2",
|
|
"fs-extra": "11.2.0",
|
|
"yargs": "17.7.2"
|
|
}
|
|
}
|