26 lines
525 B
JSON
26 lines
525 B
JSON
{
|
|
"name": "satloc",
|
|
"version": "1.0.0",
|
|
"description": "Integration with SatLoc",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --exit 'tests/**/*.js'"
|
|
},
|
|
"author": "Justin Le",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@turf/turf": "^6.5.0",
|
|
"amqplib": "^0.10.3",
|
|
"axios": "^1.7.2",
|
|
"binary-parser": "^2.2.1",
|
|
"debug": "^4.4.0",
|
|
"mongodb": "^4.17.1",
|
|
"mongoose": "^6.12.0",
|
|
"path": "^0.12.7"
|
|
},
|
|
"devDependencies": {
|
|
"assert": "^2.1.0",
|
|
"mocha": "^10.7.0"
|
|
}
|
|
}
|