-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 899 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 899 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "melonjs.org",
"version": "4.0.1",
"description": "official website for melonJS",
"homepage": "https://melonjs.org",
"keywords": [
"2D",
"HTML5",
"javascript",
"TypeScript",
"es6",
"Canvas",
"WebGL",
"WebGL2",
"WebAudio",
"game",
"engine",
"tiled",
"tileset",
"mapeditor"
],
"repository": {
"type": "git",
"url": "https://github.com/melonjs/melonjs.org.git"
},
"license": "MIT",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "prettier --write ./src && rm -rf ./docs && astro build && mv ./dist ./docs"
},
"devDependencies": {
"@astrojs/sitemap": "^3.7.0",
"astro": "^5.18.0",
"node-html-parser": "^7.1.0",
"prettier": "3.8.1",
"prettier-plugin-astro": "^0.14.1"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13"
},
"packageManager": "npm@11.11.0"
}