felvesthe_Note-Locker/package.json
Felvesthe ac1979f0f5 Bump version to 1.2.1
Signed-off-by: Felvesthe <23108389+Felvesthe@users.noreply.github.com>
2025-05-16 22:00:07 +02:00

24 lines
667 B
JSON

{
"name": "note-locker",
"version": "1.2.1",
"description": "Lock notes to open in preview mode by default.",
"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": "Felvesthe",
"license": "MIT",
"devDependencies": {
"@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",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}