forked from cosmicoptima/loom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "obsidian-loom",
"version": "1.22.4",
"description": "Loom in Obsidian",
"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": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"eslint": "^8.35.0",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.20.0",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.9.3",
"@types/lodash": "^4.14.191",
"@types/roman-numerals": "^0.3.0",
"azure-openai": "^0.9.4",
"cohere-ai": "^6.1.0",
"gpt-tokenizer": "^2.1.1",
"openai": "^3.2.0",
"roman-numerals": "^0.3.2",
"untildify": "^4.0.0",
"uuid": "^9.0.0"
}
}