@hasadna/open-bus-api-client
Version:
A client library for interacting with the Open-Bus API.
36 lines (35 loc) • 871 B
JSON
{
"name": "@hasadna/open-bus-api-client",
"version": "1.1.3",
"description": "A client library for interacting with the Open-Bus API.",
"author": "hasadna",
"repository": {
"type": "git",
"url": "git+https://github.com/hasadna/open-bus-api-client.git"
},
"license": "MIT",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"sideEffects": false,
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"prepare": "npm run build"
},
"devDependencies": {
"typescript": "^4.0 || ^5.0"
},
"homepage": "https://github.com/hasadna/open-bus-api-client#readme",
"keywords": [
"api",
"transportation",
"israel",
"mot",
"transportation-planning",
"openapi-generator",
"open-bus"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}