lostpaul_obsidian-folder-notes/package.json

30 lines
822 B
JSON
Raw Normal View History

2023-03-12 16:11:05 +00:00
{
"name": "folder-notes",
"version": "1.0.1",
"description": "Adds Folder Notes to the default file tree.",
"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": "Alan Grainger",
"license": "GPL-3.0-or-later",
"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.14.47",
2023-07-26 14:11:37 +00:00
"front-matter-plugin-api-provider": "^0.1.4-alpha",
2023-03-12 16:11:05 +00:00
"obsidian": "latest",
2024-08-15 12:02:37 +00:00
"obsidian-typings": "^2.2.0",
2023-03-12 16:11:05 +00:00
"tslib": "2.4.0",
"typescript": "4.7.4"
2023-03-16 21:07:30 +00:00
},
"dependencies": {
"@popperjs/core": "^2.11.6"
2023-03-12 16:11:05 +00:00
}
}