-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.55 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.55 KB
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
{
"name": "genkit-python-samples",
"version": "1.0.0",
"description": "Genkit Python samples and UI component library",
"private": true,
"scripts": {
"test": "pnpm -r run test",
"test:coverage": "pnpm --filter genkit-chat-ui run test:coverage",
"lint": "pnpm -r run lint",
"lint:root": "biome lint .",
"lint:fix": "pnpm -r run lint:fix",
"format": "pnpm -r run format",
"format:check": "pnpm -r run format:check",
"format:biome-check": "pnpm -r run format:check",
"check": "pnpm -r run check",
"check:fix": "pnpm -r run check:fix",
"build": "pnpm -r run build",
"storybook": "pnpm --filter @genkit-ai/vibe run storybook",
"storybook:chat": "pnpm --filter genkit-chat-ui run storybook",
"license:check": "license-checker --production --onlyAllow 'MIT;Apache-2.0;ISC;BSD-2-Clause;BSD-3-Clause;0BSD;CC0-1.0;Unlicense;Python-2.0;WTFPL' --excludePrivatePackages",
"license:summary": "license-checker --production --summary"
},
"keywords": [
"genkit",
"ai",
"chat",
"angular"
],
"author": "Google LLC",
"license": "Apache-2.0",
"packageManager": "pnpm@10.4.1",
"devDependencies": {
"@biomejs/biome": "^2.3.14",
"license-checker": "^25.0.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@compodoc/compodoc",
"@parcel/watcher",
"core-js",
"esbuild",
"lmdb",
"msgpackr-extract"
]
}
}