2022-12-14 21:45:43 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-map",
|
2023-04-12 12:24:09 +08:00
|
|
|
"displayName": "Map",
|
|
|
|
"displayName.zh-CN": "地图",
|
2023-04-19 13:10:55 +08:00
|
|
|
"version": "0.9.2-alpha.2",
|
2023-04-12 12:24:09 +08:00
|
|
|
"description": "Provide map fields and blocks",
|
|
|
|
"description.zh-CN": "提供地图字段和区块",
|
2023-01-11 11:58:47 +08:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
2022-12-14 21:45:43 +08:00
|
|
|
"devDependencies": {
|
2023-04-19 13:10:55 +08:00
|
|
|
"@nocobase/server": "0.9.2-alpha.2",
|
|
|
|
"@nocobase/test": "0.9.2-alpha.2"
|
2022-12-14 21:45:43 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
2023-01-12 10:12:37 +08:00
|
|
|
"@amap/amap-jsapi-types": "^0.0.10"
|
2022-12-14 21:45:43 +08:00
|
|
|
}
|
|
|
|
}
|