-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.79 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "@hello.nrfcloud.com/map-backend",
"version": "0.0.0-development",
"description": "Cloud backend for hello.nrfcloud.com/map developed using AWS CDK in TypeScript",
"type": "module",
"scripts": {
"test": "npx globstar -- npx tsx --test --test-reporter spec \"!(dist|node_modules)/**/*.spec.ts\"",
"test:e2e": "npx tsx --no-warnings ./feature-runner/run-features.ts > e2e-test-result.json && cat e2e-test-result.json | npx tsx --no-warnings ./feature-runner/console-reporter.ts --only-failed --with-timestamps",
"prepare": "husky && check-node-version --package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hello-nrfcloud/map-backend.git"
},
"bugs": {
"url": "https://github.com/hello-nrfcloud/map-backend/issues"
},
"homepage": "https://github.com/hello-nrfcloud/map-backend#readme",
"keywords": [
"nordicsemiconductor",
"cellular-iot",
"hello-nrfcloud",
"aws",
"cdk"
],
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"devDependencies": {
"@aws-sdk/client-acm": "3.699.0",
"@aws-sdk/client-cloudwatch-logs": "3.703.0",
"@aws-sdk/client-dynamodb": "3.699.0",
"@aws-sdk/client-ecr": "3.699.0",
"@aws-sdk/client-iot-data-plane": "3.699.0",
"@aws-sdk/client-route-53": "3.699.0",
"@bifravst/aws-cdk-ecr-helpers": "1.3.36",
"@bifravst/aws-cdk-lambda-helpers": "2.2.23",
"@bifravst/aws-ssm-settings-helpers": "1.2.73",
"@bifravst/bdd-markdown": "8.2.42",
"@bifravst/ci": "2.0.2",
"@bifravst/cloudformation-helpers": "9.1.1",
"@bifravst/eslint-config-typescript": "6.1.19",
"@bifravst/http-api-mock": "2.1.94",
"@bifravst/prettier-config": "1.1.3",
"@bifravst/run": "1.2.0",
"@commitlint/config-conventional": "19.6.0",
"@hello.nrfcloud.com/bdd-markdown-steps": "2.8.255",
"@swc/cli": "0.5.2",
"@swc/core": "1.9.3",
"@types/aws-lambda": "8.10.146",
"@types/cfn-response": "1.0.8",
"@types/jsonwebtoken": "9.0.7",
"@types/lodash-es": "4.17.12",
"aws-cdk": "2.171.1",
"aws-cdk-lib": "2.171.1",
"cdk": "2.171.1",
"cfn-response": "1.0.1",
"chalk": "5.3.0",
"check-node-version": "4.2.1",
"commander": "12.1.0",
"commitlint": "19.6.0",
"constructs": "10.4.2",
"globstar": "1.0.0",
"husky": "9.1.7",
"jsonata": "2.0.6",
"semver": "7.6.3",
"table": "6.9.0",
"tsmatchers": "5.0.2",
"tsx": "4.19.2"
},
"lint-staged": {
"*.{md,json,yaml,yml}": [
"prettier --write"
],
"*.{ts,tsx}": [
"prettier --write",
"eslint"
]
},
"engines": {
"node": ">=22",
"npm": ">=10"
},
"release": {
"branches": [
"saga"
],
"remoteTags": true,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github",
{
"successCommentCondition": false,
"failTitle": false
}
]
]
},
"prettier": "@bifravst/prettier-config",
"dependencies": {
"@aws-lambda-powertools/metrics": "2.11.0",
"@aws-sdk/client-lambda": "3.699.0",
"@aws-sdk/client-ses": "3.699.0",
"@aws-sdk/client-ssm": "3.699.0",
"@aws-sdk/util-dynamodb": "3.704.0",
"@bifravst/from-env": "3.0.2",
"@bifravst/random-words": "8.0.2",
"@bifravst/timestream-helpers": "6.0.3",
"@hello.nrfcloud.com/certificate-helpers": "1.0.0",
"@hello.nrfcloud.com/lambda-helpers": "2.0.52",
"@hello.nrfcloud.com/nrfcloud-api-helpers": "6.0.83",
"@hello.nrfcloud.com/proto": "15.3.25",
"@hello.nrfcloud.com/proto-map": "16.1.28",
"@middy/core": "5.5.1",
"@middy/input-output-logger": "5.5.1",
"@sinclair/typebox": "0.34.9",
"id128": "1.6.6",
"jsonwebtoken": "9.0.2",
"lodash-es": "4.17.21"
}
}