mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-03 08:35:29 +02:00
30 lines
815 B
JSON
30 lines
815 B
JSON
{
|
|
"name": "@joplin/joplin-plugin-toggle-sidebars",
|
|
"version": "1.0.3",
|
|
"scripts": {
|
|
"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"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"joplin-plugin"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^14.0.14",
|
|
"chalk": "4.1.2",
|
|
"copy-webpack-plugin": "^6.1.0",
|
|
"fs-extra": "9.1.0",
|
|
"glob": "7.2.0",
|
|
"on-build-webpack": "^0.1.0",
|
|
"tar": "6.1.11",
|
|
"ts-loader": "^7.0.5",
|
|
"typescript": "^3.9.3",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"yargs": "16.2.0"
|
|
}
|
|
}
|