UNPKG

@koopjs/output-geoservices

Version:

Wraps FeatureServer as a Koop output plugin

47 lines (46 loc) 985 B
{ "name": "@koopjs/output-geoservices", "version": "8.1.24", "description": "Wraps FeatureServer as a Koop output plugin", "main": "src/index.js", "scripts": { "test": "jest --silent" }, "repository": { "type": "git", "url": "git+https://github.com/koopjs/koop.git" }, "keywords": [ "koop", "featureserver", "plugin", "output", "geoservices" ], "author": "Daniel Fenton <dfenton@esri.com>", "license": "Apache-2.0", "files": [ "src/**/*.js", "index.d.ts", "!**/*.spec.js" ], "bugs": { "url": "https://github.com/koopjs/koop/issues" }, "homepage": "https://github.com/koopjs/koop#readme", "dependencies": { "@koopjs/featureserver": "9.2.1", "@koopjs/logger": "5.0.0" }, "jest": { "coverageProvider": "v8", "coverageDirectory": ".coverage", "coverageReporters": [ "json", "json-summary" ], "testMatch": [ "<rootDir>/src/**/*.spec.[jt]s?(x)" ] } }