diff --git a/package.json b/package.json
index 794be5c6..28833e92 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@anthropic-ai/sdk",
   "version": "0.9.1",
-  "description": "Client library for the Anthropic API",
+  "description": "The official TypeScript library for the Anthropic API",
   "author": "Anthropic <support@anthropic.com>",
   "types": "dist/index.d.ts",
   "main": "dist/index.js",
@@ -9,6 +9,45 @@
   "repository": "github:anthropics/anthropic-sdk-typescript",
   "license": "MIT",
   "private": false,
+  "scripts": {
+    "test": "bin/check-test-server && yarn jest",
+    "build": "bash ./build",
+    "prepack": "echo 'to pack, run yarn build && (cd dist; yarn pack)' && exit 1",
+    "prepublishOnly": "echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1",
+    "format": "prettier --write --cache  --cache-strategy metadata . !dist",
+    "prepare": "npm run build",
+    "tsn": "ts-node -r tsconfig-paths/register",
+    "lint": "eslint --ext ts,js .",
+    "fix": "eslint --fix --ext ts,js ."
+  },
+  "dependencies": {
+    "@types/node": "^18.11.18",
+    "@types/node-fetch": "^2.6.4",
+    "abort-controller": "^3.0.0",
+    "agentkeepalive": "^4.2.1",
+    "digest-fetch": "^1.3.0",
+    "form-data-encoder": "1.7.2",
+    "formdata-node": "^4.3.2",
+    "node-fetch": "^2.6.7",
+    "web-streams-polyfill": "^3.2.1"
+  },
+  "devDependencies": {
+    "@types/jest": "^29.4.0",
+    "@typescript-eslint/eslint-plugin": "^6.7.0",
+    "@typescript-eslint/parser": "^6.7.0",
+    "@anthropic-ai/sdk": "file:.",
+    "eslint": "^8.49.0",
+    "eslint-plugin-prettier": "^4.0.0",
+    "eslint-plugin-unused-imports": "^2.0.0",
+    "jest": "^29.4.0",
+    "prettier": "rattrayalex/prettier#postfix-ternaries",
+    "ts-jest": "^29.1.0",
+    "ts-morph": "^19.0.0",
+    "ts-node": "^10.5.0",
+    "tsc-multi": "^1.1.0",
+    "tsconfig-paths": "^4.0.0",
+    "typescript": "^4.8.2"
+  },
   "sideEffects": [
     "./_shims/index.js",
     "./_shims/index.mjs",
@@ -74,43 +113,5 @@
       "require": "./dist/*.js",
       "default": "./dist/*.mjs"
     }
-  },
-  "scripts": {
-    "test": "bin/check-test-server && yarn jest",
-    "build": "bash ./build",
-    "prepack": "echo 'to pack, run yarn build && (cd dist; yarn pack)' && exit 1",
-    "prepublishOnly": "echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1",
-    "format": "prettier --write --cache  --cache-strategy metadata . !dist",
-    "tsn": "ts-node -r tsconfig-paths/register",
-    "lint": "eslint --ext ts,js .",
-    "fix": "eslint --fix --ext ts,js ."
-  },
-  "dependencies": {
-    "@types/node": "^18.11.18",
-    "@types/node-fetch": "^2.6.4",
-    "abort-controller": "^3.0.0",
-    "agentkeepalive": "^4.2.1",
-    "digest-fetch": "^1.3.0",
-    "form-data-encoder": "1.7.2",
-    "formdata-node": "^4.3.2",
-    "node-fetch": "^2.6.7",
-    "web-streams-polyfill": "^3.2.1"
-  },
-  "devDependencies": {
-    "@types/jest": "^29.4.0",
-    "@typescript-eslint/eslint-plugin": "^6.7.0",
-    "@typescript-eslint/parser": "^6.7.0",
-    "@anthropic-ai/sdk": "link:.",
-    "eslint": "^8.49.0",
-    "eslint-plugin-prettier": "^4.0.0",
-    "eslint-plugin-unused-imports": "^2.0.0",
-    "jest": "^29.4.0",
-    "prettier": "rattrayalex/prettier#postfix-ternaries",
-    "ts-jest": "^29.1.0",
-    "ts-morph": "^19.0.0",
-    "ts-node": "^10.5.0",
-    "tsc-multi": "^1.1.0",
-    "tsconfig-paths": "^4.0.0",
-    "typescript": "^4.8.2"
   }
 }
diff --git a/scripts/make-dist-package-json.cjs b/scripts/make-dist-package-json.cjs
index 8c5889fa..b0ee528a 100644
--- a/scripts/make-dist-package-json.cjs
+++ b/scripts/make-dist-package-json.cjs
@@ -16,5 +16,6 @@ for (const key of ['types', 'main', 'module']) {
 delete pkgJson.devDependencies;
 delete pkgJson.scripts.prepack;
 delete pkgJson.scripts.prepublishOnly;
+delete pkgJson.scripts.postinstall;
 
 console.log(JSON.stringify(pkgJson, null, 2));
diff --git a/yarn.lock b/yarn.lock
index e6a8cd37..55e153f2 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -22,9 +22,18 @@
   dependencies:
     tslib "^2.2.0"
 
-"@anthropic-ai/sdk@link:.":
-  version "0.0.0"
-  uid ""
+"@anthropic-ai/sdk@file:.":
+  version "0.9.1"
+  dependencies:
+    "@types/node" "^18.11.18"
+    "@types/node-fetch" "^2.6.4"
+    abort-controller "^3.0.0"
+    agentkeepalive "^4.2.1"
+    digest-fetch "^1.3.0"
+    form-data-encoder "1.7.2"
+    formdata-node "^4.3.2"
+    node-fetch "^2.6.7"
+    web-streams-polyfill "^3.2.1"
 
 "@babel/code-frame@7.18.6":
   version "7.18.6"