jiawei-hong_obsidian-linkify/package.json

25 lines
646 B
JSON

{
"name": "obsidian-linkify",
"version": "1.0.0",
"description": "Automatically formats pasted URLs into Markdown links",
"main": "main.js",
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build": "tsc -noEmit -skipLibCheck && vite build",
"lint": "eslint ."
},
"keywords": ["obsidian"],
"author": "wei",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.0.0",
"@typescript-eslint/parser": "^8.58.1",
"builtin-modules": "^3.3.0",
"eslint": "^10.2.0",
"eslint-plugin-obsidianmd": "^0.1.9",
"obsidian": "latest",
"typescript": "^5.0.0",
"vite": "^5.0.0"
}
}