We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4d640 commit 81519f5Copy full SHA for 81519f5
lib/vechain/package.json
@@ -1,24 +1,11 @@
1
{
2
"name": "aws-blockchain-node-runners-vechain",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"scripts": {
5
"build": "npx tsc",
6
"watch": "npx tsc -w",
7
- "test": "npx jest",
+ "test": "npx jest --detectOpenHandles",
8
"cdk": "npx cdk",
9
"scan-cdk": "npx cdk synth"
10
- },
11
- "dependencies": {
12
- "aws-cdk-lib": "2.201.0",
13
- "constructs": "^10.0.0"
14
15
- "devDependencies": {
16
- "@types/jest": "^29.5.14",
17
- "@types/node": "22.7.9",
18
- "aws-cdk": "2.1019.2",
19
- "jest": "^29.7.0",
20
- "ts-jest": "^29.2.5",
21
- "ts-node": "^10.9.2",
22
- "typescript": "~5.6.3"
23
}
24
0 commit comments