-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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": "generic-mapper-service",
"version": "1.0.0",
"description": "Default mapper service for integration.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha **/**/**-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Testlio/generic-mapper-service.git"
},
"keywords": [
"integrations",
"testlio"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/Testlio/generic-mapper-service/issues"
},
"homepage": "https://github.com/Testlio/generic-mapper-service#readme",
"devDependencies": {
"@testlio/discovered-request": "^1.0.x",
"@testlio/eslint-config-services": "^1.1.0",
"chai": "^3.5.0",
"eslint": "^2.9.0",
"lambda-tester": "^2.6.0",
"mocha": "^3.1.2",
"proxyquire": "^1.7.10",
"serverless": "1.6.1",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"tape": "^4.5.1"
},
"dependencies": {
"aws-sdk": "^2.7.21",
"content-disposition": "^0.5.2",
"dotenv": "^2.0.0",
"fs": "^0.0.1-security",
"joi": "^10.1.0",
"jsonwebtoken": "^7.1.9",
"keymirror": "^0.1.1",
"lodash": "^4.16.4",
"moment": "^2.18.1",
"path": "^0.12.7",
"querystring": "^0.2.0",
"serverless-plugin-write-env-vars": "^1.0.1"
}
}