mirror of
https://github.com/ccmdi/smart-link-formatter.git
synced 2026-07-22 12:50:25 +00:00
32 lines
896 B
JSON
32 lines
896 B
JSON
{
|
|
"name": "smart-link-formatter",
|
|
"version": "1.4.5",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"dev": "node esbuild.config.mjs",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint src --fix"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^20.19.41",
|
|
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
"@typescript-eslint/parser": "^8.48.1",
|
|
"esbuild": "^0.13.15",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-obsidianmd": "^0.1.9",
|
|
"jsdom": "^27.0.1",
|
|
"obsidian": "^1.7.2",
|
|
"obsidian-test-mocks": "^2.0.1",
|
|
"tslib": "2.3.1",
|
|
"typescript": "^4.9.5",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"description": ""
|
|
}
|