-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
38
39
40
41
42
{
"name": "block-blast-game-appodeal",
"version": "1.0.0",
"description": "Block Blast game with Appodeal integration for monetization",
"main": "block-blast-game.html",
"scripts": {
"start": "python3 -m http.server 8000",
"serve": "python3 -m http.server 8000",
"dev": "python3 -m http.server 8000",
"build": "echo 'No build process needed for HTML5 game'",
"test": "echo 'No tests specified'"
},
"keywords": [
"html5",
"game",
"block-blast",
"appodeal",
"monetization",
"mobile",
"javascript"
],
"author": "Your Name",
"license": "MIT",
"devDependencies": {},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/block-blast-game-appodeal.git"
},
"bugs": {
"url": "https://github.com/yourusername/block-blast-game-appodeal/issues"
},
"homepage": "https://github.com/yourusername/block-blast-game-appodeal#readme",
"engines": {
"node": ">=12.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}