chain-depict/package.json

23 lines
470 B
JSON

{
"name": "chain-depict",
"version": "0.0.0",
"type": "module",
"main": "main.js",
"author": {
"name": "Laniakea Supercluster",
"email": "huan0016@gmail.com"
},
"license": "MIT",
"scripts": {
"dev": "vite --open",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^5.0.8"
},
"repository": {
"type": "git",
"url": "https://git.satori.love/LaniakeaSupercluster/chain-depict.git"
}
}