-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
40 lines (40 loc) · 994 Bytes
/
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
{
"name": "mort-integrations-tests",
"version": "1.0.0",
"dependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "10.0.3",
"async": "^3.2.4",
"aws-sdk": "^2.814.0",
"axios": "^0.26.1",
"axios-retry": "3.2.4",
"chai": "^4.2.0",
"chai-like": "^1.1.1",
"chai-things": "^0.2.0",
"mocha": "^10.1.0",
"moment": "^2.29.4",
"request": "^2.88.0",
"superagent": "^7",
"superagent-binary-parser": "^1.0.1",
"supertest": "^6.2.2"
},
"scripts": {
"test": "mocha --file ./tests-int/setup-mort.js tests-int/*Spec.js",
"tests": "mocha --file ./tests-int/setup-mort.js tests-int/*Spec.js"
},
"repository": {
"type": "git"
},
"keywords": [
"s3",
"images",
"microservice",
"processing",
"thumbnails",
"processing"
],
"author": "",
"license": "ISC"
}