forked from amethystnetwork-dev/Hypertabs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 674 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "hypertabs",
"version": "1.0.0",
"description": "Unofficial Hypertabs easy deployment version with TompHTTP bare server included.",
"type": "module",
"scripts": {
"start": "node src/index.js"
},
"files": ["static", "src", ".gitignore", "app.json", ".replit", "replit.nix", "Procfile"],
"repository": {
"type": "git",
"url": "git+https://github.com/amethystnetwork-dev/Hypertabs"
},
"keywords": ["amethystnetwork-dev"],
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"@tomphttp/bare-server-node": "1.0.4-deps1",
"serve-static": "^1.15.0"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=18.0.0"
}
}