Initial commit
parents
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
config.json
0 → 100644
data/2018-07-05-dodis.csv
0 → 100644
This diff is collapsed.
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "fundmuenzen-producer", | ||
"version": "1.0.0", | ||
"description": "A tool send links from fundmuenzen to kafka", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"lint": "node_modules/.bin/tslint -c tslint.json 'src/**/*.ts'", | ||
"build": "node_modules/.bin/tsc", | ||
"watch": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run watch-node\"", | ||
"watch-node": "nodemon dist/index.js", | ||
"watch-ts": "tsc -w" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@types/node": "^9.6.6", | ||
"@types/proj4": "^2.5.0", | ||
"concurrently": "^3.5.1", | ||
"csv": "^3.1.0", | ||
"csv-readable": "git+https://gitlab+deploy-token-4:Htg4YFbNZ28_dqSfrtxp@source.dodis.ch/histhub/csvreadable.git", | ||
"geolinker-common": "git+https://gitlab+deploy-token-1:vnsdCm_t84QGVA2U4kw4@source.dodis.ch/histhub/geolinker-common.git", | ||
"proj4": "^2.5.0", | ||
"request": "^2.88.0", | ||
"source-map-support": "^0.5.6", | ||
"typescript": "^2.8.3" | ||
}, | ||
"devDependencies": { | ||
"tslint": "^5.9.1" | ||
} | ||
} |
readme.md
0 → 100644
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644
Please register or sign in to comment