-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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
{
"name": "app",
"version": "1.0.0",
"description": "VishwaGuru is an AI-powered platform designed to help users analyze civic issues and generate actionable solutions using modern web technologies and AI models.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "jest",
"start": "ts-node scheduler/dailyRefinementJob.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RohanExploit/VishwaGuru.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"node-cron": "^3.0.3",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@babel/preset-env": "^7.29.2",
"@babel/preset-react": "^7.28.5",
"@playwright/test": "^1.59.1",
"@types/jest": "^29.5.14",
"@types/node": "^20.11.24",
"@types/node-cron": "^3.0.11",
"@types/sqlite3": "^3.1.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.3.0",
"jest-util": "^30.3.0",
"ts-jest": "^29.4.9",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}