diff options
| author | Dax Raad <[email protected]> | 2025-09-26 02:01:08 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-26 02:01:19 -0400 |
| commit | ea21bfd3c6071597602b3b938f47a4960a0b7217 (patch) | |
| tree | 96e8afbd1572f8ca7195528e09ac33aabccc1df3 /package.json | |
| parent | 22d5be9bf8e64af88bbcc7e6984e3bf5efa77142 (diff) | |
| download | opencode-ea21bfd3c6071597602b3b938f47a4960a0b7217.tar.gz opencode-ea21bfd3c6071597602b3b938f47a4960a0b7217.zip | |
ci: ignore
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package.json b/package.json index 99baee943..c94b2746f 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "scripts": { "dev": "bun run --conditions=development packages/opencode/src/index.ts", "typecheck": "bun turbo typecheck", - "generate": "(cd packages/sdk && ./js/script/generate.ts) && (cd packages/sdk/stainless && ./generate.ts)", - "postinstall": "./script/hooks" + "prepare": "husky" }, "workspaces": { "packages": [ @@ -31,10 +30,8 @@ "solid-js": "1.9.9" } }, - "dependencies": { - "pulumi-stripe": "0.0.24" - }, "devDependencies": { + "husky": "9.1.7", "prettier": "3.6.2", "sst": "3.17.13", "turbo": "2.5.6" |
