UNPKG

howsmydriving-utils

Version:

Utilities used by howsmydriving package any howsmydriving-[region] plug-in modules.

65 lines (64 loc) 1.66 kB
{ "name": "howsmydriving-utils", "description": "Utilities used by howsmydriving package any howsmydriving-[region] plug-in modules.", "version": "0.1.217", "declaration": true, "main": "dist/index.js", "types": "definitions/index.d.ts", "typescript": { "definition": "definitions/index" }, "dependencies": { "@types/node": "^12.12.14", "@types/uuid": "^3.4.6", "chokidar": "^3.3.0", "find-port-free-sync": "^1.0.1", "log4js": "^6.1.0", "merge2": "^1.3.0", "packpath": "^0.1.0", "time-delta": "^0.0.2" }, "devDependencies": { "@types/mocha": "^5.2.6", "del": "^5.1.0", "gulp": "^4.0.2", "gulp-cli": "^2.2.0", "gulp-debug": "^4.0.0", "gulp-load-plugins": "^2.0.1", "gulp-mocha": "^7.0.2", "gulp-prettier": "^2.3.0", "gulp-typescript": "^6.0.0-alpha.1", "mocha": "^6.2.2", "mocha-typescript": "^1.1.17", "path": "^0.12.7", "prettier": "^1.19.1", "sinon": "^7.5.0", "standard-version": "^7.0.1", "ts-node": "^8.5.4", "typescript": "^3.7.3" }, "scripts": { "start": "gulp build && gulp test && node dist/index.js", "startt": "echo 'Building...' && tsc && node dist/index.js" }, "files": [ "definitions/**/*", "dist/**/*" ], "engines": { "node": "11.15.0" }, "keywords": [ "howsmydriving", "howsmydrivingwa", "howsmydrivingny", "howsmydrivingdc" ], "repository": { "type": "git", "url": "https://github.com/glenbikes/howsmydriving-utils.git" }, "author": "Glen Buhlmann @GlenBikes", "license": "MIT", "homepage": "https://www.npmjs.com/package/howsmydriving-utils" }