-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 835 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 835 Bytes
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
{
"name": "epro-voice",
"version": "0.1.0",
"bin": {
"epro-voice": "bin/epro-voice.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"peerDependencies": {
"aws-cdk-lib": "^2.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/assert": "^2.10.0",
"@types/jest": "^26.0.10",
"@types/node": "^10.17.27",
"aws-cdk": "^2.10.0",
"jest": "^29.7.0",
"semver": "^7.5.2",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
},
"dependencies": {
"@types/underscore": "^1.11.4",
"aws-cdk-lib": "^2.0.0",
"aws-sdk": "^2.1357.0",
"constructs": "^10.0.0",
"isolated-vm": "^5.0.1",
"source-map-support": "^0.5.21",
"typescript": "^5.5.2",
"underscore": "^1.13.1"
}
}