UNPKG

howsmydriving-twitter

Version:

Twitter abstraction for @HowsMyDrivingWA.

71 lines (70 loc) 1.65 kB
{ "name": "howsmydriving-twitter", "version": "0.1.139", "description": "Twitter abstraction for @HowsMyDrivingWA.", "main": "dist/index.js", "types": "definitions/index.d.ts", "typescript": { "definition": "definitions/index" }, "dependencies": { "app-root-dir": "^1.0.2", "app-root-path": "^3.0.0", "chokidar": "^3.3.0", "file-system": "^2.2.2", "howsmydriving-utils": "^0.1.217", "log4js": "^4.0.2", "mime": "^2.4.4", "node-downloader-helper": "^1.0.12", "packpath": "^0.1.0", "soap": "^0.30.0", "temp": "^0.9.1", "twit": "^2.2.11", "uuid": "^3.3.3" }, "devDependencies": { "@types/mocha": "^5.2.6", "@types/node": "^12.12.14", "@types/sinon": "~7.5.1", "@types/twit": "^2.2.23", "@types/uuid": "^3.4.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", "ts-node": "^8.5.4", "typescript": "^3.3.3" }, "engines": { "node": "10.x" }, "scripts": { "build": "gulp build && gulp pretty_check && gulp test", "start": "gulp build && gulp test && node dist/index.js", "test": "gulp test", "copyconfigfiles": "gulp copyconfigfiles" }, "files": [ "definitions/**/*", "dist/**/*" ], "repository": { "url": "" }, "keywords": [ "node", "twitter", "twitterbot", "bot", "howsmydriving", "howsmydrivingwa" ], "license": "MIT" }