UNPKG

gtfs-rb

Version:

Generated JavaScript library based on the GTFS Realtime protocol buffer specification

48 lines (47 loc) 983 B
{ "name": "gtfs-rb", "description": "Generated JavaScript library based on the GTFS Realtime protocol buffer specification", "version": "1.2.8", "main": "exports.js", "scripts": { "build": "node build.js" }, "engines": { "node": ">= 8.15.1" }, "dependencies": { "protobufjs": "~6.8.6" }, "devDependencies": { "husky": "^1.3.1" }, "husky": { "hooks": { "pre-commit": "npm run build && node bumpversion.js && git add package.json exports.js exports.d.ts" } }, "author": "Cyberscape", "license": "MIT", "files": [ "exports.js", "exports.d.ts" ], "repository": { "type": "git", "url": "https://github.com/cscape/gtfs-rb.git" }, "homepage": "https://github.com/cscape/gtfs-rb#readme", "bugs": { "url": "https://github.com/cscape/gtfs-rb/issues" }, "keywords": [ "gtfs-realtime", "gtfs", "gtfs-rt", "transit", "mobility", "gtfs-rb", "protobuf", "proto" ] }