-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 833 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 833 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
{
"name": "cryptomkt-bot",
"version": "0.1.0",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"source-map-support": "^0.5.16"
},
"devDependencies": {
"@aws-cdk/core": "^1.96.0",
"@aws-cdk/assert": "^1.96.0",
"@aws-cdk/aws-apigateway": "^1.96.0",
"@aws-cdk/aws-dynamodb": "^1.96.0",
"@aws-cdk/aws-iam": "^1.96.0",
"@aws-cdk/aws-lambda": "^1.96.0",
"@aws-cdk/aws-lambda-event-sources": "^1.96.0",
"@aws-cdk/aws-sns": "^1.96.0",
"@aws-cdk/aws-sqs": "^1.96.0",
"@types/jest": "^25.2.1",
"@types/node": "10.17.5",
"aws-cdk": "^1.96.0",
"husky": "^4.2.5",
"jest": "^26.6.3",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"ts-jest": "^25.3.1",
"ts-node": "^8.1.0",
"typescript": "~3.7.2"
}
}