From 2f2e6a1e2f6aa1561ca6ec36530955df39719d01 Mon Sep 17 00:00:00 2001 From: Luana Date: Tue, 5 Jul 2022 13:52:10 -0300 Subject: [PATCH] dev: install package.json --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..c46ab89 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "teste-back-end", + "version": "1.0.0", + "description": "Desafio para admissão ao time de Back-End da Tech Pro Bem.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Luana0308/teste-back-end.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/Luana0308/teste-back-end/issues" + }, + "homepage": "https://github.com/Luana0308/teste-back-end#readme" +}