forked from opensearch-project/opensearch-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 KB
/
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
38
39
{
"name": "opensearch-ci-stack",
"version": "0.3.0",
"bin": {
"ci": "bin/ci-stack.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"postbuild": "eslint --fix \"bin/**/*.ts\" \"lib/**/*.ts\" \"test/**/*.ts\" --ignore-pattern \"**/*.d.ts\" && jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/js-yaml": "^4.0.5",
"@types/node": "10.17.27",
"aws-cdk-lib": "2.37.1",
"constructs": "10.1.67",
"jest": "^26.4.2",
"ts-jest": "^26.2.0",
"ts-node": "^9.0.0",
"typescript": "~3.9.7"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"aws-cdk-lib": "2.37.1",
"cdk-ec2-key-pair": "3.3.1",
"constructs": "10.1.67",
"esbuild": "^0.14.43",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"js-yaml": "^4.1.0",
"npm-check-updates": "^16.3.4",
"set-value": ">=4.0.1",
"source-map-support": "^0.5.16"
}
}