lajg-dev_Obsidian-Plugin-GP.../package.json
Luis Alberto Jaramillo Gonzalez c202ed7f32
Update version to 1.1.5
2025-12-03 12:02:35 -05:00

27 lines
831 B
JSON

{
"name": "gpg-encrypt",
"version": "1.1.5",
"description": "Plugin to encrypt partial text or complete notes using GPG technology, it is compatible with security keys such as YubiKey or traditional GPG encryption methods",
"main": "main.js",
"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": "MIT",
"devDependencies": {
"@types/node": "^24.10.1",
"@typescript-eslint/eslint-plugin": "8.48.1",
"@typescript-eslint/parser": "8.48.1",
"builtin-modules": "5.0.0",
"esbuild": "0.27.0",
"obsidian": "latest",
"tslib": "2.8.1",
"typescript": "5.9.3"
},
"dependencies": {
"@codemirror/language": "^6.11.3"
}
}