mingle-website/package.json
68893236+KINDNICK@users.noreply.github.com 30cd06e9d6 feat: setup i18n build script and SEO optimizations
2026-03-01 14:56:52 +09:00

32 lines
998 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",
"build:i18n": "node build_i18n.js"
},
"keywords": [
"motion-capture",
"studio",
"optitrack",
"vtuber",
"3d-animation"
],
"author": "밍글 스튜디오",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mingle-studio/website"
},
"devDependencies": {
"cheerio": "^1.2.0",
"serve": "^14.2.0"
}
}