{
  "name": "tenor-gif-api",
  "version": "1.0.3",
  "description": "A simple and easy-to-use wrapper for the Tenor API, enabling quick and effective integrations.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nmoreno-dev/tenor-gif-api.git"
  },
  "scripts": {
    "start": "ts-node --files -r tsconfig-paths/register src/index.ts",
    "test": "jest",
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "tenor",
    "api",
    "gif",
    "multimedia",
    "wrapper"
  ],
  "author": "Nahuel Moreno <nahuelmoreno.dev@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nmoreno-dev/tenor-gif-api/issues"
  },
  "homepage": "https://github.com/nmoreno-dev/tenor-gif-api#readme",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^22.4.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4",
    "tsconfig-paths": "^4.2.0"
  }
}
