joplin-plugin-notes-station-import
Version:
This is an import module, e.g. a plugin serving the import of third party notes. In this case it imports notes from an archive created with *QNAP Notes Station* - an application on *QNAP NAS* devices.
34 lines • 923 B
JSON
{
"name": "joplin-plugin-notes-station-import",
"version": "1.0.5",
"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"
},
"license": "MIT",
"keywords": [
"joplin-plugin",
"import-plugin",
"QNAP-Notes-Station-import"
],
"devDependencies": {
"@types/node": "^14.0.14",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^6.1.0",
"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": {
"adm-zip": "^0.5.6",
"he": "^1.2.0",
"node-stream-zip": "^1.15.0"
}
}