-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 912 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 912 Bytes
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
{
"name": "mars-coord",
"version": "0.0.3",
"description": "",
"main": "lib/index.js",
"scripts": {
"compile": "shx rm -rf lib && tsc",
"prepublish": "npm run compile"
},
"keywords": [
"coordinates",
"conversion",
"geolocation",
"mapping",
"WGS84",
"GCJ02",
"BD09",
"CGCS2000",
"geospatial",
"gis",
"geocoding",
"longitude",
"latitude",
"maps",
"Amap",
"Baidu Maps",
"Tencent Maps"
],
"author": {
"url": "https://github.com/ShinChven",
"name": "ShinChven",
"email": "shinchven@gmail.com"
},
"repository": {
"url": "https://github.com/ShinChven/mars-coord.git"
},
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@types/mocha": "^10.0.6",
"mocha": "^10.3.0",
"ts-mocha": "^10.0.0",
"@types/node": "^20.11.20",
"shx": "^0.3.4",
"typescript": "^5.3.3"
}
}