-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 714 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "github-commit-embed",
"version": "1.0.3",
"description": "Auto-detect GitHub commit URLs on paste and embed them as portable HTML cards",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"lint": "eslint main.ts"
},
"keywords": [],
"author": "Arcangelo Massari <arcangelo.massari@unibo.it>",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"eslint": "^9.39.1",
"eslint-plugin-obsidianmd": "^0.1.9",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "^5.9.3"
},
"dependencies": {
"marked": "^17.0.1"
}
}