-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "azure-maps-image-exporter",
"version": "0.0.2",
"description": "A module for the Azure Maps Web SDK that generates screenshots of the map.",
"keywords": [
"azure",
"maps",
"services",
"lbs",
"microsoft"
],
"bugs": {
"url": "https://github.com/Azure-Samples/azure-maps-image-exporter/issues"
},
"homepage": "https://github.com/Azure-Samples/azure-maps-image-exporter#readme",
"scripts": {
"build": "node ./build/build.js"
},
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"azure-maps-control": "^2.0.31"
},
"devDependencies": {
"@types/lodash": "^4.14.136",
"@types/mocha": "^5.2.6",
"@types/puppeteer": "^1.20.4",
"fs-extra": "^7.0.1",
"lodash": "^4.17.19",
"mocha": "^7.1.1",
"mocha-parallel-tests": "^2.3.0",
"puppeteer": "^2.1.1",
"rollup": "^1.32.1",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^5.0.2",
"tslint": "^5.15.0",
"typescript": "^3.8.3",
"yargs": "^13.3.2"
},
"files": [
"typings/**/*",
"dist/**/*",
"license.md"
],
"types": "typings/index.d.ts",
"main": "dist/azure-maps-image-exporter.min.js"
}