forked from teralomaniac/clewd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 711 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 711 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
26
27
28
{
"name": "clewd",
"version": "3.4",
"description": ":^)",
"main": "clewd.js",
"engines": {
"node": ">=20.4"
},
"scripts": {
"run": "node clewd.js"
},
"keywords": [
"doom",
"coom"
],
"author": { "name": "ahsk", "url": "https://gitgud.io/ahsk" },
"contributors": [{ "name": "ahsk", "url": "https://gitgud.io/ahsk" }, { "name": "h-a-s-k", "url": "https://github.com/h-a-s-k" }],
"homepage": "https://rentry.org/teralomaniac_clewd",
"repository": {
"type": "git",
"url": "git+https://github.com/teralomaniac/clewd.git"
},
"bugs": {
"url": "https://gitgud.io/ahsk/clewd/-/issues"
},
"dependencies": {"localtunnel": "^2.0.2"},
"devDependencies": {}
}