-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
37 lines (37 loc) · 969 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
{
"name": "benchmark",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "swc src --out-dir dist",
"bench": "npm run build && node dist/samples/compare-libraries.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/H4ad/serverless-adapter.git"
},
"license": "MIT",
"author": {
"name": "Vinícius Lourenço",
"email": "H4ad@users.noreply.github.com",
"url": "https://github.com/H4ad"
},
"dependencies": {
"@h4ad/serverless-adapter": "file:../h4ad-serverless-adapter-0.0.0-development.tgz",
"@swc/cli": "0.5.1",
"@swc/core": "1.3.101",
"@vendia/serverless-express": "4.12.6",
"benchmark": "2.1.4",
"express": "4.21.1",
"serverless-http": "3.2.0",
"stream-mock": "2.0.5"
},
"devDependencies": {
"@types/benchmark": "2.1.5",
"aws-lambda": "1.0.7",
"chokidar": "3.5.3",
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
}