File size: 891 Bytes
ab5909a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "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"
}