-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 942 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 942 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
36
{
"name": "@aligent/cdk-esbuild",
"version": "2.5.4",
"description": "Esbuild implementation for CDK",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/aligent/cdk-constructs.git"
},
"bugs": {
"url": "https://github.com/aligent/cdk-constructs/issues"
},
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/esbuild#readme",
"scripts": {
"build": "tsc",
"test": "npx nx test esbuild",
"lint": "npx nx lint esbuild"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/node": "^20.19.37",
"aws-cdk": "^2.1019.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"dependencies": {
"aws-cdk-lib": "^2.201.0",
"constructs": "^10.5.0",
"esbuild": "^0.18.0",
"source-map-support": "^0.5.21"
}
}