imaginaryprogramming_obsidi.../package.json
ImaginaryProgramming 7d26b10bd8 Update to 1.3.0
2025-01-18 15:38:27 -07:00

24 lines
No EOL
663 B
JSON

{
"name": "vault-transfer",
"version": "1.3.0",
"description": "Copies a note, and pastes it into another 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": {
"@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": "^1.5.7",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}