mirror of
https://git.sr.ht/~emersion/gamja
synced 2025-04-11 14:34:29 -04:00
10 lines
147 B
JSON
10 lines
147 B
JSON
{
|
|
"name": "gamja",
|
|
"devDependencies": {
|
|
"http-server": "^0.12.3"
|
|
},
|
|
"scripts": {
|
|
"start": "http-server ."
|
|
},
|
|
"private": true
|
|
}
|