UNPKG

waze-api

Version:
41 lines (40 loc) 828 B
{ "name": "waze-api", "version": "1.0.1", "description": "Node.js wrapper for waze.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "dev": "ts-node-dev src", "build": "tsc", "test": "jest" }, "keywords": [ "waze", "traffic", "alerts", "api", "node", "distance", "duration", "path" ], "author": "Akuqt", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Akuqt/waze-api.git" }, "bugs": { "url": "https://github.com/Akuqt/waze-api/issues" }, "homepage": "https://github.com/Akuqt/waze-api#readme", "devDependencies": { "@types/jest": "^27.4.1", "@types/node": "^17.0.21", "jest": "^27.5.1", "ts-jest": "^27.1.3", "ts-node-dev": "^1.1.8", "typescript": "^4.6.2" } }