UNPKG

joplin-plugin-biblenotes

Version:

This plugin scans your notes to find where you specified a Bible reference.

48 lines (47 loc) 1.71 kB
{ "name": "joplin-plugin-biblenotes", "version": "0.2.0", "scripts": { "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "dev": "webpack --mode development --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "prepare": "npm run dist", "typesafe-i18n": "typesafe-i18n --no-watch", "test": "tap --ts", "update": "npm install generator-joplin && ./node_modules/.bin/yo joplin --update" }, "repository": { "type": "git", "url": "https://github.com/tojoRs/joplin-bible-notes" }, "license": "MIT", "keywords": ["joplin-plugin", "Bible", "references"], "devDependencies": { "@types/node": "^17.0.36", "@types/react": "^18.0.9", "@types/react-dom": "^18.0.5", "chalk": "^4.1.0", "copy-webpack-plugin": "^6.1.0", "fs-extra": "^9.0.1", "glob": "^7.1.6", "localstorage-polyfill": "^1.0.1", "on-build-webpack": "^0.1.0", "tap": "^15.1.6", "tar": "^6.0.5", "ts-loader": "^8.4.0", "typescript": "^4.7.2", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "yargs": "^16.2.0" }, "dependencies": { "bible-passage-reference-parser": "^2.0.1", "generator-joplin": "^2.8.1", "react": "^18.1.0", "react-dom": "^18.1.0", "styled-components": "^5.3.3", "ts-node": "^10.8.0", "typesafe-i18n": "^5.4.3", "yo": "^4.3.0" }, "files": ["publish"] }