-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 993 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 993 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "repomap",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node src/cli.ts",
"server": "ts-node src/server.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sthuthii/HF-Repo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/sthuthii/HF-Repo/issues"
},
"homepage": "https://github.com/sthuthii/HF-Repo#readme",
"dependencies": {
"@google/generative-ai": "^0.21.0",
"axios": "^1.15.0",
"commander": "^14.0.3",
"cors": "^2.8.6",
"dotenv": "^16.x.x",
"express": "^5.2.1",
"sql.js": "^1.14.1",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
},
"devDependencies": {
"@types/dotenv": "^6.1.1",
"@types/express": "^5.0.6",
"@types/node": "^25.6.0",
"@types/sql.js": "^1.4.11",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.10",
"tailwindcss": "^4.2.2"
}
}