maradotwebp_obsidian-avatar/package.json

29 lines
818 B
JSON
Raw Normal View History

2023-03-18 15:51:54 +00:00
{
2023-03-18 15:59:08 +00:00
"name": "obsidian-avatar",
2023-03-18 23:41:01 +00:00
"version": "1.0.4",
2023-03-18 15:59:08 +00:00
"description": "An obsidian plugin for displaying an avatar image in front of your notes. ",
2023-03-18 15:51:54 +00:00
"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": [],
2023-03-18 15:59:08 +00:00
"author": "froehlichA",
2023-03-18 15:51:54 +00:00
"license": "MIT",
"devDependencies": {
2023-03-18 16:04:28 +00:00
"@tsconfig/svelte": "^3.0.0",
2023-03-18 15:51:54 +00:00
"@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",
2023-03-18 16:04:28 +00:00
"esbuild-svelte": "^0.7.3",
2023-03-18 15:51:54 +00:00
"obsidian": "latest",
2023-03-18 16:04:28 +00:00
"svelte": "^3.57.0",
"svelte-preprocess": "^5.0.3",
2023-03-18 15:51:54 +00:00
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}