{
	"name": "@vibrant/generator-default",
	"version": "4.0.4",
	"description": "Default generator that generates the original vibrant palette",
	"author": "crutchcorn",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/Vibrant-Colors/node-vibrant.git",
		"directory": "packages/vibrant-generator-default"
	},
	"homepage": "https://vibrant.dev",
	"funding": {
		"type": "github",
		"url": "https://github.com/sponsors/crutchcorn"
	},
	"scripts": {
		"build": "vite build",
		"test:eslint": "eslint ./src",
		"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
		"test:types:ts53": "node ../../node_modules/typescript53/lib/tsc.js",
		"test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js",
		"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",
		"test:types:ts56": "tsc",
		"test:build": "publint --strict"
	},
	"dependencies": {
		"@vibrant/color": "^4.0.4",
		"@vibrant/generator": "^4.0.4"
	},
	"devDependencies": {
		"@tanstack/vite-config": "^0.4.3",
		"vite": "^7.3.1"
	},
	"type": "module",
	"types": "dist/esm/index.d.ts",
	"main": "dist/cjs/index.cjs",
	"module": "dist/esm/index.js",
	"exports": {
		".": {
			"import": {
				"types": "./dist/esm/index.d.ts",
				"default": "./dist/esm/index.js"
			},
			"require": {
				"types": "./dist/cjs/index.d.cts",
				"default": "./dist/cjs/index.cjs"
			}
		},
		"./package.json": "./package.json"
	},
	"sideEffects": false,
	"files": [
		"dist",
		"src"
	],
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "ed86836150aeef6c8171f1485d5264a6d95ba2c8"
}
