You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
747 B
JSON

{
"name": "@radii-fcc-backend/fcc-api-projects-boilerplate",
"version": "0.0.1",
"description": "An FCC Backend Challenge",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"cors": "^2.8.0",
"dotenv": "^16.0.3",
"express": "^4.12.4"
},
"repository": {
"type": "git",
"url": "https://radii.dev/freeCodeCamp.org-Back-End-Dev-and-APIs/timestamp"
},
"bugs": {
"url": "https://radii.dev/freeCodeCamp.org-Back-End-Dev-and-APIs/timestamp"
},
"homepage": "https://radii.dev/freeCodeCamp.org-Back-End-Dev-and-APIs/timestamp#readme",
"author": "Radii <fcc@radii.dev>",
"keywords": [
"node",
"express",
"freeCodeCamp"
],
"license": "AGPL-3.0-or-later"
}