{
  "name": "artibot-twitter",
  "version": "2.0.0",
  "description": "Send embeds to Discord when a tweet is posted",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "test": "tsc && node --loader ts-node/esm testing.ts",
    "prepublish": "tsc",
    "build": "tsc"
  },
  "files": [
    "dist/",
    "LICENSE",
    "locales.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoudronViande24/artibot-reseau-discord.git"
  },
  "keywords": [
    "artibot",
    "artivain",
    "twitter",
    "api",
    "discord"
  ],
  "author": "GoudronViande24",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GoudronViande24/artibot-twitter/issues"
  },
  "homepage": "https://github.com/GoudronViande24/artibot-twitter#readme",
  "dependencies": {
    "artibot": "^5.0.0",
    "twitter-api-v2": "^1.12.7"
  },
  "devDependencies": {
    "nodemon": "^2.0.19",
    "npm-check-updates": "^16.10.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.7.4"
  }
}
