UNPKG

mav-api-ts

Version:

Unofficial, experimental MÁV API library based on the requests by jegy.mav.hu

43 lines (42 loc) 1.31 kB
{ "name": "mav-api-ts", "description": "Unofficial, experimental MÁV API library based on the requests by jegy.mav.hu", "keywords": ["mav", "rail", "api", "hungary", "typescript", "axios", "timetable", "train", "station"], "repository": { "type": "git", "url": "https://github.com/berenteb/mav-api-ts" }, "version": "1.0.3", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "scripts": { "build": "tsc", "test": "jest", "lint": "eslint src/**/*", "lint:fix": "eslint --fix src/**/*", "prettier": "prettier src/**/*", "prettier:fix": "prettier --write src/**/*" }, "devDependencies": { "@jest/globals": "^29.5.0", "@types/jest": "^29.5.0", "@typescript-eslint/eslint-plugin": "^5.43.0", "eslint": "^8.0.1", "eslint-config-prettier": "^8.8.0", "eslint-config-standard-with-typescript": "^34.0.1", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-simple-import-sort": "^10.0.0", "jest": "^29.5.0", "prettier": "^2.8.7", "ts-jest": "^29.1.0" }, "author": "Bálint Berente <balint.berente@gmail.com>", "dependencies": { "axios": "^1.3.5", "typescript": "*" } }