aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 84be998700ec9421005598f01fb946612f29d1d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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"
  }
}