headerparser/package.json
Lasse Jørgensen 2001c9f869
fix(config/deps): update and a little cleanup (#28)
* fix(config/deps): update and a little cleanup

* chore(format): prettier, add .prettierignore

* fix(config): add .gitattributes
2022-07-15 15:10:54 -06:00

30 lines
723 B
JSON

{
"name": "request-header-parser-microservice",
"version": "0.0.2",
"description": "API project for freeCodeCamp",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"cors": "^2.8.1",
"dotenv": "^8.2.0",
"express": "^4.18.1"
},
"repository": {
"type": "git",
"url": "https://github.com/freeCodeCamp/boilerplate-project-headerparser.git"
},
"bugs": {
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
},
"homepage": "https://github.com/freeCodeCamp/boilerplate-project-headerparser#readme",
"author": "freeCodeCamp <team@freecodecamp.org>",
"keywords": [
"freeCodeCamp",
"node",
"express"
],
"license": "MIT"
}