forked from aws-samples/amazon-location-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 983 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
{
"name": "amazon-location-helpers",
"version": "1.1.1",
"description": "Simplified use of Amazon Location Service.",
"main": "index.js",
"unpkg": "dist/amazon-location.min.js",
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/aws-samples/amazon-location-samples.git"
},
"author": "Seth Fitzsimmons <[email protected]>",
"license": "MIT-0",
"bugs": {
"url": "https://github.com/aws-samples/amazon-location-samples/issues"
},
"homepage": "https://github.com/aws-samples/amazon-location-samples/tree/main/amazon-location-helpers#readme",
"dependencies": {
"@aws-amplify/core": "^4.0.3",
"@aws-sdk/client-cognito-identity": "^3.6.1",
"@aws-sdk/credential-provider-cognito-identity": "^3.6.1",
"@aws-sdk/types": "^3.36.0",
"@types/maplibre-gl": "^1.13.1"
},
"devDependencies": {
"webpack-cli": "^4.7.2"
},
"scripts": {
"build": "webpack",
"prepack": "npm run build"
}
}