-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.06 KB
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
{
"name": "image-optimisation-module",
"scripts": {
"watch": "npx projen watch",
"start": "bun src/index.ts",
"build": "bun run build.mjs",
"lint": "eslint . --ext .ts",
"format": "prettier --write \"**/*.ts\"",
"start:node": "node terraform/templates/index.js"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.131",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"bun-plugin-dts": "^0.2.1",
"bun-ts-projen": "0.0.20",
"bun-types": "^1.0.25",
"eslint": "^8",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.2.4"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.499.0",
"axios": "^1.7.2",
"pino": "^8.17.2",
"sharp": "^0.33.2"
},
"main": "lib/index.js",
"license": "Apache-2.0",
"version": "0.0.0",
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}