mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-12-02 12:27:17 -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.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"http-server": "^0.12.3"
|
|
},
|
|
"scripts": {
|
|
"start": "http-server ."
|
|
},
|
|
"private": true
|
|
}
|