mirror of
https://github.com/floydv149/bibleLinkerPro.git
synced 2026-07-22 09:20:28 +00:00
28 lines
802 B
JSON
28 lines
802 B
JSON
{
|
|
"name": "bible-linker-pro",
|
|
"version": "1.8.0",
|
|
"description": "This is a plugin that converts Bible texts to JW Library links.",
|
|
"main": "main.js",
|
|
"style": "styles.css",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Apache License 2.0",
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.23.0",
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"globals": "^16.0.0",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|