-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.86 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
{
"name": "p6-sites",
"description": "P6: Creates P6 CDK Website Plus for domains",
"repository": {
"type": "git",
"url": "https://github.com/p6m7g8/p6-sites"
},
"scripts": {
"build": "pnpm run lint && pnpm run test && pnpm run cdk synth",
"diff": "pnpm run build && pnpm run cdk diff",
"deploy": "pnpm run build && pnpm run cdk deploy",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"cdk": "cdk",
"test": "node --trace-deprecation ./node_modules/jest/bin/jest.js --config jest.config.js --coverage --passWithNoTests --updateSnapshot",
"test:watch": "node --trace-deprecation ./node_modules/jest/bin/jest.js --config jest.config.js --watch --coverage"
},
"author": {
"name": "Philip M. Gollucci",
"email": "pgollucci@p6m7g8.com",
"url": "https://www.linkedin.com/in/pgollucci",
"organization": true
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"aws-cdk": "2.170.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.7.2"
},
"engines": {
"node": ">= 22.10.0"
},
"dependencies": {
"aws-cdk-lib": "2.170.0",
"constructs": "^10.4.2",
"js-yaml": "^4.1.0",
"p6-cdk-website-plus": "^1.0.4",
"source-map-support": "^0.5.21"
},
"keywords": [
"aws",
"cdk",
"dns",
"p6",
"website",
"static",
"s3",
"r53",
"cloudfront"
],
"license": "Apache-2.0",
"version": "0.0.0",
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}