aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 29 insertions, 0 deletions
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"
+ }
+}