You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
841 B
30 lines
841 B
{ |
|
"name": "scriptorium-obsidian", |
|
"version": "0.1.0", |
|
"description": "Obsidian plugin for creating and publishing Nostr document events", |
|
"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": "Silberengel", |
|
"homepage": "https://gitcitadel.com", |
|
"license": "MIT", |
|
"devDependencies": { |
|
"@types/node": "^20.0.0", |
|
"@typescript-eslint/eslint-plugin": "5.29.0", |
|
"@typescript-eslint/parser": "5.29.0", |
|
"@types/js-yaml": "^4.0.9", |
|
"builtin-modules": "3.3.0", |
|
"esbuild": "0.17.3", |
|
"obsidian": "latest", |
|
"tslib": "2.4.0", |
|
"typescript": "5.3.3" |
|
}, |
|
"dependencies": { |
|
"nostr-tools": "^2.20.0", |
|
"js-yaml": "^4.1.0" |
|
} |
|
}
|
|
|