-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.02 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
{
"name": "form-toolbox-app",
"private": true,
"version": "0.0.1",
"description": "Form Toolbox test runner",
"scripts": {
"dev": "echo \"Error: Only tests are intended to be run from this location.\" && exit 1",
"start": "echo \"Error: Only tests are intended to be run from this location.\" && exit 1",
"test": "NODE_ENV=test API_HOST=127.0.0.1 jest",
"test:watch": "NODE_ENV=test jest --watch",
"test:coverage": "NODE_ENV=test API_HOST=127.0.0.1 jest --coverage"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^29.5.10",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"supertest": "^6.3.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.441.0",
"@aws-sdk/client-sqs": "^3.441.0",
"@aws-sdk/credential-providers": "^3.444.0",
"@babel/preset-env": "^7.23.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1"
}
}