@ngageoint/mage.image.service
Version:
Orient images attached to MAGE observations according to EXIF meta-data and generate configurable size thumbnails.
68 lines (67 loc) • 1.49 kB
JSON
{
"name": "@ngageoint/mage.image.service",
"version": "1.1.0-beta.2",
"description": "Orient images attached to MAGE observations according to EXIF meta-data and generate configurable size thumbnails.",
"main": "lib/index.js",
"files": [
"lib/",
"src/"
],
"scripts": {
"build": "tsc",
"test": "npm-run-all build test:run",
"test:run": "jasmine",
"clean": "rimraf ./lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngageoint/mage-server.git"
},
"keywords": [
"mage",
"plugin",
"image",
"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": {
"sharp": "^0.33.5"
},
"peerDependencies": {
"@ngageoint/mage.service": "6.3.0-beta.8",
"express": "~4.21.2",
"mongoose": "^6.13.0"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
},
"os": [
"darwin",
"linux"
],
"cpu": [
"x64",
"arm64"
],
"devDependencies": {
"@types/bson": "^4.0.2",
"@types/express": "~4.17.17",
"@types/jasmine": "^3.10.3",
"@types/lodash": "^4.14.182",
"@types/sharp": "^0.30.4",
"jasmine": "^3.10.0",
"jimp": "^0.22.10",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"typescript": "^4.9.5"
}
}