29 lines
723 B
JSON
29 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"
|
|
}
|