UNPKG

ojp-sdk-legacy

Version:

OJP (Open Journey Planner) Javascript SDK (legacy version)

50 lines (49 loc) 1.03 kB
{ "name": "ojp-sdk-legacy", "version": "0.18.7", "description": "OJP (Open Journey Planner) Javascript SDK (legacy version)", "main": "lib/index.js", "type": "module", "types": "lib/index.d.ts", "scripts": { "test": "jest", "build": "tsc", "tscw": "tsc --watch" }, "repository": { "type": "git", "url": "git://github.com/openTdataCH/ojp-js.git" }, "keywords": [ "ojp", "transit", "mobility", "sbb" ], "author": "Vasile Cotovanu", "license": "MIT", "peerDependencies": { "sax-ts": "1.2.13", "@types/geojson": "7946.0.10", "@types/sax": "1.2.7" }, "dependencies": { "@xmldom/xmldom": "0.8.7", "cross-fetch": "3.1.5", "sax": "1.3.0", "stream": "0.0.2", "xmlbuilder": "15.1.1" }, "devDependencies": { "@types/jest": "29.5.12", "@types/node": "18.11.9", "@types/xmldom": "0.1.31", "jest": "29.7.0", "ts-jest": "29.1.2", "typescript": "4.9.3", "watchify": "4.0.0" }, "files": [ "lib/**/*" ] }