Files
stripe__link-cli/package.json
T
qaisjp 3b372f2209 Initial commit
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>
2026-04-23 17:22:09 -04:00

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"
}
}