-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "@dvla/lab-common-cdk",
"version": "2.44.23",
"description": "DVLA Emerging Tech Lab common cdk utilities",
"scripts": {
"audit": "npm audit --registry=https://registry.npmjs.org --audit-level=moderate",
"build": "tsc",
"cdk": "cdk",
"watch": "tsc -w",
"test": "jest",
"lint": "eslint . --ext .js,.ts",
"outdated": "ncu --errorLevel 2 --color",
"update": "ncu -u"
},
"engines": {
"node": ">=18",
"npm": ">=8"
},
"dependencies": {
"lodash": "4.17.21",
"moment": "2.30.1"
},
"peerDependencies": {
"aws-cdk-lib": "^2.108.1",
"constructs": "^10.3.0"
},
"devDependencies": {
"aws-cdk-lib": "2.151.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"dist": "/dist",
"test": "/src/__tests__"
},
"files": [
"dist",
"!dist/__tests__/"
],
"publishConfig": {
"registry": "https://tooling-448934085854.d.codeartifact.eu-west-2.amazonaws.com/npm/npm-private/"
},
"license": "MIT"
}