-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 841 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 841 Bytes
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
{
"name": "cafekit",
"version": "2.0.0",
"private": true,
"description": "AI Agent templates - Skills, Agents, and Workflows for enhanced coding assistance",
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm -r --parallel dev",
"test": "pnpm -r test",
"clean": "pnpm -r clean && rm -rf node_modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haposoft/cafekit.git"
},
"homepage": "https://github.com/haposoft/cafekit#readme",
"bugs": {
"url": "https://github.com/haposoft/cafekit/issues"
},
"keywords": [
"cafekit",
"ai",
"agent",
"gemini",
"skills",
"templates"
],
"author": "nghialuu",
"license": "MIT",
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^22.13.1",
"typescript": "^5.7.2"
}
}