30 lines
933 B
JSON
30 lines
933 B
JSON
{
|
|
"name": "mingle-studio-website",
|
|
"version": "1.0.0",
|
|
"description": "밍글 스튜디오 공식 웹사이트 - 인천 모션캡쳐 전문 스튜디오",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"dev": "npx serve . --listen 8000 --no-clipboard --no-compression --cors",
|
|
"start": "npx serve . --listen 8000 --no-clipboard --no-compression --cors",
|
|
"serve": "npx serve . --listen 8000 --no-clipboard --no-compression --cors",
|
|
"preview": "python -m http.server 8000",
|
|
"python": "python server.py",
|
|
"test": "echo \"웹사이트를 http://localhost:8000 에서 확인하세요\" && npm run dev"
|
|
},
|
|
"keywords": [
|
|
"motion-capture",
|
|
"studio",
|
|
"optitrack",
|
|
"vtuber",
|
|
"3d-animation"
|
|
],
|
|
"author": "밍글 스튜디오",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mingle-studio/website"
|
|
},
|
|
"devDependencies": {
|
|
"serve": "^14.2.0"
|
|
}
|
|
} |