Skip to content

Commit ac4d640

Browse files
author
David-O-M
committed
Add package.json
1 parent c245903 commit ac4d640

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

lib/vechain/package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "aws-blockchain-node-runners-vechain",
3+
"version": "0.1.0",
4+
"scripts": {
5+
"build": "npx tsc",
6+
"watch": "npx tsc -w",
7+
"test": "npx jest",
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

Comments
 (0)