-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 733 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 733 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
{
"name": "rgbds-live",
"private": true,
"type": "module",
"version": "0.0.1",
"description": "A live RGBDS programming environment in the browser",
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier --write --end-of-line auto ."
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/gbdev/rgbds-live.git"
},
"keywords": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/gbdev/rgbds-live/issues"
},
"homepage": "https://gbdev.io/rgbds-live/",
"devDependencies": {
"ace-builds": "^1.4.12",
"jszip": "^3.10.1",
"lz-string": "^1.5.0",
"prettier": "3.3.3",
"vite": "^6.4.2",
"vite-plugin-static-copy": "^2.3.2"
}
}