This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.54 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
52
53
54
55
56
57
58
{
"name": "submit-service",
"version": "1.0.0",
"description": "Standalone service that samples data sources and creates pull requests",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test/test | tap-dot",
"travis": "yarn test",
"lint": "eslint .",
"deploy": "claudia update --profile claudia --handler lambda.handler --use-s3-bucket submit-ui-dev.openaddresses.io --deploy-proxy-api --region us-east-1 --timeout 300",
"pretest": "yarn lint",
"precommit": "yarn test"
},
"keywords": [],
"author": "trescube",
"license": "MIT",
"engines": {
"node": ">= 8.0.0"
},
"dependencies": {
"@octokit/rest": "^16.0.1",
"aws-serverless-express": "^3.0.2",
"body-parser": "^1.18.2",
"byline": "^5.0.0",
"cors": "^2.8.4",
"csv-parse": "^3.0.0",
"express": "^4.16.2",
"helmet": "^3.9.0",
"indian-ocean": "^3.0.2",
"jsftp": "^2.1.1",
"lodash": "^4.17.4",
"morgan": "^1.9.0",
"oboe": "^2.1.4",
"request": "^2.85.0",
"sha1": "^1.1.1",
"stream-to-string": "^1.1.0",
"string-to-stream": "^1.1.0",
"temp": "^0.9.0",
"through2": "^3.0.0",
"winston": "^3.0.0-rc1",
"yadbf": "^3.0.0",
"yauzl": "^2.9.1"
},
"devDependencies": {
"archiver": "^3.0.0",
"claudia": "^5.1.1",
"eslint": "^5.0.0",
"express-list-endpoints": "^4.0.0",
"ftp-srv": "^2.15.0",
"get-port": "^4.0.0",
"husky": "^1.0.0",
"proxyquire": "^2.0.0",
"request-promise": "^4.2.2",
"tap-dot": "^2.0.0",
"tape": "^4.10.1"
}
}