add nodejs version
This commit is contained in:
18
node/package.json
Normal file
18
node/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user