2020-10-09 19:35:46 +02:00
|
|
|
{
|
2020-11-18 12:17:27 +02:00
|
|
|
"name": "joplin_plugin",
|
2020-10-09 19:35:46 +02:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"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",
|
2021-01-08 18:36:48 +02:00
|
|
|
"prepare": "npm run dist",
|
|
|
|
"update": "npm install -g generator-joplin && yo joplin --update"
|
2020-10-09 19:35:46 +02:00
|
|
|
},
|
2021-01-08 18:36:48 +02:00
|
|
|
"keywords": [
|
|
|
|
"joplin-plugin"
|
|
|
|
],
|
2020-11-18 12:17:27 +02:00
|
|
|
"license": "MIT",
|
2020-10-09 19:35:46 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^14.0.14",
|
|
|
|
"copy-webpack-plugin": "^6.1.0",
|
2023-01-05 12:41:17 +02:00
|
|
|
"fs-extra": "^9.0.1",
|
|
|
|
"glob": "^7.1.6",
|
2020-11-18 12:17:27 +02:00
|
|
|
"on-build-webpack": "^0.1.0",
|
2023-01-05 12:41:17 +02:00
|
|
|
"tar": "^6.0.5",
|
2020-10-09 19:35:46 +02:00
|
|
|
"ts-loader": "^7.0.5",
|
|
|
|
"typescript": "^3.9.3",
|
|
|
|
"webpack": "^4.43.0",
|
2021-01-04 20:46:43 +02:00
|
|
|
"webpack-cli": "^3.3.11",
|
2023-01-05 12:41:17 +02:00
|
|
|
"chalk": "^4.1.0",
|
|
|
|
"yargs": "^16.2.0"
|
2020-11-18 14:32:58 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"uslug": "^1.0.4"
|
2023-01-05 12:41:17 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"publish"
|
|
|
|
]
|
|
|
|
}
|