-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 902 Bytes
/
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
{
"name": "cdk8s-plone-example",
"version": "1.0.0",
"main": "main.js",
"types": "main.ts",
"license": "Apache-2.0",
"private": true,
"scripts": {
"import": "cdk8s import",
"synth": "cdk8s synth",
"compile": "tsc --build",
"watch": "tsc --build -w",
"test": "jest",
"test-update": "jest --updateSnapshot",
"build": "npm run compile && npm run test && npm run synth",
"upgrade": "npm i cdk8s@latest cdk8s-cli@latest",
"upgrade:next": "npm i cdk8s@next cdk8s-cli@next"
},
"dependencies": {
"@bluedynamics/cdk8s-plone": "^0.0.21",
"cdk8s": "^2.68.95",
"cdk8s-plus-24": "^2.12.1",
"constructs": "^10.3.0",
"dotenv": "16.4.5"
},
"devDependencies": {
"@types/jest": "^26",
"@types/node": "^14",
"cdk8s-cli": "^2.198.188",
"jest": "^26",
"ts-jest": "^26",
"ts-node": "^10",
"typescript": "^4.9.5"
}
}