make ohsome2x-cli.js an npx executable command
... | @@ -2,7 +2,14 @@ | ... | @@ -2,7 +2,14 @@ |
"name": "ohsome2x", | "name": "ohsome2x", | ||
"version": "1.1.0", | "version": "1.1.0", | ||
"description": "convenience library to query ohsome-api using nodejs", | "description": "convenience library to query ohsome-api using nodejs", | ||
"main": "Ohsome2X.js", | "main": "dist/Ohsome2X.js", | ||
"bin": { | |||
"ohsome2x-cli": "ohsome2x-cli/ohsome2x-cli.js" | |||
}, | |||
"files": [ | |||
"dist", | |||
"ohsome2x-cli" | |||
], | |||
"scripts": { | "scripts": { | ||
"watch": "watch 'npm run build' src", | "watch": "watch 'npm run build' src", | ||
"test": "echo \"Error: no test specified\" && exit 1", | "test": "echo \"Error: no test specified\" && exit 1", | ||
... | @@ -14,7 +21,7 @@ | ... | @@ -14,7 +21,7 @@ |
"url": "ssh://git@gitlab.gistools.geog.uni-heidelberg.de:2022/giscience/big-data/ohsome/libs/ohsome2x.git" | "url": "ssh://git@gitlab.gistools.geog.uni-heidelberg.de:2022/giscience/big-data/ohsome/libs/ohsome2x.git" | ||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
"ohsome" | "ohsome", "OpenStreetMap","OSM History", "OSM Analysis" | ||
], | ], | ||
"author": "M. Auer (HeiGIT)", | "author": "M. Auer (HeiGIT)", | ||
"license": "MIT", | "license": "MIT", | ||
... | @@ -39,7 +46,7 @@ | ... | @@ -39,7 +46,7 @@ |
"@types/papaparse": "^5.0.0", | "@types/papaparse": "^5.0.0", | ||
"@types/pg": "^7.4.14", | "@types/pg": "^7.4.14", | ||
"@types/proj4": "^2.5.0", | "@types/proj4": "^2.5.0", | ||
"typescript": "^3.5.3", | "typescript": "^3.8.3", | ||
"watch": "^1.0.2" | "watch": "^1.0.2" | ||
} | } | ||
} | } |
Please register or sign in to comment