library support for contribution view queries
#3
... | ... | @@ -4,6 +4,7 @@ |
"description": "convenience library to query ohsome-api using nodejs", | ||
"main": "Ohsome2X.js", | ||
"scripts": { | ||
"watch": "watch 'npm run build' src", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "tsc --build ./tsconfig.json" | ||
}, | ||
... | ... | @@ -36,6 +37,7 @@ |
"@types/papaparse": "^5.0.0", | ||
"@types/pg": "^7.4.14", | ||
"@types/proj4": "^2.5.0", | ||
"typescript": "^3.5.3" | ||
"typescript": "^3.5.3", | ||
"watch": "^1.0.2" | ||
} | ||
} |
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment