forked from snyk-partners/ai-generated-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 911 Bytes
/
package.json
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": "foo-bar-app",
"version": "1.0.0",
"description": "foo bar app!",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schottsfired/foo-bar-app.git"
},
"keywords": [
"foo",
"bar",
"app"
],
"author": "David Schott",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/schottsfired/foo-bar-app/issues"
},
"homepage": "https://github.com/schottsfired/foo-bar-app#readme",
"devDependencies": {
"@types/csurf": "^1.11.5",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.25",
"@types/supertest": "^6.0.2",
"supertest": "7.0.0"
},
"dependencies": {
"csurf": "^1.11.0",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"helmet": "7.1.0",
"multer": "^1.4.5-lts.1"
}
}