arlas-api
Version:
26 lines (25 loc) • 473 B
JSON
{
"name": "arlas-api",
"version": "28.0.0",
"description": "ARLAS Api.",
"author": "gisaia",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/gisaia/ARLAS-server.git"
},
"main": "./index.js",
"typings": "./index.d.ts",
"keywords": [
"arlas"
],
"dependencies": {
"isomorphic-fetch": "3.0.0",
"url": "0.11.0"
},
"overrides": {
"isomorphic-fetch": {
"node-fetch": "3.3.0"
}
}
}