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.

27 lines
498 B
JSON

{
"name": "file_metadata",
"version": "0.0.1",
"description": "API project for freeCodeCamp",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.16.4",
"cors": "^2.8.5"
},
"engines": {
"node": "12.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/freeCodeCamp/boilerplate-project-filemetadata"
},
"keywords": [
"node",
"express"
],
"license": "MIT"
}