felvesthe_Note-Locker/package.json
Felvesthe 1dde3618c7 Initial commit
Signed-off-by: Felvesthe <23108389+Felvesthe@users.noreply.github.com>
2025-03-24 20:12:32 +01:00

24 lines
706 B
JSON

{
"name": "note-locker",
"version": "1.0.0",
"description": "Note Locker allows you to \"lock\" a note so that it opens 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"
}
}