Bothen commited on
Commit
e7730a6
·
verified ·
1 Parent(s): 0679865

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +42 -0
package.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "clewd",
3
+ "version": "4.8",
4
+ "description": "",
5
+ "main": "clewd.js",
6
+ "engines": {
7
+ "node": ">=20.4.0"
8
+ },
9
+ "scripts": {
10
+ "run": "node clewd.js"
11
+ },
12
+ "keywords": [
13
+ "doom",
14
+ "coom"
15
+ ],
16
+ "author": {
17
+ "name": "ahsk",
18
+ "url": "https://gitgud.io/ahsk"
19
+ },
20
+ "contributors": [
21
+ {
22
+ "name": "ahsk",
23
+ "url": "https://gitgud.io/ahsk"
24
+ },
25
+ {
26
+ "name": "h-a-s-k",
27
+ "url": "https://github.com/h-a-s-k"
28
+ }
29
+ ],
30
+ "homepage": "https://rentry.org/teralomaniac_clewd",
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "git+https://github.com/teralomaniac/clewd.git"
34
+ },
35
+ "bugs": {
36
+ "url": "https://gitgud.io/ahsk/clewd/-/issues"
37
+ },
38
+ "dependencies": {
39
+ "localtunnel": "^2.0.2",
40
+ "@anthropic-ai/tokenizer": "^0.0.4"
41
+ }
42
+ }