mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
12 lines
202 B
JSON
12 lines
202 B
JSON
|
|
{
|
||
|
|
"name": "hyper-website",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"description": "The official website for hyper.app",
|
||
|
|
"dependencies": {
|
||
|
|
"serve": "latest"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"start": "serve . -c 5"
|
||
|
|
}
|
||
|
|
}
|