-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 860 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 860 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
{
"name": "unsecuredapikeys-opensource",
"version": "1.0.0",
"description": "A comprehensive platform for discovering, validating, and tracking unsecured API keys across various code repositories and platforms",
"repository": {
"type": "git",
"url": "https://github.com/TSCarterJr/UnsecuredAPIKeys-OpenSource.git"
},
"homepage": "https://github.com/TSCarterJr/UnsecuredAPIKeys-OpenSource",
"bugs": {
"url": "https://github.com/TSCarterJr/UnsecuredAPIKeys-OpenSource/issues"
},
"license": "MIT",
"author": "TSCarterJr",
"private": true,
"dependencies": {
"@sentry/nextjs": "^9.35.0",
"@sentry/react": "^9.35.0",
"@types/node": "^24.0.10",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"next": "^15.3.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"typescript": "^5.8.3"
}
}