mirror of
https://github.com/d0zingcat/obsidian-send-to-ghost.git
synced 2026-05-22 07:26:48 +00:00
Migrate to PNPM and update dependencies
This commit is contained in:
3987
package-lock.json
generated
3987
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
19
package.json
19
package.json
@@ -4,30 +4,31 @@
|
||||
"description": "Obsidian plugin for easy publish to ghost with a single click.",
|
||||
"main": "src/main.ts",
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"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"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": {
|
||||
"name": "Jay Nguyen",
|
||||
"email": "jay@nguyens.co",
|
||||
"name": "Southpaw1496",
|
||||
"email": "paw@southpaw1496.me",
|
||||
"url": "https://github.com/jaynguyens/obsidian-ghost-publish"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/jsonwebtoken": "^8.5.8",
|
||||
"@types/jsonwebtoken": "^9.0.2",
|
||||
"@types/markdown-it": "^12.2.3",
|
||||
"@types/node": "^17.0.42",
|
||||
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
||||
"@typescript-eslint/parser": "^5.27.1",
|
||||
"@types/node": "^17.0.45",
|
||||
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
||||
"@typescript-eslint/parser": "^5.60.0",
|
||||
"builtin-modules": "^3.3.0",
|
||||
"esbuild": "0.14.43",
|
||||
"gray-matter": "^4.0.3",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"markdown-it": "^13.0.1",
|
||||
"obsidian": "^0.14.8",
|
||||
"obsidian": "^1.2.8",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.7.3",
|
||||
"gray-matter": "^4.0.3"
|
||||
"typescript": "4.7.3"
|
||||
}
|
||||
}
|
||||
|
||||
1446
pnpm-lock.yaml
generated
Normal file
1446
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user