mirror of
https://github.com/stripe/link-cli.git
synced 2026-09-14 16:41:26 +08:00
0991a1d1f1
* upgrade deps sep-26 * add changeset * pnpm biome check fixes
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@stripe/link-cli",
|
|
"version": "0.19.1",
|
|
"type": "module",
|
|
"bin": {
|
|
"link-cli": "./dist/cli.js"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"!dist/sea",
|
|
"postinstall.mjs",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/stripe/link-cli.git",
|
|
"directory": "packages/cli"
|
|
},
|
|
"homepage": "https://github.com/stripe/link-cli#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"build:sea": "tsup --config tsup.sea.config.ts",
|
|
"postinstall": "node postinstall.mjs",
|
|
"prepack": "cp ../../README.md ../../LICENSE .",
|
|
"typecheck": "tsc",
|
|
"test": "vitest run",
|
|
"dev": "tsx src/cli.tsx"
|
|
},
|
|
"dependencies": {
|
|
"conf": "^15.1.0",
|
|
"incur": "^0.5.1",
|
|
"ink": "^7.1.1",
|
|
"ink-spinner": "^5.0.0",
|
|
"mppx": "0.9.2",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^19.2.8",
|
|
"strip-ansi": "^7.2.0",
|
|
"update-notifier": "^7.3.1",
|
|
"viem": "^2.56.3",
|
|
"zod": "^4.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@stripe/link-sdk": "workspace:*",
|
|
"@stripe/link-typescript-config": "workspace:*",
|
|
"@types/node": "^26.4.1",
|
|
"@types/qrcode": "^1.5.6",
|
|
"@types/react": "^19.2.18",
|
|
"@types/update-notifier": "^6.0.8",
|
|
"ink-testing-library": "^4.0.0",
|
|
"tsup": "^8.5.1",
|
|
"tsx": "^4.23.13",
|
|
"typescript": "^7.0.2",
|
|
"vitest": "^5.0.0"
|
|
}
|
|
}
|