{ "name": "@srjuggernaut-dev/srjuggernaut-panda-preset", "main": "dist/index.js", "type": "module", "files": [ "dist/**/*", "README.md" ], "version": "0.0.11", "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.2.2", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@pandacss/dev": "^1.2.0", "@pandacss/types": "^1.2.0", "@types/bun": "latest", "husky": "^9.1.7", "lint-staged": "^16.1.5", "ts-patch": "^3.3.0", "typescript": "^5", "typescript-transform-paths": "^3.5.5", "vite": "^7.1.7" }, "peerDependencies": { "@pandacss/dev": "^1.2.0", "@radix-ui/colors": "3.0.0" }, "dependencies": {} }