mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
15 lines
243 B
JSON
15 lines
243 B
JSON
{
|
|
"name": "gamja",
|
|
"dependencies": {
|
|
"anchorme": "^2.1.2",
|
|
"htm": "^3.0.4",
|
|
"preact": "^10.5.9"
|
|
},
|
|
"devDependencies": {
|
|
"http-server": "^0.12.3"
|
|
},
|
|
"scripts": {
|
|
"start": "http-server ."
|
|
},
|
|
"private": true
|
|
}
|