-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "mapapp",
"version": "1.0.0",
"description": "Powers the live map on micah.motorcycles",
"sideEffects": false,
"main": "handler.js",
"scripts": {
"check": "tsc --noEmit",
"import-gpx": "ts-node bin/import_gpx.ts",
"test": "jest",
"lint": "tslint *.ts src/**/*.ts bin/**/*.ts"
},
"dependencies": {
"aws-sdk": "^2.488.0",
"dotenv": "^8.0.0",
"gpx-builder": "^2.0.1",
"mongodb": "^3.2.7",
"source-map-support": "^0.5.10",
"typed-rest-client": "^1.5.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.17",
"@types/dotenv": "^6.1.1",
"@types/geojson": "^7946.0.7",
"@types/jest": "^24.0.15",
"@types/mongodb": "^3.1.28",
"@types/node": "^10.12.18",
"jest": "^24.8.0",
"serverless-domain-manager": "^3.2.6",
"serverless-webpack": "^5.2.0",
"ts-jest": "^24.0.2",
"ts-lint": "^4.5.1",
"ts-loader": "^5.3.3",
"typescript": "^3.2.4",
"webpack": "^4.29.0"
},
"author": "Micah Buckley-Farlee",
"license": "MIT"
}