1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/app-cli/tests/support/plugins/post_messages/package.json

30 lines
794 B
JSON
Raw Normal View History

{
"name": "joplin-plugin-postmessage-demo",
"version": "1.0.0",
"scripts": {
2021-01-13 14:17:54 +02:00
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"prepare": "npm run dist",
"update": "npm install -g generator-joplin && yo joplin --update"
},
"license": "MIT",
"keywords": [
"joplin-plugin"
],
"devDependencies": {
"@types/node": "^14.0.14",
2023-01-05 12:41:17 +02:00
"chalk": "^4.1.0",
"copy-webpack-plugin": "^6.1.0",
2023-01-05 12:41:17 +02:00
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"on-build-webpack": "^0.1.0",
2023-01-05 12:41:17 +02:00
"tar": "^6.0.5",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
"webpack": "^4.43.0",
2021-01-13 14:17:54 +02:00
"webpack-cli": "^3.3.11",
2023-01-05 12:41:17 +02:00
"yargs": "^16.2.0"
},
"files": [
"publish"
]
}