2026-07-26 11:21:18 -04:00

35 lines
1.2 KiB
JSON
Executable File

{
"name": "joplin-plugin-victorwiebe-embed-search-notebook-grouping",
"version": "1.0.0",
"author": "Victor Wiebe",
"scripts": {
"dist": "cross-env NODE_OPTIONS=--openssl-legacy-provider webpack --joplin-plugin-config buildMain && cross-env NODE_OPTIONS=--openssl-legacy-provider webpack --joplin-plugin-config buildExtraScripts && cross-env NODE_OPTIONS=--openssl-legacy-provider webpack --joplin-plugin-config createArchive",
"prepare": "npm run dist",
"update": "npm install -g generator-joplin && yo joplin --update",
"distrun2": "npm run dist && ~/Downloads/Joplin-2.3.5.AppImage --env dev",
"distrun": "npm run dist && ~/.joplin/Joplin.AppImage --env dev"
},
"license": "MIT",
"keywords": [
"joplin-plugin"
],
"devDependencies": {
"@types/node": "^14.0.14",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^6.1.0",
"cross-env": "^7.0.3",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"on-build-webpack": "^0.1.0",
"tar": "^6.0.5",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"yargs": "^16.2.0"
},
"dependencies": {
"joplin-renderer": "^1.0.8"
}
}