-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.38 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
{
"name": "amap-js-api-typings",
"version": "1.0.1",
"description": "Type definitions for JavaScript APIs of AMap in TypeScript",
"main": "index.d.ts",
"types": "index.d.ts",
"keywords": [
"amap",
"amap-api",
"amap-js",
"amap-js-api",
"amap-sdk",
"react-amap",
"vue-amap"
],
"author": "Qingrong Ke <keqingrong@outlook.com> (https://keqingrong.github.io/)",
"license": "MIT",
"repository": "keqingrong/amap-js-api-typings",
"dependencies": {
"@types/amap-js-api": "^1.4.7",
"@types/amap-js-api-arrival-range": "^1.4.0",
"@types/amap-js-api-autocomplete": "^1.4.0",
"@types/amap-js-api-city-search": "^1.4.0",
"@types/amap-js-api-control-bar": "^1.4.0",
"@types/amap-js-api-district-search": "^1.4.0",
"@types/amap-js-api-driving": "^1.4.0",
"@types/amap-js-api-geocoder": "^1.4.0",
"@types/amap-js-api-geolocation": "^1.4.0",
"@types/amap-js-api-heatmap": "^1.4.0",
"@types/amap-js-api-indoor-map": "^1.4.1",
"@types/amap-js-api-line-search": "^1.4.0",
"@types/amap-js-api-map-type": "^1.4.0",
"@types/amap-js-api-map3d": "^1.4.0",
"@types/amap-js-api-overview": "^1.4.0",
"@types/amap-js-api-place-search": "^1.4.0",
"@types/amap-js-api-riding": "^1.4.0",
"@types/amap-js-api-scale": "^1.4.0",
"@types/amap-js-api-station-search": "^1.4.0",
"@types/amap-js-api-tool-bar": "^1.4.0"
}
}