48 lines
1.8 KiB
JSON
48 lines
1.8 KiB
JSON
{
|
|
"name": "rangement",
|
|
"version": "1.0.0",
|
|
"description": "mapping geojson tags to osm tags from json config",
|
|
"main": "main.ts",
|
|
"author": "tykayn contact+rangement@cipherbliss.com",
|
|
"license": "AGPL-3.0-or-later",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://forge.chapril.org/tykayn/scripts.git"
|
|
},
|
|
"scripts": {
|
|
"start": "ts-node convert_to_osm_tags.ts --engine",
|
|
"departments": "ts-node build_departments.ts",
|
|
"variance": "ts-node make_variance_from_csv.ts --source=\"./etalab_data/irve_bornes_recharge/irve-junglebus.csv\"",
|
|
"example": "ts-node convert_to_osm_tags.ts --engine=true --department=974 --source=\"./etalab_data/irve_bornes_recharge/all.json\"",
|
|
"irve": "ts-node convert_to_osm_tags.ts --engine=true --source=\"./etalab_data/irve_bornes_recharge/all.json\"",
|
|
"irve:jb": "ts-node convert_to_osm_tags.ts --engine=true --source=\"./etalab_data/irve_bornes_recharge/irve-junglebus.csv\"",
|
|
"simple": "ts-node convert_to_osm_tags.ts",
|
|
"chargemap": "ts-node chargemap.ts",
|
|
"filter": "node convert_to_osm_tags.ts --department=974 --engine=true",
|
|
"test": "jest --coverage --watch",
|
|
"testing": "ts-node convert_to_osm_tags.ts --source=\"./data_other/testing/testing.json\" --testingConfig --engine"
|
|
},
|
|
"dependencies": {
|
|
"csv": "^6.3.1",
|
|
"geojsontoosm": "^0.0.3",
|
|
"minimist": "^1.2.8",
|
|
"node-fs": "^0.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.9",
|
|
"@babel/preset-env": "^7.22.9",
|
|
"@babel/preset-typescript": "^7.22.5",
|
|
"@jest/globals": "^29.6.2",
|
|
"@types/minimist": "^1.2.2",
|
|
"@types/node": "^20.4.7",
|
|
"babel-jest": "^29.6.2",
|
|
"jest": "^29.6.2",
|
|
"loglevel": "^1.8.1",
|
|
"nodemon": "^2.0.22",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-node": "^10.9.1",
|
|
"tslib": "^2.6.1",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|