From 619957283ce95a344a44c80a76d38c7529fbdba4 Mon Sep 17 00:00:00 2001 From: Douglas Gusson Date: Tue, 19 Sep 2023 08:34:39 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Adi=C3=A7=C3=A3o=20metadados=20n?= =?UTF-8?q?o=20projeto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index a00ebb6..df2b60a 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,16 @@ "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", + "keywords": [ + "afacinemas", + "scraping", + "cinema" + ], + "repository": { + "type": "git", + "url": "https://github.com/douglasgusson/afacinemas-js.git" + }, + "homepage": "https://github.com/douglasgusson/afacinemas-js.git", "files": [ "dist", "src"