-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 KB
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
{
"name": "@nrfcloud/lambda-helpers",
"version": "0.0.0-development",
"description": "Helper functions for AWS Lambda functions used in nRF Cloud.",
"homepage": "https://github.com/nrfcloud/lambda-helpers#readme",
"bugs": {
"url": "https://github.com/nrfcloud/lambda-helpers/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nrfcloud/lambda-helpers.git"
},
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"scripts": {
"test": "node --no-warnings --experimental-transform-types --test \"./*.spec.ts\""
},
"license": "BSD-3-Clause",
"type": "module",
"main": "export.ts",
"devDependencies": {
"@bifravst/prettier-config": "1.1.17",
"@nrfcloud/validate-with-typebox": "npm:@jsr/nrfcloud__validate-with-typebox@^1.0.2",
"@types/aws-lambda": "8.10.161",
"@types/node": "25.3.0",
"@typescript/native-preview": "7.0.0-dev.20260226.1",
"prettier": "3.8.1"
},
"prettier": "@bifravst/prettier-config",
"release": {
"branches": [
"main"
],
"remoteTags": true,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@sebbo2002/semantic-release-jsr"
]
},
"engines": {
"node": ">=24",
"npm": ">=11"
},
"dependencies": {
"@aws-lambda-powertools/metrics": "2.31.0",
"@middy/core": "7.1.0",
"@middy/input-output-logger": "7.1.0",
"@nrfcloud/problem-detail": "npm:@jsr/nrfcloud__problem-detail@^1.2.0",
"@sinclair/typebox": "0.34.48"
}
}