quorafind_Obsidian-Float-Se.../package.json

28 lines
714 B
JSON
Raw Normal View History

2023-03-01 07:55:36 +00:00
{
2023-03-01 09:22:14 +00:00
"name": "float-search",
2023-03-19 10:49:38 +00:00
"version": "3.1.0",
2023-03-15 09:23:56 +00:00
"description": "You can use search view in modal now.",
2023-03-01 07:55:36 +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-01 09:22:14 +00:00
"author": "Boninall",
"license": "GPL-3.0",
2023-03-01 07:55:36 +00:00
"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",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
2023-03-01 09:22:14 +00:00
},
"dependencies": {
"monkey-around": "^2.3.0"
2023-03-01 07:55:36 +00:00
}
}