-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 975 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 975 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
39
{
"name": "mort-integrations-tests",
"version": "1.0.0",
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^12.1.0",
"async": "^3.2.5",
"aws-sdk": "^2.1563.0",
"axios": "^1.6.5",
"axios-retry": "^4.0.0",
"chai": "^4.4.1",
"chai-like": "^1.1.1",
"chai-things": "^0.2.0",
"mocha": "^10.2.0",
"moment": "^2.30.1",
"superagent": "^9.0.1",
"superagent-binary-parser": "^1.0.1",
"supertest": "^6.3.4"
},
"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"
}