@fssg/gis.smol
Version:
FSSG内部前端SuperMap OpenLayer基础库
34 lines • 721 B
JSON
{
"name": "@fssg/gis.smol",
"version": "1.0.0",
"description": "FSSG内部前端SuperMap OpenLayer基础库",
"module": "src/index.ts",
"main": "build/index.js",
"types": "types/index.d.ts",
"keywords": [
"TypeScript",
"SuperMap",
"OpenLayer",
"GIS"
],
"author": "zhujh@FSSG",
"license": "ISC",
"dependencies": {
"@fssg/core": "^1.0.0",
"@fssg/gis.base": "^1.0.0",
"@supermap/iclient-ol": "10.1.1",
"ol": "6.6.1",
"proj4": "^2.8.0"
},
"files": [
"build/index.js",
"types",
"README.md"
],
"scripts": {
"build": "webpack",
"docs": "typedoc --entryPoints src/index.ts --out docs",
"test": "jest",
"test-c": "jest --coverage"
}
}