mirror of
https://github.com/owainwilliams/umbPublisher.git
synced 2026-07-22 13:00:24 +00:00
31 lines
898 B
JSON
31 lines
898 B
JSON
{
|
|
"name": "umbpublisher",
|
|
"version": "1.5.1",
|
|
"description": "Send Obsidian Notes to Umbraco CMS via Management API",
|
|
"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"
|
|
},
|
|
"keywords": [],
|
|
"author": "Owain Williams",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.18.126",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"esbuild": "^0.28.1",
|
|
"obsidian": "^1.8.7",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/OwainWilliams/umbPublisher.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/OwainWilliams/umbPublisher/issues"
|
|
},
|
|
"homepage": "https://github.com/OwainWilliams/umbPublisher/"
|
|
}
|