@ngageoint/mage.arcgis.service
Version:
A mage service plugin that synchronizes mage observations to a configured ArcGIS feature layer.
63 lines • 1.54 kB
JSON
{
"name": "@ngageoint/mage.arcgis.service",
"version": "6.5.0-beta.1",
"description": "A mage service plugin that synchronizes mage observations to a configured ArcGIS feature layer.",
"main": "lib/index.js",
"files": [
"lib",
"icons",
"!**/*.test.*"
],
"directories": {
"test": "test"
},
"scripts": {
"build:tsc": "tsc -b src",
"build": "tsc -b src",
"test:run": "jest lib",
"test": "tsc -b src && jest lib",
"clean": "rm -rf lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngageoint/mage-server.git"
},
"keywords": [
"mage",
"plugin",
"arcgis",
"nga",
"geospatial",
"situational",
"awareness"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ngageoint/mage-server/issues"
},
"homepage": "https://github.com/ngageoint/mage-server#readme",
"dependencies": {
"@esri/arcgis-rest-feature-service": "4.1.0",
"@esri/arcgis-rest-request": "4.3.0",
"@terraformer/arcgis": "2.1.2",
"form-data": "4.0.2"
},
"peerDependencies": {
"@ngageoint/mage.service": ">=6.3.0 || 6.5.0-beta.1",
"express": "4.21.2"
},
"devDependencies": {
"@eslint/js": "9.24.0",
"@types/express": "4.17.21",
"@types/geojson": "7946.0.16",
"@types/jest": "29.5.14",
"eslint": "9.24.0",
"eslint-plugin-jsdoc": "50.6.9",
"jest": "29.7.0",
"nock": "12.0.3",
"ts-jest": "29.2.6",
"typescript": "5.8.2",
"typescript-eslint": "8.29.1"
}
}