al0cam_AutoMover/package.json

25 lines
756 B
JSON
Raw Permalink Normal View History

2024-09-17 08:23:12 +00:00
{
"name": "AutoMover",
2026-05-18 12:30:53 +00:00
"version": "1.0.9",
2026-02-20 06:43:35 +00:00
"description": "AutoMover: Move files and notes with specified names into their designated folders according to rules you define.",
2024-10-01 08:31:49 +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"
2024-10-01 08:31:49 +00:00
},
"keywords": [],
"author": "",
"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"
}
2024-09-17 08:23:12 +00:00
}