2024-04-29 20:03:06 +00:00
|
|
|
{
|
|
|
|
|
"name": "obsidian-import-attachments-plus",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Import attachments by moving them into the vault.",
|
|
|
|
|
"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": "",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
2024-05-01 14:46:18 +00:00
|
|
|
"@types/node": "^16.18.96",
|
2024-04-30 08:16:34 +00:00
|
|
|
"@types/react": "^18.3.1",
|
|
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-05-01 10:11:36 +00:00
|
|
|
"@types/uuid": "^9.0.8",
|
2024-08-03 14:37:23 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
|
|
|
"@typescript-eslint/parser": "^8.0.0",
|
2024-04-29 20:03:06 +00:00
|
|
|
"builtin-modules": "3.3.0",
|
|
|
|
|
"esbuild": "0.17.3",
|
2024-05-04 20:08:53 +00:00
|
|
|
"esbuild-plugin-copy": "^2.1.1",
|
2024-11-17 14:10:14 +00:00
|
|
|
"obsidian": "^1.7.2",
|
2024-04-29 20:03:06 +00:00
|
|
|
"tslib": "2.4.0",
|
|
|
|
|
"typescript": "^4.7.4"
|
2024-05-01 10:11:36 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-10-11 20:19:46 +00:00
|
|
|
"uuid": "^10.0.0"
|
2024-04-29 20:03:06 +00:00
|
|
|
}
|
|
|
|
|
}
|