loyalpotato_potato-indexer/package.json
LoyalPotato 266329b629 1.1.0
2023-08-20 17:06:05 +01:00

23 lines
687 B
JSON

{
"name": "potato-indexer",
"version": "1.1.0",
"description": "Obsidian plugin to generate index based on your selection or of the whole file",
"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"
},
"author": "LoyalPotato",
"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"
}
}