UNPKG

@auto-canary/twitter

Version:

Twitter plugin for auto

53 lines (52 loc) 1.17 kB
{ "name": "@auto-canary/twitter", "version": "8.1.0-canary.789.10408.0", "main": "dist/index.js", "description": "Twitter plugin for auto", "author": { "name": "Andrew Lisowski", "email": "lisowski54@gmail.com" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "https://github.com/intuit/auto" }, "files": [ "dist" ], "keywords": [ "automation", "semantic", "release", "github", "labels", "automated", "continuos integration", "changelog", "tweet", "twitter" ], "scripts": { "build": "tsc -b", "start": "npm run build -- -w", "lint": "eslint src --ext .ts", "test": "jest --maxWorkers=2 --config ../../package.json" }, "dependencies": { "@auto-it/core": "link:../../packages/core", "@types/twitter-text": "^2.0.0", "endent": "^1.3.0", "semver": "^6.0.0", "tslib": "1.10.0", "tweet-tweet": "^1.0.4", "twitter-text": "^3.0.0" }, "devDependencies": { "@types/semver": "^6.0.0" }, "gitHead": "caa303e6793fc93ae04e8f047d976c65ea3d6b66" }