{ "name": "@srjuggernaut-dev/panda-preset", "main": "dist/index.js", "type": "module", "files": [ "dist/**/*", "README.md" ], "version": "0.0.17", "scripts": { "prepare": "ts-patch install -s && bun .husky/install.ts", "prepublishOnly": "bun run build", "dev": "tsc -w", "build": "tsc", "lint": "biome check" }, "devDependencies": { "@biomejs/biome": "2.4.11", "@commitlint/cli": "^20.5.0", "@commitlint/config-conventional": "^20.5.0", "@pandacss/dev": "^1.9.1", "@pandacss/types": "^1.9.1", "@types/bun": "latest", "husky": "^9.1.7", "lint-staged": "^16.4.0", "ts-patch": "^3.3.0", "typescript": "^6.0.2", "typescript-transform-paths": "^3.5.6" }, "peerDependencies": { "@pandacss/dev": "^1.4.3", "@radix-ui/colors": "3.0.0" } }