-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 747 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 747 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
{
"name": "s3_localstack_test",
"version": "1.0.0",
"description": "A simple project testing being able to send bucket.localhost to localstack",
"main": "dist/src/index.js",
"scripts": {
"test": "NODE_ENV=test jest --forceExit --coverage --verbose --runInBand"
},
"repository": {
"type": "git",
"url": "tod"
},
"keywords": [
"localstack",
"s3"
],
"author": "Peter Frank",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.45.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^17.0.5",
"jest": "^27.4.5",
"jest-junit": "^13.0.0",
"testcontainers": "^8.1.2",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}