forked from matrushka/ollama-ai-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.69 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
41
42
43
44
45
46
47
48
49
{
"private": true,
"scripts": {
"build": "pnpm --filter ollama-ai-provider run build",
"changeset": "changeset",
"clean": "pnpm --filter ollama-ai-provider run clean",
"dev": "pnpm --filter ollama-ai-provider run dev",
"prepare": "husky",
"lint": "pnpm --filter ollama-ai-provider run lint",
"type-check": "pnpm --filter ollama-ai-provider run type-check",
"prettier-check": "pnpm --filter ollama-ai-provider run prettier-check",
"test": "pnpm --filter ollama-ai-provider run test",
"ci:release": "pnpm clean && pnpm build && changeset publish",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sort": "^3.0.2",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"homepage": "https://github.com/sgomez/ollama-ai-provider",
"repository": {
"type": "git",
"url": "git+https://github.com/sgomez/ollama-ai-provider.git"
},
"bugs": {
"url": "https://github.com/sgomez/ollama-ai-provider/issues"
},
"keywords": [
"ai"
],
"author": "Sergio Gómez Bachiller <decano@gmail.com>",
"license": "Apache-2.0"
}