mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
* Adjusted download links to use new update server * Fixed download links of call to action * Improved package name, since we're now a monorepo
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"name": "website",
|
|
"version": "0.0.1",
|
|
"description": "The official website for hyper.app",
|
|
"dependencies": {
|
|
"serve": "latest"
|
|
},
|
|
"scripts": {
|
|
"start": "serve . -c 5"
|
|
},
|
|
"now": {
|
|
"alias": "hyper.is"
|
|
}
|
|
}
|