UNPKG

@vanakat/plugin-api

Version:

Obsidian helper for inter-plugin API communication

33 lines (32 loc) 831 B
{ "name": "@vanakat/plugin-api", "version": "0.2.1", "description": "Obsidian helper for inter-plugin API communication", "main": "index.js", "types": "index.d.ts", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/vanakat/plugin-api.git" }, "keywords": [ "obsidian", "obsidian-plugin", "obsidian-api", "typescript" ], "author": "Shmavon Gazanchyan <sgazanchyan@gmail.com> (https://github.com/MunGell)", "license": "MIT", "bugs": { "url": "https://github.com/vanakat/plugin-api/issues" }, "homepage": "https://github.com/vanakat/plugin-api#readme", "dependencies": { "@typescript-eslint/eslint-plugin": "^7.13.0", "@typescript-eslint/parser": "^7.13.0", "obsidian": "^1.5.7-1", "typescript": "5.4.5" } }