{ "name": "joplin-plugin-event-calendar", "version": "0.2.0", "scripts": { "test": "jest", "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/jest": "^27.4.1", "@types/node": "^14.0.14", "chalk": "^4.1.0", "copy-webpack-plugin": "^6.1.0", "fs-extra": "^9.0.1", "glob": "^7.1.6", "jest": "^27.5.1", "on-build-webpack": "^0.1.0", "prettier": "^2.5.1", "tar": "^6.0.5", "ts-jest": "^27.1.3", "ts-loader": "^7.0.5", "ts-node": "^10.7.0", "typescript": "^3.9.3", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "yargs": "^16.2.0" }, "dependencies": { "date-fns": "^2.28.0", "yaml": "^1.10.2" }, "files": [ "publish" ] }