-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.54 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
{
"name": "syntetic-scripting-view",
"version": "1.2.0",
"description": "",
"main": "index.js",
"author": "Anton Kolomiiets <[email protected]>",
"contributors": [
{
"name": "Anton Kolomiiets",
"email": "[email protected]"
}
],
"scripts": {
"test": "jest",
"dev": "nodemon index.js",
"server": "node index.js",
"client": "npm run start --prefix client",
"start": "concurrently \"npm run server\" \"npm run client\"",
"build": "npm run build --prefix client",
"container": "node index.js"
},
"license": "ISC",
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.142.0",
"@aws-sdk/client-cloudwatch-events": "^3.142.0",
"@aws-sdk/client-eventbridge": "^3.142.0",
"@aws-sdk/client-lambda": "^3.137.0",
"@menadevs/objectron": "^0.1.14",
"archiver": "^5.3.1",
"aws-sdk": "^2.1185.0",
"concurrently": "^7.4.0",
"crypto": "^1.0.1",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-validator": "^6.14.2",
"jest": "^28.1.3",
"js-yaml": "^4.1.0",
"logzio-nodejs": "^2.1.4",
"node-uuid": "^1.4.8",
"playwright-aws-lambda": "^0.9.0",
"playwright-core": "^1.30.0",
"playwright-har": "^0.1.1",
"shelljs": "^0.8.5"
},
"devDependencies": {
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"nodemon": "^2.0.19"
}
}