{
	"name": "classick",
	"version": "0.5.0",
	"description": "Classick",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"type": "module",
	"scripts": {
		"prepublish": "yarn build",
		"build": "rm -rf ./dist/ && tsc && cp -r ./src/assets ./dist/assets",
		"test": "vitest"
	},
	"files": [
		"/dist"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/varvolta/classick.git"
	},
	"keywords": [
		"ui",
		"framework",
		"classick",
		"classic"
	],
	"author": "Vahe Arzumanyan",
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/varvolta/classick/issues"
	},
	"homepage": "https://github.com/varvolta/classick#readme",
	"devDependencies": {
		"typescript": "^5.5.4",
		"vitest": "^2.0.5"
	}
}
