Files
stripe__link-cli/package.json
T
Dan Hill 046557ebda Docs, skill improvements 2026-05-03 (#68)
* 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
2026-05-04 17:49:03 -04:00

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