mirror of
https://github.com/stripe/link-cli.git
synced 2026-09-14 16:41:26 +08:00
046557ebda
* WIP * fix totals schema type * Improve copy with dante * fix: formatting * fix: minor path fix * fix: correctly handle update notifier in TTY and non-TTY modes * fix: update package to correct * fix: formatting * fix: improve update notifier
32 lines
690 B
JSON
32 lines
690 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": "./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"
|
|
}
|
|
}
|