-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 916 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 916 Bytes
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
{
"name": "emoji-game",
"version": "1.0.0",
"description": "An interactive game where you catch good emojis and avoid bad ones to score points. Experience dynamic gameplay with responsive audio-visual effects, automatic pause/resume functionality, and YaGames SDK integration for enhanced features like gameplay tracking and leaderboard submissions.",
"main": "script.js",
"devDependencies": {
"@yandex-games/sdk-dev-proxy": "^0.0.1"
},
"dependencies": {
"vite-plugin-static-copy": "^2.2.0",
"@types/node": "^22.13.1",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vite-plugin-html": "^3.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build",
"build-with-sdk": "set \"INCLUDE_SDK=true\" && vite build",
"dev": "vite"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module"
}