mirror of
https://github.com/snipd-app/snipd-obsidian.git
synced 2026-07-22 06:41:45 +00:00
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "obsidian-snipd",
|
|
"version": "1.0.0",
|
|
"description": "Snipd Official plugin for Obsidian (https://snipd.com)",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"test:titles": "tsx scripts/test-sanitized-titles.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@zip.js/zip.js": "^2.7.34",
|
|
"ts-md5": "^1.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.4.1",
|
|
"@eslint/js": "^9.39.1",
|
|
"@microsoft/eslint-plugin-sdl": "^1.1.0",
|
|
"@types/electron": "^1.4.38",
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "8.33.1",
|
|
"@typescript-eslint/parser": "8.33.1",
|
|
"@typescript-eslint/rule-tester": "8.33.1",
|
|
"@typescript-eslint/types": "8.33.1",
|
|
"@typescript-eslint/utils": "8.33.1",
|
|
"esbuild": "0.17.3",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-obsidianmd": "^0.1.9",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "4.8.4",
|
|
"typescript-eslint": "^8.35.1"
|
|
}
|
|
}
|