{
	"name": "@vibecodeapp/backend-sdk",
	"version": "1.0.1",
	"description": "Backend SDK for Vibecode",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"files": [
		"dist",
		"llms.txt"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/vibecode/backend-sdk.git"
	},
	"homepage": "https://github.com/vibecode/backend-sdk#readme",
	"bugs": {
		"url": "https://github.com/vibecode/backend-sdk/issues"
	},
	"license": "MIT",
	"scripts": {
		"build": "tsc",
		"clean": "rm -rf dist",
		"test": "bun test",
		"prepublishOnly": "npm run clean && npm run build"
	},
	"devDependencies": {
		"@types/bun": "^1.2.1",
		"typescript": "^5.9.3"
	},
	"type": "module"
}
