friebetill_obsidian-file-diff/package.json

26 lines
727 B
JSON
Raw Normal View History

2023-01-26 05:13:41 +00:00
{
2023-01-26 05:49:35 +00:00
"name": "obsidian-file-diff",
"version": "0.0.1",
"description": "Shows the differences between two files.",
2023-01-26 05:13:41 +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"
},
2023-01-26 05:49:35 +00:00
"keywords": ["obsidian"],
"author": "Till Friebe",
"authorUrl": "https://friebetill.github.io/",
2023-01-26 05:13:41 +00:00
"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"
}
}