-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 1012 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
{
"name": "@epilot/aws-lambda-utility-middlewares",
"version": "0.0.1",
"description": "AWS Lambda Utility Middlewares",
"repository": {
"type": "git",
"url": "git+https://github.com/epilot-dev/aws-lambda-utility-middlewares.git#main"
},
"author": "João Pinho <[email protected]>",
"contributors": [
"João Pinho(https://github.com/jpinho)",
"Diogo Marques(https://github.com/JoFont)",
"Alexandre Marques(https://github.com/alexmarqs)"
],
"scripts": {
"clean": "pnpm -r clean",
"test": "pnpm -r test",
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"typecheck": "pnpm -r typecheck",
"lint:repo": "pnpm dlx oxlint@latest",
"format": "biome format --write ."
},
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}