{
	"name": "@tiendanube/nube-sdk-ui",
	"version": "0.23.0",
	"description": "Library for building declarative interfaces for NubeSDK",
	"type": "module",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"scripts": {
		"build": "tsup",
		"check": "biome check src/*",
		"check:fix": "biome check --write src/*",
		"test": "vitest run",
		"test:watch": "vitest",
		"test:coverage": "vitest run --coverage"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/TiendaNube/nube-sdk.git"
	},
	"author": "Nuvemshop / Tiendanube",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/TiendaNube/nube-sdk/issues"
	},
	"homepage": "https://nuvemshop.dev/",
	"devDependencies": {
		"@biomejs/biome": "1.8.3",
		"@vitest/coverage-v8": "^3.1.1",
		"tsup": "^8.3.5",
		"typescript": "^5.6.2",
		"vitest": "^3.2.4"
	},
	"peerDependencies": {
		"@tiendanube/nube-sdk-types": "*"
	},
	"files": ["./dist", "README.md", "CHANGELOG.md", "LICENSE"],
	"keywords": ["tiendanube", "nuvemshop", "nube-sdk", "ecommerce", "sdk"]
}
