{
	"name": "@spanwise/sdk",
	"version": "0.10.5",
	"description": "TypeScript SDK for Spanwise - monitoring, tracing, and error tracking",
	"type": "module",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"publishConfig": {
		"access": "public"
	},
	"exports": {
		".": {
			"import": "./dist/index.js",
			"types": "./dist/index.d.ts"
		},
		"./instrument": {
			"import": "./dist/instrument/index.js",
			"types": "./dist/instrument/index.d.ts"
		}
	},
	"files": ["dist"],
	"scripts": {
		"build": "tsc",
		"dev": "tsc --watch",
		"clean": "rm -rf dist",
		"generate-types": "openapi-typescript http://localhost:3000/openapi.json -o src/types.generated.ts"
	},
	"keywords": ["spanwise", "monitoring", "tracing", "observability", "apm"],
	"license": "MIT",
	"peerDependencies": {
		"@aws-sdk/smithy-client": ">=3.0.0",
		"@prisma/client": ">=5.0.0",
		"hono": ">=4.0.0"
	},
	"peerDependenciesMeta": {
		"@aws-sdk/smithy-client": {
			"optional": true
		},
		"@prisma/client": {
			"optional": true
		},
		"hono": {
			"optional": true
		}
	},
	"devDependencies": {
		"@types/node": "^22.0.0",
		"hono": "^4.0.0",
		"openapi-typescript": "^7.4.4",
		"typescript": "^5.7.2"
	}
}
