18 lines
486 B
JSON
18 lines
486 B
JSON
{
|
|
"name": "pandora",
|
|
"version": "1.0.0",
|
|
"description": "<img width=\"1920\" height=\"auto\" alt=\"PANDORA\" src=\"https://github.com/user-attachments/assets/d9d7ba36-4510-47e1-8c49-b1977a26c448\" />",
|
|
"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"
|
|
}
|
|
}
|