diff --git a/package.json b/package.json new file mode 100644 index 0000000000000000000000000000000000000000..d24893db513658a86c976c151df16582fbc53da2 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "internshipmanager-back", + "version": "1.0.0", + "description": "Back end service for the internship manager project", + "main": "index.js", + "scripts": { + "test": "start" + }, + "repository": { + "type": "git", + "url": "git@github.com-p:hihubbIe/InternshipManager-Back.git" + }, + "keywords": [ + "nestjs", + "nodejs", + "node" + ], + "author": "Groupe M2 IL", + "license": "SEE LICENSE IN LICENSE" +}