mirror of
https://github.com/stripe/link-cli.git
synced 2026-09-14 16:41:26 +08:00
3b372f2209
Co-authored-by: ben-davis <2607068+ben-davis@users.noreply.github.com> Co-authored-by: bensnell-stripe <47830399+bensnell-stripe@users.noreply.github.com> Co-authored-by: danhilltech <876990+danhilltech@users.noreply.github.com> Co-authored-by: kreese-stripe <215516483+kreese-stripe@users.noreply.github.com> Co-authored-by: qaisjp <923242+qaisjp@users.noreply.github.com> Co-authored-by: raubrey-stripe <185865758+raubrey-stripe@users.noreply.github.com> Co-authored-by: shirleyz-stripe <264516373+shirleyz-stripe@users.noreply.github.com> Co-authored-by: sjkaliski <602845+sjkaliski@users.noreply.github.com>
29 lines
675 B
JSON
29 lines
675 B
JSON
{
|
|
"name": "@stripe/link-cli",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo watch build",
|
|
"typecheck": "turbo run typecheck",
|
|
"test": "turbo run test",
|
|
"lint": "biome lint .",
|
|
"format": "biome format --write .",
|
|
"check": "biome check --write .",
|
|
"link-cli": "node packages/cli/dist/cli.js"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@changesets/cli": "^2.30.0",
|
|
"turbo": "^2.9.3",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.32.1",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild"]
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|