mirror of
https://github.com/upstash/skills.git
synced 2026-09-17 14:20:06 +08:00
14 lines
259 B
JSON
14 lines
259 B
JSON
{
|
|
"name": "upstash-skills",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs",
|
|
"check": "node scripts/build.mjs && node scripts/check.mjs"
|
|
},
|
|
"dsh": {
|
|
"bundle": {
|
|
"patch": "./.dsh-plugin/cordis.patch.yml"
|
|
}
|
|
}
|
|
}
|