UNPKG

howsmydriving-seattle

Version:
68 lines (67 loc) 1.71 kB
{ "name": "howsmydriving-seattle", "version": "0.1.146", "description": "Seattle region plug-in for @HowsMyDrivingWA.", "declaration": true, "main": "./dist/index.js", "types": "./definitions/index.d.ts", "typescript": { "definition": "definitions/index" }, "dependencies": { "@types/node": "^12.12.14", "chokidar": "^3.3.0", "howsmydriving-utils": "^0.1.195", "log4js": "^4.0.2", "moment": "^2.24.0", "packpath": "^0.1.0", "soap": "^0.30.0", "typed-rest-client": "^1.7.1", "uuid": "^3.3.3" }, "devDependencies": { "@types/mocha": "^5.2.6", "del": "^5.1.0", "gulp": "^4.0.2", "gulp-cli": "^2.2.0", "gulp-mocha": "^7.0.2", "gulp-prettier": "^2.3.0", "gulp-typescript": "^6.0.0-alpha.1", "merge2": "^1.3.0", "mocha": "^6.2.2", "mocha-typescript": "^1.1.17", "prettier": "^1.19.1", "sinon": "^7.5.0", "standard-version": "^7.0.1", "ts-node": "^8.5.4", "typescript": "^3.7.3" }, "engines": { "node": "10.x" }, "files": [ "definitions/**/*", "dist/**/*" ], "scripts": { "build": "gulp rebuild", "start": "gulp rebuild && node dist/index.js", "test": "gulp test", "copyconfigfiles": "gulp copyconfigfiles", "release": "standard-version" }, "repository": { "type": "git", "url": "https://github.com/glenbikes/howsmydriving-seattle.git" }, "keywords": [ "howsmydriving", "howsmydriving-seattle", "howsmydrivingwa", "howsmydrivingny", "howsmydrivingdc" ], "author": "Glen Buhlmann @GlenBikes", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://www.npmjs.com/package/howsmydriving-seattle" }