mirror of
https://github.com/botpress/skills.git
synced 2026-09-19 05:20:42 +08:00
10 lines
205 B
JSON
10 lines
205 B
JSON
{
|
|
"name": "@botpress/adk-skills",
|
|
"private": true,
|
|
"scripts": {
|
|
"format": "bunx oxfmt@0.41.0 --write .",
|
|
"format:check": "bunx oxfmt@0.41.0 --check ."
|
|
},
|
|
"packageManager": "bun@1.3.14"
|
|
}
|