UNPKG

tfl-api-wrapper

Version:

A Node JS wrapper for the Transport for London API

51 lines (50 loc) 1.26 kB
{ "name": "tfl-api-wrapper", "version": "1.7.3", "description": "A Node JS wrapper for the Transport for London API", "main": "dist/index.js", "types": "dist/index.d.ts", "prepublish": "tsc", "files": [ "dist/**/*" ], "scripts": { "build": "tsc", "build-docs": "typedoc --plugin ./typedoc/returnType.js", "watch": "tsc-watch --onSuccess \"node dist/index.js\"", "prettier": "prettier --write ./**/*.ts" }, "keywords": [ "tfl", "api", "wrapper", "typescript" ], "author": "zackaryh8", "license": "ISC", "dependencies": { "axios": "^0.21.2", "fast-xml-parser": "^3.19.0", "humps": "^2.0.1", "trackernet-xml-retag": "^1.0.7" }, "devDependencies": { "@types/humps": "^2.0.0", "@types/node": "^16.7.13", "prettier": "^2.3.0", "tsc-watch": "^4.2.9", "typedoc": "^0.22.11", "typescript": "^4.5.4" }, "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/ZackaryH8/tfl-api-wrapper.git" }, "bugs": { "url": "https://github.com/ZackaryH8/tfl-api-wrapper/issues" }, "homepage": "https://github.com/ZackaryH8/tfl-api-wrapper#readme" }