mirror of
https://github.com/nathonius/obsidian-github-link.git
synced 2026-07-22 09:20:25 +00:00
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "obsidian-github-link",
|
|
"version": "0.3.0",
|
|
"description": "An Obsidian plugin enriching notes with issue and pull request content from GitHub",
|
|
"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",
|
|
"lint": "eslint src/"
|
|
},
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "Nathonius",
|
|
"url": "https://nathan-smith.org/"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@codemirror/view": "^6.23.0",
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "^6.18.0",
|
|
"@typescript-eslint/parser": "^6.18.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.19.11",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
"obsidian": "latest",
|
|
"octokit": "^3.1.2",
|
|
"prettier": "^3.1.1",
|
|
"tslib": "2.6.2",
|
|
"typescript": "5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/auth-oauth-device": "^6.0.1",
|
|
"@octokit/core": "^5.0.2",
|
|
"@octokit/openapi-types": "^19.1.0",
|
|
"@octokit/plugin-rest-endpoint-methods": "^10.2.0",
|
|
"@octokit/request": "^8.1.6"
|
|
}
|
|
}
|