mirror of
https://github.com/owainwilliams/umbPublisher.git
synced 2026-07-22 13:00:24 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "umbpublisher",
|
|
"version": "1.1.0",
|
|
"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",
|
|
"@types/node-fetch": "^2.6.12",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"obsidian": "^1.8.7",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"@umbraco/headless-client": "^0.9.0",
|
|
"crypto": "^1.0.1",
|
|
"dotenv": "^16.4.7",
|
|
"gray-matter": "^4.0.3",
|
|
"markdown-it": "^14.1.0",
|
|
"node-fetch": "^2.7.0"
|
|
},
|
|
"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/"
|
|
}
|