IRC_Client/package.json

22 lines
340 B
JSON

{
"name": "gamja",
"dependencies": {
"htm": "^3.0.4",
"linkifyjs": "^3.0.2",
"preact": "^10.5.9"
},
"devDependencies": {
"http-server": "^13.0.2"
},
"scripts": {
"start": "http-server ."
},
"private": true,
"targets": {
"default": {
"source": "index.html",
"publicUrl": "."
}
}
}