-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 821 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 821 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
{
"private": true,
"name": "@types/express",
"version": "5.0.9999",
"projects": [
"http://expressjs.com"
],
"dependencies": {
"@types/body-parser": "*",
"@types/express-serve-static-core": "^5.0.0",
"@types/serve-static": "^2"
},
"devDependencies": {
"@types/express": "workspace:.",
"@types/node": "*"
},
"owners": [
{
"name": "Boris Yankov",
"githubUsername": "borisyankov"
},
{
"name": "Puneet Arora",
"githubUsername": "puneetar"
},
{
"name": "Dylan Frankland",
"githubUsername": "dfrankland"
},
{
"name": "Sebastian Beltran",
"githubUsername": "bjohansebas"
}
]
}