{ "name": "nychthemeron", "version": "0.0.0", "devDependencies": { "@tsconfig/node24": "^24.0.4", "@types/jsdom": "^28.0.3", "@types/node": "^25.9.3", "@vitejs/plugin-vue": "^6.0.7", "@vitest/coverage-v8": "^4.1.8", "@vitest/eslint-plugin": "^1.6.20", "@vue/eslint-config-typescript": "^14.8.0", "@vue/test-utils": "^2.4.11", "@vue/tsconfig": "^0.9.1", "eslint": "^10.4.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-oxlint": "~1.69.0", "eslint-plugin-vue": "~10.9.2", "jiti": "^2.7.0", "jsdom": "^29.1.1", "npm-run-all2": "^9.0.1", "oxlint": "~1.69.0", "playwright": "^1.60.0", "prettier": "3.8.4", "typescript": "~6.0.3", "vite": "^8.0.16", "vite-plugin-vue-devtools": "^8.1.2", "vitest": "^4.1.8", "vue": "^3.5.38", "vue-tsc": "^3.3.4" }, "engines": { "node": "^20.19.0 || >=22.12.0" }, "private": true, "scripts": { "dev": "cd packages/playground && bun run dev", "build:dev": "cd packages/library && bun run build ", "build": "cd packages/library && bun run build && cd ../playground && bun run build", "preview": "cd packages/playground && bun run preview", "test:unit": "cd packages/library && bun run test:unit", "type-check": "vue-tsc --build", "lint": "eslint packages/*/src --fix", "format": "prettier --write --experimental-cli packages/*/src", "test": "vitest --config packages/library/vitest.config.ts" }, "type": "module", "workspaces": [ "packages/*" ] }