-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 1.71 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "aws-cdk-billing-alarm",
"author": {
"name": "Alvyn Le",
"email": "[email protected]"
},
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/alvyn279/aws-cdk-billing-alarm.git"
},
"license": "MIT",
"keywords": [
"aws",
"cdk",
"constructs",
"billing",
"alarm",
"billing-alarm",
"aws-cdk-billing-alarm"
],
"scripts": {
"build": "jsii",
"build:watch": "jsii --watch",
"cdk": "cdk",
"lint": "eslint . --ext .ts",
"package": "jsii-pacmak",
"test": "jest"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"devDependencies": {
"@aws-cdk/assert": "^2.3.0",
"@types/jest": "^26.0.10",
"@types/node": "10.17.27",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"aws-cdk-lib": "^2.3.0",
"constructs": "^10.0.13",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.0.0",
"hosted-git-info": ">=2.8.9",
"jest": "^26.4.2",
"jsii": "^1.50.0",
"jsii-pacmak": "^1.50.0",
"ts-jest": "^26.2.0",
"typescript": "~3.9.7",
"xmldom": ">=0.5.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.3.0",
"constructs": "^10.0.13"
},
"stability": "stable",
"jsii": {
"outdir": "dist",
"versionFormat": "short",
"targets": {
"python": {
"distName": "aws-cdk-billing-alarm",
"module": "aws-cdk-billing-alarm.core"
}
}
},
"dependencies": {}
}