mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "joplin-plugin-worker-example",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && npm run copyAssets && webpack --env joplin-plugin-config=createArchive",
|
|
"copyAssets": "node tools/copyAssets.js",
|
|
"prepare": "npm run dist",
|
|
"updateVersion": "webpack --env joplin-plugin-config=updateVersion",
|
|
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"joplin-plugin"
|
|
],
|
|
"files": [
|
|
"publish"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^18.7.13",
|
|
"chalk": "^4.1.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"fs-extra": "^10.1.0",
|
|
"glob": "^8.0.3",
|
|
"tar": "^6.1.11",
|
|
"ts-loader": "^9.3.1",
|
|
"typescript": "^4.8.2",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.10.0"
|
|
},
|
|
"overrides": {
|
|
"@xenova/transformers": {
|
|
"sharp": "0.33.4"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@xenova/transformers": "^2.17.2"
|
|
}
|
|
}
|