22 lines
369 B
JSON
22 lines
369 B
JSON
{
|
|
"name": "farm",
|
|
"version": "1.0.0",
|
|
"description": "农场",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.satori.love:LaniakeaSupercluster/farm.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"vite": "^6.3.5"
|
|
},
|
|
"dependencies": {
|
|
"three": "^0.176.0"
|
|
}
|
|
}
|