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

26 lines
612 B
JSON
Raw Normal View History

{
2023-12-17 17:07:31 +02:00
"name": "@joplin/default-plugins",
"version": "2.14.0",
"description": "Default plugins bundler",
"private": true,
"scripts": {
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"patch": "ts-node build.ts patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
"devDependencies": {
"@types/yargs": "17.0.32",
"ts-node": "10.9.2",
2023-12-17 17:07:31 +02:00
"typescript": "5.2.2"
},
"dependencies": {
"@joplin/utils": "~2.14",
"fs-extra": "11.2.0",
2023-12-17 17:07:31 +02:00
"yargs": "17.7.2"
}
}