hk-bus-eta
Version:
Query the ETA (Estimated Time of Arrival) of HK Bus/Minibus/MTR/Lightrail
59 lines (58 loc) • 1.36 kB
JSON
{
"name": "hk-bus-eta",
"version": "3.8.1",
"description": "Query the ETA (Estimated Time of Arrival) of HK Bus/Minibus/MTR/Lightrail",
"main": "dist/index.js",
"module": "esm/index.js",
"files": [
"dist",
"esm",
"src"
],
"scripts": {
"clean": "rimraf esm dist",
"test": "jest",
"prebuild": "yarn clean && yarn test",
"build:esm": "tsc --target es2018 --outDir esm",
"build:cjs": "tsc --target es2015 --module commonjs --outDir dist",
"build": "yarn build:cjs && yarn build:esm",
"prepublish": "yarn build",
"est": "ts-node ./est.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hkbus/hk-bus-eta.git"
},
"keywords": [
"eta",
"hkbus",
"bus-eta",
"bus-schedule",
"hk-bus",
"bus",
"mtr",
"lightrail",
"minibus",
"data.gov.hk"
],
"author": "chunlaw",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/hkbus/hk-bus-eta/issues"
},
"homepage": "https://hk-bus-eta.hkbus.app/",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"prettier": "^3.8.3",
"rimraf": "^5.0.10",
"ts-jest": "^29.4.9",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"dependencies": {
"@date-fns/tz": "^1.4.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0"
}
}