-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 876 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 876 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
{
"name": "api-evangelist-contracts",
"version": "0.1.0",
"description": "Contracts for the API Evangelist platform.",
"main": "dist/core.js",
"types": "dist/core.d.ts",
"dependencies": {
"@aws-sdk/client-s3": "^3.670.0",
"@stoplight/spectral-cli": "^6.1.0",
"@stoplight/spectral-core": "^1.6.1",
"@stoplight/spectral-parsers": "^1.0.1",
"@stoplight/spectral-runtime": "^1.1.0",
"async": "*",
"atob": "^2.1.2",
"aws": "^0.0.3-2",
"aws-sdk": "^2.1430.0",
"btoa": "^1.2.1",
"content-type-parser": "^1.0.2",
"cors": "^2.8.5",
"express": "^4.21.1",
"https": "^1.0.0",
"js-yaml": "^4.1.0",
"mysql": "^2.18.1",
"mysql2": "^3.11.3",
"pool": "*",
"stoa": "^0.0.0",
"typescript": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.4.8",
"serverless-prune-plugin": "^2.0.2"
}
}