{ "name": "pandora", "version": "1.0.0", "description": "\"PANDORA\"", "main": "index.js", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "tsc && vite build && vite preview" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "typescript": "^7.0.2", "vite": "^8.1.5" } }