From c38d70c1752234bfc041c7fd5d762eec83cfbb9b Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Thu, 2 Nov 2023 23:55:13 +0200 Subject: First commit --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..84be998 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "ollama-logseq", + "version": "0.0.1", + "description": "Integrate ollama with logseq and utilizing local LLMs", + "main": "dist/index.html", + "targets": { + "main": false + }, + "default": "dist/index.html", + "repository": { + "type": "git", + "url": "https://github.com/omagdy7/ollama-logseq" + }, + "author": "Logseq", + "scripts": { + "dev": "parcel ./index.html --public-url ./", + "build": "parcel build --public-url . --no-source-maps index.html" + }, + "license": "MIT", + "logseq": { + "id": "_rw0rys037" + }, + "dependencies": { + "@logseq/libs": "^0.0.1-alpha.22" + }, + "devDependencies": { + "parcel": "^2.0.0" + } +} -- cgit v1.2.3