chore: import bvg

This commit is contained in:
Kierán Meinhardt
2020-10-17 22:14:00 +02:00
15 changed files with 2829 additions and 0 deletions

18
bvg/node/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "bvg",
"version": "0.1.0",
"description": "BVG CLI",
"main": "main.js",
"author": "Kierán Meinhardt",
"license": "MIT",
"dependencies": {
"bvg-hafas": "^1.1.0"
},
"devDependencies": {
"@types/node": "^11.11.3",
"eslint": "^5.15.1",
"eslint-config-google": "^0.12.0",
"ts-node": "^8.0.3",
"typescript": "^3.3.3333"
}
}