-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.52 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.52 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "genaihack",
"version": "1.0.0",
"description": "This project is a Python-based server that bridges GitHub's Dependabot vulnerability alerts directly into your Cursor IDE. It allows for real-time notifications and AI-assisted remediation of security vulnerabilities the moment they are detected.",
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "biome check --write",
"dev": "pnpm --filter app-core dev",
"build": "pnpm --filter app-core build",
"start": "pnpm --filter app-core start",
"test": "jest",
"test2": "NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.js",
"test:watch": "jest --watch",
"buildStart": "next build && next start",
"prepare": "husky",
"format": "prettier --write ./packages/app-core"
},
"dependencies": {
"@convex-dev/better-auth": "^0.9.7",
"better-auth": "1.3.27",
"convex": "^1.28.0",
"copy-webpack-plugin": "^12.0.2",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@swc/core": "^1.10.9",
"@swc/jest": "^0.2.37",
"@tanstack/match-sorter-utils": "^8.19.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@tsconfig/node20": "^20.1.4",
"@types/bcryptjs": "^2.4.2",
"@types/crypto-js": "^4.2.2",
"@types/eslint": "^8.21.3",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.2",
"@types/leaflet": "^1.9.3",
"@types/lodash": "^4.17.15",
"@types/node": "^22.5.1",
"@types/prettier": "^2.7.2",
"@types/react": "^19.0.0",
"@types/react-dom": "19.0.4",
"@types/react-signature-canvas": "^1.0.5",
"@types/react-slick": "^0.23.12",
"@types/speakeasy": "^2.0.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^8.24.0",
"anchor-pki": "^0.3.2",
"autoprefixer": "^10.4.16",
"constructs": "10.3.0",
"dotenv": "^16.4.7",
"dotenv-cli": "latest",
"encoding": "^0.1.13",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.31",
"prettier": "^3.6.2",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "5.8.2",
"whatwg-fetch": "^3.6.20"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}