1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/packages/default-plugins/package.json
2024-08-09 11:47:43 +01:00

26 lines
624 B
JSON

{
"name": "@joplin/default-plugins",
"version": "3.1.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.32",
"ts-node": "10.9.2",
"typescript": "5.2.2"
},
"dependencies": {
"@joplin/utils": "~3.1",
"fs-extra": "11.2.0",
"yargs": "17.7.2"
}
}