mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +00:00

* refactor: more packages moved to use catalog * chore: version update * refactor: fix a import path
20 lines
324 B
JSON
20 lines
324 B
JSON
{
|
|
"name": "jarvis",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"prepare": "bun setup.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@kksh/supabase": "workspace:*",
|
|
"@kksh/ci": "workspace:*",
|
|
"@types/bun": "latest"
|
|
},
|
|
"dependencies": {
|
|
"valibot": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|