2020-10-25 20:55:59 +00:00
|
|
|
{
|
2025-03-24 19:05:58 +00:00
|
|
|
"name": "note-locker",
|
2022-08-09 17:38:50 +00:00
|
|
|
"version": "1.0.0",
|
2025-03-24 19:05:58 +00:00
|
|
|
"description": "Note Locker allows you to \"lock\" a note so that it opens in preview mode by default",
|
2021-10-25 15:45:15 +00:00
|
|
|
"main": "main.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "node esbuild.config.mjs",
|
2022-01-22 21:13:50 +00:00
|
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
|
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
2021-10-25 15:45:15 +00:00
|
|
|
},
|
|
|
|
|
"keywords": [],
|
2025-03-24 19:05:58 +00:00
|
|
|
"author": "Felvesthe",
|
2021-10-25 15:45:15 +00:00
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
2021-11-01 19:17:03 +00:00
|
|
|
"@types/node": "^16.11.6",
|
2022-06-24 19:40:37 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
|
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
|
|
|
"builtin-modules": "3.3.0",
|
2023-01-25 18:49:50 +00:00
|
|
|
"esbuild": "0.17.3",
|
2022-03-09 15:29:09 +00:00
|
|
|
"obsidian": "latest",
|
2022-06-24 19:40:37 +00:00
|
|
|
"tslib": "2.4.0",
|
|
|
|
|
"typescript": "4.7.4"
|
2021-10-25 15:45:15 +00:00
|
|
|
}
|
2020-10-25 20:55:59 +00:00
|
|
|
}
|