| { |
| "name": "magic-pot-game", |
| "version": "1.0.0", |
| "description": "一个卡通手绘风格的语音交互魔法锅游戏", |
| "main": "index.html", |
| "scripts": { |
| "start": "python -m http.server 8000", |
| "serve": "npx http-server -p 8000 -o", |
| "dev": "npx live-server --port=8000 --open=/index.html" |
| }, |
| "keywords": [ |
| "game", |
| "voice-recognition", |
| "canvas", |
| "javascript", |
| "cartoon", |
| "magic-pot" |
| ], |
| "author": "MagicPot Game Developer", |
| "license": "MIT", |
| "devDependencies": { |
| "http-server": "^14.1.1", |
| "live-server": "^1.2.2" |
| }, |
| "engines": { |
| "node": ">=14.0.0" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/your-username/magic-pot-game.git" |
| }, |
| "bugs": { |
| "url": "https://github.com/your-username/magic-pot-game/issues" |
| }, |
| "homepage": "https://github.com/your-username/magic-pot-game#readme" |
| } |
|
|