24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"name": "file_metadata",
|
|
"version": "0.0.1",
|
|
"description": "API project for freeCodeCamp",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.16.4",
|
|
"multer": "^1.4.5-lts.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/freeCodeCamp/boilerplate-project-filemetadata"
|
|
},
|
|
"keywords": [
|
|
"node",
|
|
"express"
|
|
],
|
|
"license": "MIT"
|
|
}
|